@ilo-org/react 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/manager-head.html +1 -6
- package/.storybook/preview.tsx +7 -0
- package/.turbo/turbo-build.log +76 -73
- package/.turbo/turbo-check.log +1 -1
- package/.turbo/turbo-test.log +28 -28
- package/CHANGELOG.md +25 -0
- package/README.md +183 -5
- package/package.json +6 -6
- package/src/components/Video/VideoPlayer.tsx +11 -2
- package/src/stories/Introduction.stories.mdx +252 -6
- package/src/stories/Welcome.stories.mdx +63 -0
- package/storybook-static/212.faba6ad0.iframe.bundle.js +7 -0
- package/storybook-static/{804.292f3e06.iframe.bundle.js.LICENSE.txt → 212.faba6ad0.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/212.faba6ad0.iframe.bundle.js.map +1 -0
- package/storybook-static/iframe.html +2 -2
- package/storybook-static/index.html +1 -1
- package/storybook-static/{main.2a251da6.iframe.bundle.js → main.22c1d441.iframe.bundle.js} +1 -1
- package/storybook-static/project.json +1 -1
- package/storybook-static/static/css/main.d45ebb04.css +3 -0
- package/storybook-static/static/css/main.d45ebb04.css.map +1 -0
- package/src/public/favicon.ico +0 -0
- package/src/public/index.html +0 -43
- package/src/public/logo192.png +0 -0
- package/src/public/logo512.png +0 -0
- package/src/public/manifest.json +0 -25
- package/src/public/robots.txt +0 -3
- package/storybook-static/804.292f3e06.iframe.bundle.js +0 -2
- package/storybook-static/static/css/main.0c4ad0ec.css +0 -3
- package/storybook-static/static/css/main.0c4ad0ec.css.map +0 -1
|
@@ -1,7 +1,2 @@
|
|
|
1
1
|
<!-- .storybook/manager-head.html -->
|
|
2
|
-
<link
|
|
3
|
-
rel="icon"
|
|
4
|
-
type="image/png"
|
|
5
|
-
sizes="16x16"
|
|
6
|
-
href="https://www.ilo.org/wcmsp5/ilo/global/images/templates/favicons/apple-touch-icon-precomposed.png"
|
|
7
|
-
/>
|
|
2
|
+
<link rel="icon" type="image/x-icon" href="https://www.ilo.org/wcmsp5/ilo/global/images/templates/favicons/favicon.ico"/>
|
package/.storybook/preview.tsx
CHANGED
|
@@ -12,6 +12,13 @@ export const parameters = {
|
|
|
12
12
|
date: /Date$/,
|
|
13
13
|
},
|
|
14
14
|
},
|
|
15
|
+
options: {
|
|
16
|
+
storySort: {
|
|
17
|
+
method: "alphabetical",
|
|
18
|
+
order: ["Welcome", "Intro", "Tokens", ["Colors", "Typography"]],
|
|
19
|
+
locales: "en-US",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
15
22
|
parameters: {
|
|
16
23
|
layout: "centered",
|
|
17
24
|
},
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> @ilo-org/react@0.0.
|
|
2
|
+
> @ilo-org/react@0.0.14 build /home/runner/work/designsystem/designsystem/packages/react
|
|
3
3
|
> pnpm run build:rollup && npm run build:storybook
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @ilo-org/react@0.0.
|
|
6
|
+
> @ilo-org/react@0.0.14 build:rollup /home/runner/work/designsystem/designsystem/packages/react
|
|
7
7
|
> rollup -c
|
|
8
8
|
|
|
9
9
|
[36m
|
|
10
10
|
[1msrc/index.ts[22m → [1mlib/index.js, lib/index.esm.js[22m...[39m
|
|
11
|
-
[32mcreated [1mlib/index.js, lib/index.esm.js[22m in [1m8.
|
|
11
|
+
[32mcreated [1mlib/index.js, lib/index.esm.js[22m in [1m8.4s[22m[39m
|
|
12
12
|
|
|
13
|
-
> @ilo-org/react@0.0.
|
|
13
|
+
> @ilo-org/react@0.0.14 build:storybook
|
|
14
14
|
> build-storybook
|
|
15
15
|
|
|
16
16
|
info @storybook/react v6.5.13
|
|
@@ -153,47 +153,46 @@ info => Using default Webpack5 setup
|
|
|
153
153
|
<s> [webpack.Progress] 9% setup compilation
|
|
154
154
|
<s> [webpack.Progress] 10% building
|
|
155
155
|
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
|
|
156
|
-
<s> [webpack.Progress] 10% building 0/14 entries 6/19 dependencies 0/4 modules
|
|
157
156
|
<s> [webpack.Progress] 10% building import loader ../../node_modules/.pnpm/babel-loader@8.2.5_f645c55d63e77e0aacb83a76bcc9695b/node_modules/babel-loader/lib/index.js
|
|
158
157
|
<s> [webpack.Progress] 10% building import loader ../../node_modules/.pnpm/source-map-loader@3.0.2_webpack@5.74.0/node_modules/source-map-loader/dist/cjs.js
|
|
159
158
|
<s> [webpack.Progress] 10% building 0/14 entries 6/19 dependencies 0/5 modules
|
|
160
|
-
<s> [webpack.Progress] 10% building 0/14 entries 13/
|
|
159
|
+
<s> [webpack.Progress] 10% building 0/14 entries 13/46 dependencies 0/12 modules
|
|
161
160
|
<s> [webpack.Progress] 10% building import loader ../../node_modules/.pnpm/babel-loader@8.2.5_webpack@5.74.0/node_modules/babel-loader/lib/index.js
|
|
162
161
|
<s> [webpack.Progress] 10% building import loader ../../node_modules/.pnpm/@storybook+mdx1-csf@0.0.1/node_modules/@storybook/mdx1-csf/loader.js
|
|
163
|
-
<s> [webpack.Progress] 10% building 0/14 entries
|
|
162
|
+
<s> [webpack.Progress] 10% building 0/14 entries 19/69 dependencies 0/18 modules
|
|
164
163
|
<s> [webpack.Progress] 10% building import loader ../../node_modules/.pnpm/@storybook+source-loader@6.5.13_react-dom@17.0.2+react@17.0.2/node_modules/@storybook/source-loader/dist/cjs/index.js
|
|
165
|
-
<s> [webpack.Progress] 10% building 0/14 entries
|
|
166
|
-
<s> [webpack.Progress] 10% building 0/14 entries
|
|
167
|
-
<s> [webpack.Progress] 10% building 0/14 entries 100/
|
|
168
|
-
<s> [webpack.Progress] 10% building
|
|
169
|
-
<s> [webpack.Progress] 10% building
|
|
170
|
-
<s> [webpack.Progress]
|
|
171
|
-
<s> [webpack.Progress]
|
|
172
|
-
<s> [webpack.Progress]
|
|
173
|
-
<s> [webpack.Progress]
|
|
174
|
-
<s> [webpack.Progress]
|
|
175
|
-
<s> [webpack.Progress] 13% building
|
|
176
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
177
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
178
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
179
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
180
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
181
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
182
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
183
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
184
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
185
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
186
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
187
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
188
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
189
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
190
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
191
|
-
<s> [webpack.Progress] 13% building 1/14 entries
|
|
192
|
-
<s> [webpack.Progress] 14% building 1/14 entries
|
|
193
|
-
<s> [webpack.Progress]
|
|
194
|
-
<s> [webpack.Progress]
|
|
195
|
-
<s> [webpack.Progress]
|
|
196
|
-
<s> [webpack.Progress]
|
|
164
|
+
<s> [webpack.Progress] 10% building 0/14 entries 51/69 dependencies 0/50 modules
|
|
165
|
+
<s> [webpack.Progress] 10% building 0/14 entries 57/100 dependencies 0/53 modules
|
|
166
|
+
<s> [webpack.Progress] 10% building 0/14 entries 100/221 dependencies 0/82 modules
|
|
167
|
+
<s> [webpack.Progress] 10% building 0/14 entries 200/238 dependencies 1/127 modules
|
|
168
|
+
<s> [webpack.Progress] 10% building 0/14 entries 232/305 dependencies 2/141 modules
|
|
169
|
+
<s> [webpack.Progress] 13% building 1/14 entries 237/321 dependencies 17/142 modules
|
|
170
|
+
<s> [webpack.Progress] 13% building import loader ../../node_modules/.pnpm/mini-css-extract-plugin@2.6.1_webpack@5.74.0/node_modules/mini-css-extract-plugin/dist/loader.js
|
|
171
|
+
<s> [webpack.Progress] 13% building import loader ../../node_modules/.pnpm/css-loader@6.7.1_webpack@5.74.0/node_modules/css-loader/dist/cjs.js
|
|
172
|
+
<s> [webpack.Progress] 13% building import loader ../../node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.18+webpack@5.74.0/node_modules/postcss-loader/dist/cjs.js
|
|
173
|
+
<s> [webpack.Progress] 13% building import loader ../../node_modules/.pnpm/resolve-url-loader@4.0.0/node_modules/resolve-url-loader/index.js
|
|
174
|
+
<s> [webpack.Progress] 13% building import loader ../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.55.0+webpack@5.74.0/node_modules/sass-loader/dist/cjs.js
|
|
175
|
+
<s> [webpack.Progress] 13% building 1/14 entries 243/338 dependencies 27/146 modules
|
|
176
|
+
<s> [webpack.Progress] 13% building 1/14 entries 326/400 dependencies 30/208 modules
|
|
177
|
+
<s> [webpack.Progress] 13% building 1/14 entries 348/616 dependencies 33/215 modules
|
|
178
|
+
<s> [webpack.Progress] 13% building 1/14 entries 651/700 dependencies 39/359 modules
|
|
179
|
+
<s> [webpack.Progress] 13% building 1/14 entries 652/753 dependencies 43/360 modules
|
|
180
|
+
<s> [webpack.Progress] 13% building 1/14 entries 700/1153 dependencies 45/370 modules
|
|
181
|
+
<s> [webpack.Progress] 13% building 1/14 entries 1000/1153 dependencies 46/418 modules
|
|
182
|
+
<s> [webpack.Progress] 13% building 1/14 entries 1400/1482 dependencies 70/466 modules
|
|
183
|
+
<s> [webpack.Progress] 13% building 1/14 entries 1471/1500 dependencies 72/494 modules
|
|
184
|
+
<s> [webpack.Progress] 13% building 1/14 entries 1506/1600 dependencies 76/494 modules
|
|
185
|
+
<s> [webpack.Progress] 13% building 1/14 entries 1816/1900 dependencies 140/546 modules
|
|
186
|
+
<s> [webpack.Progress] 13% building 1/14 entries 2000/2322 dependencies 147/571 modules
|
|
187
|
+
<s> [webpack.Progress] 13% building 1/14 entries 2300/2329 dependencies 161/637 modules
|
|
188
|
+
<s> [webpack.Progress] 13% building 1/14 entries 2628/2800 dependencies 292/669 modules
|
|
189
|
+
<s> [webpack.Progress] 13% building 1/14 entries 2700/2990 dependencies 314/679 modules
|
|
190
|
+
<s> [webpack.Progress] 13% building 1/14 entries 3000/3089 dependencies 340/706 modules
|
|
191
|
+
<s> [webpack.Progress] 14% building 1/14 entries 3100/3294 dependencies 379/706 modules
|
|
192
|
+
<s> [webpack.Progress] 16% building 1/14 entries 3686/3717 dependencies 553/800 modules
|
|
193
|
+
<s> [webpack.Progress] 17% building 1/14 entries 4100/4159 dependencies 658/926 modules
|
|
194
|
+
<s> [webpack.Progress] 18% building 1/14 entries 4439/4478 dependencies 800/1035 modules
|
|
195
|
+
<s> [webpack.Progress] 19% building 1/14 entries 4636/4700 dependencies 886/1086 modules
|
|
197
196
|
|
|
198
197
|
|
|
199
198
|
┌─────────────────────────────────────────────────────────────────────────────────┐
|
|
@@ -207,21 +206,21 @@ info => Using default Webpack5 setup
|
|
|
207
206
|
└─────────────────────────────────────────────────────────────────────────────────┘
|
|
208
207
|
|
|
209
208
|
|
|
210
|
-
<s> [webpack.Progress]
|
|
211
|
-
<s> [webpack.Progress]
|
|
212
|
-
<s> [webpack.Progress] 23% building 2/14 entries
|
|
213
|
-
<s> [webpack.Progress] 23% building 3/14 entries
|
|
214
|
-
<s> [webpack.Progress] 25% building 4/14 entries
|
|
215
|
-
<s> [webpack.Progress] 29% building 5/14 entries
|
|
216
|
-
<s> [webpack.Progress] 33% building 6/14 entries
|
|
217
|
-
<s> [webpack.Progress] 37% building 7/14 entries
|
|
218
|
-
<s> [webpack.Progress] 41% building 8/14 entries
|
|
219
|
-
<s> [webpack.Progress] 45% building 9/14 entries
|
|
220
|
-
<s> [webpack.Progress] 49% building 10/14 entries
|
|
221
|
-
<s> [webpack.Progress] 53% building 11/14 entries
|
|
222
|
-
<s> [webpack.Progress] 57% building 12/14 entries
|
|
223
|
-
<s> [webpack.Progress] 61% building 13/14 entries
|
|
224
|
-
<s> [webpack.Progress]
|
|
209
|
+
<s> [webpack.Progress] 20% building 1/14 entries 4800/4873 dependencies 946/1137 modules
|
|
210
|
+
<s> [webpack.Progress] 23% building 1/14 entries 5399/5431 dependencies 1200/1315 modules
|
|
211
|
+
<s> [webpack.Progress] 23% building 2/14 entries 5437/5467 dependencies 1236/1325 modules
|
|
212
|
+
<s> [webpack.Progress] 23% building 3/14 entries 5437/5467 dependencies 1237/1325 modules
|
|
213
|
+
<s> [webpack.Progress] 25% building 4/14 entries 5437/5467 dependencies 1238/1325 modules
|
|
214
|
+
<s> [webpack.Progress] 29% building 5/14 entries 5437/5467 dependencies 1239/1325 modules
|
|
215
|
+
<s> [webpack.Progress] 33% building 6/14 entries 5437/5467 dependencies 1240/1325 modules
|
|
216
|
+
<s> [webpack.Progress] 37% building 7/14 entries 5437/5467 dependencies 1241/1325 modules
|
|
217
|
+
<s> [webpack.Progress] 41% building 8/14 entries 5437/5467 dependencies 1242/1325 modules
|
|
218
|
+
<s> [webpack.Progress] 45% building 9/14 entries 5437/5467 dependencies 1243/1325 modules
|
|
219
|
+
<s> [webpack.Progress] 49% building 10/14 entries 5437/5467 dependencies 1247/1325 modules
|
|
220
|
+
<s> [webpack.Progress] 53% building 11/14 entries 5478/5492 dependencies 1299/1332 modules
|
|
221
|
+
<s> [webpack.Progress] 57% building 12/14 entries 5498/5500 dependencies 1324/1337 modules
|
|
222
|
+
<s> [webpack.Progress] 61% building 13/14 entries 5510/5510 dependencies 1344/1344 modules
|
|
223
|
+
<s> [webpack.Progress] 64% building 14/14 entries 5510/5510 dependencies 1344/1344 modules
|
|
225
224
|
<s> [webpack.Progress] 65% building
|
|
226
225
|
<s> [webpack.Progress] 69% building finish
|
|
227
226
|
<s> [webpack.Progress] 69% building finish
|
|
@@ -326,10 +325,10 @@ info => Using default Webpack5 setup
|
|
|
326
325
|
info => Manager built (1.42 min)
|
|
327
326
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
328
327
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
329
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.
|
|
330
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.
|
|
331
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.
|
|
332
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.
|
|
328
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.405c305e.css generate SourceMap
|
|
329
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.405c305e.css generated SourceMap
|
|
330
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.0a7da455.iframe.bundle.js generate SourceMap
|
|
331
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.0a7da455.iframe.bundle.js generated SourceMap
|
|
333
332
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.fac2eb59.iframe.bundle.js generate SourceMap
|
|
334
333
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.fac2eb59.iframe.bundle.js generated SourceMap
|
|
335
334
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 259.813ec34b.iframe.bundle.js generate SourceMap
|
|
@@ -374,13 +373,15 @@ info => Manager built (1.42 min)
|
|
|
374
373
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin reactPlayerFilePlayer.453e1e4c.iframe.bundle.js generated SourceMap
|
|
375
374
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin reactPlayerPreview.3a36b9ef.iframe.bundle.js generate SourceMap
|
|
376
375
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin reactPlayerPreview.3a36b9ef.iframe.bundle.js generated SourceMap
|
|
377
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
378
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
376
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 212.af750ee2.iframe.bundle.js generate SourceMap
|
|
377
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 212.af750ee2.iframe.bundle.js generated SourceMap
|
|
379
378
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 504.9dfe019e.iframe.bundle.js generate SourceMap
|
|
380
379
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 504.9dfe019e.iframe.bundle.js generated SourceMap
|
|
381
380
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
|
|
382
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.
|
|
383
|
-
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.
|
|
381
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.405c305e.css attach SourceMap
|
|
382
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin static/css/main.405c305e.css attached SourceMap
|
|
383
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 212.af750ee2.iframe.bundle.js attach SourceMap
|
|
384
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 212.af750ee2.iframe.bundle.js attached SourceMap
|
|
384
385
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
385
386
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
386
387
|
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
|
|
@@ -391,8 +392,8 @@ info => Manager built (1.42 min)
|
|
|
391
392
|
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
392
393
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
393
394
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
394
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.
|
|
395
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.
|
|
395
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.22c1d441.iframe.bundle.js generate SourceMap
|
|
396
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.22c1d441.iframe.bundle.js generated SourceMap
|
|
396
397
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.3bae6a4f.iframe.bundle.js generate SourceMap
|
|
397
398
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.3bae6a4f.iframe.bundle.js generated SourceMap
|
|
398
399
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 259.03b8a6d8.iframe.bundle.js generate SourceMap
|
|
@@ -437,8 +438,6 @@ info => Manager built (1.42 min)
|
|
|
437
438
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 639.c568c669.iframe.bundle.js generated SourceMap
|
|
438
439
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 642.d92dc22b.iframe.bundle.js generate SourceMap
|
|
439
440
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 642.d92dc22b.iframe.bundle.js generated SourceMap
|
|
440
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 804.292f3e06.iframe.bundle.js generate SourceMap
|
|
441
|
-
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 804.292f3e06.iframe.bundle.js generated SourceMap
|
|
442
441
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 504.f9ef513c.iframe.bundle.js generate SourceMap
|
|
443
442
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 504.f9ef513c.iframe.bundle.js generated SourceMap
|
|
444
443
|
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin resolve sources
|
|
@@ -472,6 +471,10 @@ WARN Critical dependency: require function is used in a way in which dependencie
|
|
|
472
471
|
WARN Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
|
|
473
472
|
WARN Should not import the named export 'themeprefix'.'value' (imported as 'themeprefix') from default-exporting module (only default export is available soon)
|
|
474
473
|
WARN Should not import the named export 'themeprefix'.'value' (imported as 'themeprefix') from default-exporting module (only default export is available soon)
|
|
474
|
+
WARN Module Warning (from ../../node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.18+webpack@5.74.0/node_modules/postcss-loader/dist/cjs.js):
|
|
475
|
+
WARN Warning
|
|
476
|
+
WARN
|
|
477
|
+
WARN (1:165378) postcss-preset-env: start value has mixed support, consider using flex-start instead
|
|
475
478
|
WARN [eslint]
|
|
476
479
|
WARN src/components/Accordion/AccordionPanel.tsx
|
|
477
480
|
WARN Line 11:3: 'timeout' is assigned a value but never used @typescript-eslint/no-unused-vars
|
|
@@ -502,18 +505,18 @@ WARN 4bf5fc6f93ba10519c82.eot (473 KiB)
|
|
|
502
505
|
WARN d3434771ad7e9030387e.ttf (473 KiB)
|
|
503
506
|
WARN 9ff97e342523931a4992.eot (339 KiB)
|
|
504
507
|
WARN 1dbed2ef5cef8fcb4cbe.ttf (338 KiB)
|
|
505
|
-
WARN main.
|
|
506
|
-
WARN static/css/main.
|
|
508
|
+
WARN main.22c1d441.iframe.bundle.js (530 KiB)
|
|
509
|
+
WARN static/css/main.d45ebb04.css (267 KiB)
|
|
507
510
|
WARN 639.c568c669.iframe.bundle.js (807 KiB)
|
|
508
|
-
WARN
|
|
511
|
+
WARN 212.faba6ad0.iframe.bundle.js (2.33 MiB)
|
|
509
512
|
WARN 504.f9ef513c.iframe.bundle.js (656 KiB)
|
|
510
513
|
WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
511
514
|
WARN Entrypoints:
|
|
512
|
-
WARN main (3.
|
|
515
|
+
WARN main (3.11 MiB)
|
|
513
516
|
WARN runtime~main.3bae6a4f.iframe.bundle.js
|
|
514
|
-
WARN
|
|
515
|
-
WARN main.
|
|
516
|
-
WARN static/css/main.
|
|
517
|
+
WARN 212.faba6ad0.iframe.bundle.js
|
|
518
|
+
WARN main.22c1d441.iframe.bundle.js
|
|
519
|
+
WARN static/css/main.d45ebb04.css
|
|
517
520
|
WARN
|
|
518
521
|
<s> [webpack.Progress] 99% cache shutdown
|
|
519
522
|
<s> [webpack.Progress] 99% cache shutdown
|
package/.turbo/turbo-check.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @ilo-org/react@0.0.
|
|
2
|
+
> @ilo-org/react@0.0.14 test /home/runner/work/designsystem/designsystem/packages/react
|
|
3
3
|
> NODE_OPTIONS=--experimental-vm-modules SKIP_PREFLIGHT_CHECK=true react-scripts test --watchAll=false --setupFilesAfterEnv ./src/setup.ts
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3096) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
|
|
6
6
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
7
7
|
PASS src/__tests__/Button.test.tsx
|
|
8
8
|
PASS src/__tests__/Pagination.test.tsx
|
|
@@ -13,7 +13,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
13
13
|
|
|
14
14
|
console.log
|
|
15
15
|
<ref *1> HTMLButtonElement {
|
|
16
|
-
'__reactFiber$
|
|
16
|
+
'__reactFiber$1yn3zs7p9h7': <ref *2> FiberNode {
|
|
17
17
|
tag: 5,
|
|
18
18
|
key: null,
|
|
19
19
|
elementType: 'button',
|
|
@@ -164,7 +164,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
164
164
|
_debugNeedsRemount: false,
|
|
165
165
|
_debugHookTypes: null
|
|
166
166
|
},
|
|
167
|
-
'__reactProps$
|
|
167
|
+
'__reactProps$1yn3zs7p9h7': {
|
|
168
168
|
className: 'ilo--accordion--button',
|
|
169
169
|
'aria-expanded': true,
|
|
170
170
|
onClick: [Function: onClick],
|
|
@@ -178,7 +178,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
178
178
|
|
|
179
179
|
console.log
|
|
180
180
|
<ref *1> HTMLButtonElement {
|
|
181
|
-
'__reactFiber$
|
|
181
|
+
'__reactFiber$1yn3zs7p9h7': <ref *2> FiberNode {
|
|
182
182
|
tag: 5,
|
|
183
183
|
key: null,
|
|
184
184
|
elementType: 'button',
|
|
@@ -329,7 +329,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
329
329
|
_debugNeedsRemount: false,
|
|
330
330
|
_debugHookTypes: null
|
|
331
331
|
},
|
|
332
|
-
'__reactProps$
|
|
332
|
+
'__reactProps$1yn3zs7p9h7': {
|
|
333
333
|
className: 'ilo--accordion--button',
|
|
334
334
|
'aria-expanded': true,
|
|
335
335
|
onClick: [Function: onClick],
|
|
@@ -343,7 +343,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
343
343
|
|
|
344
344
|
console.log
|
|
345
345
|
<ref *1> HTMLButtonElement {
|
|
346
|
-
'__reactFiber$
|
|
346
|
+
'__reactFiber$1yn3zs7p9h7': <ref *2> FiberNode {
|
|
347
347
|
tag: 5,
|
|
348
348
|
key: null,
|
|
349
349
|
elementType: 'button',
|
|
@@ -494,7 +494,7 @@ PASS src/__tests__/Accordion.test.tsx
|
|
|
494
494
|
_debugNeedsRemount: false,
|
|
495
495
|
_debugHookTypes: null
|
|
496
496
|
},
|
|
497
|
-
'__reactProps$
|
|
497
|
+
'__reactProps$1yn3zs7p9h7': {
|
|
498
498
|
className: 'ilo--accordion--button',
|
|
499
499
|
'aria-expanded': true,
|
|
500
500
|
onClick: [Function: onClick],
|
|
@@ -511,7 +511,7 @@ PASS src/__tests__/Callout.test.tsx
|
|
|
511
511
|
|
|
512
512
|
console.log
|
|
513
513
|
<ref *1> HTMLHeadingElement {
|
|
514
|
-
'__reactFiber$
|
|
514
|
+
'__reactFiber$3vvd4gsoay5': <ref *2> FiberNode {
|
|
515
515
|
tag: 5,
|
|
516
516
|
key: null,
|
|
517
517
|
elementType: 'h5',
|
|
@@ -648,7 +648,7 @@ PASS src/__tests__/Callout.test.tsx
|
|
|
648
648
|
_debugNeedsRemount: false,
|
|
649
649
|
_debugHookTypes: null
|
|
650
650
|
},
|
|
651
|
-
'__reactProps$
|
|
651
|
+
'__reactProps$3vvd4gsoay5': { className: 'undefined--callout--headline', children: 'With CTA' }
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
at Object.<anonymous> (src/__tests__/Callout.test.tsx:14:13)
|
|
@@ -658,7 +658,7 @@ PASS src/__tests__/Notification.test.tsx
|
|
|
658
658
|
|
|
659
659
|
console.log
|
|
660
660
|
<ref *1> HTMLHeadingElement {
|
|
661
|
-
'__reactFiber$
|
|
661
|
+
'__reactFiber$ny0vtmefcu': <ref *2> FiberNode {
|
|
662
662
|
tag: 5,
|
|
663
663
|
key: null,
|
|
664
664
|
elementType: 'h2',
|
|
@@ -801,7 +801,7 @@ PASS src/__tests__/Notification.test.tsx
|
|
|
801
801
|
_debugNeedsRemount: false,
|
|
802
802
|
_debugHookTypes: null
|
|
803
803
|
},
|
|
804
|
-
'__reactProps$
|
|
804
|
+
'__reactProps$ny0vtmefcu': {
|
|
805
805
|
className: 'undefined--notification--headline',
|
|
806
806
|
children: 'With CTA'
|
|
807
807
|
}
|
|
@@ -1132,7 +1132,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1132
1132
|
error: false,
|
|
1133
1133
|
helper: false,
|
|
1134
1134
|
label: 'Radio 0',
|
|
1135
|
-
name: '
|
|
1135
|
+
name: 'radio440.7118383920465',
|
|
1136
1136
|
required: false,
|
|
1137
1137
|
type: 'radio',
|
|
1138
1138
|
value: 'radio'
|
|
@@ -1148,7 +1148,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1148
1148
|
error: false,
|
|
1149
1149
|
helper: false,
|
|
1150
1150
|
label: 'Radio 1',
|
|
1151
|
-
name: '
|
|
1151
|
+
name: 'radio440.7118383920465',
|
|
1152
1152
|
required: false,
|
|
1153
1153
|
type: 'radio',
|
|
1154
1154
|
value: 'radio'
|
|
@@ -1164,7 +1164,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1164
1164
|
error: false,
|
|
1165
1165
|
helper: false,
|
|
1166
1166
|
label: 'Radio 2',
|
|
1167
|
-
name: '
|
|
1167
|
+
name: 'radio440.7118383920465',
|
|
1168
1168
|
required: false,
|
|
1169
1169
|
type: 'radio',
|
|
1170
1170
|
value: 'radio'
|
|
@@ -1180,7 +1180,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1180
1180
|
error: false,
|
|
1181
1181
|
helper: false,
|
|
1182
1182
|
label: 'Radio 3',
|
|
1183
|
-
name: '
|
|
1183
|
+
name: 'radio440.7118383920465',
|
|
1184
1184
|
required: false,
|
|
1185
1185
|
type: 'radio',
|
|
1186
1186
|
value: 'radio'
|
|
@@ -1196,7 +1196,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1196
1196
|
error: false,
|
|
1197
1197
|
helper: false,
|
|
1198
1198
|
label: 'Radio 4',
|
|
1199
|
-
name: '
|
|
1199
|
+
name: 'radio440.7118383920465',
|
|
1200
1200
|
required: false,
|
|
1201
1201
|
type: 'radio',
|
|
1202
1202
|
value: 'radio'
|
|
@@ -1462,7 +1462,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1462
1462
|
error: false,
|
|
1463
1463
|
helper: false,
|
|
1464
1464
|
label: 'Radio 0',
|
|
1465
|
-
name: '
|
|
1465
|
+
name: 'radio440.7118383920465',
|
|
1466
1466
|
required: false,
|
|
1467
1467
|
type: 'radio',
|
|
1468
1468
|
value: 'radio'
|
|
@@ -1478,7 +1478,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1478
1478
|
error: false,
|
|
1479
1479
|
helper: false,
|
|
1480
1480
|
label: 'Radio 1',
|
|
1481
|
-
name: '
|
|
1481
|
+
name: 'radio440.7118383920465',
|
|
1482
1482
|
required: false,
|
|
1483
1483
|
type: 'radio',
|
|
1484
1484
|
value: 'radio'
|
|
@@ -1494,7 +1494,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1494
1494
|
error: false,
|
|
1495
1495
|
helper: false,
|
|
1496
1496
|
label: 'Radio 2',
|
|
1497
|
-
name: '
|
|
1497
|
+
name: 'radio440.7118383920465',
|
|
1498
1498
|
required: false,
|
|
1499
1499
|
type: 'radio',
|
|
1500
1500
|
value: 'radio'
|
|
@@ -1510,7 +1510,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1510
1510
|
error: false,
|
|
1511
1511
|
helper: false,
|
|
1512
1512
|
label: 'Radio 3',
|
|
1513
|
-
name: '
|
|
1513
|
+
name: 'radio440.7118383920465',
|
|
1514
1514
|
required: false,
|
|
1515
1515
|
type: 'radio',
|
|
1516
1516
|
value: 'radio'
|
|
@@ -1526,7 +1526,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1526
1526
|
error: false,
|
|
1527
1527
|
helper: false,
|
|
1528
1528
|
label: 'Radio 4',
|
|
1529
|
-
name: '
|
|
1529
|
+
name: 'radio440.7118383920465',
|
|
1530
1530
|
required: false,
|
|
1531
1531
|
type: 'radio',
|
|
1532
1532
|
value: 'radio'
|
|
@@ -1622,7 +1622,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1622
1622
|
error: false,
|
|
1623
1623
|
helper: false,
|
|
1624
1624
|
label: 'Radio 0',
|
|
1625
|
-
name: '
|
|
1625
|
+
name: 'radio440.7118383920465',
|
|
1626
1626
|
required: false,
|
|
1627
1627
|
type: 'radio',
|
|
1628
1628
|
value: 'radio'
|
|
@@ -1638,7 +1638,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1638
1638
|
error: false,
|
|
1639
1639
|
helper: false,
|
|
1640
1640
|
label: 'Radio 1',
|
|
1641
|
-
name: '
|
|
1641
|
+
name: 'radio440.7118383920465',
|
|
1642
1642
|
required: false,
|
|
1643
1643
|
type: 'radio',
|
|
1644
1644
|
value: 'radio'
|
|
@@ -1654,7 +1654,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1654
1654
|
error: false,
|
|
1655
1655
|
helper: false,
|
|
1656
1656
|
label: 'Radio 2',
|
|
1657
|
-
name: '
|
|
1657
|
+
name: 'radio440.7118383920465',
|
|
1658
1658
|
required: false,
|
|
1659
1659
|
type: 'radio',
|
|
1660
1660
|
value: 'radio'
|
|
@@ -1670,7 +1670,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1670
1670
|
error: false,
|
|
1671
1671
|
helper: false,
|
|
1672
1672
|
label: 'Radio 3',
|
|
1673
|
-
name: '
|
|
1673
|
+
name: 'radio440.7118383920465',
|
|
1674
1674
|
required: false,
|
|
1675
1675
|
type: 'radio',
|
|
1676
1676
|
value: 'radio'
|
|
@@ -1686,7 +1686,7 @@ PASS src/__tests__/Form.test.tsx
|
|
|
1686
1686
|
error: false,
|
|
1687
1687
|
helper: false,
|
|
1688
1688
|
label: 'Radio 4',
|
|
1689
|
-
name: '
|
|
1689
|
+
name: 'radio440.7118383920465',
|
|
1690
1690
|
required: false,
|
|
1691
1691
|
type: 'radio',
|
|
1692
1692
|
value: 'radio'
|
|
@@ -1707,5 +1707,5 @@ PASS src/__tests__/Tag.test.tsx
|
|
|
1707
1707
|
Test Suites: 20 passed, 20 total
|
|
1708
1708
|
Tests: 66 passed, 66 total
|
|
1709
1709
|
Snapshots: 0 total
|
|
1710
|
-
Time: 13.
|
|
1710
|
+
Time: 13.395 s
|
|
1711
1711
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @ilo-org/react
|
|
2
2
|
|
|
3
|
+
## 0.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 592c40ae9: Hover fix for data card and breadcrumb for hero
|
|
8
|
+
- 3005bb74c: Fixes to Video, Accordion, List, Checkbox, favicon
|
|
9
|
+
- b72b8aa9e: Update README; various bugfixes with Table, Footer, Notification, Video, RichText
|
|
10
|
+
- d7015e194: - Tag fixes for consistent font size
|
|
11
|
+
- Accordion transition, font size and height fixes
|
|
12
|
+
- Tooltip transition fix
|
|
13
|
+
- Cards padding and anchor the date on feature cards
|
|
14
|
+
- List fix font sizes on mobile
|
|
15
|
+
- Callout fix transition timing
|
|
16
|
+
- 6ba8ee615: Documentation for wingusit
|
|
17
|
+
- Updated dependencies [fdba39df6]
|
|
18
|
+
- Updated dependencies [592c40ae9]
|
|
19
|
+
- Updated dependencies [3005bb74c]
|
|
20
|
+
- Updated dependencies [b72b8aa9e]
|
|
21
|
+
- Updated dependencies [d7015e194]
|
|
22
|
+
- Updated dependencies [6ba8ee615]
|
|
23
|
+
- @ilo-org/styles@0.1.10
|
|
24
|
+
- @ilo-org/icons-react@0.0.12
|
|
25
|
+
- @ilo-org/themes@0.1.10
|
|
26
|
+
- @ilo-org/utils@0.0.6
|
|
27
|
+
|
|
3
28
|
## 0.0.13
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|