lism-css 0.9.3 → 0.10.0

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 (240) hide show
  1. package/README.md +5 -5
  2. package/bin/__build-css.cjs +54 -54
  3. package/bin/build-config.js +120 -120
  4. package/bin/build-css.js +52 -52
  5. package/bin/cli.mjs +33 -33
  6. package/config/__prop_list.js +42 -42
  7. package/config/__props.scss +20 -20
  8. package/config/default-config.ts +3 -3
  9. package/config/defaults/props.ts +326 -326
  10. package/config/defaults/states.ts +38 -38
  11. package/config/defaults/tokens.ts +25 -25
  12. package/config/helper/getSvgUrl.ts +16 -16
  13. package/config/helper/minifyHtml.ts +11 -11
  14. package/config/helper.test.ts +231 -231
  15. package/config/helper.ts +43 -49
  16. package/config/index.ts +4 -4
  17. package/config/tsconfig.json +16 -16
  18. package/dist/components/Box/Box.stories.d.ts +7 -0
  19. package/dist/components/Center/Center.stories.d.ts +8 -0
  20. package/dist/components/Cluster/Cluster.stories.d.ts +7 -0
  21. package/dist/components/Columns/Columns.stories.d.ts +8 -0
  22. package/dist/components/Container/Container.stories.d.ts +8 -0
  23. package/dist/components/Dummy/Dummy.d.ts +6 -9
  24. package/dist/components/Dummy/index.js +5 -10
  25. package/dist/components/Flex/Flex.stories.d.ts +9 -0
  26. package/dist/components/Flow/Flow.stories.d.ts +9 -0
  27. package/dist/components/FluidCols/FluidCols.stories.d.ts +7 -0
  28. package/dist/components/Frame/Frame.stories.d.ts +7 -0
  29. package/dist/components/Grid/Grid.stories.d.ts +8 -0
  30. package/dist/components/Group/Group.d.ts +3 -0
  31. package/dist/components/Group/index.d.ts +1 -0
  32. package/dist/components/Group/index.js +8 -0
  33. package/dist/components/HTML/HTML.d.ts +10 -0
  34. package/dist/components/Heading/Heading.d.ts +7 -0
  35. package/dist/components/Heading/index.d.ts +1 -0
  36. package/dist/components/Heading/index.js +9 -0
  37. package/dist/components/Inline/Inline.d.ts +3 -0
  38. package/dist/components/Inline/index.d.ts +1 -0
  39. package/dist/components/Inline/index.js +8 -0
  40. package/dist/components/Layer/Layer.d.ts +1 -2
  41. package/dist/components/Layer/Layer.stories.d.ts +8 -0
  42. package/dist/components/Layer/index.js +3 -4
  43. package/dist/components/Link/Link.d.ts +2 -0
  44. package/dist/components/Link/index.d.ts +1 -0
  45. package/dist/components/Link/index.js +8 -0
  46. package/dist/components/LinkBox/LinkBox.d.ts +3 -2
  47. package/dist/components/LinkBox/LinkBox.stories.d.ts +7 -0
  48. package/dist/components/LinkBox/index.js +5 -5
  49. package/dist/components/Lism/Lism.d.ts +10 -8
  50. package/dist/components/Lism/Lism.stories.d.ts +1 -650
  51. package/dist/components/List/List.d.ts +3 -0
  52. package/dist/components/List/ListItem.d.ts +3 -0
  53. package/dist/components/List/ListItem.js +8 -0
  54. package/dist/components/List/index.d.ts +2 -0
  55. package/dist/components/List/index.js +8 -0
  56. package/dist/components/SideMain/SideMain.stories.d.ts +9 -0
  57. package/dist/components/Stack/Stack.stories.d.ts +8 -0
  58. package/dist/components/SwitchCols/SwitchCols.stories.d.ts +9 -0
  59. package/dist/components/Text/Text.d.ts +3 -0
  60. package/dist/components/Text/index.d.ts +1 -0
  61. package/dist/components/Text/index.js +8 -0
  62. package/dist/components/Wrapper/Wrapper.stories.d.ts +10 -0
  63. package/dist/components/atomic/Decorator/Decorator.stories.d.ts +10 -0
  64. package/dist/components/atomic/Decorator/getProps.d.ts +5 -8
  65. package/dist/components/atomic/Decorator/getProps.js +10 -10
  66. package/dist/components/atomic/Divider/Divider.stories.d.ts +8 -0
  67. package/dist/components/atomic/Divider/getProps.d.ts +2 -2
  68. package/dist/components/atomic/Icon/Icon.d.ts +6 -2
  69. package/dist/components/atomic/Icon/Icon.stories.d.ts +15 -0
  70. package/dist/components/atomic/Icon/getProps.d.ts +11 -8
  71. package/dist/components/atomic/Icon/getProps.js +35 -34
  72. package/dist/components/atomic/Icon/index.d.ts +1 -0
  73. package/dist/components/atomic/Media/Media.d.ts +3 -2
  74. package/dist/components/atomic/Media/Media.stories.d.ts +8 -0
  75. package/dist/components/atomic/Media/index.js +4 -5
  76. package/dist/components/atomic/Spacer/Spacer.stories.d.ts +9 -0
  77. package/dist/components/atomic/Spacer/getProps.d.ts +2 -2
  78. package/dist/components/index.d.ts +8 -1
  79. package/dist/components/index.js +50 -36
  80. package/dist/config/helper.d.ts +1 -1
  81. package/dist/css/base.css +1 -1
  82. package/dist/css/main.css +1 -1
  83. package/dist/css/main_no_layer.css +1 -1
  84. package/dist/css/modules/atomic.css +1 -1
  85. package/dist/css/modules/layout.css +1 -1
  86. package/dist/lib/getLayoutProps.d.ts +4 -3
  87. package/dist/lib/getLismProps.d.ts +13 -11
  88. package/dist/lib/getLismProps.js +69 -73
  89. package/dist/lib/getMaybeCssVar.js +15 -10
  90. package/dist/lib/getMaybeTokenValue.d.ts +2 -2
  91. package/dist/lib/types/LayoutProps.d.ts +26 -26
  92. package/dist/lib/types.d.ts +2 -2
  93. package/package.json +17 -10
  94. package/packages/astro/Box/Box.astro +6 -5
  95. package/packages/astro/Center/Center.astro +7 -1
  96. package/packages/astro/Cluster/Cluster.astro +7 -1
  97. package/packages/astro/Columns/Columns.astro +7 -1
  98. package/packages/astro/Container/Container.astro +7 -3
  99. package/packages/astro/Decorator/Decorator.astro +10 -8
  100. package/packages/astro/Divider/Divider.astro +6 -6
  101. package/packages/astro/Dummy/Dummy.astro +9 -8
  102. package/packages/astro/Flex/Flex.astro +7 -1
  103. package/packages/astro/Flow/Flow.astro +8 -1
  104. package/packages/astro/FluidCols/FluidCols.astro +8 -1
  105. package/packages/astro/Frame/Frame.astro +7 -1
  106. package/packages/astro/Grid/Grid.astro +7 -1
  107. package/packages/astro/Group/Group.astro +11 -0
  108. package/packages/astro/Group/index.ts +1 -0
  109. package/packages/astro/HTML/_index_memo.js +7 -7
  110. package/packages/astro/HTML/a.astro +6 -1
  111. package/packages/astro/HTML/button.astro +6 -1
  112. package/packages/astro/HTML/div.astro +6 -1
  113. package/packages/astro/HTML/h.astro +7 -0
  114. package/packages/astro/HTML/img.astro +6 -1
  115. package/packages/astro/HTML/li.astro +6 -1
  116. package/packages/astro/HTML/ol.astro +6 -1
  117. package/packages/astro/HTML/p.astro +6 -1
  118. package/packages/astro/HTML/span.astro +6 -1
  119. package/packages/astro/HTML/ul.astro +6 -1
  120. package/packages/astro/Heading/Heading.astro +13 -0
  121. package/packages/astro/Heading/index.ts +1 -0
  122. package/packages/astro/Icon/Icon.astro +15 -17
  123. package/packages/astro/Icon/SVG.astro +16 -16
  124. package/packages/astro/Inline/Inline.astro +11 -0
  125. package/packages/astro/Inline/index.ts +1 -0
  126. package/packages/astro/Layer/Layer.astro +7 -4
  127. package/packages/astro/Link/Link.astro +10 -0
  128. package/packages/astro/Link/index.ts +1 -0
  129. package/packages/astro/LinkBox/LinkBox.astro +9 -8
  130. package/packages/astro/Lism/Lism.astro +6 -9
  131. package/packages/astro/List/List.astro +11 -0
  132. package/packages/astro/List/ListItem.astro +11 -0
  133. package/packages/astro/List/index.ts +2 -0
  134. package/packages/astro/Media/Media.astro +9 -8
  135. package/packages/astro/SideMain/SideMain.astro +8 -1
  136. package/packages/astro/Spacer/Spacer.astro +7 -6
  137. package/packages/astro/Stack/Stack.astro +7 -1
  138. package/packages/astro/SwitchCols/SwitchCols.astro +8 -1
  139. package/packages/astro/Text/Text.astro +11 -0
  140. package/packages/astro/Text/index.ts +1 -0
  141. package/packages/astro/Wrapper/Wrapper.astro +9 -1
  142. package/packages/astro/env.d.ts +10 -0
  143. package/packages/astro/{index.js → index.ts} +9 -0
  144. package/packages/astro/tsconfig.json +12 -0
  145. package/packages/astro/types.ts +19 -0
  146. package/src/scss/__memo/_lh-auto-all.scss +12 -12
  147. package/src/scss/__memo/_lh-auto-h.scss +17 -17
  148. package/src/scss/__memo/_lh-manual.scss +27 -27
  149. package/src/scss/_auto_output.scss +174 -174
  150. package/src/scss/_mixin.scss +32 -32
  151. package/src/scss/_prop-config.scss +850 -850
  152. package/src/scss/_query.scss +26 -26
  153. package/src/scss/_setting.scss +6 -6
  154. package/src/scss/_with_layer.scss +13 -13
  155. package/src/scss/base/_html.scss +47 -47
  156. package/src/scss/base/set/_bp.scss +8 -8
  157. package/src/scss/base/set/_cqUnit.scss +22 -22
  158. package/src/scss/base/set/_gutter.scss +1 -1
  159. package/src/scss/base/set/_hov.scss +10 -10
  160. package/src/scss/base/set/_innerRs.scss +1 -1
  161. package/src/scss/base/set/_plain.scss +15 -15
  162. package/src/scss/base/set/_transition.scss +2 -2
  163. package/src/scss/base/tokens/_property.scss +3 -3
  164. package/src/scss/base/tokens/_shadow.scss +12 -11
  165. package/src/scss/base/tokens/_tokens.scss +77 -77
  166. package/src/scss/base/tokens/_typography.scss +69 -69
  167. package/src/scss/main_no_layer.scss +1 -1
  168. package/src/scss/modules/atomic/_divider.scss +4 -4
  169. package/src/scss/modules/atomic/_icon.scss +4 -4
  170. package/src/scss/modules/atomic/_spacer.scss +2 -2
  171. package/src/scss/modules/atomic/index.scss +0 -1
  172. package/src/scss/modules/layout/_center.scss +3 -3
  173. package/src/scss/modules/layout/_cluster.scss +3 -3
  174. package/src/scss/modules/layout/_columns.scss +3 -3
  175. package/src/scss/modules/layout/_flex.scss +4 -4
  176. package/src/scss/modules/layout/_flow.scss +16 -16
  177. package/src/scss/modules/layout/_fluidCols.scss +4 -4
  178. package/src/scss/modules/layout/_frame.scss +8 -8
  179. package/src/scss/modules/layout/_grid.scss +9 -9
  180. package/src/scss/modules/layout/_sideMain.scss +12 -12
  181. package/src/scss/modules/layout/_stack.scss +2 -2
  182. package/src/scss/modules/layout/_switchCols.scss +5 -5
  183. package/src/scss/modules/state/_container.scss +4 -4
  184. package/src/scss/modules/state/_layer.scss +3 -3
  185. package/src/scss/modules/state/_linkbox.scss +9 -9
  186. package/src/scss/modules/state/_vertical.scss +3 -3
  187. package/src/scss/modules/state/_wrapper.scss +8 -8
  188. package/src/scss/props/_border.scss +18 -18
  189. package/src/scss/props/_hover.scss +26 -26
  190. package/src/scss/props/_lh.scss +6 -6
  191. package/src/scss/props/_size.scss +7 -7
  192. package/src/scss/reset.scss +137 -137
  193. package/src/scss/utility/_cbox.scss +10 -10
  194. package/src/scss/utility/_clipText.scss +2 -2
  195. package/src/scss/utility/_hidden.scss +9 -9
  196. package/src/scss/utility/_itemDivider.scss +7 -7
  197. package/src/scss/utility/_linkExpand.scss +9 -9
  198. package/src/scss/utility/_snap.scss +5 -5
  199. package/src/scss/utility/_trimHL.scss +11 -11
  200. package/dist/components/Dummy/getContent.d.ts +0 -13
  201. package/dist/components/Dummy/getContent.js +0 -10
  202. package/dist/components/Dummy/texts.d.ts +0 -22
  203. package/dist/components/Dummy/texts.js +0 -39
  204. package/dist/components/Layer/getProps.d.ts +0 -5
  205. package/dist/components/atomic/Media/getProps.d.ts +0 -9
  206. package/dist/components/atomic/Media/getProps.js +0 -8
  207. package/dist/components/getFilterProps.d.ts +0 -10
  208. package/dist/components/getFilterProps.js +0 -23
  209. package/dist/components/getFilterProps.test.d.ts +0 -1
  210. package/dist/components/setMaybeTransformStyles.d.ts +0 -12
  211. package/dist/components/setMaybeTransformStyles.js +0 -7
  212. package/dist/components/setMaybeTransformStyles.test.d.ts +0 -1
  213. package/packages/astro/OverlayLink/OverlayLink.astro +0 -10
  214. package/packages/astro/OverlayLink/index.js +0 -1
  215. package/packages/astro/helper.js +0 -6
  216. package/src/scss/modules/atomic/_media.scss +0 -3
  217. /package/packages/astro/Box/{index.js → index.ts} +0 -0
  218. /package/packages/astro/Center/{index.js → index.ts} +0 -0
  219. /package/packages/astro/Cluster/{index.js → index.ts} +0 -0
  220. /package/packages/astro/Columns/{index.js → index.ts} +0 -0
  221. /package/packages/astro/Container/{index.js → index.ts} +0 -0
  222. /package/packages/astro/Decorator/{index.js → index.ts} +0 -0
  223. /package/packages/astro/Divider/{index.js → index.ts} +0 -0
  224. /package/packages/astro/Dummy/{index.js → index.ts} +0 -0
  225. /package/packages/astro/Flex/{index.js → index.ts} +0 -0
  226. /package/packages/astro/Flow/{index.js → index.ts} +0 -0
  227. /package/packages/astro/FluidCols/{index.js → index.ts} +0 -0
  228. /package/packages/astro/Frame/{index.js → index.ts} +0 -0
  229. /package/packages/astro/Grid/{index.js → index.ts} +0 -0
  230. /package/packages/astro/HTML/{index.js → index.ts} +0 -0
  231. /package/packages/astro/Icon/{index.js → index.ts} +0 -0
  232. /package/packages/astro/Layer/{index.js → index.ts} +0 -0
  233. /package/packages/astro/LinkBox/{index.js → index.ts} +0 -0
  234. /package/packages/astro/Lism/{index.js → index.ts} +0 -0
  235. /package/packages/astro/Media/{index.js → index.ts} +0 -0
  236. /package/packages/astro/SideMain/{index.js → index.ts} +0 -0
  237. /package/packages/astro/Spacer/{index.js → index.ts} +0 -0
  238. /package/packages/astro/Stack/{index.js → index.ts} +0 -0
  239. /package/packages/astro/SwitchCols/{index.js → index.ts} +0 -0
  240. /package/packages/astro/Wrapper/{index.js → index.ts} +0 -0
