@uxelle/skills 0.2.0-beta.2

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 (117) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +58 -0
  3. package/dist/index.d.ts +26 -0
  4. package/dist/index.js +586 -0
  5. package/index.json +573 -0
  6. package/package.json +57 -0
  7. package/skills/uxelle-components/Accordion.md +51 -0
  8. package/skills/uxelle-components/AccordionGroup.md +39 -0
  9. package/skills/uxelle-components/Banner.md +73 -0
  10. package/skills/uxelle-components/BannerAnnouncement.md +63 -0
  11. package/skills/uxelle-components/Breadcrumb.md +38 -0
  12. package/skills/uxelle-components/Breadcrumbs.md +32 -0
  13. package/skills/uxelle-components/Bubble.md +34 -0
  14. package/skills/uxelle-components/Button.md +54 -0
  15. package/skills/uxelle-components/ButtonGroup.md +43 -0
  16. package/skills/uxelle-components/Card.md +35 -0
  17. package/skills/uxelle-components/Checkbox.md +57 -0
  18. package/skills/uxelle-components/CheckboxGroup.md +47 -0
  19. package/skills/uxelle-components/ChoiceChip.md +44 -0
  20. package/skills/uxelle-components/ChoiceChipGroup.md +50 -0
  21. package/skills/uxelle-components/DatePicker.md +59 -0
  22. package/skills/uxelle-components/DatePickerRange.md +73 -0
  23. package/skills/uxelle-components/Dialog.md +83 -0
  24. package/skills/uxelle-components/Divider.md +37 -0
  25. package/skills/uxelle-components/DynamicAngleLine.md +36 -0
  26. package/skills/uxelle-components/DynamicAngleLineCombo.md +30 -0
  27. package/skills/uxelle-components/DynamicAngleShape.md +32 -0
  28. package/skills/uxelle-components/DynamicAngleShapeSurface.md +35 -0
  29. package/skills/uxelle-components/DynamicAngleTexture.md +29 -0
  30. package/skills/uxelle-components/DynamicAngleTextureText.md +35 -0
  31. package/skills/uxelle-components/FieldMessage.md +31 -0
  32. package/skills/uxelle-components/FileUpload.md +53 -0
  33. package/skills/uxelle-components/FilterChip.md +35 -0
  34. package/skills/uxelle-components/FilterChipGroup.md +42 -0
  35. package/skills/uxelle-components/Footer.md +34 -0
  36. package/skills/uxelle-components/Hero.md +61 -0
  37. package/skills/uxelle-components/Icon.md +43 -0
  38. package/skills/uxelle-components/IconButton.md +44 -0
  39. package/skills/uxelle-components/Image.md +40 -0
  40. package/skills/uxelle-components/Label.md +35 -0
  41. package/skills/uxelle-components/LabelBadge.md +58 -0
  42. package/skills/uxelle-components/LanguageSelector.md +38 -0
  43. package/skills/uxelle-components/LanguageSelectorButton.md +34 -0
  44. package/skills/uxelle-components/Layout.md +81 -0
  45. package/skills/uxelle-components/LinearProgress.md +53 -0
  46. package/skills/uxelle-components/Link.md +52 -0
  47. package/skills/uxelle-components/List.md +35 -0
  48. package/skills/uxelle-components/ListControls.md +100 -0
  49. package/skills/uxelle-components/ListItem.md +69 -0
  50. package/skills/uxelle-components/Lockup.md +50 -0
  51. package/skills/uxelle-components/Logo.md +39 -0
  52. package/skills/uxelle-components/Menu.md +48 -0
  53. package/skills/uxelle-components/MultiSelect.md +54 -0
  54. package/skills/uxelle-components/NavLink.md +44 -0
  55. package/skills/uxelle-components/Navigation.md +61 -0
  56. package/skills/uxelle-components/NavigationSide.md +51 -0
  57. package/skills/uxelle-components/NavigationSideGroup.md +36 -0
  58. package/skills/uxelle-components/NavigationSideItem.md +56 -0
  59. package/skills/uxelle-components/NavigationSideSubItem.md +39 -0
  60. package/skills/uxelle-components/NotificationBadge.md +62 -0
  61. package/skills/uxelle-components/Pagination.md +49 -0
  62. package/skills/uxelle-components/PaginationComplex.md +51 -0
  63. package/skills/uxelle-components/PaginationSimple.md +44 -0
  64. package/skills/uxelle-components/ProductCard.md +46 -0
  65. package/skills/uxelle-components/Quantity.md +45 -0
  66. package/skills/uxelle-components/Radio.md +55 -0
  67. package/skills/uxelle-components/RadioGroup.md +49 -0
  68. package/skills/uxelle-components/SKILL.md +242 -0
  69. package/skills/uxelle-components/Scrim.md +28 -0
  70. package/skills/uxelle-components/SegmentedControl.md +118 -0
  71. package/skills/uxelle-components/Select.md +55 -0
  72. package/skills/uxelle-components/Sheet.md +31 -0
  73. package/skills/uxelle-components/Skeleton.md +35 -0
  74. package/skills/uxelle-components/Spinner.md +33 -0
  75. package/skills/uxelle-components/StatTile.md +150 -0
  76. package/skills/uxelle-components/Stepper.md +73 -0
  77. package/skills/uxelle-components/Switch.md +41 -0
  78. package/skills/uxelle-components/Tab.md +41 -0
  79. package/skills/uxelle-components/Table.md +55 -0
  80. package/skills/uxelle-components/TabsCompact.md +37 -0
  81. package/skills/uxelle-components/TabsStretch.md +35 -0
  82. package/skills/uxelle-components/Text.md +56 -0
  83. package/skills/uxelle-components/Textarea.md +77 -0
  84. package/skills/uxelle-components/Textfield.md +62 -0
  85. package/skills/uxelle-components/Tooltip.md +33 -0
  86. package/skills/uxelle-design-harness/SKILL.md +149 -0
  87. package/skills/uxelle-design-harness/a2ui.md +73 -0
  88. package/skills/uxelle-design-harness/how-to-accessibility.md +31 -0
  89. package/skills/uxelle-design-harness/how-to-color.md +82 -0
  90. package/skills/uxelle-design-harness/how-to-host.md +108 -0
  91. package/skills/uxelle-design-harness/how-to-page-layout.md +203 -0
  92. package/skills/uxelle-design-harness/principles.md +72 -0
  93. package/skills/uxelle-design-harness/recipe-app-chrome.md +168 -0
  94. package/skills/uxelle-design-harness/recipe-card-grid.md +104 -0
  95. package/skills/uxelle-design-harness/recipe-cta-band.md +91 -0
  96. package/skills/uxelle-design-harness/recipe-dashboard-overview.md +118 -0
  97. package/skills/uxelle-design-harness/recipe-data-table-page.md +323 -0
  98. package/skills/uxelle-design-harness/recipe-feature-section.md +96 -0
  99. package/skills/uxelle-design-harness/recipe-footer.md +156 -0
  100. package/skills/uxelle-design-harness/recipe-form-section.md +163 -0
  101. package/skills/uxelle-design-harness/recipe-hero.md +89 -0
  102. package/skills/uxelle-design-harness/recipe-landing-page.md +94 -0
  103. package/skills/uxelle-design-harness/recipe-logo-wall.md +80 -0
  104. package/skills/uxelle-design-harness/recipe-multi-step-flow.md +108 -0
  105. package/skills/uxelle-design-harness/recipe-page-header.md +102 -0
  106. package/skills/uxelle-design-harness/recipe-page-shell.md +82 -0
  107. package/skills/uxelle-design-harness/recipe-pricing.md +83 -0
  108. package/skills/uxelle-design-harness/recipe-query-bar.md +108 -0
  109. package/skills/uxelle-design-harness/recipe-record-detail.md +96 -0
  110. package/skills/uxelle-design-harness/recipe-settings-page.md +170 -0
  111. package/skills/uxelle-design-harness/recipe-stat-callouts.md +111 -0
  112. package/skills/uxelle-design-harness/recipe-states.md +119 -0
  113. package/skills/uxelle-design-harness/recipe-summary-list.md +88 -0
  114. package/skills/uxelle-design-harness/recipe-template.md +62 -0
  115. package/skills/uxelle-design-harness/recipe-testimonial.md +73 -0
  116. package/skills/uxelle-design-harness/spacing-steps.md +57 -0
  117. package/skills/uxelle-design-harness/tokens.md +101 -0
