@purpur/library 9.7.3 → 9.7.5

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 (177) hide show
  1. package/.lintstagedrc.mts +10 -0
  2. package/@types/scss.d.ts +4 -0
  3. package/CHANGELOG.json +4035 -0
  4. package/CHANGELOG.md +2106 -0
  5. package/eslint.config.mjs +2 -0
  6. package/package.json +20 -24
  7. package/scripts/generate.mts +269 -0
  8. package/src/accordion.ts +6 -0
  9. package/src/alert-badge.ts +6 -0
  10. package/src/aliases.ts +302 -0
  11. package/src/autocomplete.ts +6 -0
  12. package/src/avatar.ts +6 -0
  13. package/src/badge.ts +6 -0
  14. package/src/breadcrumbs.ts +6 -0
  15. package/src/button.ts +6 -0
  16. package/src/calendar.ts +6 -0
  17. package/src/card.ts +6 -0
  18. package/src/carousel.ts +6 -0
  19. package/src/chat-field.ts +6 -0
  20. package/src/checkbox.ts +6 -0
  21. package/src/chip-group.ts +6 -0
  22. package/src/color-dot.ts +6 -0
  23. package/src/comparison-table.ts +6 -0
  24. package/src/container.ts +6 -0
  25. package/src/content-block.ts +6 -0
  26. package/src/countdown.ts +6 -0
  27. package/src/counter-badge.ts +6 -0
  28. package/src/cta-link.ts +6 -0
  29. package/src/date-field.ts +6 -0
  30. package/src/date-picker.ts +6 -0
  31. package/src/date-range-field.ts +6 -0
  32. package/src/dismissable-chip-group.ts +6 -0
  33. package/src/drawer.ts +6 -0
  34. package/src/dropdown.ts +6 -0
  35. package/src/entries.js +73 -0
  36. package/src/field-error-text.ts +6 -0
  37. package/src/field-helper-text.ts +6 -0
  38. package/src/footer.ts +6 -0
  39. package/src/grid.ts +6 -0
  40. package/src/heading.ts +6 -0
  41. package/src/hero-banner.ts +6 -0
  42. package/src/label.ts +6 -0
  43. package/src/library.ts +77 -0
  44. package/src/link.ts +6 -0
  45. package/src/listbox.ts +6 -0
  46. package/src/loading.ts +6 -0
  47. package/src/message.ts +6 -0
  48. package/src/modal.ts +6 -0
  49. package/src/notification-banner.ts +6 -0
  50. package/src/notification.ts +6 -0
  51. package/src/pagination.ts +6 -0
  52. package/src/paragraph.ts +6 -0
  53. package/src/password-field.ts +7 -0
  54. package/src/popover.ts +6 -0
  55. package/src/product-card.ts +6 -0
  56. package/src/promotion-card.ts +6 -0
  57. package/src/purpur.css +1 -0
  58. package/src/quantity-selector.ts +6 -0
  59. package/src/radio-button-group.ts +6 -0
  60. package/src/radio-card-group.ts +6 -0
  61. package/src/rich-text.ts +6 -0
  62. package/src/search-field.ts +6 -0
  63. package/src/select.ts +6 -0
  64. package/src/skeleton.ts +6 -0
  65. package/src/slider.ts +6 -0
  66. package/src/spacer.ts +6 -0
  67. package/src/spinner.ts +6 -0
  68. package/src/stepper.ts +6 -0
  69. package/src/table.ts +6 -0
  70. package/src/tabs.ts +6 -0
  71. package/src/text-area.ts +6 -0
  72. package/src/text-field.ts +6 -0
  73. package/src/text-spacing.ts +6 -0
  74. package/src/theme.ts +6 -0
  75. package/src/toggle.ts +6 -0
  76. package/src/tokens.ts +6 -0
  77. package/src/tooltip.ts +6 -0
  78. package/src/visually-hidden.ts +6 -0
  79. package/tokens/_dark.scss +9 -0
  80. package/tokens/_index.scss +9 -0
  81. package/tokens/border/variables.css +13 -0
  82. package/tokens/border/variables.d.ts +10 -0
  83. package/tokens/border/variables.dark.css +12 -0
  84. package/tokens/border/variables.dark.d.ts +10 -0
  85. package/tokens/border/variables.dark.js +10 -0
  86. package/tokens/border/variables.dark.json +18 -0
  87. package/tokens/border/variables.dark.scss +10 -0
  88. package/tokens/border/variables.js +10 -0
  89. package/tokens/border/variables.json +18 -0
  90. package/tokens/border/variables.scss +10 -0
  91. package/tokens/breakpoint/variables.css +11 -0
  92. package/tokens/breakpoint/variables.d.ts +8 -0
  93. package/tokens/breakpoint/variables.dark.css +10 -0
  94. package/tokens/breakpoint/variables.dark.d.ts +8 -0
  95. package/tokens/breakpoint/variables.dark.js +8 -0
  96. package/tokens/breakpoint/variables.dark.json +14 -0
  97. package/tokens/breakpoint/variables.dark.scss +8 -0
  98. package/tokens/breakpoint/variables.js +8 -0
  99. package/tokens/breakpoint/variables.json +14 -0
  100. package/tokens/breakpoint/variables.scss +8 -0
  101. package/tokens/color/variables.css +262 -0
  102. package/tokens/color/variables.d.ts +253 -0
  103. package/tokens/color/variables.dark.css +262 -0
  104. package/tokens/color/variables.dark.d.ts +252 -0
  105. package/tokens/color/variables.dark.js +252 -0
  106. package/tokens/color/variables.dark.json +306 -0
  107. package/tokens/color/variables.dark.scss +252 -0
  108. package/tokens/color/variables.js +253 -0
  109. package/tokens/color/variables.json +307 -0
  110. package/tokens/color/variables.scss +253 -0
  111. package/tokens/dark.css +9 -0
  112. package/tokens/dark.d.ts +9 -0
  113. package/tokens/dark.js +9 -0
  114. package/tokens/filter/variables.css +4 -0
  115. package/tokens/filter/variables.d.ts +1 -0
  116. package/tokens/filter/variables.dark.css +3 -0
  117. package/tokens/filter/variables.dark.d.ts +1 -0
  118. package/tokens/filter/variables.dark.js +1 -0
  119. package/tokens/filter/variables.dark.json +7 -0
  120. package/tokens/filter/variables.dark.scss +1 -0
  121. package/tokens/filter/variables.js +1 -0
  122. package/tokens/filter/variables.json +7 -0
  123. package/tokens/filter/variables.scss +1 -0
  124. package/tokens/gradient/variables.css +53 -0
  125. package/tokens/gradient/variables.d.ts +9 -0
  126. package/tokens/gradient/variables.dark.css +51 -0
  127. package/tokens/gradient/variables.dark.d.ts +9 -0
  128. package/tokens/gradient/variables.dark.js +18 -0
  129. package/tokens/gradient/variables.dark.json +27 -0
  130. package/tokens/gradient/variables.dark.scss +36 -0
  131. package/tokens/gradient/variables.js +18 -0
  132. package/tokens/gradient/variables.json +27 -0
  133. package/tokens/gradient/variables.scss +42 -0
  134. package/tokens/index.css +18 -0
  135. package/tokens/index.d.ts +9 -0
  136. package/tokens/index.js +9 -0
  137. package/tokens/motion/variables.css +14 -0
  138. package/tokens/motion/variables.d.ts +11 -0
  139. package/tokens/motion/variables.dark.css +13 -0
  140. package/tokens/motion/variables.dark.d.ts +11 -0
  141. package/tokens/motion/variables.dark.js +11 -0
  142. package/tokens/motion/variables.dark.json +19 -0
  143. package/tokens/motion/variables.dark.scss +11 -0
  144. package/tokens/motion/variables.js +11 -0
  145. package/tokens/motion/variables.json +19 -0
  146. package/tokens/motion/variables.scss +11 -0
  147. package/tokens/shadow/variables.css +11 -0
  148. package/tokens/shadow/variables.d.ts +4 -0
  149. package/tokens/shadow/variables.dark.css +10 -0
  150. package/tokens/shadow/variables.dark.d.ts +4 -0
  151. package/tokens/shadow/variables.dark.js +4 -0
  152. package/tokens/shadow/variables.dark.json +8 -0
  153. package/tokens/shadow/variables.dark.scss +4 -0
  154. package/tokens/shadow/variables.js +4 -0
  155. package/tokens/shadow/variables.json +8 -0
  156. package/tokens/shadow/variables.scss +4 -0
  157. package/tokens/spacing/variables.css +26 -0
  158. package/tokens/spacing/variables.d.ts +23 -0
  159. package/tokens/spacing/variables.dark.css +17 -0
  160. package/tokens/spacing/variables.dark.d.ts +15 -0
  161. package/tokens/spacing/variables.dark.js +15 -0
  162. package/tokens/spacing/variables.dark.json +19 -0
  163. package/tokens/spacing/variables.dark.scss +15 -0
  164. package/tokens/spacing/variables.js +23 -0
  165. package/tokens/spacing/variables.json +31 -0
  166. package/tokens/spacing/variables.scss +23 -0
  167. package/tokens/typography/variables.css +30 -0
  168. package/tokens/typography/variables.d.ts +26 -0
  169. package/tokens/typography/variables.dark.css +29 -0
  170. package/tokens/typography/variables.dark.d.ts +26 -0
  171. package/tokens/typography/variables.dark.js +28 -0
  172. package/tokens/typography/variables.dark.json +38 -0
  173. package/tokens/typography/variables.dark.scss +26 -0
  174. package/tokens/typography/variables.js +28 -0
  175. package/tokens/typography/variables.json +38 -0
  176. package/tokens/typography/variables.scss +26 -0
  177. package/vite-plugin-generate-components-metadata.js +62 -0
