Skip to content

Commit e1a9759

Browse files
committed
# Conflicts: # packages/react-ui-bootstrap/components/form/inputs/Email.tsx
2 parents 791a41b + 4173937 commit e1a9759

File tree

453 files changed

+65142
-6387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+65142
-6387
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,13 @@ storybook-static/
4949
!.yarn/releases
5050
!.yarn/plugins
5151
!.yarn/sdks
52-
!.yarn/versions
52+
!.yarn/versions
53+
54+
# Yarn yarn-plugin-entrypoint-lockfiles
55+
yarn.*.lock
56+
!starters/*/yarn.*.lock
57+
58+
# Express in Vercel
59+
# api folder is genertaed by copying dist
60+
# @see https://vercel.com/guides/using-express-with-vercel#standalone-express
61+
starters/express/api

.nvmrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
v12.18.2
2-
v16.14.2
3-
v14.18.2
1+
v16.17.0

.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
stories: [
77
// TODO: reenable progressively, we currently have an issue with build never ending
88
"../packages/react-ui/**/*.stories.@(js|jsx|tsx)",
9+
"../packages/react-ui-lite/**/*.stories.@(js|jsx|tsx)",
910
"../packages/react-ui-bootstrap/**/*.stories.@(js|jsx|tsx)",
1011
// // specifying packages folder is important to avoid rebuilding on cache change
1112
// // @see https://github.com/storybookjs/storybook/issues/14342

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 16.17.0

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,15 @@
1313
"**/.next": true,
1414
"**/.vn/scripts/js-generated": true,
1515
"**/remix/**/build": true
16+
},
17+
// syntax highlight .env
18+
"files.associations": {
19+
"*.env.development": "env",
20+
"*.env.production": "env",
21+
"*.env.development.local": "env",
22+
"*.env.production.local": "env",
23+
".env.local": "env",
24+
".env.test": "env",
25+
".env.test.local": "env"
1626
}
1727
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* eslint-disable */
2+
module.exports = {
3+
name: "@yarnpkg/plugin-entrypoint-lockfiles",
4+
factory: function (require) {
5+
var plugin;(()=>{var e={299:e=>{const t="win32"===process.platform,n=t?"\\\\+":"\\/",i=t?"\\\\":"/",o=`((?:[^${i}]*(?:${i}|$))*)`,r=`([^${i}]*)`;e.exports=function(e,{extended:t=!1,globstar:i=!1,strict:s=!1,filepath:l=!1,flags:a=""}={}){let c="",f="",p={regex:"",segments:[]},u=!1,g=!1;const d=[];function w(e,{split:t,last:i,only:o}={}){"path"!==o&&(c+=e),l&&"regex"!==o&&(p.regex+="\\/"===e?n:e,t?(i&&(f+=e),""!==f&&(a.includes("g")||(f=`^${f}$`),p.segments.push(new RegExp(f,a))),f=""):f+=e)}let y,x;for(let n=0;n<e.length;n++)if(y=e[n],x=e[n+1],["\\","$","^",".","="].includes(y))w("\\"+y);else if("/"!==y)if("("!==y)if(")"!==y)if("|"!==y)if("+"!==y)if("@"===y&&t&&"("===x)d.push(y);else if("!"!==y)if("?"!==y)if("["!==y)if("]"!==y)if("{"!==y)if("}"!==y)if(","!==y)if("*"!==y)w(y);else{if("("===x&&t){d.push(y);continue}let s=e[n-1],l=1;for(;"*"===e[n+1];)l++,n++;let a=e[n+1];if(i){l>1&&("/"===s||void 0===s)&&("/"===a||void 0===a)?(w("((?:[^/]*(?:/|$))*)",{only:"regex"}),w(o,{only:"path",last:!0,split:!0}),n++):(w("([^/]*)",{only:"regex"}),w(r,{only:"path"}))}else w(".*")}else{if(u){w("|");continue}w("\\"+y)}else{if(t){u=!1,w(")");continue}w("\\"+y)}else{if(t){u=!0,w("(");continue}w("\\"+y)}else{if(t){g=!1,w(y);continue}w("\\"+y)}else{if(g&&":"===x){n++;let t="";for(;":"!==e[++n];)t+=e[n];"alnum"===t?w("(\\w|\\d)"):"space"===t?w("\\s"):"digit"===t&&w("\\d"),n++;continue}if(t){g=!0,w(y);continue}w("\\"+y)}else{if(t){"("===x?d.push(y):w(".");continue}w("\\"+y)}else{if(t){if(g){w("^");continue}if("("===x){d.push(y),w("(?!"),n++;continue}w("\\"+y);continue}w("\\"+y)}else{if("("===x&&t){d.push(y);continue}w("\\"+y)}else{if(d.length){w(y);continue}w("\\"+y)}else{if(d.length){w(y);let e=d.pop();w("@"===e?"{1}":"!"===e?"([^/]*)":e);continue}w("\\"+y)}else{if(d.length){w(y);continue}w("\\"+y)}else w("\\"+y,{split:!0}),"/"!==x||s||(c+="?");a.includes("g")||(c=`^${c}$`,f=`^${f}$`,l&&(p.regex=`^${p.regex}$`));const h={regex:new RegExp(c,a)};return l&&(p.segments.push(new RegExp(f,a)),p.regex=new RegExp(p.regex,a),p.globstar=new RegExp(a.includes("g")?o:`^${o}$`,a),h.path=p),h}}},t={};function n(i){var o=t[i];if(void 0!==o)return o.exports;var r=t[i]={exports:{}};return e[i](r,r.exports,n),r.exports}n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i),n.d(i,{default:()=>r});const e=require("@yarnpkg/core"),t=require("@yarnpkg/fslib");var o=n(299);const r={hooks:{afterAllInstalled:async(n,i)=>{await i.report.startTimerPromise("Entrypoint lockfiles",()=>async function(n,i,r){const s=await e.Cache.find(n,{immutable:!0}),l=await async function(e){var t;const n=e.workspacesByCwd.get(e.cwd),i=((null===(t=n.manifest.raw.workspaces)||void 0===t?void 0:t.entrypoints)||[]).map(e=>o(e,{globstar:!0,extended:!0}).regex);return e.workspaces.filter(e=>i.some(t=>t.test(e.relativeCwd)))}(i);await Promise.all(l.map(async o=>{const l=`yarn.${e.structUtils.slugifyIdent(o.locator)}.lock`,a=t.ppath.join(i.cwd,l),c=await async function(t,n,i){const{project:o,workspace:r}=await e.Project.find(t,n);return o.workspaces=[r],await o.resolveEverything({cache:i,report:new e.ThrowReport}),o.generateLockfile()}(n,o.cwd,s);await t.xfs.writeFilePromise(a,c),r.reportInfo(null,`${e.structUtils.stringifyIdent(o.locator)} => ${l}`)}))}(n.configuration,n,i.report))}}}})(),plugin=i})();
6+
return plugin;
7+
}
8+
};

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 786 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ nodeLinker: node-modules
33
plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
55
spec: "@yarnpkg/plugin-workspace-tools"
6+
- path: .yarn/plugins/@yarnpkg/plugin-entrypoint-lockfiles.cjs
7+
spec: "https://raw.githubusercontent.com/JanVoracek/yarn-plugin-entrypoint-lockfiles/main/bundles/%40yarnpkg/plugin-entrypoint-lockfiles.js"
68

7-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
9+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

0 commit comments

Comments
 (0)