oddsgate-ds 1.0.88 → 1.0.89
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/main.ts +2 -1
- package/build-storybook.log +2 -28
- package/dist/cjs/index.js +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +3 -2
- package/src/components/atoms/Button/Button.theme.ts +1 -0
- package/src/components/organisms/CircularSlider/CircularSlider.component.tsx +1 -0
- package/src/components/organisms/CircularSlider/CircularSlider.theme.ts +1 -0
- package/src/helpers/isTouchDevice.tsx +30 -6
- package/src/styles/utilities.ts +6 -0
package/.storybook/main.ts
CHANGED
|
@@ -8,7 +8,8 @@ const config: StorybookConfig = {
|
|
|
8
8
|
'@storybook/addon-essentials',
|
|
9
9
|
'@storybook/addon-interactions',
|
|
10
10
|
'@storybook/addon-webpack5-compiler-swc',
|
|
11
|
-
|
|
11
|
+
"@washingtonpost/storybook-addon-web-vitals",
|
|
12
|
+
// '@chromatic-com/storybook',
|
|
12
13
|
],
|
|
13
14
|
framework: {
|
|
14
15
|
name: '@storybook/react-webpack5',
|
package/build-storybook.log
CHANGED
|
@@ -1,30 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
$ storybook build --output-dir /var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--15259-7HxIKrwBD8P0
|
|
1
|
+
$ storybook build --output-dir /var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--24535-URZej7S3SmYE --webpack-stats-json /var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--24535-URZej7S3SmYE
|
|
3
2
|
@storybook/cli v8.1.5
|
|
4
3
|
|
|
5
|
-
info => Cleaning outputDir: ../../../../../var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--
|
|
6
|
-
info => Loading presets
|
|
7
|
-
info => Building manager..
|
|
8
|
-
info => Manager built (183 ms)
|
|
9
|
-
info => Building preview..
|
|
10
|
-
info Addon-docs: using MDX3
|
|
11
|
-
info => Using implicit CSS loaders
|
|
12
|
-
WARN No story files found for the specified pattern: src/**/*.mdx
|
|
13
|
-
info => Copying static files: public at ../../../../../var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--15259-7HxIKrwBD8P0
|
|
14
|
-
info => Using default Webpack5 setup
|
|
15
|
-
info Using tsconfig paths for react-docgen
|
|
16
|
-
WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
17
|
-
WARN This can impact web performance.
|
|
18
|
-
WARN Assets:
|
|
19
|
-
WARN 3371.b2673a34.iframe.bundle.js (838 KiB)
|
|
20
|
-
WARN 9408.91a81ebc.iframe.bundle.js (674 KiB)
|
|
21
|
-
WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
22
|
-
WARN Entrypoints:
|
|
23
|
-
WARN main (880 KiB)
|
|
24
|
-
WARN runtime~main.0f383799.iframe.bundle.js
|
|
25
|
-
WARN 3371.b2673a34.iframe.bundle.js
|
|
26
|
-
WARN main.32babe48.iframe.bundle.js
|
|
27
|
-
WARN
|
|
28
|
-
info => Preview built (11 s)
|
|
29
|
-
info => Output directory: /var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--15259-7HxIKrwBD8P0
|
|
30
|
-
Done in 14.59s.
|
|
4
|
+
info => Cleaning outputDir: ../../../../../var/folders/rf/gkyfr81s5d908wzqvz6369_m0000gp/T/chromatic--24535-URZej7S3SmYE
|