@xyd-js/storybook 0.0.1-xyd.6 → 0.0.1-xyd.63

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 (145) hide show
  1. package/.storybook/main.ts +8 -9
  2. package/.storybook/preview.ts +1 -3
  3. package/.storybook/styles.css +0 -5
  4. package/CHANGELOG.md +702 -0
  5. package/LICENSE +21 -0
  6. package/package.json +18 -15
  7. package/src/__fixtures__/atlas-index/package-index.mdx +194 -0
  8. package/src/{content → __fixtures__}/atlas-index/wip1.mdx +3 -3
  9. package/src/__fixtures__/example-source-uniform.ts +41 -0
  10. package/src/{content → __fixtures__}/hello-world.mdx +1 -1
  11. package/src/components/{DemoWireframe.tsx → DemoDocs.tsx} +1 -1
  12. package/src/decorators/DocsTemplate.tsx +23 -0
  13. package/src/docs/atlas/Atlas.stories.tsx +27 -18
  14. package/src/docs/components/coder/CodeSample.stories.tsx +6 -3
  15. package/src/docs/components/writer/Badge.stories.tsx +15 -40
  16. package/src/docs/components/writer/GuideCard.stories.tsx +2 -3
  17. package/src/docs/components/writer/Table.stories.tsx +22 -58
  18. package/src/docs/components/writer/Tabs.stories.tsx +55 -0
  19. package/src/docs/components/writer/TocCard.stories.tsx +30 -0
  20. package/src/docs/components/writer/UnderlineNav.stories.tsx +114 -0
  21. package/src/docs/components/writer/Update.stories.tsx +91 -0
  22. package/src/docs/components/writer/VideoGuide.stories.tsx +17 -0
  23. package/src/docs/themes/TODO.md +1 -0
  24. package/src/docs/themes/themes-designsystem.stories.tsx +3 -2
  25. package/src/docs/themes/themes.stories.tsx +6 -2
  26. package/src/docs/ui/Sidebar.stories.tsx +8 -2
  27. package/storybook-static/assets/Atlas.stories-DsQbLsBO.js +153 -0
  28. package/storybook-static/assets/Badge.stories-BB25VaXB.js +6 -0
  29. package/storybook-static/assets/Breadcrumbs.stories-8dY-0FZ6.js +21 -0
  30. package/storybook-static/assets/{Button.stories-zZz68Dp3.js → Button.stories-Ct9tcWxH.js} +1 -1
  31. package/storybook-static/assets/CTABanner-SOi-EjNb-1gNhmGHe.js +4 -0
  32. package/storybook-static/assets/{CTABanner.stories-CCWd5nXl.js → CTABanner.stories-B5jWAOv9.js} +1 -1
  33. package/storybook-static/assets/Callout.stories-DYh3dp1V.js +16 -0
  34. package/storybook-static/assets/CodeSample.stories-DdqAV6pE.js +22 -0
  35. package/storybook-static/assets/{CodeSample.stories-npLtCIKw.js → CodeSample.stories-R6WeHzql.js} +1 -1
  36. package/storybook-static/assets/Color-YHDXOIA2-BLLMp-rk.js +1 -0
  37. package/storybook-static/assets/DocsRenderer-CFRXHY34-iREIpqZs.js +575 -0
  38. package/storybook-static/assets/{GuideCard.stories-CtHzplO6.js → GuideCard.stories-DlOupG-0.js} +2 -2
  39. package/storybook-static/assets/Heading.stories-CTPUxGQU.js +40 -0
  40. package/storybook-static/assets/Icons-CaV53C2x.js +1 -0
  41. package/storybook-static/assets/Nav.stories-DOdsEXEe.js +13 -0
  42. package/storybook-static/assets/NavLinks.stories-ChboVW3X.js +19 -0
  43. package/storybook-static/assets/Pre.stories-BiOV0Oe6.js +11 -0
  44. package/storybook-static/assets/Sidebar.stories-DkscgzB6.js +9 -0
  45. package/storybook-static/assets/Steps.stories-DdgI2muz.js +16 -0
  46. package/storybook-static/assets/SubNav.stories-gbx99ZSe.js +19 -0
  47. package/storybook-static/assets/Table.stories-_JY94lJp.js +38 -0
  48. package/storybook-static/assets/Tabs.stories-C91xYkjj.js +42 -0
  49. package/storybook-static/assets/TocCard.stories-3Hrq8ntN.js +7 -0
  50. package/storybook-static/assets/UnderlineNav.stories-D44nShoc.js +96 -0
  51. package/storybook-static/assets/Update-DvGnbDKn-BxY7KlqE.js +33 -0
  52. package/storybook-static/assets/Update.stories-DXMAnZ21.js +56 -0
  53. package/storybook-static/assets/VideoGuide.stories-w76_6bQA.js +3 -0
  54. package/storybook-static/assets/__vite-browser-external-FmFgRqLi.js +1 -0
  55. package/storybook-static/assets/_rollupPluginBabelHelpers-DK3gn7J7-CY8sTQTJ.js +4 -0
  56. package/storybook-static/assets/{copy-DNsBvoDT.js → browser.esm-BBxEv_2n.js} +12 -12
  57. package/storybook-static/assets/chunk-NL6KNZEE-BC1iDMSp.js +3 -0
  58. package/storybook-static/assets/content-Cgm3P2iF.js +8 -0
  59. package/storybook-static/assets/{entry-preview-p5a0L45N.js → entry-preview-XrF1hMc_.js} +2 -2
  60. package/storybook-static/assets/{entry-preview-docs-D4yhrvjB.js → entry-preview-docs-CxQPtM_Y.js} +1 -1
  61. package/storybook-static/assets/iframe-B8sZbN7f.js +211 -0
  62. package/storybook-static/assets/{index-Ci6h_Amb.js → index-Bd6o6BX5.js} +2 -2
  63. package/storybook-static/assets/index-BsiG4v0x.js +3 -0
  64. package/storybook-static/assets/index-CXQShRbs.js +8 -0
  65. package/storybook-static/assets/index-CXwkSlW-.js +1 -0
  66. package/storybook-static/assets/index-CzKwSnp0.js +9 -0
  67. package/storybook-static/assets/index-D_kTjGoR.js +9 -0
  68. package/storybook-static/assets/index-DgnBCu_c.js +1 -0
  69. package/storybook-static/assets/{index-C3_PYvTT.js → index-H0MBf5rE.js} +1 -1
  70. package/storybook-static/assets/jsx-runtime-D_zvdyIk.js +9 -0
  71. package/storybook-static/assets/layouts-Bfh4ZDPm.js +1 -0
  72. package/storybook-static/assets/preview-CoBvlzsX.css +1 -0
  73. package/storybook-static/assets/preview-CxgX81oj.js +2 -0
  74. package/storybook-static/assets/{preview-ik5anPOD.js → preview-N1j9pG9L.js} +1 -1
  75. package/storybook-static/assets/react-18-Tf4JhPOR.js +25 -0
  76. package/storybook-static/assets/test-utils-BaXAOqRT.js +9 -0
  77. package/storybook-static/assets/themes-designsystem.stories-Do8f936h.js +11 -0
  78. package/storybook-static/assets/themes.stories-By9PFakX.js +41 -0
  79. package/storybook-static/assets/writer-ia0ggDZA.js +1 -0
  80. package/storybook-static/iframe.html +1 -1
  81. package/storybook-static/index.html +1 -1
  82. package/storybook-static/index.json +1 -1
  83. package/storybook-static/project.json +1 -1
  84. package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +15 -15
  85. package/storybook-static/sb-addons/docs-12/manager-bundle.js +34 -34
  86. package/storybook-static/sb-addons/essentials-actions-4/manager-bundle.js +1 -1
  87. package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +8 -8
  88. package/storybook-static/sb-addons/essentials-controls-3/manager-bundle.js +8 -8
  89. package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +1 -1
  90. package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +1 -1
  91. package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +1 -1
  92. package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +1 -1
  93. package/storybook-static/sb-addons/interactions-11/manager-bundle.js +1 -1
  94. package/storybook-static/sb-addons/links-2/manager-bundle.js +1 -1
  95. package/storybook-static/sb-addons/onboarding-1/manager-bundle.js +5 -5
  96. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +1 -1
  97. package/storybook-static/sb-manager/globals-module-info.js +1 -0
  98. package/storybook-static/sb-manager/globals-runtime.js +10372 -9836
  99. package/storybook-static/sb-manager/runtime.js +119 -119
  100. package/tsconfig.json +17 -0
  101. package/vite.config.ts +1 -1
  102. package/src/content/atlas-index/package-index.mdx +0 -192
  103. package/src/docs/atlas/AtlasIndex.stories.tsx +0 -130
  104. package/storybook-static/assets/Atlas.stories-DeK56mng.js +0 -252
  105. package/storybook-static/assets/AtlasIndex.stories-CgaI1jRb.js +0 -41
  106. package/storybook-static/assets/Badge.stories-DZifzirN.js +0 -31
  107. package/storybook-static/assets/Breadcrumbs.stories-vunfoj7H.js +0 -21
  108. package/storybook-static/assets/CTABanner-wB-mvAxd-DwYWZ4fP.js +0 -4
  109. package/storybook-static/assets/Callout.stories-BZSlwnWD.js +0 -16
  110. package/storybook-static/assets/CodeSample-DB1D3F7N-C5AHaCBx-D2i_bX1Z.js +0 -9
  111. package/storybook-static/assets/CodeSample.stories-Zju_BViQ.js +0 -22
  112. package/storybook-static/assets/Color-YHDXOIA2-DEwwEJF5.js +0 -1
  113. package/storybook-static/assets/DocsRenderer-CFRXHY34-BnbD8jil.js +0 -575
  114. package/storybook-static/assets/Heading.stories-hOIiOtGj.js +0 -40
  115. package/storybook-static/assets/Nav.stories-DDu5T02Y.js +0 -13
  116. package/storybook-static/assets/NavLinks.stories-C-m4jsZG.js +0 -19
  117. package/storybook-static/assets/Pre.stories-Cx3Xp7p5.js +0 -11
  118. package/storybook-static/assets/Sidebar.stories-5uZaQT9P.js +0 -9
  119. package/storybook-static/assets/Steps.stories-CroVYyMk.js +0 -16
  120. package/storybook-static/assets/SubNav.stories-DH8b0a7D.js +0 -19
  121. package/storybook-static/assets/Table.stories-DH33FA7O.js +0 -72
  122. package/storybook-static/assets/UnderlineNav-CdHpxTEt-DnGwWXeI.js +0 -46
  123. package/storybook-static/assets/_rollupPluginBabelHelpers-BsWmI4nf-CerVq3GU.js +0 -4
  124. package/storybook-static/assets/chevron-right-MQoc73cD.js +0 -31
  125. package/storybook-static/assets/chunk-K6AXKMTT-CzEIZnfC.js +0 -12
  126. package/storybook-static/assets/content-C3X0CWsZ.js +0 -22
  127. package/storybook-static/assets/iframe-5hRm0uzd.js +0 -211
  128. package/storybook-static/assets/index-BPIV5q2-.js +0 -18
  129. package/storybook-static/assets/index-BdGwgT04.js +0 -9
  130. package/storybook-static/assets/index-C7VnYWJ0.js +0 -9
  131. package/storybook-static/assets/index-CGqnQ2T-.js +0 -8
  132. package/storybook-static/assets/index-DXayMMq-.js +0 -1
  133. package/storybook-static/assets/jsx-runtime-BjG_zV1W.js +0 -9
  134. package/storybook-static/assets/layouts-CkIqr4wb.js +0 -32
  135. package/storybook-static/assets/preview-BYe-pB8z.js +0 -2
  136. package/storybook-static/assets/preview-BaYfXIWh.css +0 -1
  137. package/storybook-static/assets/react-18-DQs0uuxx.js +0 -25
  138. package/storybook-static/assets/test-utils-Di69x3Vj.js +0 -9
  139. package/storybook-static/assets/themes-designsystem.stories-CYUUtSoI.js +0 -11
  140. package/storybook-static/assets/themes.stories-lpuIOBo2.js +0 -41
  141. package/storybook-static/assets/writer-B4lgk2fa.js +0 -4
  142. /package/src/{content → __fixtures__}/Icons.tsx +0 -0
  143. /package/src/{content → __fixtures__}/atlas-index.mdx +0 -0
  144. /package/src/{content → __fixtures__}/code-sample.mdx +0 -0
  145. /package/storybook-static/assets/{preview-BvcEG2BB.js → preview-BNQ06L9w.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,707 @@
1
1
  # @xyd-js/storybook
2
2
 
3
+ ## 0.0.1-xyd.63
4
+
5
+ ### Patch Changes
6
+
7
+ - update all packages
8
+ - update all packages
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @xyd-js/atlas@0.1.0-xyd.69
12
+ - @xyd-js/components@0.1.0-xyd.64
13
+ - @xyd-js/content@0.1.0-xyd.67
14
+ - @xyd-js/theme-cosmo@0.1.0-xyd.53
15
+ - @xyd-js/theme-opener@0.1.0-xyd.53
16
+ - @xyd-js/theme-picasso@0.1.0-xyd.53
17
+ - @xyd-js/theme-poetry@0.1.0-xyd.80
18
+ - @xyd-js/ui@0.1.0-xyd.69
19
+
20
+ ## 0.0.1-xyd.62
21
+
22
+ ### Patch Changes
23
+
24
+ - update all packages
25
+ - Updated dependencies
26
+ - @xyd-js/atlas@0.1.0-xyd.68
27
+ - @xyd-js/components@0.1.0-xyd.63
28
+ - @xyd-js/content@0.1.0-xyd.66
29
+ - @xyd-js/theme-cosmo@0.1.0-xyd.52
30
+ - @xyd-js/theme-opener@0.1.0-xyd.52
31
+ - @xyd-js/theme-picasso@0.1.0-xyd.52
32
+ - @xyd-js/theme-poetry@0.1.0-xyd.79
33
+ - @xyd-js/ui@0.1.0-xyd.68
34
+
35
+ ## 0.0.1-xyd.61
36
+
37
+ ### Patch Changes
38
+
39
+ - update all packages
40
+ - Updated dependencies
41
+ - @xyd-js/atlas@0.1.0-xyd.67
42
+ - @xyd-js/components@0.1.0-xyd.62
43
+ - @xyd-js/content@0.1.0-xyd.65
44
+ - @xyd-js/theme-cosmo@0.1.0-xyd.51
45
+ - @xyd-js/theme-opener@0.1.0-xyd.51
46
+ - @xyd-js/theme-picasso@0.1.0-xyd.51
47
+ - @xyd-js/theme-poetry@0.1.0-xyd.78
48
+ - @xyd-js/ui@0.1.0-xyd.67
49
+
50
+ ## 0.0.1-xyd.60
51
+
52
+ ### Patch Changes
53
+
54
+ - update all packages
55
+ - Updated dependencies
56
+ - @xyd-js/atlas@0.1.0-xyd.66
57
+ - @xyd-js/components@0.1.0-xyd.61
58
+ - @xyd-js/content@0.1.0-xyd.64
59
+ - @xyd-js/theme-cosmo@0.1.0-xyd.50
60
+ - @xyd-js/theme-opener@0.1.0-xyd.50
61
+ - @xyd-js/theme-picasso@0.1.0-xyd.50
62
+ - @xyd-js/theme-poetry@0.1.0-xyd.77
63
+ - @xyd-js/ui@0.1.0-xyd.66
64
+
65
+ ## 0.0.1-xyd.59
66
+
67
+ ### Patch Changes
68
+
69
+ - update all packages
70
+ - Updated dependencies
71
+ - @xyd-js/atlas@0.1.0-xyd.65
72
+ - @xyd-js/components@0.1.0-xyd.60
73
+ - @xyd-js/content@0.1.0-xyd.63
74
+ - @xyd-js/theme-cosmo@0.1.0-xyd.49
75
+ - @xyd-js/theme-opener@0.1.0-xyd.49
76
+ - @xyd-js/theme-picasso@0.1.0-xyd.49
77
+ - @xyd-js/theme-poetry@0.1.0-xyd.76
78
+ - @xyd-js/ui@0.1.0-xyd.65
79
+
80
+ ## 0.0.1-xyd.58
81
+
82
+ ### Patch Changes
83
+
84
+ - update all packages
85
+ - Updated dependencies
86
+ - @xyd-js/atlas@0.1.0-xyd.64
87
+ - @xyd-js/components@0.1.0-xyd.59
88
+ - @xyd-js/content@0.1.0-xyd.62
89
+ - @xyd-js/theme-cosmo@0.1.0-xyd.48
90
+ - @xyd-js/theme-opener@0.1.0-xyd.48
91
+ - @xyd-js/theme-picasso@0.1.0-xyd.48
92
+ - @xyd-js/theme-poetry@0.1.0-xyd.75
93
+ - @xyd-js/ui@0.1.0-xyd.64
94
+
95
+ ## 0.0.1-xyd.57
96
+
97
+ ### Patch Changes
98
+
99
+ - update all packages
100
+ - Updated dependencies
101
+ - @xyd-js/atlas@0.1.0-xyd.63
102
+ - @xyd-js/components@0.1.0-xyd.58
103
+ - @xyd-js/content@0.1.0-xyd.61
104
+ - @xyd-js/theme-cosmo@0.1.0-xyd.47
105
+ - @xyd-js/theme-opener@0.1.0-xyd.47
106
+ - @xyd-js/theme-picasso@0.1.0-xyd.47
107
+ - @xyd-js/theme-poetry@0.1.0-xyd.74
108
+ - @xyd-js/ui@0.1.0-xyd.63
109
+
110
+ ## 0.0.1-xyd.56
111
+
112
+ ### Patch Changes
113
+
114
+ - update all packages
115
+ - Updated dependencies
116
+ - @xyd-js/atlas@0.1.0-xyd.62
117
+ - @xyd-js/components@0.1.0-xyd.57
118
+ - @xyd-js/content@0.1.0-xyd.60
119
+ - @xyd-js/theme-cosmo@0.1.0-xyd.46
120
+ - @xyd-js/theme-opener@0.1.0-xyd.46
121
+ - @xyd-js/theme-picasso@0.1.0-xyd.46
122
+ - @xyd-js/theme-poetry@0.1.0-xyd.73
123
+ - @xyd-js/ui@0.1.0-xyd.62
124
+
125
+ ## 0.0.1-xyd.55
126
+
127
+ ### Patch Changes
128
+
129
+ - update all packages
130
+ - Updated dependencies
131
+ - @xyd-js/atlas@0.1.0-xyd.61
132
+ - @xyd-js/components@0.1.0-xyd.56
133
+ - @xyd-js/content@0.1.0-xyd.59
134
+ - @xyd-js/theme-cosmo@0.1.0-xyd.45
135
+ - @xyd-js/theme-opener@0.1.0-xyd.45
136
+ - @xyd-js/theme-picasso@0.1.0-xyd.45
137
+ - @xyd-js/theme-poetry@0.1.0-xyd.72
138
+ - @xyd-js/ui@0.1.0-xyd.61
139
+
140
+ ## 0.0.1-xyd.54
141
+
142
+ ### Patch Changes
143
+
144
+ - update all packages
145
+ - Updated dependencies
146
+ - @xyd-js/atlas@0.1.0-xyd.60
147
+ - @xyd-js/components@0.1.0-xyd.55
148
+ - @xyd-js/content@0.1.0-xyd.58
149
+ - @xyd-js/theme-cosmo@0.1.0-xyd.44
150
+ - @xyd-js/theme-opener@0.1.0-xyd.44
151
+ - @xyd-js/theme-picasso@0.1.0-xyd.44
152
+ - @xyd-js/theme-poetry@0.1.0-xyd.71
153
+ - @xyd-js/ui@0.1.0-xyd.60
154
+
155
+ ## 0.0.1-xyd.53
156
+
157
+ ### Patch Changes
158
+
159
+ - update all packages
160
+ - Updated dependencies
161
+ - @xyd-js/atlas@0.1.0-xyd.59
162
+ - @xyd-js/components@0.1.0-xyd.54
163
+ - @xyd-js/content@0.1.0-xyd.57
164
+ - @xyd-js/theme-cosmo@0.1.0-xyd.43
165
+ - @xyd-js/theme-opener@0.1.0-xyd.43
166
+ - @xyd-js/theme-picasso@0.1.0-xyd.43
167
+ - @xyd-js/theme-poetry@0.1.0-xyd.70
168
+ - @xyd-js/ui@0.1.0-xyd.59
169
+
170
+ ## 0.0.1-xyd.52
171
+
172
+ ### Patch Changes
173
+
174
+ - update all packages
175
+ - update all packages
176
+ - update all packages
177
+ - update all packages
178
+ - update all packages
179
+ - update all packages
180
+ - Updated dependencies
181
+ - Updated dependencies
182
+ - Updated dependencies
183
+ - Updated dependencies
184
+ - Updated dependencies
185
+ - Updated dependencies
186
+ - @xyd-js/atlas@0.1.0-xyd.58
187
+ - @xyd-js/components@0.1.0-xyd.53
188
+ - @xyd-js/content@0.1.0-xyd.56
189
+ - @xyd-js/theme-cosmo@0.1.0-xyd.42
190
+ - @xyd-js/theme-opener@0.1.0-xyd.42
191
+ - @xyd-js/theme-picasso@0.1.0-xyd.42
192
+ - @xyd-js/theme-poetry@0.1.0-xyd.69
193
+ - @xyd-js/ui@0.1.0-xyd.58
194
+
195
+ ## 0.0.1-xyd.51
196
+
197
+ ### Patch Changes
198
+
199
+ - Updated dependencies
200
+ - @xyd-js/atlas@0.1.0-xyd.57
201
+ - @xyd-js/components@0.1.0-xyd.52
202
+ - @xyd-js/content@0.1.0-xyd.55
203
+ - @xyd-js/theme-poetry@0.1.0-xyd.68
204
+ - @xyd-js/ui@0.1.0-xyd.57
205
+
206
+ ## 0.0.1-xyd.50
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies
211
+ - @xyd-js/atlas@0.1.0-xyd.56
212
+ - @xyd-js/components@0.1.0-xyd.51
213
+ - @xyd-js/content@0.1.0-xyd.54
214
+ - @xyd-js/theme-poetry@0.1.0-xyd.67
215
+ - @xyd-js/ui@0.1.0-xyd.56
216
+
217
+ ## 0.0.1-xyd.49
218
+
219
+ ### Patch Changes
220
+
221
+ - Updated dependencies
222
+ - @xyd-js/atlas@0.1.0-xyd.55
223
+ - @xyd-js/components@0.1.0-xyd.50
224
+ - @xyd-js/content@0.1.0-xyd.53
225
+ - @xyd-js/theme-poetry@0.1.0-xyd.66
226
+ - @xyd-js/ui@0.1.0-xyd.55
227
+
228
+ ## 0.0.1-xyd.48
229
+
230
+ ### Patch Changes
231
+
232
+ - Updated dependencies
233
+ - @xyd-js/atlas@0.1.0-xyd.54
234
+ - @xyd-js/components@0.1.0-xyd.49
235
+ - @xyd-js/content@0.1.0-xyd.52
236
+ - @xyd-js/theme-poetry@0.1.0-xyd.65
237
+ - @xyd-js/ui@0.1.0-xyd.54
238
+
239
+ ## 0.0.1-xyd.47
240
+
241
+ ### Patch Changes
242
+
243
+ - Updated dependencies
244
+ - @xyd-js/atlas@0.1.0-xyd.53
245
+ - @xyd-js/components@0.1.0-xyd.48
246
+ - @xyd-js/content@0.1.0-xyd.51
247
+ - @xyd-js/theme-poetry@0.1.0-xyd.64
248
+ - @xyd-js/ui@0.1.0-xyd.53
249
+
250
+ ## 0.0.1-xyd.46
251
+
252
+ ### Patch Changes
253
+
254
+ - Updated dependencies
255
+ - @xyd-js/atlas@0.1.0-xyd.52
256
+ - @xyd-js/components@0.1.0-xyd.47
257
+ - @xyd-js/content@0.1.0-xyd.50
258
+ - @xyd-js/theme-poetry@0.1.0-xyd.63
259
+ - @xyd-js/ui@0.1.0-xyd.52
260
+
261
+ ## 0.0.1-xyd.45
262
+
263
+ ### Patch Changes
264
+
265
+ - Updated dependencies
266
+ - @xyd-js/atlas@0.1.0-xyd.51
267
+ - @xyd-js/components@0.1.0-xyd.46
268
+ - @xyd-js/content@0.1.0-xyd.49
269
+ - @xyd-js/theme-poetry@0.1.0-xyd.62
270
+ - @xyd-js/ui@0.1.0-xyd.51
271
+
272
+ ## 0.0.1-xyd.44
273
+
274
+ ### Patch Changes
275
+
276
+ - Updated dependencies
277
+ - @xyd-js/atlas@0.1.0-xyd.50
278
+ - @xyd-js/components@0.1.0-xyd.45
279
+ - @xyd-js/content@0.1.0-xyd.48
280
+ - @xyd-js/theme-poetry@0.1.0-xyd.61
281
+ - @xyd-js/ui@0.1.0-xyd.50
282
+
283
+ ## 0.0.1-xyd.43
284
+
285
+ ### Patch Changes
286
+
287
+ - Updated dependencies
288
+ - @xyd-js/atlas@0.1.0-xyd.49
289
+ - @xyd-js/components@0.1.0-xyd.44
290
+ - @xyd-js/content@0.1.0-xyd.47
291
+ - @xyd-js/theme-poetry@0.1.0-xyd.60
292
+ - @xyd-js/ui@0.1.0-xyd.49
293
+
294
+ ## 0.0.1-xyd.42
295
+
296
+ ### Patch Changes
297
+
298
+ - Updated dependencies
299
+ - @xyd-js/atlas@0.1.0-xyd.48
300
+ - @xyd-js/components@0.1.0-xyd.43
301
+ - @xyd-js/content@0.1.0-xyd.46
302
+ - @xyd-js/theme-poetry@0.1.0-xyd.59
303
+ - @xyd-js/ui@0.1.0-xyd.48
304
+
305
+ ## 0.0.1-xyd.41
306
+
307
+ ### Patch Changes
308
+
309
+ - Updated dependencies
310
+ - @xyd-js/atlas@0.1.0-xyd.47
311
+ - @xyd-js/components@0.1.0-xyd.42
312
+ - @xyd-js/content@0.1.0-xyd.45
313
+ - @xyd-js/theme-poetry@0.1.0-xyd.58
314
+ - @xyd-js/ui@0.1.0-xyd.47
315
+
316
+ ## 0.0.1-xyd.40
317
+
318
+ ### Patch Changes
319
+
320
+ - Updated dependencies
321
+ - @xyd-js/atlas@0.1.0-xyd.46
322
+ - @xyd-js/components@0.1.0-xyd.41
323
+ - @xyd-js/content@0.1.0-xyd.44
324
+ - @xyd-js/theme-poetry@0.1.0-xyd.57
325
+ - @xyd-js/ui@0.1.0-xyd.46
326
+
327
+ ## 0.0.1-xyd.39
328
+
329
+ ### Patch Changes
330
+
331
+ - Updated dependencies
332
+ - @xyd-js/atlas@0.1.0-xyd.45
333
+ - @xyd-js/components@0.1.0-xyd.40
334
+ - @xyd-js/content@0.1.0-xyd.43
335
+ - @xyd-js/theme-poetry@0.1.0-xyd.56
336
+ - @xyd-js/ui@0.1.0-xyd.45
337
+
338
+ ## 0.0.1-xyd.38
339
+
340
+ ### Patch Changes
341
+
342
+ - Updated dependencies
343
+ - @xyd-js/atlas@0.1.0-xyd.44
344
+ - @xyd-js/components@0.1.0-xyd.39
345
+ - @xyd-js/content@0.1.0-xyd.42
346
+ - @xyd-js/theme-poetry@0.1.0-xyd.55
347
+ - @xyd-js/ui@0.1.0-xyd.44
348
+
349
+ ## 0.0.1-xyd.37
350
+
351
+ ### Patch Changes
352
+
353
+ - Updated dependencies
354
+ - @xyd-js/atlas@0.1.0-xyd.43
355
+ - @xyd-js/components@0.1.0-xyd.38
356
+ - @xyd-js/content@0.1.0-xyd.41
357
+ - @xyd-js/theme-poetry@0.1.0-xyd.54
358
+ - @xyd-js/ui@0.1.0-xyd.43
359
+
360
+ ## 0.0.1-xyd.36
361
+
362
+ ### Patch Changes
363
+
364
+ - Updated dependencies
365
+ - @xyd-js/atlas@0.1.0-xyd.42
366
+ - @xyd-js/components@0.1.0-xyd.37
367
+ - @xyd-js/content@0.1.0-xyd.40
368
+ - @xyd-js/theme-poetry@0.1.0-xyd.53
369
+ - @xyd-js/ui@0.1.0-xyd.42
370
+
371
+ ## 0.0.1-xyd.35
372
+
373
+ ### Patch Changes
374
+
375
+ - Updated dependencies
376
+ - @xyd-js/atlas@0.1.0-xyd.41
377
+ - @xyd-js/components@0.1.0-xyd.36
378
+ - @xyd-js/content@0.1.0-xyd.39
379
+ - @xyd-js/theme-poetry@0.1.0-xyd.52
380
+ - @xyd-js/ui@0.1.0-xyd.41
381
+
382
+ ## 0.0.1-xyd.34
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies
387
+ - @xyd-js/atlas@0.1.0-xyd.40
388
+ - @xyd-js/components@0.1.0-xyd.35
389
+ - @xyd-js/content@0.1.0-xyd.38
390
+ - @xyd-js/theme-poetry@0.1.0-xyd.51
391
+ - @xyd-js/ui@0.1.0-xyd.40
392
+
393
+ ## 0.0.1-xyd.33
394
+
395
+ ### Patch Changes
396
+
397
+ - Updated dependencies
398
+ - @xyd-js/atlas@0.1.0-xyd.39
399
+ - @xyd-js/components@0.1.0-xyd.34
400
+ - @xyd-js/content@0.1.0-xyd.37
401
+ - @xyd-js/theme-poetry@0.1.0-xyd.50
402
+ - @xyd-js/ui@0.1.0-xyd.39
403
+
404
+ ## 0.0.1-xyd.32
405
+
406
+ ### Patch Changes
407
+
408
+ - Updated dependencies
409
+ - @xyd-js/atlas@0.1.0-xyd.38
410
+ - @xyd-js/components@0.1.0-xyd.33
411
+ - @xyd-js/content@0.1.0-xyd.36
412
+ - @xyd-js/theme-poetry@0.1.0-xyd.49
413
+ - @xyd-js/ui@0.1.0-xyd.38
414
+
415
+ ## 0.0.1-xyd.31
416
+
417
+ ### Patch Changes
418
+
419
+ - Updated dependencies
420
+ - @xyd-js/atlas@0.1.0-xyd.37
421
+ - @xyd-js/components@0.1.0-xyd.32
422
+ - @xyd-js/content@0.1.0-xyd.35
423
+ - @xyd-js/theme-poetry@0.1.0-xyd.48
424
+ - @xyd-js/ui@0.1.0-xyd.37
425
+
426
+ ## 0.0.1-xyd.30
427
+
428
+ ### Patch Changes
429
+
430
+ - Updated dependencies
431
+ - @xyd-js/atlas@0.1.0-xyd.36
432
+ - @xyd-js/components@0.1.0-xyd.31
433
+ - @xyd-js/content@0.1.0-xyd.34
434
+ - @xyd-js/theme-poetry@0.1.0-xyd.47
435
+ - @xyd-js/ui@0.1.0-xyd.36
436
+
437
+ ## 0.0.1-xyd.29
438
+
439
+ ### Patch Changes
440
+
441
+ - Updated dependencies
442
+ - @xyd-js/atlas@0.1.0-xyd.35
443
+ - @xyd-js/components@0.1.0-xyd.30
444
+ - @xyd-js/content@0.1.0-xyd.33
445
+ - @xyd-js/theme-poetry@0.1.0-xyd.46
446
+ - @xyd-js/ui@0.1.0-xyd.35
447
+
448
+ ## 0.0.1-xyd.28
449
+
450
+ ### Patch Changes
451
+
452
+ - Updated dependencies
453
+ - Updated dependencies
454
+ - @xyd-js/atlas@0.1.0-xyd.34
455
+ - @xyd-js/components@0.1.0-xyd.29
456
+ - @xyd-js/content@0.1.0-xyd.32
457
+ - @xyd-js/theme-poetry@0.1.0-xyd.45
458
+ - @xyd-js/ui@0.1.0-xyd.34
459
+
460
+ ## 0.0.1-xyd.27
461
+
462
+ ### Patch Changes
463
+
464
+ - Updated dependencies
465
+ - @xyd-js/atlas@0.1.0-xyd.33
466
+ - @xyd-js/components@0.1.0-xyd.28
467
+ - @xyd-js/content@0.1.0-xyd.31
468
+ - @xyd-js/theme-poetry@0.1.0-xyd.44
469
+ - @xyd-js/ui@0.1.0-xyd.33
470
+
471
+ ## 0.0.1-xyd.26
472
+
473
+ ### Patch Changes
474
+
475
+ - Updated dependencies
476
+ - Updated dependencies
477
+ - @xyd-js/atlas@0.1.0-xyd.32
478
+ - @xyd-js/components@0.1.0-xyd.27
479
+ - @xyd-js/content@0.1.0-xyd.30
480
+ - @xyd-js/theme-poetry@0.1.0-xyd.43
481
+ - @xyd-js/ui@0.1.0-xyd.32
482
+
483
+ ## 0.0.1-xyd.25
484
+
485
+ ### Patch Changes
486
+
487
+ - Updated dependencies
488
+ - Updated dependencies
489
+ - @xyd-js/atlas@0.1.0-xyd.31
490
+ - @xyd-js/components@0.1.0-xyd.26
491
+ - @xyd-js/content@0.1.0-xyd.29
492
+ - @xyd-js/theme-poetry@0.1.0-xyd.42
493
+ - @xyd-js/ui@0.1.0-xyd.31
494
+
495
+ ## 0.0.1-xyd.24
496
+
497
+ ### Patch Changes
498
+
499
+ - Updated dependencies
500
+ - Updated dependencies
501
+ - @xyd-js/atlas@0.1.0-xyd.30
502
+ - @xyd-js/components@0.1.0-xyd.25
503
+ - @xyd-js/content@0.1.0-xyd.28
504
+ - @xyd-js/theme-poetry@0.1.0-xyd.41
505
+ - @xyd-js/ui@0.1.0-xyd.30
506
+
507
+ ## 0.0.1-xyd.23
508
+
509
+ ### Patch Changes
510
+
511
+ - Updated dependencies
512
+ - Updated dependencies
513
+ - @xyd-js/atlas@0.1.0-xyd.29
514
+ - @xyd-js/components@0.1.0-xyd.24
515
+ - @xyd-js/content@0.1.0-xyd.27
516
+ - @xyd-js/theme-poetry@0.1.0-xyd.40
517
+ - @xyd-js/ui@0.1.0-xyd.29
518
+
519
+ ## 0.0.1-xyd.22
520
+
521
+ ### Patch Changes
522
+
523
+ - Updated dependencies
524
+ - Updated dependencies
525
+ - @xyd-js/atlas@0.1.0-xyd.28
526
+ - @xyd-js/components@0.1.0-xyd.23
527
+ - @xyd-js/content@0.1.0-xyd.26
528
+ - @xyd-js/theme-poetry@0.1.0-xyd.39
529
+ - @xyd-js/ui@0.1.0-xyd.28
530
+
531
+ ## 0.0.1-xyd.21
532
+
533
+ ### Patch Changes
534
+
535
+ - Updated dependencies
536
+ - Updated dependencies
537
+ - @xyd-js/atlas@0.1.0-xyd.27
538
+ - @xyd-js/components@0.1.0-xyd.22
539
+ - @xyd-js/content@0.1.0-xyd.25
540
+ - @xyd-js/theme-poetry@0.1.0-xyd.38
541
+ - @xyd-js/ui@0.1.0-xyd.27
542
+
543
+ ## 0.0.1-xyd.20
544
+
545
+ ### Patch Changes
546
+
547
+ - Updated dependencies
548
+ - @xyd-js/atlas@0.1.0-xyd.26
549
+ - @xyd-js/components@0.1.0-xyd.21
550
+ - @xyd-js/content@0.1.0-xyd.24
551
+ - @xyd-js/theme-poetry@0.1.0-xyd.37
552
+ - @xyd-js/ui@0.1.0-xyd.26
553
+
554
+ ## 0.0.1-xyd.19
555
+
556
+ ### Patch Changes
557
+
558
+ - Updated dependencies
559
+ - @xyd-js/atlas@0.1.0-xyd.25
560
+ - @xyd-js/components@0.1.0-xyd.20
561
+ - @xyd-js/content@0.1.0-xyd.23
562
+ - @xyd-js/theme-poetry@0.1.0-xyd.36
563
+ - @xyd-js/ui@0.1.0-xyd.25
564
+
565
+ ## 0.0.1-xyd.18
566
+
567
+ ### Patch Changes
568
+
569
+ - Updated dependencies
570
+ - @xyd-js/atlas@0.1.0-xyd.24
571
+ - @xyd-js/components@0.1.0-xyd.19
572
+ - @xyd-js/content@0.1.0-xyd.22
573
+ - @xyd-js/theme-poetry@0.1.0-xyd.35
574
+ - @xyd-js/ui@0.1.0-xyd.24
575
+
576
+ ## 0.0.1-xyd.17
577
+
578
+ ### Patch Changes
579
+
580
+ - Updated dependencies
581
+ - @xyd-js/atlas@0.1.0-xyd.23
582
+ - @xyd-js/components@0.1.0-xyd.18
583
+ - @xyd-js/content@0.1.0-xyd.21
584
+ - @xyd-js/theme-poetry@0.1.0-xyd.34
585
+ - @xyd-js/ui@0.1.0-xyd.23
586
+
587
+ ## 0.0.1-xyd.16
588
+
589
+ ### Patch Changes
590
+
591
+ - Updated dependencies
592
+ - @xyd-js/atlas@0.1.0-xyd.22
593
+ - @xyd-js/components@0.1.0-xyd.17
594
+ - @xyd-js/content@0.1.0-xyd.20
595
+ - @xyd-js/theme-poetry@0.1.0-xyd.33
596
+ - @xyd-js/ui@0.1.0-xyd.22
597
+
598
+ ## 0.0.1-xyd.15
599
+
600
+ ### Patch Changes
601
+
602
+ - update
603
+ - Updated dependencies
604
+ - @xyd-js/atlas@0.1.0-xyd.21
605
+ - @xyd-js/components@0.1.0-xyd.16
606
+ - @xyd-js/content@0.1.0-xyd.19
607
+ - @xyd-js/theme-poetry@0.1.0-xyd.32
608
+ - @xyd-js/ui@0.1.0-xyd.21
609
+
610
+ ## 0.0.1-xyd.14
611
+
612
+ ### Patch Changes
613
+
614
+ - Updated dependencies
615
+ - @xyd-js/atlas@0.1.0-xyd.20
616
+ - @xyd-js/components@0.1.0-xyd.15
617
+ - @xyd-js/content@0.1.0-xyd.18
618
+ - @xyd-js/theme-poetry@0.1.0-xyd.31
619
+ - @xyd-js/ui@0.1.0-xyd.20
620
+
621
+ ## 0.0.1-xyd.13
622
+
623
+ ### Patch Changes
624
+
625
+ - update
626
+ - Updated dependencies
627
+ - @xyd-js/atlas@0.1.0-xyd.19
628
+ - @xyd-js/components@0.1.0-xyd.14
629
+ - @xyd-js/content@0.1.0-xyd.17
630
+ - @xyd-js/theme-poetry@0.1.0-xyd.30
631
+ - @xyd-js/ui@0.1.0-xyd.19
632
+
633
+ ## 0.0.1-xyd.12
634
+
635
+ ### Patch Changes
636
+
637
+ - test
638
+ - Updated dependencies
639
+ - @xyd-js/atlas@0.1.0-xyd.18
640
+ - @xyd-js/components@0.1.0-xyd.13
641
+ - @xyd-js/content@0.1.0-xyd.16
642
+ - @xyd-js/theme-poetry@0.1.0-xyd.29
643
+ - @xyd-js/ui@0.1.0-xyd.18
644
+
645
+ ## 0.0.1-xyd.11
646
+
647
+ ### Patch Changes
648
+
649
+ - update packages
650
+ - Updated dependencies
651
+ - @xyd-js/atlas@0.1.0-xyd.17
652
+ - @xyd-js/components@0.1.0-xyd.12
653
+ - @xyd-js/content@0.1.0-xyd.15
654
+ - @xyd-js/theme-poetry@0.1.0-xyd.28
655
+ - @xyd-js/ui@0.1.0-xyd.17
656
+
657
+ ## 0.0.1-xyd.10
658
+
659
+ ### Patch Changes
660
+
661
+ - Updated dependencies
662
+ - @xyd-js/atlas@0.1.0-xyd.16
663
+ - @xyd-js/components@0.1.0-xyd.11
664
+ - @xyd-js/content@0.1.0-xyd.14
665
+ - @xyd-js/theme-poetry@0.1.0-xyd.27
666
+ - @xyd-js/ui@0.1.0-xyd.16
667
+ - @xyd-js/fable-wiki@0.1.0-xyd.14
668
+
669
+ ## 0.0.1-xyd.9
670
+
671
+ ### Patch Changes
672
+
673
+ - Updated dependencies
674
+ - @xyd-js/atlas@0.1.0-xyd.15
675
+ - @xyd-js/components@0.1.0-xyd.10
676
+ - @xyd-js/content@0.1.0-xyd.13
677
+ - @xyd-js/theme-poetry@0.1.0-xyd.26
678
+ - @xyd-js/ui@0.1.0-xyd.15
679
+ - @xyd-js/fable-wiki@0.1.0-xyd.13
680
+
681
+ ## 0.0.1-xyd.8
682
+
683
+ ### Patch Changes
684
+
685
+ - Updated dependencies
686
+ - @xyd-js/atlas@0.1.0-xyd.14
687
+ - @xyd-js/components@0.1.0-xyd.9
688
+ - @xyd-js/content@0.1.0-xyd.12
689
+ - @xyd-js/theme-poetry@0.1.0-xyd.25
690
+ - @xyd-js/ui@0.1.0-xyd.14
691
+ - @xyd-js/fable-wiki@0.1.0-xyd.12
692
+
693
+ ## 0.0.1-xyd.7
694
+
695
+ ### Patch Changes
696
+
697
+ - Updated dependencies
698
+ - @xyd-js/atlas@0.1.0-xyd.13
699
+ - @xyd-js/components@0.1.0-xyd.8
700
+ - @xyd-js/content@0.1.0-xyd.11
701
+ - @xyd-js/theme-poetry@0.1.0-xyd.24
702
+ - @xyd-js/ui@0.1.0-xyd.13
703
+ - @xyd-js/fable-wiki@0.1.0-xyd.11
704
+
3
705
  ## 0.0.1-xyd.6
4
706
 
5
707
  ### Patch Changes
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 xyd
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.