package/src/aliases.ts ADDED
@@ -0,0 +1,302 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ import { resolve } from "path";
7
+ import { fileURLToPath } from "url";
8
+
9
+ const __dirname = fileURLToPath(new URL(".", import.meta.url));
10
+
11
+ export const aliases = [
12
+ {
13
+ find: /^@purpur\/accordion$/,
14
+ replacement: resolve(__dirname, "../../../components/accordion/src/accordion.tsx"),
15
+ },
16
+ {
17
+ find: /^@purpur\/alert-badge$/,
18
+ replacement: resolve(__dirname, "../../../components/alert-badge/src/alert-badge.tsx"),
19
+ },
20
+ {
21
+ find: /^@purpur\/autocomplete$/,
22
+ replacement: resolve(__dirname, "../../../components/autocomplete/src/autocomplete.tsx"),
23
+ },
24
+ {
25
+ find: /^@purpur\/avatar$/,
26
+ replacement: resolve(__dirname, "../../../components/avatar/src/avatar.tsx"),
27
+ },
28
+ {
29
+ find: /^@purpur\/badge$/,
30
+ replacement: resolve(__dirname, "../../../components/badge/src/badge.tsx"),
31
+ },
32
+ {
33
+ find: /^@purpur\/breadcrumbs$/,
34
+ replacement: resolve(__dirname, "../../../components/breadcrumbs/src/breadcrumbs.tsx"),
35
+ },
36
+ {
37
+ find: /^@purpur\/button$/,
38
+ replacement: resolve(__dirname, "../../../components/button/src/button.tsx"),
39
+ },
40
+ {
41
+ find: /^@purpur\/calendar$/,
42
+ replacement: resolve(__dirname, "../../../components/calendar/src/calendar.tsx"),
43
+ },
44
+ {
45
+ find: /^@purpur\/card$/,
46
+ replacement: resolve(__dirname, "../../../components/card/src/card.tsx"),
47
+ },
48
+ {
49
+ find: /^@purpur\/carousel$/,
50
+ replacement: resolve(__dirname, "../../../components/carousel/src/carousel.tsx"),
51
+ },
52
+ {
53
+ find: /^@purpur\/chat-field$/,
54
+ replacement: resolve(__dirname, "../../../components/chat-field/src/chat-field.tsx"),
55
+ },
56
+ {
57
+ find: /^@purpur\/checkbox$/,
58
+ replacement: resolve(__dirname, "../../../components/checkbox/src/checkbox.tsx"),
59
+ },
60
+ {
61
+ find: /^@purpur\/chip-group$/,
62
+ replacement: resolve(__dirname, "../../../components/chip-group/src/chip-group.tsx"),
63
+ },
64
+ {
65
+ find: /^@purpur\/color-dot$/,
66
+ replacement: resolve(__dirname, "../../../components/color-dot/src/color-dot.tsx"),
67
+ },
68
+ {
69
+ find: /^@purpur\/comparison-table$/,
70
+ replacement: resolve(
71
+ __dirname,
72
+ "../../../components/comparison-table/src/comparison-table.tsx"
73
+ ),
74
+ },
75
+ {
76
+ find: /^@purpur\/container$/,
77
+ replacement: resolve(__dirname, "../../../components/container/src/container.tsx"),
78
+ },
79
+ {
80
+ find: /^@purpur\/content-block$/,
81
+ replacement: resolve(__dirname, "../../../components/content-block/src/content-block.tsx"),
82
+ },
83
+ {
84
+ find: /^@purpur\/countdown$/,
85
+ replacement: resolve(__dirname, "../../../components/countdown/src/countdown.tsx"),
86
+ },
87
+ {
88
+ find: /^@purpur\/counter-badge$/,
89
+ replacement: resolve(__dirname, "../../../components/counter-badge/src/counter-badge.tsx"),
90
+ },
91
+ {
92
+ find: /^@purpur\/cta-link$/,
93
+ replacement: resolve(__dirname, "../../../components/cta-link/src/cta-link.tsx"),
94
+ },
95
+ {
96
+ find: /^@purpur\/date-field$/,
97
+ replacement: resolve(__dirname, "../../../components/date-field/src/date-field.tsx"),
98
+ },
99
+ {
100
+ find: /^@purpur\/date-picker$/,
101
+ replacement: resolve(__dirname, "../../../components/date-picker/src/date-picker.tsx"),
102
+ },
103
+ {
104
+ find: /^@purpur\/date-range-field$/,
105
+ replacement: resolve(
106
+ __dirname,
107
+ "../../../components/date-range-field/src/date-range-field.tsx"
108
+ ),
109
+ },
110
+ {
111
+ find: /^@purpur\/dismissable-chip-group$/,
112
+ replacement: resolve(
113
+ __dirname,
114
+ "../../../components/dismissable-chip-group/src/dismissable-chip-group.tsx"
115
+ ),
116
+ },
117
+ {
118
+ find: /^@purpur\/drawer$/,
119
+ replacement: resolve(__dirname, "../../../components/drawer/src/drawer.tsx"),
120
+ },
121
+ {
122
+ find: /^@purpur\/dropdown$/,
123
+ replacement: resolve(__dirname, "../../../components/dropdown/src/dropdown.tsx"),
124
+ },
125
+ {
126
+ find: /^@purpur\/field-error-text$/,
127
+ replacement: resolve(
128
+ __dirname,
129
+ "../../../components/field-error-text/src/field-error-text.tsx"
130
+ ),
131
+ },
132
+ {
133
+ find: /^@purpur\/field-helper-text$/,
134
+ replacement: resolve(
135
+ __dirname,
136
+ "../../../components/field-helper-text/src/field-helper-text.tsx"
137
+ ),
138
+ },
139
+ {
140
+ find: /^@purpur\/footer$/,
141
+ replacement: resolve(__dirname, "../../../components/footer/src/footer.tsx"),
142
+ },
143
+ {
144
+ find: /^@purpur\/grid$/,
145
+ replacement: resolve(__dirname, "../../../components/grid/src/grid.tsx"),
146
+ },
147
+ {
148
+ find: /^@purpur\/heading$/,
149
+ replacement: resolve(__dirname, "../../../components/heading/src/heading.tsx"),
150
+ },
151
+ {
152
+ find: /^@purpur\/hero-banner$/,
153
+ replacement: resolve(__dirname, "../../../components/hero-banner/src/hero-banner.tsx"),
154
+ },
155
+ {
156
+ find: /^@purpur\/label$/,
157
+ replacement: resolve(__dirname, "../../../components/label/src/label.tsx"),
158
+ },
159
+ {
160
+ find: /^@purpur\/link$/,
161
+ replacement: resolve(__dirname, "../../../components/link/src/link.tsx"),
162
+ },
163
+ {
164
+ find: /^@purpur\/listbox$/,
165
+ replacement: resolve(__dirname, "../../../components/listbox/src/listbox.tsx"),
166
+ },
167
+ {
168
+ find: /^@purpur\/loading$/,
169
+ replacement: resolve(__dirname, "../../../components/loading/src/loading.tsx"),
170
+ },
171
+ {
172
+ find: /^@purpur\/message$/,
173
+ replacement: resolve(__dirname, "../../../components/message/src/message.tsx"),
174
+ },
175
+ {
176
+ find: /^@purpur\/modal$/,
177
+ replacement: resolve(__dirname, "../../../components/modal/src/modal.tsx"),
178
+ },
179
+ {
180
+ find: /^@purpur\/notification$/,
181
+ replacement: resolve(__dirname, "../../../components/notification/src/notification.tsx"),
182
+ },
183
+ {
184
+ find: /^@purpur\/notification-banner$/,
185
+ replacement: resolve(
186
+ __dirname,
187
+ "../../../components/notification-banner/src/notification-banner.tsx"
188
+ ),
189
+ },
190
+ {
191
+ find: /^@purpur\/pagination$/,
192
+ replacement: resolve(__dirname, "../../../components/pagination/src/pagination.tsx"),
193
+ },
194
+ {
195
+ find: /^@purpur\/paragraph$/,
196
+ replacement: resolve(__dirname, "../../../components/paragraph/src/paragraph.tsx"),
197
+ },
198
+ {
199
+ find: /^@purpur\/popover$/,
200
+ replacement: resolve(__dirname, "../../../components/popover/src/popover.tsx"),
201
+ },
202
+ {
203
+ find: /^@purpur\/product-card$/,
204
+ replacement: resolve(__dirname, "../../../components/product-card/src/product-card.tsx"),
205
+ },
206
+ {
207
+ find: /^@purpur\/promotion-card$/,
208
+ replacement: resolve(__dirname, "../../../components/promotion-card/src/promotion-card.tsx"),
209
+ },
210
+ {
211
+ find: /^@purpur\/quantity-selector$/,
212
+ replacement: resolve(
213
+ __dirname,
214
+ "../../../components/quantity-selector/src/quantity-selector.tsx"
215
+ ),
216
+ },
217
+ {
218
+ find: /^@purpur\/radio-button-group$/,
219
+ replacement: resolve(
220
+ __dirname,
221
+ "../../../components/radio-button-group/src/radio-button-group.tsx"
222
+ ),
223
+ },
224
+ {
225
+ find: /^@purpur\/radio-card-group$/,
226
+ replacement: resolve(
227
+ __dirname,
228
+ "../../../components/radio-card-group/src/radio-card-group.tsx"
229
+ ),
230
+ },
231
+ {
232
+ find: /^@purpur\/rich-text$/,
233
+ replacement: resolve(__dirname, "../../../components/rich-text/src/rich-text.tsx"),
234
+ },
235
+ {
236
+ find: /^@purpur\/search-field$/,
237
+ replacement: resolve(__dirname, "../../../components/search-field/src/search-field.tsx"),
238
+ },
239
+ {
240
+ find: /^@purpur\/select$/,
241
+ replacement: resolve(__dirname, "../../../components/select/src/select.tsx"),
242
+ },
243
+ {
244
+ find: /^@purpur\/skeleton$/,
245
+ replacement: resolve(__dirname, "../../../components/skeleton/src/skeleton.tsx"),
246
+ },
247
+ {
248
+ find: /^@purpur\/slider$/,
249
+ replacement: resolve(__dirname, "../../../components/slider/src/slider.tsx"),
250
+ },
251
+ {
252
+ find: /^@purpur\/spacer$/,
253
+ replacement: resolve(__dirname, "../../../components/spacer/src/spacer.tsx"),
254
+ },
255
+ {
256
+ find: /^@purpur\/spinner$/,
257
+ replacement: resolve(__dirname, "../../../components/spinner/src/spinner.tsx"),
258
+ },
259
+ {
260
+ find: /^@purpur\/stepper$/,
261
+ replacement: resolve(__dirname, "../../../components/stepper/src/stepper.tsx"),
262
+ },
263
+ {
264
+ find: /^@purpur\/table$/,
265
+ replacement: resolve(__dirname, "../../../components/table/src/table.tsx"),
266
+ },
267
+ {
268
+ find: /^@purpur\/tabs$/,
269
+ replacement: resolve(__dirname, "../../../components/tabs/src/tabs.tsx"),
270
+ },
271
+ {
272
+ find: /^@purpur\/text-area$/,
273
+ replacement: resolve(__dirname, "../../../components/text-area/src/text-area.tsx"),
274
+ },
275
+ {
276
+ find: /^@purpur\/text-field$/,
277
+ replacement: resolve(__dirname, "../../../components/text-field/src/text-field.tsx"),
278
+ },
279
+ {
280
+ find: /^@purpur\/text-spacing$/,
281
+ replacement: resolve(__dirname, "../../../components/text-spacing/src/text-spacing.tsx"),
282
+ },
283
+ {
284
+ find: /^@purpur\/toggle$/,
285
+ replacement: resolve(__dirname, "../../../components/toggle/src/toggle.tsx"),
286
+ },
287
+ {
288
+ find: /^@purpur\/tooltip$/,
289
+ replacement: resolve(__dirname, "../../../components/tooltip/src/tooltip.tsx"),
290
+ },
291
+ {
292
+ find: /^@purpur\/visually-hidden$/,
293
+ replacement: resolve(__dirname, "../../../components/visually-hidden/src/visually-hidden.tsx"),
294
+ },
295
+ {
296
+ find: /^@purpur\/common-types$/,
297
+ replacement: resolve(__dirname, "../../common-types/src/common-types.ts"),
298
+ },
299
+ { find: /^@purpur\/theme$/, replacement: resolve(__dirname, "../../theme/src/theme.ts") },
300
+ { find: /^@purpur\/action$/, replacement: resolve(__dirname, "../../action/src/action.tsx") },
301
+ { find: /^@purpur\/tokens$/, replacement: resolve(__dirname, "../../tokens/dist/index.js") },
302
+ ];
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/autocomplete";
package/src/avatar.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/avatar";
package/src/badge.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/badge";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/breadcrumbs";
package/src/button.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/button";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/calendar";
package/src/card.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/card";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/carousel";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/chat-field";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/checkbox";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/chip-group";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/color-dot";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/comparison-table";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/container";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/content-block";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/countdown";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/counter-badge";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/cta-link";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/date-field";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/date-picker";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/date-range-field";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/dismissable-chip-group";
package/src/drawer.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/drawer";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/dropdown";
package/src/entries.js ADDED
@@ -0,0 +1,73 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export const entries = [
7
+ "accordion",
8
+ "alert-badge",
9
+ "autocomplete",
10
+ "avatar",
11
+ "badge",
12
+ "breadcrumbs",
13
+ "button",
14
+ "calendar",
15
+ "card",
16
+ "carousel",
17
+ "chat-field",
18
+ "checkbox",
19
+ "chip-group",
20
+ "color-dot",
21
+ "comparison-table",
22
+ "container",
23
+ "content-block",
24
+ "countdown",
25
+ "counter-badge",
26
+ "cta-link",
27
+ "date-field",
28
+ "date-picker",
29
+ "date-range-field",
30
+ "dismissable-chip-group",
31
+ "drawer",
32
+ "dropdown",
33
+ "field-error-text",
34
+ "field-helper-text",
35
+ "footer",
36
+ "grid",
37
+ "heading",
38
+ "hero-banner",
39
+ "label",
40
+ "link",
41
+ "listbox",
42
+ "loading",
43
+ "message",
44
+ "modal",
45
+ "notification",
46
+ "notification-banner",
47
+ "pagination",
48
+ "paragraph",
49
+ "popover",
50
+ "product-card",
51
+ "promotion-card",
52
+ "quantity-selector",
53
+ "radio-button-group",
54
+ "radio-card-group",
55
+ "rich-text",
56
+ "search-field",
57
+ "select",
58
+ "skeleton",
59
+ "slider",
60
+ "spacer",
61
+ "spinner",
62
+ "stepper",
63
+ "table",
64
+ "tabs",
65
+ "text-area",
66
+ "text-field",
67
+ "text-spacing",
68
+ "toggle",
69
+ "tooltip",
70
+ "visually-hidden",
71
+ "tokens",
72
+ "theme",
73
+ ];
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/field-error-text";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/field-helper-text";
package/src/footer.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/footer";
package/src/grid.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/grid";
package/src/heading.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/heading";
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/hero-banner";
package/src/label.ts ADDED
@@ -0,0 +1,6 @@
1
+ /**
2
+ * ⚠️ WARNING ⚠️
3
+ * This file is automatically generated, do not edit it manually
4
+ */
5
+
6
+ export * from "@purpur/label";