@neo4j-ndl/base 0.16.0 → 1.0.0-alpha-4cfc0f0

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 (50) hide show
  1. package/lib/cjs/index.js +42 -0
  2. package/lib/cjs/index.js.map +1 -0
  3. package/lib/{optimised.config.js → cjs/tailwind-preset.config.js} +18 -6
  4. package/lib/cjs/tailwind-preset.config.js.map +1 -0
  5. package/lib/{tailwindConfig.js → cjs/tailwindTheme.js} +22 -7
  6. package/lib/cjs/tailwindTheme.js.map +1 -0
  7. package/lib/cjs/tokens/js/tokens-esm.js +250 -0
  8. package/lib/cjs/tokens/js/tokens-esm.js.map +1 -0
  9. package/lib/cjs/tokens/js/tokens.js +248 -0
  10. package/lib/cjs/tokens/js/tokens.js.map +1 -0
  11. package/lib/cjs/typescale.js +147 -0
  12. package/lib/cjs/typescale.js.map +1 -0
  13. package/lib/{typings.js → cjs/typings.js} +0 -0
  14. package/lib/cjs/typings.js.map +1 -0
  15. package/lib/esm/index.js +26 -0
  16. package/lib/esm/index.js.map +1 -0
  17. package/lib/esm/tailwind-preset.config.js +74 -0
  18. package/lib/esm/tailwind-preset.config.js.map +1 -0
  19. package/lib/esm/tailwindTheme.js +45 -0
  20. package/lib/esm/tailwindTheme.js.map +1 -0
  21. package/lib/esm/tokens/js/tokens-esm.js +247 -0
  22. package/lib/esm/tokens/js/tokens-esm.js.map +1 -0
  23. package/lib/esm/tokens/js/tokens.js +248 -0
  24. package/lib/esm/tokens/js/tokens.js.map +1 -0
  25. package/lib/esm/typescale.js +144 -0
  26. package/lib/esm/typescale.js.map +1 -0
  27. package/lib/esm/typings.js +22 -0
  28. package/lib/esm/typings.js.map +1 -0
  29. package/lib/neo4j-ds-styles.css +26243 -2194
  30. package/lib/tokens/css/tokens.css +34 -26
  31. package/lib/tokens/js/tokens-raw.js +229 -71
  32. package/lib/tokens/js/tokens.js +231 -214
  33. package/lib/tokens/scss/tokens.scss +34 -26
  34. package/lib/types/index.d.ts +25 -0
  35. package/lib/types/tailwind-preset.config.d.ts +7 -0
  36. package/lib/types/tailwindTheme.d.ts +2 -0
  37. package/lib/types/tokens/js/tokens-esm.d.ts +297 -0
  38. package/lib/{tokens → types/tokens}/js/tokens.d.ts +27 -8
  39. package/lib/{typescale.d.ts → types/typescale.d.ts} +9 -10
  40. package/lib/{typings.d.ts → types/typings.d.ts} +0 -0
  41. package/package.json +29 -12
  42. package/CHANGELOG.md +0 -369
  43. package/lib/optimised.config.d.ts +0 -206
  44. package/lib/optimised.config.js.map +0 -1
  45. package/lib/tailwindConfig.d.ts +0 -186
  46. package/lib/tailwindConfig.js.map +0 -1
  47. package/lib/tokens/js/tokens.js.map +0 -1
  48. package/lib/typescale.js +0 -137
  49. package/lib/typescale.js.map +0 -1
  50. package/lib/typings.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,369 +0,0 @@