package/index.json ADDED
@@ -0,0 +1,573 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "0.2.0-beta.2",
4
+ "skills": [
5
+ {
6
+ "name": "uxelle-components",
7
+ "description": "Reference for uxElle Generative Product Foundation (GPF) components. Use when generating UI with uxElle, implementing designs, building layouts, or when the user mentions uxElle components, design system, or enterprise UI.",
8
+ "files": [
9
+ {
10
+ "path": "Accordion.md",
11
+ "size": 3166,
12
+ "hash": "sha256:206b170ddf62f8a29ad56ad1084ba890de57a3e59aa6aec5f34d01bb0484bf83"
13
+ },
14
+ {
15
+ "path": "AccordionGroup.md",
16
+ "size": 997,
17
+ "hash": "sha256:313877bbe6d225b6bbe243e34afbb66fc302c70f7dadce9c1821a49f5e9a6808"
18
+ },
19
+ {
20
+ "path": "Banner.md",
21
+ "size": 6891,
22
+ "hash": "sha256:ed6ef1e333f88fcde8f132ed336de99899024ceb1651ad56073f4aef8e5ff6e7"
23
+ },
24
+ {
25
+ "path": "BannerAnnouncement.md",
26
+ "size": 5223,
27
+ "hash": "sha256:9ad6a79b3d7a3b6bcbd03bb8715d6c294b105769fb3986b9cdf87a7de0211d58"
28
+ },
29
+ {
30
+ "path": "Breadcrumb.md",
31
+ "size": 2218,
32
+ "hash": "sha256:174b83d6058df3c37e1193788b37b41d27dcc6341cfedf8f8478c7d3f25ed914"
33
+ },
34
+ {
35
+ "path": "Breadcrumbs.md",
36
+ "size": 1651,
37
+ "hash": "sha256:fcb52ddd8650c7baec56311227f5ea4864a829afbc1a592b5f9a864598403930"
38
+ },
39
+ {
40
+ "path": "Bubble.md",
41
+ "size": 1837,
42
+ "hash": "sha256:7f8aa8f4632053d18010d502d258daa21984a90233cc4aba02f51bed01afbdd6"
43
+ },
44
+ {
45
+ "path": "Button.md",
46
+ "size": 4593,
47
+ "hash": "sha256:cc0ccac068f5aeeb6b9ad86ca6899730eaa3529279a821ac155380dc9c8029c3"
48
+ },
49
+ {
50
+ "path": "ButtonGroup.md",
51
+ "size": 2382,
52
+ "hash": "sha256:ef9db011faa4045e54d8fb29462a1bf30a33f56caf8b0580445de4b464900c54"
53
+ },
54
+ {
55
+ "path": "Card.md",
56
+ "size": 1409,
57
+ "hash": "sha256:4dae3d00467b7330e8c78282cd9256666ebc48ac36f1d541f512b74abb5882e5"
58
+ },
59
+ {
60
+ "path": "Checkbox.md",
61
+ "size": 7283,
62
+ "hash": "sha256:bb08508d9ba7a060eeca285d68df6d8c46b393edf120b6252212b3119dcb3e4a"
63
+ },
64
+ {
65
+ "path": "CheckboxGroup.md",
66
+ "size": 4467,
67
+ "hash": "sha256:88b92a775f3521907b872c5623171834cf591a732a563288ad174ddf65bb511d"
68
+ },
69
+ {
70
+ "path": "ChoiceChip.md",
71
+ "size": 3796,
72
+ "hash": "sha256:9c2dc57310d28631817bb75acd151a9c23ff5644d19cb345c7bd65fa8d75797a"
73
+ },
74
+ {
75
+ "path": "ChoiceChipGroup.md",
76
+ "size": 4756,
77
+ "hash": "sha256:91de9bc2984cbfb640e1ba117661fcfd7633bb9c16ef3f3b2b9fd7c2d1f0c032"
78
+ },
79
+ {
80
+ "path": "DatePicker.md",
81
+ "size": 7432,
82
+ "hash": "sha256:4f42a2c7a17ff9eb025aebda1295ae5164888150681e835343bcbc85b95f96f9"
83
+ },
84
+ {
85
+ "path": "DatePickerRange.md",
86
+ "size": 8833,
87
+ "hash": "sha256:8c664d0fbe855d428c0e89fb288d4c3d8ac5e81c08ad063512cbdc621ec7ac1d"
88
+ },
89
+ {
90
+ "path": "Dialog.md",
91
+ "size": 5943,
92
+ "hash": "sha256:daeccdf2089b713b530d8f33aa3c7b109947468880eb7326ee80f3af0a053479"
93
+ },
94
+ {
95
+ "path": "Divider.md",
96
+ "size": 1974,
97
+ "hash": "sha256:2ddbd235175bf8e36d043261e32dd9ccf3f4806009a9d4807bafa093fbdb4c22"
98
+ },
99
+ {
100
+ "path": "DynamicAngleLine.md",
101
+ "size": 2173,
102
+ "hash": "sha256:86660fc704be3d78d5011c3668a883c8f45ec7c3d23975eea6a4c341a50fc244"
103
+ },
104
+ {
105
+ "path": "DynamicAngleLineCombo.md",
106
+ "size": 1869,
107
+ "hash": "sha256:4d0d00fca38ddc2a3b3e71635e83033141f057942ff0021aeee0cbdfe3a87c07"
108
+ },
109
+ {
110
+ "path": "DynamicAngleShape.md",
111
+ "size": 2418,
112
+ "hash": "sha256:f400ef14468e4dd433783594869ab008b8c36cbb24bde30744caf8ebfd91b448"
113
+ },
114
+ {
115
+ "path": "DynamicAngleShapeSurface.md",
116
+ "size": 2223,
117
+ "hash": "sha256:a2480104972331ac3fa759e073a5166a5c18b1d6bfa384ccb1792beccee3de61"
118
+ },
119
+ {
120
+ "path": "DynamicAngleTexture.md",
121
+ "size": 1633,
122
+ "hash": "sha256:b56acf13041d81a41ca573af423fd2b7408e8047d0e835541a679c4144e0abbf"
123
+ },
124
+ {
125
+ "path": "DynamicAngleTextureText.md",
126
+ "size": 2025,
127
+ "hash": "sha256:563ab33ead3eee347296a175daca6055793dab258f2ac0fee1a0f601f3b6ae00"
128
+ },
129
+ {
130
+ "path": "FieldMessage.md",
131
+ "size": 1491,
132
+ "hash": "sha256:2dd66b48dc780b86e0d0c6bfb13dbc1eaf18787105cbb853f06025e45ede1494"
133
+ },
134
+ {
135
+ "path": "FileUpload.md",
136
+ "size": 5949,
137
+ "hash": "sha256:5863b435101fb94abf08ec047fa9801680428a317469b5735f2e6506b04947c5"
138
+ },
139
+ {
140
+ "path": "FilterChip.md",
141
+ "size": 2891,
142
+ "hash": "sha256:da8c799773f8f94c82a29f777015d1516cedec9bb53d042fd079ff2b4dd25a41"
143
+ },
144
+ {
145
+ "path": "FilterChipGroup.md",
146
+ "size": 4369,
147
+ "hash": "sha256:fa8e1c2544071de8fc268c0c4aceda4ddea9aebe62f63b4bc32894632d857aa5"
148
+ },
149
+ {
150
+ "path": "Footer.md",
151
+ "size": 1276,
152
+ "hash": "sha256:e2ca30ae7eba1e8c206d70791f4636a66e4f654059dbddda1b508bfd08e7b5c2"
153
+ },
154
+ {
155
+ "path": "Hero.md",
156
+ "size": 3330,
157
+ "hash": "sha256:56619429625460a459b3ea7c37379769342628b35e461ed2614fe233fb99ebbc"
158
+ },
159
+ {
160
+ "path": "Icon.md",
161
+ "size": 2218,
162
+ "hash": "sha256:bfde859f04937c40b1ce2f3b386e9b059e3781878b1bb91471e688de605ccf1b"
163
+ },
164
+ {
165
+ "path": "IconButton.md",
166
+ "size": 3435,
167
+ "hash": "sha256:5d783be90eb071f936c1e544a881742377654ca561007d52c8cfe21375be5109"
168
+ },
169
+ {
170
+ "path": "Image.md",
171
+ "size": 2065,
172
+ "hash": "sha256:75ee6ba8c65372ecbbf013c264b2bafaac509847949fb08d571538179c053560"
173
+ },
174
+ {
175
+ "path": "Label.md",
176
+ "size": 1793,
177
+ "hash": "sha256:aa7988352f5797f63f0468c6ce9e447bf0a102a69990f298666de7191dc1ba96"
178
+ },
179
+ {
180
+ "path": "LabelBadge.md",
181
+ "size": 4264,
182
+ "hash": "sha256:8b1d05f05cfeaa3aed8a7a87fd92884c4d81ef8679483035dff7170d6c948424"
183
+ },
184
+ {
185
+ "path": "LanguageSelector.md",
186
+ "size": 1634,
187
+ "hash": "sha256:2b60e81a4efeda5acc9066d33aa4564a21cd8b956730092be08be04558cd9c8c"
188
+ },
189
+ {
190
+ "path": "LanguageSelectorButton.md",
191
+ "size": 1610,
192
+ "hash": "sha256:e2b94c54cb1ff9e6f21e983e77df1a683689033376ff794727bce3e8bddac835"
193
+ },
194
+ {
195
+ "path": "Layout.md",
196
+ "size": 8424,
197
+ "hash": "sha256:45d6c3ccfd4e22c29e9cbd2b30826bb6b2c3088dab5e55332b564d46501ea71d"
198
+ },
199
+ {
200
+ "path": "LinearProgress.md",
201
+ "size": 5804,
202
+ "hash": "sha256:969f73158b98bf54d3a03a1697ebfad8925cfd9fe3fc9b3ad1376e993abcacfb"
203
+ },
204
+ {
205
+ "path": "Link.md",
206
+ "size": 1760,
207
+ "hash": "sha256:ed64b4d88e56b94476d47ff480002b9c4088561f17ca7aaca13ee7f4dbf918e7"
208
+ },
209
+ {
210
+ "path": "List.md",
211
+ "size": 1227,
212
+ "hash": "sha256:b3e63988a6ac1a8bcd5130027b5744010694076b3823445b9fcce64b4c4ddae8"
213
+ },
214
+ {
215
+ "path": "ListControls.md",
216
+ "size": 7187,
217
+ "hash": "sha256:a8e4974dcefd3979f5f0e84839a9a9ddef94295fc74458829ca0ca67accc9e14"
218
+ },
219
+ {
220
+ "path": "ListItem.md",
221
+ "size": 6274,
222
+ "hash": "sha256:76fd4020b60baa307aac95166a5cee2306062edffbea6dafea9f88afeeba849c"
223
+ },
224
+ {
225
+ "path": "Lockup.md",
226
+ "size": 2045,
227
+ "hash": "sha256:ad45c25a8d81581d0462b2dd04d1e91e88142713e43307a0aac5fbbb84c94e99"
228
+ },
229
+ {
230
+ "path": "Logo.md",
231
+ "size": 3312,
232
+ "hash": "sha256:3ad0ce347065a7d21b9a3f8eef965d0edfdb394c6692d579bf8b9adf6cc8561c"
233
+ },
234
+ {
235
+ "path": "Menu.md",
236
+ "size": 3567,
237
+ "hash": "sha256:e8926edc847864a6cbdcedc8f2c83a4ab589e5fd29e5725bd599d01a96de94f7"
238
+ },
239
+ {
240
+ "path": "MultiSelect.md",
241
+ "size": 5923,
242
+ "hash": "sha256:2bf934ef37ddb1a39867fa5167bfc6693477b2dff72b37684446315570e2562e"
243
+ },
244
+ {
245
+ "path": "Navigation.md",
246
+ "size": 2626,
247
+ "hash": "sha256:ed38f63fc2728c5de857bcc891807c628103e30b7381e4b4b3e7576980b672e4"
248
+ },
249
+ {
250
+ "path": "NavigationSide.md",
251
+ "size": 5005,
252
+ "hash": "sha256:32386fd82517e9d74561b4c05b8a7b0951532fcf1ab80b038fe7bde376b96752"
253
+ },
254
+ {
255
+ "path": "NavigationSideGroup.md",
256
+ "size": 2147,
257
+ "hash": "sha256:571d2c42e0ec885f8802780116aba51e44fce27f43faf678eb919a14eed0eacd"
258
+ },
259
+ {
260
+ "path": "NavigationSideItem.md",
261
+ "size": 5839,
262
+ "hash": "sha256:a57473d0c207155e48e34e495a9a8b195357442871132c04e3a51b0130044cc9"
263
+ },
264
+ {
265
+ "path": "NavigationSideSubItem.md",
266
+ "size": 2350,
267
+ "hash": "sha256:f3da7ff70aac2a0568ff6831efd18bd2849d459f88ba41a76006432a33245b02"
268
+ },
269
+ {
270
+ "path": "NavLink.md",
271
+ "size": 2567,
272
+ "hash": "sha256:46d020ef5c1a46874e8fb89df9af5c96b0a2cc9b778fe8d64ceaaa1522df8047"
273
+ },
274
+ {
275
+ "path": "NotificationBadge.md",
276
+ "size": 5464,
277
+ "hash": "sha256:47827b5bb9e7d90828087b836fd49dff04cd8bf527188ea8cc343d443efb19db"
278
+ },
279
+ {
280
+ "path": "Pagination.md",
281
+ "size": 3968,
282
+ "hash": "sha256:b5c4176f69cfbbcbd4ba771b2e59cd3bf983cb172af52a71965d1a5354393068"
283
+ },
284
+ {
285
+ "path": "PaginationComplex.md",
286
+ "size": 4329,
287
+ "hash": "sha256:d52b26a45a311ceae64715bd1cd130396486a276c9d0b84e4da701875b7b692c"
288
+ },
289
+ {
290
+ "path": "PaginationSimple.md",
291
+ "size": 3042,
292
+ "hash": "sha256:c61f93baa4c090d8589935e43bb68b831643558e95974355163caf312e4239ff"
293
+ },
294
+ {
295
+ "path": "ProductCard.md",
296
+ "size": 2749,
297
+ "hash": "sha256:04adff625369cf595c1e9e751db04af15e6c89e0eb5a275db586b3cc8c4e0f56"
298
+ },
299
+ {
300
+ "path": "Quantity.md",
301
+ "size": 4442,
302
+ "hash": "sha256:d2e435403394cee7ccff1f2fae152978238c33e8e1a66868715144cb3dce3e37"
303
+ },
304
+ {
305
+ "path": "Radio.md",
306
+ "size": 7161,
307
+ "hash": "sha256:4d1d3f1ca69e4f02b6386d7ee4dc43f108c20c68ca5c73feca0b3b122ad59dba"
308
+ },
309
+ {
310
+ "path": "RadioGroup.md",
311
+ "size": 4872,
312
+ "hash": "sha256:762b06f2838a376744ac687b79e2624f96bd1edf25b3cd1530d274cf2e0a29a5"
313
+ },
314
+ {
315
+ "path": "Scrim.md",
316
+ "size": 957,
317
+ "hash": "sha256:5fed692a27aad2da728b1accf85d5383956e2b60f419e3cd237a4531faa8e71b"
318
+ },
319
+ {
320
+ "path": "SegmentedControl.md",
321
+ "size": 11570,
322
+ "hash": "sha256:3ce094d8e22dd7508af96a0da9a6cd6e4d0082e65755dcef68b52dc1d8b3aaa3"
323
+ },
324
+ {
325
+ "path": "Select.md",
326
+ "size": 6032,
327
+ "hash": "sha256:546f35666100ff9e3fc65c9b8a07908e3f73182abca021518f34b6f9b4118e47"
328
+ },
329
+ {
330
+ "path": "Sheet.md",
331
+ "size": 2836,
332
+ "hash": "sha256:99f8bab5c3d9ee1b89be6e7cfdb1ab79606900ee4c8418ecb149419a6b15e0b1"
333
+ },
334
+ {
335
+ "path": "Skeleton.md",
336
+ "size": 2189,
337
+ "hash": "sha256:f6d653ca65e0e46f4e5536ea1afab92967ffd65eb58b6ec6a444fff1f872f328"
338
+ },
339
+ {
340
+ "path": "SKILL.md",
341
+ "size": 13949,
342
+ "hash": "sha256:ea3ea17c6e11456ace3d1890d9cacdadd2eac8f2ff2e6ec4e68e697184928944"
343
+ },
344
+ {
345
+ "path": "Spinner.md",
346
+ "size": 2346,
347
+ "hash": "sha256:d9e9bca11b149bf5da817aaaa527e363dad54bddbbf81c2f31347e5db5568fa1"
348
+ },
349
+ {
350
+ "path": "StatTile.md",
351
+ "size": 7820,
352
+ "hash": "sha256:e9330341336d46ab38724a17e76548d8cd4081b06b1a483bfea6be642718ea9e"
353
+ },
354
+ {
355
+ "path": "Stepper.md",
356
+ "size": 6408,
357
+ "hash": "sha256:f6d1e5918ae89e1ac1c7df11dd0d6eca11f9c39f74cbfc534c8c8cbb43087ac3"
358
+ },
359
+ {
360
+ "path": "Switch.md",
361
+ "size": 3278,
362
+ "hash": "sha256:b909ceec7215ccdbda80bf3d9850e68bfd95ea1732c830c20cbc0901dc82a70d"
363
+ },
364
+ {
365
+ "path": "Tab.md",
366
+ "size": 3216,
367
+ "hash": "sha256:be8fc417473525c28c8dcb919b733163b0df79a45f96b374bb52b49a89154b0c"
368
+ },
369
+ {
370
+ "path": "Table.md",
371
+ "size": 2727,
372
+ "hash": "sha256:bfe8aa99f3cd9ee3bea87f151c5f42f091f93d4dd47006c76e0ed456a18b7af8"
373
+ },
374
+ {
375
+ "path": "TabsCompact.md",
376
+ "size": 2988,
377
+ "hash": "sha256:cd47f851b8ae1caa126bd6844127eda961a82938ad61dd68df936e0915661737"
378
+ },
379
+ {
380
+ "path": "TabsStretch.md",
381
+ "size": 2605,
382
+ "hash": "sha256:578c5ba9236661e33372b2afea9d16d3fbf47cc051836e01bea59ae27785f52c"
383
+ },
384
+ {
385
+ "path": "Text.md",
386
+ "size": 4131,
387
+ "hash": "sha256:4334c44a3abf6cc4ba1bb0f3480b837337b333870f842c2fc0f6f42c1b1cc83a"
388
+ },
389
+ {
390
+ "path": "Textarea.md",
391
+ "size": 4478,
392
+ "hash": "sha256:38d0ccca1f1533f74d68ec20d48789103029e2d5f5e0afe6577623470b608ef3"
393
+ },
394
+ {
395
+ "path": "Textfield.md",
396
+ "size": 5548,
397
+ "hash": "sha256:5fecf238dc2b82708e514a317d11a0128c2f3d52abe7fb82c48d83ac8ee70944"
398
+ },
399
+ {
400
+ "path": "Tooltip.md",
401
+ "size": 2300,
402
+ "hash": "sha256:54e54a65b9191cb9bcb586ced6e918a008b9e8a6787d1ceab42a543a8a7ba001"
403
+ }
404
+ ]
405
+ },
406
+ {
407
+ "name": "uxelle-design-harness",
408
+ "description": "The single home for building on-brand, enterprise uxElle experiences: Swiss design principles, the --uxl-* variable foundation (layout spacing, page chrome, color-switcher palettes, radius, elevation, type), first-class mobile responsiveness, WCAG AA, and composition recipes for product and marketing surfaces (app chrome, dashboards, data tables, record detail, settings, multi-step flows, states, landing pages, heroes, pricing, CTAs) across React (@uxelle/components) and A2UI (@uxelle/a2ui). Use when generating pages, apps, forms, layouts, dashboards, marketing/landing pages, greenfield React, or A2UI surfaces, or when writing CSS / inline styles that need --uxl-* tokens.",
409
+ "files": [
410
+ {
411
+ "path": "a2ui.md",
412
+ "size": 3438,
413
+ "hash": "sha256:79acf8d1fb2df2dd82bf979f05807c4d2d0f75b4fafd94e32b31a103bdac86f4"
414
+ },
415
+ {
416
+ "path": "how-to-accessibility.md",
417
+ "size": 3160,
418
+ "hash": "sha256:d84f9acbb4f9e55420f355acaeabca61533f5febc8d0ec688a4c9072b95ae501"
419
+ },
420
+ {
421
+ "path": "how-to-color.md",
422
+ "size": 3724,
423
+ "hash": "sha256:de6a183f582582cf43f4eb901706dca062f36b8d27601fc442c8ada4f56d2bf8"
424
+ },
425
+ {
426
+ "path": "how-to-host.md",
427
+ "size": 3080,
428
+ "hash": "sha256:b3cbd747f0913075e0db35747dc47e088b291bcf7a128a14648b6bf5c12e7009"
429
+ },
430
+ {
431
+ "path": "how-to-page-layout.md",
432
+ "size": 8414,
433
+ "hash": "sha256:9f6eb01b3a160d0ef6bc809fa416d2134869b3da31c3cc95039e906798454603"
434
+ },
435
+ {
436
+ "path": "principles.md",
437
+ "size": 4174,
438
+ "hash": "sha256:1d1a83cf5af7a32e4758cf1c7cd3da54f711ff6aae15dd12a8c1ad4a554c9fbe"
439
+ },
440
+ {
441
+ "path": "recipe-app-chrome.md",
442
+ "size": 9152,
443
+ "hash": "sha256:8d42d4fba9c8df38a72394a2512c584ad271855edf58013116f598c232d6b777"
444
+ },
445
+ {
446
+ "path": "recipe-card-grid.md",
447
+ "size": 3411,
448
+ "hash": "sha256:1ceb77d6de97f560b34c2de166142fc78fb3eb7c81e9af40262f59c2c1ceeffd"
449
+ },
450
+ {
451
+ "path": "recipe-cta-band.md",
452
+ "size": 3033,
453
+ "hash": "sha256:5d3973dc04c2cffd8beeb2c1e0c8f20eaefe9c047f090e70b6e01641cc84eb1a"
454
+ },
455
+ {
456
+ "path": "recipe-dashboard-overview.md",
457
+ "size": 4004,
458
+ "hash": "sha256:ab2e8a60dc61444564eb352a35d2a9a2be152e8b493d898e0f0aadbd87676d6e"
459
+ },
460
+ {
461
+ "path": "recipe-data-table-page.md",
462
+ "size": 14766,
463
+ "hash": "sha256:45dfcc1ef9ba681715e9a1b34e7e691870966d09f9851d5d416f6753c389bf55"
464
+ },
465
+ {
466
+ "path": "recipe-feature-section.md",
467
+ "size": 3239,
468
+ "hash": "sha256:8f77b15b331599bb384c02567fee0b2215691c69a76d364c29580b0930de1a7b"
469
+ },
470
+ {
471
+ "path": "recipe-footer.md",
472
+ "size": 7107,
473
+ "hash": "sha256:534369d865b44b752c51cc60d0c141c9e8f476ac59462e7d2013c5c0dc8dab9b"
474
+ },
475
+ {
476
+ "path": "recipe-form-section.md",
477
+ "size": 8676,
478
+ "hash": "sha256:ef5c72a29137302c7c939c666574c639abe3f737d32eccc6e8218e13bd4cbbf1"
479
+ },
480
+ {
481
+ "path": "recipe-hero.md",
482
+ "size": 3138,
483
+ "hash": "sha256:a3276a485257f8ba745482b75d9ca368812918d6f6a3e9dc351c2ddedffcc817"
484
+ },
485
+ {
486
+ "path": "recipe-landing-page.md",
487
+ "size": 3513,
488
+ "hash": "sha256:fdab8439e7a21ba901cc86c577092f9765a33d822044b66384b4c02c473a18cf"
489
+ },
490
+ {
491
+ "path": "recipe-logo-wall.md",
492
+ "size": 2702,
493
+ "hash": "sha256:d9ffed408a5dd0adeab19bc425413432db143fc12c2b58b73b49c31b5c608c40"
494
+ },
495
+ {
496
+ "path": "recipe-multi-step-flow.md",
497
+ "size": 3712,
498
+ "hash": "sha256:4921735a867d6635bc7a0152e2045fbcffb94b5ba047004fbbd5720e46080077"
499
+ },
500
+ {
501
+ "path": "recipe-page-header.md",
502
+ "size": 3483,
503
+ "hash": "sha256:83728fd741f2518ef97d927ea5bb33969b1609a1fca38ceb836ed733178cb42f"
504
+ },
505
+ {
506
+ "path": "recipe-page-shell.md",
507
+ "size": 3537,
508
+ "hash": "sha256:1392b86cafabeeb375b62d791804f8d4012345a72716cac6f80824253beb842e"
509
+ },
510
+ {
511
+ "path": "recipe-pricing.md",
512
+ "size": 3106,
513
+ "hash": "sha256:babee8bad4e2a8ddaf3baf5fbbddf82914a2f910be0c52e2b4df2e191407a084"
514
+ },
515
+ {
516
+ "path": "recipe-query-bar.md",
517
+ "size": 4024,
518
+ "hash": "sha256:caeb50b6bf583bc55963fa225677d9adb0701db7e705219f380490e450767739"
519
+ },
520
+ {
521
+ "path": "recipe-record-detail.md",
522
+ "size": 3249,
523
+ "hash": "sha256:8322cff9a5a1b344e10b7e63f25297d5cdfe58e21b6d53419910ef75acb2ef53"
524
+ },
525
+ {
526
+ "path": "recipe-settings-page.md",
527
+ "size": 7978,
528
+ "hash": "sha256:837984d7079f0334b5c3f12a7490f7febdca050ecb4ec675284f4e17259a7ec4"
529
+ },
530
+ {
531
+ "path": "recipe-stat-callouts.md",
532
+ "size": 3684,
533
+ "hash": "sha256:b0f0c70364f797265413b40b741e349f1e88429bf3e1bd9fc9c020cce37730ee"
534
+ },
535
+ {
536
+ "path": "recipe-states.md",
537
+ "size": 3684,
538
+ "hash": "sha256:9d25de854ed1ea06a74412aa26f3e238d559977075aa02877ef17f2a398b8605"
539
+ },
540
+ {
541
+ "path": "recipe-summary-list.md",
542
+ "size": 2808,
543
+ "hash": "sha256:c3ee287cdac7986994d53041cf2d6cf461018d039dca6224bd01e01275ef3b9a"
544
+ },
545
+ {
546
+ "path": "recipe-template.md",
547
+ "size": 3268,
548
+ "hash": "sha256:9117d2cfccb0c1d33ebb05272b7fac5d98f92570f44dff06b0072e7a72a1d45e"
549
+ },
550
+ {
551
+ "path": "recipe-testimonial.md",
552
+ "size": 2324,
553
+ "hash": "sha256:ee43cacccda063d1843759d117153e5ae658d2a0f0130c504e3d62dabedc9171"
554
+ },
555
+ {
556
+ "path": "SKILL.md",
557
+ "size": 9065,
558
+ "hash": "sha256:e9b12497656c5258cb88968548689a8e4a960b701861012c853c0b969dc946d4"
559
+ },
560
+ {
561
+ "path": "spacing-steps.md",
562
+ "size": 2379,
563
+ "hash": "sha256:f2b089b1575994f2f15b6220e76436e475c45c57efa6951aecbf497fa31bdb81"
564
+ },
565
+ {
566
+ "path": "tokens.md",
567
+ "size": 4547,
568
+ "hash": "sha256:de72dee7c0334a6dc074f02223e5142a53742c8889baac4402a18d3d74a5bba3"
569
+ }
570
+ ]
571
+ }
572
+ ]
573
+ }
package/package.json ADDED
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "@uxelle/skills",
3
+ "version": "0.2.0-beta.2",
4
+ "description": "uxElle generate-UI agent skills: component API reference and design harness, as versioned markdown with a machine-readable manifest",
5
+ "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/Bayer-Group/bayer-uxelle.git"
9
+ },
10
+ "exports": {
11
+ ".": {
12
+ "import": {
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.js"
15
+ }
16
+ },
17
+ "./index.json": "./index.json",
18
+ "./skills/*": "./skills/*"
19
+ },
20
+ "files": [
21
+ "dist",
22
+ "skills",
23
+ "index.json",
24
+ "LICENSE"
25
+ ],
26
+ "engines": {
27
+ "node": ">=22.22.1"
28
+ },
29
+ "scripts": {
30
+ "stage": "node scripts/build-content.mjs && node scripts/sanitize-content.mjs",
31
+ "build": "npm run stage && tsup",
32
+ "clean": "rm -rf dist skills index.json src/manifest.generated.ts",
33
+ "sanitize": "node scripts/sanitize-content.mjs",
34
+ "pack:check": "npm run build && node scripts/assert-publishable.mjs",
35
+ "prepublishOnly": "npm run pack:check",
36
+ "lint": "npm run stage && tsc --noEmit --ignoreDeprecations 5.0",
37
+ "lint:eslint": "eslint src/",
38
+ "lint:eslint:fix": "eslint src/ --fix",
39
+ "format": "prettier --write \"src/**/*.ts\"",
40
+ "format:check": "prettier --check \"src/**/*.ts\"",
41
+ "test": "npm run stage && vitest run",
42
+ "test:watch": "vitest"
43
+ },
44
+ "devDependencies": {
45
+ "tsup": "^8.5.1",
46
+ "typescript": "^5.9.3",
47
+ "vitest": "4.1.11"
48
+ },
49
+ "keywords": [
50
+ "uxelle",
51
+ "skills",
52
+ "agent",
53
+ "gpf",
54
+ "generative-ui"
55
+ ],
56
+ "license": "GPL-3.0-only"
57
+ }
@@ -0,0 +1,51 @@
1
+ # Accordion
2
+
3
+ Import: `import { Accordion } from "@uxelle/components";`
4
+
5
+ Vertical container for related Accordion sections—FAQs, settings panels, and filtered content. Each child Accordion owns its own expanded state. Use Tab to move between headers; Enter or Space toggles the focused section. Collapsed panel content is inert so it is not in the tab order.
6
+
7
+ ## Props
8
+
9
+ <!-- prettier-ignore-start -->
10
+
11
+ | Prop | Type | Default | Description |
12
+ |------|------|---------|-------------|
13
+ | children | `ReactNode` | `—` | Header content shown beside the chevron — the section title, not the body. A bare string is wrapped in `Text` (`Body Medium Alt`). An `Accordion.Panel` child here supplies the panel body instead of `panel`. |
14
+ | leading | `ReactNode` | `—` | Content placed before the header title, typically an `Icon`. Rendered only when `leadingSlot` is true. |
15
+ | panel | `ReactNode` | `—` | Body revealed when the section expands; a bare string is wrapped in `Text` (`Body Small`). Wins over an `Accordion.Panel` child, which then falls back to header content. With neither, no panel region is rendered. |
16
+ | open | `boolean` | `—` | Expanded state when `onOpenChange` is passed. Without that handler, `open` is read once on mount (legacy) and later changes do nothing — prefer `defaultOpen` for uncontrolled usage. Warns in development when used without `onOpenChange`. |
17
+ | defaultOpen | `boolean` | `false` | Whether the section starts expanded when `onOpenChange` is omitted. Read once on mount; later changes are ignored. |
18
+ | onOpenChange | `(open: boolean) => void` | `—` | Called with the next expanded state when the summary is toggled. Passing this handler makes `open` controlled; omit it to let the section manage its own state from `defaultOpen`. |
19
+ | disabled | `boolean` | `false` | Blocks toggling and applies disabled styling. The header and panel are marked `inert`, so nothing inside them can be focused. |
20
+ | leadingSlot | `boolean` | `false` | Renders the `leading` region before the header title. |
21
+ | headingLevel | `number` | `undefined` | Heading level wrapping the summary button (2–6). Omit to leave the summary as a button only; set 2–6 to match the page outline. |
22
+
23
+ <!-- prettier-ignore-end -->
24
+
25
+ ## Usage
26
+
27
+ ```tsx
28
+ <Accordion>
29
+ Title
30
+ <Accordion.Panel>Panel content...</Accordion.Panel>
31
+ </Accordion>
32
+ ```
33
+
34
+ ```tsx
35
+ <Accordion>
36
+ <Text type="Body Medium Alt">Custom title</Text>
37
+ <Accordion.Panel>
38
+ <Text type="Body Small">Custom panel...</Text>
39
+ </Accordion.Panel>
40
+ </Accordion>
41
+ ```
42
+
43
+
44
+ ## Notes
45
+
46
+ - Expandable disclosure with leading and center slots and a built-in chevron.
47
+ - **Children**: Main content (center slot) for the header. Strings are wrapped in Text (Body Medium Alt).
48
+ - **Leading**: Optional leading slot content (Icon, Text, Label) when `leadingSlot` is true.
49
+ - **Panel**: Content shown when expanded. Strings are wrapped in Text (Body Small).
50
+ - **Heading**: The summary is a button. Pass `headingLevel` (2–6) to wrap it in a heading for outline navigation. The button remains the only tab stop.
51
+ - **States**: expanded (`open` / `defaultOpen` / `onOpenChange`), disabled; interactive header toggles expansion