@xyd-js/storybook 0.0.0-build-6e6f290-20260116222509 → 0.0.0-build-1202121-20260121231224

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -9
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @xyd-js/storybook
2
2
 
3
- ## 0.0.0-build-6e6f290-20260116222509
3
+ ## 0.0.0-build-1202121-20260121231224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/atlas@0.0.0-build-6e6f290-20260116222509
10
- - @xyd-js/components@0.0.0-build-6e6f290-20260116222509
11
- - @xyd-js/content@0.0.0-build-6e6f290-20260116222509
12
- - @xyd-js/theme-cosmo@0.0.0-build-6e6f290-20260116222509
13
- - @xyd-js/theme-opener@0.0.0-build-6e6f290-20260116222509
14
- - @xyd-js/theme-picasso@0.0.0-build-6e6f290-20260116222509
15
- - @xyd-js/theme-poetry@0.0.0-build-6e6f290-20260116222509
16
- - @xyd-js/ui@0.0.0-build-6e6f290-20260116222509
9
+ - @xyd-js/atlas@0.0.0-build-1202121-20260121231224
10
+ - @xyd-js/components@0.0.0-build-1202121-20260121231224
11
+ - @xyd-js/content@0.0.0-build-1202121-20260121231224
12
+ - @xyd-js/theme-cosmo@0.0.0-build-1202121-20260121231224
13
+ - @xyd-js/theme-opener@0.0.0-build-1202121-20260121231224
14
+ - @xyd-js/theme-picasso@0.0.0-build-1202121-20260121231224
15
+ - @xyd-js/theme-poetry@0.0.0-build-1202121-20260121231224
16
+ - @xyd-js/ui@0.0.0-build-1202121-20260121231224
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/storybook",
3
- "version": "0.0.0-build-6e6f290-20260116222509",
3
+ "version": "0.0.0-build-1202121-20260121231224",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@storybook/addon-storysource": "^8.6.15",
@@ -9,14 +9,14 @@
9
9
  "lucide-react": "^0.447.0",
10
10
  "react": "^19.1.0",
11
11
  "react-dom": "^19.1.0",
12
- "@xyd-js/atlas": "0.0.0-build-6e6f290-20260116222509",
13
- "@xyd-js/components": "0.0.0-build-6e6f290-20260116222509",
14
- "@xyd-js/content": "0.0.0-build-6e6f290-20260116222509",
15
- "@xyd-js/theme-cosmo": "0.0.0-build-6e6f290-20260116222509",
16
- "@xyd-js/theme-opener": "0.0.0-build-6e6f290-20260116222509",
17
- "@xyd-js/theme-picasso": "0.0.0-build-6e6f290-20260116222509",
18
- "@xyd-js/theme-poetry": "0.0.0-build-6e6f290-20260116222509",
19
- "@xyd-js/ui": "0.0.0-build-6e6f290-20260116222509"
12
+ "@xyd-js/atlas": "0.0.0-build-1202121-20260121231224",
13
+ "@xyd-js/components": "0.0.0-build-1202121-20260121231224",
14
+ "@xyd-js/content": "0.0.0-build-1202121-20260121231224",
15
+ "@xyd-js/theme-cosmo": "0.0.0-build-1202121-20260121231224",
16
+ "@xyd-js/theme-opener": "0.0.0-build-1202121-20260121231224",
17
+ "@xyd-js/theme-picasso": "0.0.0-build-1202121-20260121231224",
18
+ "@xyd-js/theme-poetry": "0.0.0-build-1202121-20260121231224",
19
+ "@xyd-js/ui": "0.0.0-build-1202121-20260121231224"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@chromatic-com/storybook": "^1.9.0",