@@ -4,656 +4,7 @@ declare const meta: {
4
4
  title: string;
5
5
  component: typeof Lism;
6
6
  tags: string[];
7
- argTypes: {
8
- as: {
9
- control: "text";
10
- table: {
11
- category: string;
12
- };
13
- };
14
- lismClass: {
15
- control: "text";
16
- table: {
17
- category: string;
18
- };
19
- };
20
- variant: {
21
- control: "text";
22
- table: {
23
- category: string;
24
- };
25
- };
26
- layout: {
27
- control: "select";
28
- table: {
29
- category: string;
30
- };
31
- };
32
- fz: {
33
- control: "object";
34
- table: {
35
- category: string;
36
- subcategory: string;
37
- };
38
- };
39
- fw: {
40
- control: "text";
41
- table: {
42
- category: string;
43
- subcategory: string;
44
- };
45
- };
46
- ff: {
47
- control: "text";
48
- table: {
49
- category: string;
50
- subcategory: string;
51
- };
52
- };
53
- lh: {
54
- control: "text";
55
- table: {
56
- category: string;
57
- subcategory: string;
58
- };
59
- };
60
- lts: {
61
- control: "text";
62
- table: {
63
- category: string;
64
- subcategory: string;
65
- };
66
- };
67
- ta: {
68
- control: "select";
69
- options: string[];
70
- table: {
71
- category: string;
72
- subcategory: string;
73
- };
74
- };
75
- c: {
76
- control: "text";
77
- table: {
78
- category: string;
79
- subcategory: string;
80
- };
81
- };
82
- bgc: {
83
- control: "text";
84
- table: {
85
- category: string;
86
- subcategory: string;
87
- };
88
- };
89
- keycolor: {
90
- control: "text";
91
- table: {
92
- category: string;
93
- subcategory: string;
94
- };
95
- };
96
- p: {
97
- control: "object";
98
- table: {
99
- category: string;
100
- subcategory: string;
101
- };
102
- };
103
- px: {
104
- control: "object";
105
- table: {
106
- category: string;
107
- subcategory: string;
108
- };
109
- };
110
- py: {
111
- control: "object";
112
- table: {
113
- category: string;
114
- subcategory: string;
115
- };
116
- };
117
- 'px-s': {
118
- control: "object";
119
- table: {
120
- category: string;
121
- subcategory: string;
122
- };
123
- };
124
- 'px-e': {
125
- control: "object";
126
- table: {
127
- category: string;
128
- subcategory: string;
129
- };
130
- };
131
- 'py-s': {
132
- control: "object";
133
- table: {
134
- category: string;
135
- subcategory: string;
136
- };
137
- };
138
- 'py-e': {
139
- control: "object";
140
- table: {
141
- category: string;
142
- subcategory: string;
143
- };
144
- };
145
- pl: {
146
- control: "object";
147
- table: {
148
- category: string;
149
- subcategory: string;
150
- };
151
- };
152
- pr: {
153
- control: "object";
154
- table: {
155
- category: string;
156
- subcategory: string;
157
- };
158
- };
159
- pt: {
160
- control: "object";
161
- table: {
162
- category: string;
163
- subcategory: string;
164
- };
165
- };
166
- pb: {
167
- control: "object";
168
- table: {
169
- category: string;
170
- subcategory: string;
171
- };
172
- };
173
- m: {
174
- control: "object";
175
- table: {
176
- category: string;
177
- subcategory: string;
178
- };
179
- };
180
- mx: {
181
- control: "object";
182
- table: {
183
- category: string;
184
- subcategory: string;
185
- };
186
- };
187
- my: {
188
- control: "object";
189
- table: {
190
- category: string;
191
- subcategory: string;
192
- };
193
- };
194
- 'mx-s': {
195
- control: "object";
196
- table: {
197
- category: string;
198
- subcategory: string;
199
- };
200
- };
201
- 'mx-e': {
202
- control: "object";
203
- table: {
204
- category: string;
205
- subcategory: string;
206
- };
207
- };
208
- 'my-s': {
209
- control: "object";
210
- table: {
211
- category: string;
212
- subcategory: string;
213
- };
214
- };
215
- 'my-e': {
216
- control: "object";
217
- table: {
218
- category: string;
219
- subcategory: string;
220
- };
221
- };
222
- ml: {
223
- control: "object";
224
- table: {
225
- category: string;
226
- subcategory: string;
227
- };
228
- };
229
- mr: {
230
- control: "object";
231
- table: {
232
- category: string;
233
- subcategory: string;
234
- };
235
- };
236
- mt: {
237
- control: "object";
238
- table: {
239
- category: string;
240
- subcategory: string;
241
- };
242
- };
243
- mb: {
244
- control: "object";
245
- table: {
246
- category: string;
247
- subcategory: string;
248
- };
249
- };
250
- w: {
251
- control: "object";
252
- table: {
253
- category: string;
254
- subcategory: string;
255
- };
256
- };
257
- h: {
258
- control: "object";
259
- table: {
260
- category: string;
261
- subcategory: string;
262
- };
263
- };
264
- 'min-w': {
265
- control: "object";
266
- table: {
267
- category: string;
268
- subcategory: string;
269
- };
270
- };
271
- 'max-w': {
272
- control: "object";
273
- table: {
274
- category: string;
275
- subcategory: string;
276
- };
277
- };
278
- 'min-h': {
279
- control: "object";
280
- table: {
281
- category: string;
282
- subcategory: string;
283
- };
284
- };
285
- 'max-h': {
286
- control: "object";
287
- table: {
288
- category: string;
289
- subcategory: string;
290
- };
291
- };
292
- ar: {
293
- control: "object";
294
- table: {
295
- category: string;
296
- subcategory: string;
297
- };
298
- };
299
- d: {
300
- control: "object";
301
- table: {
302
- category: string;
303
- subcategory: string;
304
- };
305
- };
306
- o: {
307
- control: "text";
308
- table: {
309
- category: string;
310
- subcategory: string;
311
- };
312
- };
313
- v: {
314
- control: "text";
315
- table: {
316
- category: string;
317
- subcategory: string;
318
- };
319
- };
320
- ov: {
321
- control: "select";
322
- table: {
323
- category: string;
324
- subcategory: string;
325
- };
326
- };
327
- bg: {
328
- control: "object";
329
- table: {
330
- category: string;
331
- subcategory: string;
332
- };
333
- };
334
- bd: {
335
- control: "boolean";
336
- table: {
337
- category: string;
338
- subcategory: string;
339
- };
340
- };
341
- bdc: {
342
- control: "text";
343
- table: {
344
- category: string;
345
- subcategory: string;
346
- };
347
- };
348
- bdw: {
349
- control: "object";
350
- table: {
351
- category: string;
352
- subcategory: string;
353
- };
354
- };
355
- bds: {
356
- control: "select";
357
- options: string[];
358
- table: {
359
- category: string;
360
- subcategory: string;
361
- };
362
- };
363
- bdrs: {
364
- control: "object";
365
- table: {
366
- category: string;
367
- subcategory: string;
368
- };
369
- };
370
- bxsh: {
371
- control: "object";
372
- table: {
373
- category: string;
374
- subcategory: string;
375
- };
376
- };
377
- fxw: {
378
- control: "object";
379
- table: {
380
- category: string;
381
- subcategory: string;
382
- };
383
- };
384
- fxd: {
385
- control: "object";
386
- table: {
387
- category: string;
388
- subcategory: string;
389
- };
390
- };
391
- fx: {
392
- control: "object";
393
- table: {
394
- category: string;
395
- subcategory: string;
396
- };
397
- };
398
- fxg: {
399
- control: "text";
400
- table: {
401
- category: string;
402
- subcategory: string;
403
- };
404
- };
405
- fxsh: {
406
- control: "text";
407
- table: {
408
- category: string;
409
- subcategory: string;
410
- };
411
- };
412
- fxb: {
413
- control: "object";
414
- table: {
415
- category: string;
416
- subcategory: string;
417
- };
418
- };
419
- gt: {
420
- control: "object";
421
- table: {
422
- category: string;
423
- subcategory: string;
424
- };
425
- };
426
- gta: {
427
- control: "object";
428
- table: {
429
- category: string;
430
- subcategory: string;
431
- };
432
- };
433
- gtc: {
434
- control: "object";
435
- table: {
436
- category: string;
437
- subcategory: string;
438
- };
439
- };
440
- gtr: {
441
- control: "object";
442
- table: {
443
- category: string;
444
- subcategory: string;
445
- };
446
- };
447
- gaf: {
448
- control: "object";
449
- table: {
450
- category: string;
451
- subcategory: string;
452
- };
453
- };
454
- ga: {
455
- control: "object";
456
- table: {
457
- category: string;
458
- subcategory: string;
459
- };
460
- };
461
- gc: {
462
- control: "object";
463
- table: {
464
- category: string;
465
- subcategory: string;
466
- };
467
- };
468
- gr: {
469
- control: "object";
470
- table: {
471
- category: string;
472
- subcategory: string;
473
- };
474
- };
475
- g: {
476
- control: "object";
477
- table: {
478
- category: string;
479
- subcategory: string;
480
- };
481
- };
482
- 'g-x': {
483
- control: "object";
484
- table: {
485
- category: string;
486
- subcategory: string;
487
- };
488
- };
489
- 'g-y': {
490
- control: "object";
491
- table: {
492
- category: string;
493
- subcategory: string;
494
- };
495
- };
496
- ai: {
497
- control: "object";
498
- table: {
499
- category: string;
500
- subcategory: string;
501
- };
502
- };
503
- ac: {
504
- control: "object";
505
- table: {
506
- category: string;
507
- subcategory: string;
508
- };
509
- };
510
- ji: {
511
- control: "object";
512
- table: {
513
- category: string;
514
- subcategory: string;
515
- };
516
- };
517
- jc: {
518
- control: "object";
519
- table: {
520
- category: string;
521
- subcategory: string;
522
- };
523
- };
524
- pi: {
525
- control: "text";
526
- table: {
527
- category: string;
528
- subcategory: string;
529
- };
530
- };
531
- pc: {
532
- control: "text";
533
- table: {
534
- category: string;
535
- subcategory: string;
536
- };
537
- };
538
- aslf: {
539
- control: "text";
540
- table: {
541
- category: string;
542
- subcategory: string;
543
- };
544
- };
545
- jslf: {
546
- control: "text";
547
- table: {
548
- category: string;
549
- subcategory: string;
550
- };
551
- };
552
- order: {
553
- control: "text";
554
- table: {
555
- category: string;
556
- subcategory: string;
557
- };
558
- };
559
- pos: {
560
- control: "text";
561
- table: {
562
- category: string;
563
- subcategory: string;
564
- };
565
- };
566
- z: {
567
- control: "text";
568
- table: {
569
- category: string;
570
- subcategory: string;
571
- };
572
- };
573
- t: {
574
- control: "text";
575
- table: {
576
- category: string;
577
- subcategory: string;
578
- };
579
- };
580
- l: {
581
- control: "text";
582
- table: {
583
- category: string;
584
- subcategory: string;
585
- };
586
- };
587
- r: {
588
- control: "text";
589
- table: {
590
- category: string;
591
- subcategory: string;
592
- };
593
- };
594
- b: {
595
- control: "text";
596
- table: {
597
- category: string;
598
- subcategory: string;
599
- };
600
- };
601
- i: {
602
- control: "text";
603
- table: {
604
- category: string;
605
- subcategory: string;
606
- };
607
- };
608
- isContainer: {
609
- control: "boolean";
610
- table: {
611
- category: string;
612
- };
613
- };
614
- isWrapper: {
615
- control: "object";
616
- table: {
617
- category: string;
618
- };
619
- };
620
- isLayer: {
621
- control: "boolean";
622
- table: {
623
- category: string;
624
- };
625
- };
626
- isLinkBox: {
627
- control: "boolean";
628
- table: {
629
- category: string;
630
- };
631
- };
632
- setGutter: {
633
- control: "boolean";
634
- table: {
635
- category: string;
636
- };
637
- };
638
- isVertical: {
639
- control: "boolean";
640
- table: {
641
- category: string;
642
- };
643
- };
644
- hov: {
645
- control: "object";
646
- table: {
647
- category: string;
648
- };
649
- };
650
- css: {
651
- control: "object";
652
- table: {
653
- category: string;
654
- };
655
- };
656
- };
7
+ argTypes: {};
657
8
  };
