@xyd-js/storybook 0.0.0-build-1f5d0e0-20250821212644 → 0.0.0-build-6575def-20250828230906

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/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @xyd-js/storybook
2
2
 
3
- ## 0.0.0-build-1f5d0e0-20250821212644
3
+ ## 0.0.0-build-6575def-20250828230906
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-1f5d0e0-20250821212644
10
- - @xyd-js/components@0.0.0-build-1f5d0e0-20250821212644
11
- - @xyd-js/content@0.0.0-build-1f5d0e0-20250821212644
12
- - @xyd-js/theme-cosmo@0.0.0-build-1f5d0e0-20250821212644
13
- - @xyd-js/theme-opener@0.0.0-build-1f5d0e0-20250821212644
14
- - @xyd-js/theme-picasso@0.0.0-build-1f5d0e0-20250821212644
15
- - @xyd-js/theme-poetry@0.0.0-build-1f5d0e0-20250821212644
16
- - @xyd-js/ui@0.0.0-build-1f5d0e0-20250821212644
9
+ - @xyd-js/atlas@0.0.0-build-6575def-20250828230906
10
+ - @xyd-js/components@0.0.0-build-6575def-20250828230906
11
+ - @xyd-js/content@0.0.0-build-6575def-20250828230906
12
+ - @xyd-js/theme-cosmo@0.0.0-build-6575def-20250828230906
13
+ - @xyd-js/theme-opener@0.0.0-build-6575def-20250828230906
14
+ - @xyd-js/theme-picasso@0.0.0-build-6575def-20250828230906
15
+ - @xyd-js/theme-poetry@0.0.0-build-6575def-20250828230906
16
+ - @xyd-js/ui@0.0.0-build-6575def-20250828230906
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/storybook",
3
- "version": "0.0.0-build-1f5d0e0-20250821212644",
3
+ "version": "0.0.0-build-6575def-20250828230906",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@storybook/addon-storysource": "^8.6.14",
@@ -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-1f5d0e0-20250821212644",
13
- "@xyd-js/components": "0.0.0-build-1f5d0e0-20250821212644",
14
- "@xyd-js/content": "0.0.0-build-1f5d0e0-20250821212644",
15
- "@xyd-js/theme-cosmo": "0.0.0-build-1f5d0e0-20250821212644",
16
- "@xyd-js/theme-opener": "0.0.0-build-1f5d0e0-20250821212644",
17
- "@xyd-js/theme-picasso": "0.0.0-build-1f5d0e0-20250821212644",
18
- "@xyd-js/theme-poetry": "0.0.0-build-1f5d0e0-20250821212644",
19
- "@xyd-js/ui": "0.0.0-build-1f5d0e0-20250821212644"
12
+ "@xyd-js/atlas": "0.0.0-build-6575def-20250828230906",
13
+ "@xyd-js/content": "0.0.0-build-6575def-20250828230906",
14
+ "@xyd-js/components": "0.0.0-build-6575def-20250828230906",
15
+ "@xyd-js/theme-cosmo": "0.0.0-build-6575def-20250828230906",
16
+ "@xyd-js/theme-opener": "0.0.0-build-6575def-20250828230906",
17
+ "@xyd-js/theme-picasso": "0.0.0-build-6575def-20250828230906",
18
+ "@xyd-js/theme-poetry": "0.0.0-build-6575def-20250828230906",
19
+ "@xyd-js/ui": "0.0.0-build-6575def-20250828230906"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@chromatic-com/storybook": "^1.9.0",
@@ -80,7 +80,7 @@ export const DocsTemplateDecorator = ({ toc = true }: DocsTemplateDecoratorOptio
80
80
  logo: <Youtube />
81
81
  }
82
82
  ]}
83
- footnote="© Livesession 2025"
83
+ footnote="© LiveSession 2025"
84
84
  />
85
85
 
86
86
  {/* <$Footer /> */}