1
- # Change Log
2
-
3
- ## 0.16.0
4
-
5
- ### Minor Changes
6
-
7
- - a548bcd: Add SideNavigation component and add border-none token
8
-
9
- ## 0.15.3
10
-
11
- ### Patch Changes
12
-
13
- - 29f6328: updated textinput to reflect figma
14
-
15
- ## 0.15.2
16
-
17
- ### Patch Changes
18
-
19
- - 3f78201: Centre align Switch element & label
20
-
21
- ## 0.15.1
22
-
23
- ### Patch Changes
24
-
25
- - 705d841: Fix bug where popover content shows above modal content
26
-
27
- ## 0.15.0
28
-
29
- ### Minor Changes
30
-
31
- - 12a9a61: StatusIndicator component
32
-
33
- ## 0.14.0
34
-
35
- ### Minor Changes
36
-
37
- - c210389: New custom icon.
38
-
39
- collapse-expand-left
40
- collapse-expand-right
41
-
42
- collapse-expand deprecated; replaced by collapse-expand-left
43
-
44
- Added missing .svg icons.
45
-
46
- configure.svg
47
- status.svg
48
-
49
- ## 0.13.0
50
-
51
- ### Minor Changes
52
-
53
- - c7bfcd8: Added possibility to set custom styles to table element
54
-
55
- ## 0.12.3
56
-
57
- ### Patch Changes
58
-
59
- - 009af5d: Read only for TextInput component properly implemented.
60
-
61
- ## 0.12.2
62
-
63
- ### Patch Changes
64
-
65
- - 8fe72a8: Stop CodeBlock internal z indexes from interacting with other components
66
-
67
- ## 0.12.1
68
-
69
- ### Patch Changes
70
-
71
- - f86f81c: fix wrong typescale font weight
72
-
73
- ## 0.12.0
74
-
75
- ### Minor Changes
76
-
77
- - f8af4e5: add link component
78
-
79
- ## 0.11.0
80
-
81
- ### Minor Changes
82
-
83
- - 714082b: Add custom title, change open filepicker behaviour and enable custom file extension
84
-
85
- ## 0.10.0
86
-
87
- ### Minor Changes
88
-
89
- - 10cd0fc: Fixed spaces in Dialog component according to design
90
-
91
- ## 0.9.2
92
-
93
- ### Patch Changes
94
-
95
- - 2842a1c: Medium size Loading Spinner
96
-
97
- ## 0.9.1
98
-
99
- ### Patch Changes
100
-
101
- - 5288c89: Allow alert title to be undefined
102
-
103
- ## 0.9.0
104
-
105
- ### Minor Changes
106
-
107
- - 826d7ae: refactor code-block component and load more fonts from Google
108
-
109
- ### Patch Changes
110
-
111
- - 4f3ec49: align switch, radio and checkbox to the top
112
-
113
- ## 0.8.7
114
-
115
- ### Patch Changes
116
-
117
- - 83f91c5: fix dropdown inconsistencies and text input flex gaps
118
-
119
- ## 0.8.6
120
-
121
- ### Patch Changes
122
-
123
- - 38a8692: add container property to Modal component
124
-
125
- ## 0.8.5
126
-
127
- ### Patch Changes
128
-
129
- - ad51925: fix text input placeholder color
130
- - 36432c7: Removes gap after checkbox if no label is specified
131
- - 299dccc: fixed css for tag component
132
-
133
- ## 0.8.4
134
-
135
- ### Patch Changes
136
-
137
- - b976b09: change Fira code font weight
138
- - f0a5826: Fixed no label spacing gap for TextInput
139
-
140
- ## 0.8.3
141
-
142
- ### Patch Changes
143
-
144
- - 831c5c6: fix private publishing flag yarn workspace
145
- - 7d934b2: fix text input border color
146
- - 98ea3fe: fix yarn workspace versioning issue
147
-
148
- ## 0.8.1
149
-
150
- ### Patch Changes
151
-
152
- - b7d901c: Relationship Graph label background and border colors adjustable
153
-
154
- ## 0.8.0
155
-
156
- ### Minor Changes
157
-
158
- - 6c20210: code-block component and styling added
159
-
160
- ## 0.7.1
161
-
162
- ### Patch Changes
163
-
164
- - 4f8a272: remove padding and bg
165
-
166
- ## 0.7.0
167
-
168
- ### Minor Changes
169
-
170
- - 3cd0cf1: wizard and graph label component added
171
- - b2a2c91: Added graph labels
172
-
173
- ## 0.6.2
174
-
175
- ### Patch Changes
176
-
177
- - 3f019df: cursor: pointer is no longer incorrectly applied to .ndl-form-item
178
- - 0f46a61: fix d-n-d safari bug and small color fix
179
- - b21abb3: button outline focus-visible
180
- - 2759379: ndl icon class for stroke width
181
-
182
- ## 0.6.1
183
-
184
- ### Patch Changes
185
-
186
- - 8f74098: enable table row actions and fix group icon button background
187
-
188
- ## 0.6.0
189
-
190
- ### Minor Changes
191
-
192
- - c14db02: dropdown component added
193
-
194
- ## 0.5.2
195
-
196
- ### Patch Changes
197
-
198
- - a65c6ad: popover z index hotfix
199
-
200
- ## 0.5.1
201
-
202
- ### Patch Changes
203
-
204
- - 82bfb55: outlined icon button background in default state transparent->white
205
- - aa799f8: drag and drop responsiveness and vertical alignment
206
-
207
- ## 0.5.0
208
-
209
- ### Minor Changes
210
-
211
- - 57696ad: Add Dialog and Modal components
212
-
213
- ### Patch Changes
214
-
215
- - b9f5ed7: dont focus first menu item on open and disable click on events on disabled items
216
-
217
- ## 0.4.0
218
-
219
- ### Minor Changes
220
-
221
- - 936a731: icon button added
222
- - 6ca6bc1: icon array component added
223
- - 103d711: text input component implementation
224
-
225
- ### Patch Changes
226
-
227
- - 517e42f: renamed regular size to medium in button to reflect better figma design system
228
- - c86128c: resolve tailwind class name conflict and fix safari inconsistencies
229
-
230
- ## 0.3.1
231
-
232
- ### Patch Changes
233
-
234
- - 67ef31d: minor ui changes
235
-
236
- All notable changes to this project will be documented in this file.
237
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
238
-
239
- # [0.3.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.2.0...@neo4j-ndl/base@0.3.0) (2022-04-28)
240
-
241
- ### Bug Fixes
242
-
243
- - **base:** table select default bg is different on chrome and firefox ([61552f6](https://github.com/neo4j/neo4j-design/commit/61552f6a8a5b90717056e4df43b30b770f6a6d23))
244
- - **table:** add support for no plugins ([ed40565](https://github.com/neo4j/neo4j-design/commit/ed405653286a75493ac58d3e8412cdda8b3cfd91))
245
-
246
- ### Features
247
-
248
- - **react:** improve progress bar options ([#66](https://github.com/neo4j/neo4j-design/issues/66)) ([4427541](https://github.com/neo4j/neo4j-design/commit/442754127e2a40369d10a1e2de419b1438d9232e))
249
-
250
- # [0.2.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.4...@neo4j-ndl/base@0.2.0) (2022-04-19)
251
-
252
- ### Bug Fixes
253
-
254
- - **component/alert:** update styles ([0dc4e37](https://github.com/neo4j/neo4j-design/commit/0dc4e37e0b005fcc98ce8661323024b16686f0ef))
255
-
256
- ### Features
257
-
258
- - **base:** add breakpoints ([ae6f8f5](https://github.com/neo4j/neo4j-design/commit/ae6f8f505a9d8d0c4f2b80705d8558c9a77aef02))
259
- - **react/base:** sync and add custom icons ([674b67a](https://github.com/neo4j/neo4j-design/commit/674b67a86f60daee8cdc829a85b0a8403ff0f766))
260
- - **react:** add drag and drop component ([339763d](https://github.com/neo4j/neo4j-design/commit/339763debd7f3ae00237b06b6580944a74a13635))
261
-
262
- ## [0.1.4](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.3...@neo4j-ndl/base@0.1.4) (2022-04-04)
263
-
264
- **Note:** Version bump only for package @neo4j-ndl/base
265
-
266
- ## [0.1.3](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.2...@neo4j-ndl/base@0.1.3) (2022-04-04)
267
-
268
- ### Bug Fixes
269
-
270
- - **base:** disabled underline tab issue ([deee159](https://github.com/neo4j/neo4j-design/commit/deee15991ea16ca31aa8dfd51ec556bcd42a06d2))
271
- - **base:** label border width ([9eb472c](https://github.com/neo4j/neo4j-design/commit/9eb472ced47257dc505f9ea55877fb69a6de82e7))
272
-
273
- ## [0.1.2](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.1...@neo4j-ndl/base@0.1.2) (2022-03-14)
274
-
275
- **Note:** Version bump only for package @neo4j-ndl/base
276
-
277
- ## [0.1.1](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.0...@neo4j-ndl/base@0.1.1) (2022-03-14)
278
-
279
- ### Bug Fixes
280
-
281
- - **base:** change components to appropriate typescale classes ([97c3af3](https://github.com/neo4j/neo4j-design/commit/97c3af3a17bcf3a68f283ba77186b76b77a33e49))
282
- - **base:** set font on body/html not \* ([0016c9f](https://github.com/neo4j/neo4j-design/commit/0016c9fa31e5eff8d42440e16f0116f61c87ab48))
283
- - **button:** fix button link click working when disabled ([f0a5272](https://github.com/neo4j/neo4j-design/commit/f0a52721d7565cb4d1b8a2778f73cd7c4dbc6a21))
284
-
285
- # 0.1.0 (2022-03-01)
286
-
287
- ### Bug Fixes
288
-
289
- - **alert:** prefix alert classes ([eb53aa0](https://github.com/neo4j/neo4j-design/commit/eb53aa0ef98c9415de4a533276bd43214e43ee83))
290
- - **base:** add back tabs.css ([1eefd96](https://github.com/neo4j/neo4j-design/commit/1eefd9605ed6fdbadd7024d2049eca8d526191ef))
291
- - **base:** fix "main" property value in package.json ([981db15](https://github.com/neo4j/neo4j-design/commit/981db1518fcfccacf080630833d0f81761e73c69))
292
- - **base:** fix input css ([1314e65](https://github.com/neo4j/neo4j-design/commit/1314e65678c7c046fd887492ca15e05f431539c8))
293
- - **base:** fix tab css syntax ([ed86d41](https://github.com/neo4j/neo4j-design/commit/ed86d41189b50668f22901a869f5dd3d24011291))
294
- - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and more ([1d8fb98](https://github.com/neo4j/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
295
- - **base:** fix typescript generator issue with importing outside src a generated file ([79eb5a2](https://github.com/neo4j/neo4j-design/commit/79eb5a2afd404defb07b5d04c541ab4d92a3cc43))
296
- - **base:** move deps to devDependencies ([195019d](https://github.com/neo4j/neo4j-design/commit/195019d566c9c9f55607e370f688f475105491c0))
297
- - **base:** remove defaults for radius/shadow ([e66eca3](https://github.com/neo4j/neo4j-design/commit/e66eca369746180256e439faa71572e929b650a4))
298
- - **base:** tailwind colors to include light palette ([1b9f739](https://github.com/neo4j/neo4j-design/commit/1b9f7397a2c72ffb9eacd559aa86f16b91ce250d))
299
- - **base:** typo in body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
300
- - **base:** Update colors to match color document ([e3cf9e2](https://github.com/neo4j/neo4j-design/commit/e3cf9e270907894eddb3404cf4ed04eeef33b195))
301
- - **base:** use postcss when building styles ([e8ba834](https://github.com/neo4j/neo4j-design/commit/e8ba834195578bee6c51b5a9292e4de60e86edd5))
302
- - **button:** add "as" prop ([b94beeb](https://github.com/neo4j/neo4j-design/commit/b94beeb3a327893302c5754a778c4ec1eaa0cec0))
303
- - **button:** clean up button load/disabled state ([213ae48](https://github.com/neo4j/neo4j-design/commit/213ae48349d4f9faaa944ee752d19208a1af5197))
304
- - **button:** increase border radius in icon mode ([980e9b0](https://github.com/neo4j/neo4j-design/commit/980e9b0daaa170f31343a8211ebb6f89c352f1ab))
305
- - **button:** prefix button root class with ndl ([b30e27a](https://github.com/neo4j/neo4j-design/commit/b30e27a6155ba3851adb6ba49332c34b19a2332a))
306
- - **button:** update text button colors ([6400389](https://github.com/neo4j/neo4j-design/commit/640038987b544361099762404d972e786d70cabd))
307
- - **color-tokens:** use rgb color tokens for css vars ([2365cac](https://github.com/neo4j/neo4j-design/commit/2365cacbeb50b805db3d0c8570cfcd50e1c3e4cd))
308
- - **input:** scope input css classes ([e26ff55](https://github.com/neo4j/neo4j-design/commit/e26ff550c06c95ad0ccaa78e2fb11a531684c991))
309
- - **label:** scope css classes ([400daf8](https://github.com/neo4j/neo4j-design/commit/400daf855b5fef3154af2d40f4c023ee2d7ec956))
310
- - **loading-spinner:** scope css classes ([03c7593](https://github.com/neo4j/neo4j-design/commit/03c7593808d6940a24268b67b36689ecde57c6bc))
311
- - **menu:** add disabled state to menu item. map menu enter pressed to click event ([cac6c50](https://github.com/neo4j/neo4j-design/commit/cac6c5036822b34d66161ec036fbfb595cb98f80))
312
- - **menu:** scope css classes ([572917e](https://github.com/neo4j/neo4j-design/commit/572917eeb6e94927a53b474a91bbeb5cc0dfc9d9))
313
- - **popover:** scope css classes ([3cb3207](https://github.com/neo4j/neo4j-design/commit/3cb3207fc224cfe3bd160bdd13c8d179e5f54168))
314
- - **progress-bar:** scope css classes ([8316e36](https://github.com/neo4j/neo4j-design/commit/8316e36da210e7b9bc0458adbd9e088e7dff5980))
315
- - **project:** replace token reference from "json" to "js" ([577358c](https://github.com/neo4j/neo4j-design/commit/577358c40908e61bc23d1b31ec79cb6b22e5a5e1))
316
- - **react-storybook:** typography weights missing ([67abda7](https://github.com/neo4j/neo4j-design/commit/67abda7f63c71262ea33be3456ab7e554e2e2bcf))
317
- - **react:** button component hover cursor and storybook disabled prop missing ([861fb8e](https://github.com/neo4j/neo4j-design/commit/861fb8ecff51e8f5f5fc2b739cdd8ae990fbe0ca))
318
- - **react:** safari render of context menu item and chore ([9a44fbd](https://github.com/neo4j/neo4j-design/commit/9a44fbd5261a020c88c6bc88211d0754d6d4f8f5))
319
- - **tabs:** scope css classes ([b0137a0](https://github.com/neo4j/neo4j-design/commit/b0137a02645a58473590f8d6c4f09158cf9e101c))
320
- - **tag:** scope css classes ([89086e1](https://github.com/neo4j/neo4j-design/commit/89086e1d0c47479cc040327fd8105728ef8c46d9))
321
- - **tooltip:** scope css classes ([0e56690](https://github.com/neo4j/neo4j-design/commit/0e56690b88b970cdcd6da90c9458386d67ee3746))
322
- - **view-selector:** scope css classes ([6262035](https://github.com/neo4j/neo4j-design/commit/62620353f1ff1f371b2ea463302cafbff9d8a5f4))
323
-
324
- ### Features
325
-
326
- - add tooltip component ([#23](https://github.com/neo4j/neo4j-design/issues/23)) ([c02f5d6](https://github.com/neo4j/neo4j-design/commit/c02f5d634b1a4e266a415feec6c48ce9bf064ef5))
327
- - **base:** add light theme token ([1e2f0c1](https://github.com/neo4j/neo4j-design/commit/1e2f0c11fe8c654e52f46ae0f7317889f0fe3a55))
328
- - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
329
- - **icons:** add web-component icons ([ad453b6](https://github.com/neo4j/neo4j-design/commit/ad453b6152b4e0f379c67d9be37996a56791289c))
330
- - **popover:** create popover from menu ([d1a20a4](https://github.com/neo4j/neo4j-design/commit/d1a20a49761e9cfcba43ec6d2078f3e9f6a11faa))
331
- - **project:** add design token system using style-dictionary ([f3988b0](https://github.com/neo4j/neo4j-design/commit/f3988b0574ec57149a17dcbf13013585e1e173ff))
332
- - **project:** button finished, pill renamed to label with +1 variant and Tailwind v2 to v3 ([3093d4f](https://github.com/neo4j/neo4j-design/commit/3093d4f34d6d41818f7f560c2dde1ed96ab0652e))
333
- - **react:** add context menu ([acc319d](https://github.com/neo4j/neo4j-design/commit/acc319d25e7def7168d6fd5761434044c506ed3d))
334
- - **react:** add radio, checkbox and switch components ([9fa81f3](https://github.com/neo4j/neo4j-design/commit/9fa81f3d6dd8b560e96a01ddbdd07431ea95c2e8))
335
- - **react:** add switch and checkbox component ([a82f962](https://github.com/neo4j/neo4j-design/commit/a82f9627e1cede05b8013d9eb0326720ff5b9163))
336
- - **react:** add Tag component ([91f6972](https://github.com/neo4j/neo4j-design/commit/91f69721bf5c4d5fb207019125b4edd1fbc56857))
337
- - **react:** icons added ([c97bd25](https://github.com/neo4j/neo4j-design/commit/c97bd25db1650e36558c714988b46a4584f8eabb))
338
- - **react:** loading spinner ([0e3a583](https://github.com/neo4j/neo4j-design/commit/0e3a5836ee8a60bab2dbbda3d4bdbad689eef8e1))
339
- - **react:** view-selector component ([17a0789](https://github.com/neo4j/neo4j-design/commit/17a0789a9600aa02eb1c4d8e34e43d689d52af7c))
340
- - **style-dictionary:** add js style tokens and remove json ones ([4ba67e2](https://github.com/neo4j/neo4j-design/commit/4ba67e2faee3ffa60434d1579a41fa5a46defb85))
341
- - **tabs:** add tabs ([1186a66](https://github.com/neo4j/neo4j-design/commit/1186a66d5d08ee26480c1aefba156314050914ef))
342
-
343
- # [0.1.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.0.5...@neo4j-ndl/base@0.1.0) (2021-12-01)
344
-
345
- ### Bug Fixes
346
-
347
- - **base:** typo in body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
348
-
349
- ### Features
350
-
351
- - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
352
-
353
- ## [0.0.5](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.4...@neo4j-ndl/base@0.0.5) (2021-11-24)
354
-
355
- **Note:** Version bump only for package @neo4j-ndl/base
356
-
357
- ## [0.0.4](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.3...@neo4j-ndl/base@0.0.4) (2021-11-23)
358
-
359
- ### Bug Fixes
360
-
361
- - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and more ([1d8fb98](https://github.com/konsalex/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
362
-
363
- ## [0.0.3](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.2...@neo4j-ndl/base@0.0.3) (2021-11-23)
364
-
365
- **Note:** Version bump only for package @neo4j-ndl/base
366
-
367
- ## 0.0.2 (2021-11-23)
368
-
369
- **Note:** Version bump only for package @neo4j-ndl/base
@@ -1,206 +0,0 @@
1
- export const prefix: string;
2
- export const content: string[];
3
- export const safelist: {
4
- pattern: RegExp;
5
- variants: string[];
6
- }[];
7
- export const theme: {
8
- extend: {
9
- colors: {
10
- transparent: string;
11
- current: string;
12
- };
13
- zIndex: {
14
- "popover-backdrop": number;
15
- popover: number;
16
- modal: number;
17
- };
18
- };
19
- colors: {
20
- light: {
21
- neutral: {
22
- text: {
23
- weakest: string;
24
- weaker: string;
25
- weak: string;
26
- default: string;
27
- inverse: string;
28
- };
29
- bg: {
30
- weak: string;
31
- default: string;
32
- strong: string;
33
- strongest: string;
34
- };
35
- border: {
36
- weak: string;
37
- strong: string;
38
- };
39
- hover: string;
40
- pressed: string;
41
- };
42
- primary: {
43
- text: string;
44
- icon: string;
45
- bg: {
46
- strong: string;
47
- weak: string;
48
- };
49
- border: {
50
- strong: string;
51
- weak: string;
52
- };
53
- focus: string;
54
- hover: {
55
- weak: string;
56
- strong: string;
57
- };
58
- pressed: {
59
- weak: string;
60
- strong: string;
61
- };
62
- };
63
- danger: {
64
- text: string;
65
- icon: string;
66
- bg: {
67
- strong: string;
68
- weak: string;
69
- };
70
- border: {
71
- strong: string;
72
- weak: string;
73
- };
74
- hover: {
75
- weak: string;
76
- strong: string;
77
- };
78
- pressed: {
79
- weak: string;
80
- strong: string;
81
- };
82
- };
83
- warning: {
84
- text: string;
85
- icon: string;
86
- bg: {
87
- strong: string;
88
- weak: string;
89
- };
90
- border: {
91
- strong: string;
92
- weak: string;
93
- };
94
- };
95
- success: {
96
- text: string;
97
- icon: string;
98
- bg: {
99
- strong: string;
100
- weak: string;
101
- };
102
- border: {
103
- strong: string;
104
- weak: string;
105
- };
106
- };
107
- };
108
- primary: {
109
- "10": string;
110
- "20": string;
111
- "30": string;
112
- "40": string;
113
- "50": string;
114
- "60": string;
115
- "70": string;
116
- };
117
- danger: {
118
- "10": string;
119
- "20": string;
120
- "30": string;
121
- "40": string;
122
- "50": string;
123
- "60": string;
124
- "70": string;
125
- };
126
- success: {
127
- "10": string;
128
- "20": string;
129
- "30": string;
130
- "40": string;
131
- "50": string;
132
- "60": string;
133
- "70": string;
134
- };
135
- warning: {
136
- "10": string;
137
- "20": string;
138
- "30": string;
139
- "40": string;
140
- "50": string;
141
- "60": string;
142
- "70": string;
143
- };
144
- blueberry: {
145
- "10": string;
146
- "20": string;
147
- "30": string;
148
- "40": string;
149
- "50": string;
150
- "60": string;
151
- "70": string;
152
- };
153
- mint: {
154
- "10": string;
155
- "20": string;
156
- "30": string;
157
- "40": string;
158
- "50": string;
159
- "60": string;
160
- "70": string;
161
- };
162
- neutral: {
163
- "10": string;
164
- "20": string;
165
- "30": string;
166
- "40": string;
167
- "50": string;
168
- "60": string;
169
- "70": string;
170
- "80": string;
171
- "90": string;
172
- };
173
- };
174
- borderRadius: {
175
- none: string;
176
- sm: string;
177
- md: string;
178
- lg: string;
179
- xl: string;
180
- "1xl": string;
181
- "2xl": string;
182
- "3xl": string;
183
- "4xl": string;
184
- "5xl": string;
185
- full: string;
186
- };
187
- boxShadow: {
188
- l2: string;
189
- l3: string;
190
- l4: string;
191
- l5: string;
192
- };
193
- fontFamily: {
194
- sans: string[];
195
- mono: string[];
196
- };
197
- screens: {
198
- xs: string;
199
- sm: string;
200
- md: string;
201
- lg: string;
202
- xl: string;
203
- "2xl": string;
204
- };
205
- };
206
- export const plugins: never[];
@@ -1 +0,0 @@
1
- {"version":3,"file":"optimised.config.js","sourceRoot":"","sources":["../src/optimised.config.js"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;AAEH,IAAM,cAAc,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AAEtD;;;;GAIG;AACH,MAAM,CAAC,OAAO,GAAG;IACf,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE,CAAC,kCAAkC,CAAC;IAC7C,mEAAmE;IACnE,qDAAqD;IACrD,iDAAiD;IACjD,QAAQ,EAAE;QACR;YACE,OAAO,EACL,iFAAiF;YACnF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EACL,+EAA+E;YACjF,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,sBAAsB;YACtB,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,CAAC,QAAQ,CAAC;SACrB;QACD;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD,KAAK,wBACA,cAAc,KACjB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,WAAW,EAAE,aAAa;gBAC1B,OAAO,EAAE,cAAc;aACxB;YACD,MAAM;gBACJ,GAAC,kBAAkB,IAAG,IAAI;gBAC1B,UAAO,GAAE,IAAI;gBACb,QAAK,GAAE,IAAI;mBACZ;SACF,GACF;IACD,gCAAgC;IAChC,0DAA0D;IAC1D,OAAO,EAAE,EAAE;CACZ,CAAC"}