658
9
  export default meta;
659
10
  type Story = StoryObj<typeof meta>;
@@ -0,0 +1,3 @@
1
+ import { ElementType } from 'react';
2
+ import { LismComponentProps } from '../Lism';
3
+ export default function List<T extends ElementType = 'ul'>({ as, ...props }: LismComponentProps<T>): import("react").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { ElementType } from 'react';
2
+ import { LismComponentProps } from '../Lism';
3
+ export default function ListItem<T extends ElementType = 'li'>({ as, ...props }: LismComponentProps<T>): import("react").JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import m from "../Lism/index.js";
3
+ function e({ as: t, ...r }) {
4
+ return /* @__PURE__ */ i(m, { as: t ?? "li", ...r });
5
+ }
6
+ export {
7
+ e as default
8
+ };
@@ -0,0 +1,2 @@
1
+ export { default as List } from './List';
2
+ export { default as ListItem } from './ListItem';
@@ -0,0 +1,8 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import i from "../Lism/index.js";
3
+ function f({ as: r, ...t }) {
4
+ return /* @__PURE__ */ o(i, { as: r ?? "ul", ...t });
5
+ }
6
+ export {
7
+ f as default
8
+ };
@@ -0,0 +1,9 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { SideMain } from './index';
3
+ declare const meta: Meta<typeof SideMain>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof SideMain>;
6
+ export declare const Default: Story;
7
+ export declare const WithSideWidth: Story;
8
+ export declare const WithMainWidth: Story;
9
+ export declare const Reversed: Story;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Stack } from './index';
3
+ declare const meta: Meta<typeof Stack>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Stack>;
6
+ export declare const Default: Story;
7
+ export declare const WithLargeGap: Story;
8
+ export declare const IntrinsicCenter: Story;
@@ -0,0 +1,9 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { SwitchCols } from './index';
3
+ declare const meta: Meta<typeof SwitchCols>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof SwitchCols>;
6
+ export declare const Default: Story;
7
+ export declare const WithBreakSize: Story;
8
+ export declare const ThreeColumns: Story;
9
+ export declare const WithFlexGrow: Story;