@neo4j-ndl/base 3.3.19 → 3.3.21
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.
- package/lib/cjs/tokens/js/storybook-design-token.js +133 -1
- package/lib/cjs/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +21 -1
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +21 -1
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +133 -1
- package/lib/esm/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +21 -1
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +21 -1
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +19 -0
- package/lib/tokens/css/tokens.css +17 -1
- package/lib/tokens/js/tokens-raw.js +495 -1
- package/lib/tokens/js/tokens.js +21 -1
- package/lib/tokens/scss/tokens.scss +17 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +11 -1
- package/lib/types/tokens/js/tokens-esm.d.ts +24 -2
- package/lib/types/tokens/js/tokens.d.ts +24 -2
- package/package.json +1 -1
|
@@ -56,6 +56,19 @@ export let borderRadius: {
|
|
|
56
56
|
"5xl": string;
|
|
57
57
|
full: string;
|
|
58
58
|
};
|
|
59
|
+
export let breakpointNext: {
|
|
60
|
+
xs: string;
|
|
61
|
+
sm: string;
|
|
62
|
+
md: string;
|
|
63
|
+
lg: string;
|
|
64
|
+
"5xs": string;
|
|
65
|
+
"4xs": string;
|
|
66
|
+
"3xs": string;
|
|
67
|
+
"2xs": string;
|
|
68
|
+
xl: string;
|
|
69
|
+
"2xl": string;
|
|
70
|
+
"3xl": string;
|
|
71
|
+
};
|
|
59
72
|
export let breakpoints: {
|
|
60
73
|
xs: string;
|
|
61
74
|
sm: string;
|
|
@@ -291,6 +304,15 @@ export namespace colors {
|
|
|
291
304
|
let periwinkle: string;
|
|
292
305
|
}
|
|
293
306
|
}
|
|
307
|
+
export namespace contentMaxWidthNext {
|
|
308
|
+
export let extraLight: string;
|
|
309
|
+
let light_1: string;
|
|
310
|
+
export { light_1 as light };
|
|
311
|
+
export let heavy: string;
|
|
312
|
+
export let max: string;
|
|
313
|
+
let full_1: string;
|
|
314
|
+
export { full_1 as full };
|
|
315
|
+
}
|
|
294
316
|
export namespace theme {
|
|
295
317
|
export namespace dark_1 {
|
|
296
318
|
export namespace boxShadow {
|
|
@@ -470,7 +492,7 @@ export namespace theme {
|
|
|
470
492
|
export { palette_1 as palette };
|
|
471
493
|
}
|
|
472
494
|
export { dark_1 as dark };
|
|
473
|
-
export namespace
|
|
495
|
+
export namespace light_2 {
|
|
474
496
|
export namespace boxShadow_1 {
|
|
475
497
|
let raised_1: string;
|
|
476
498
|
export { raised_1 as raised };
|
|
@@ -670,7 +692,7 @@ export namespace theme {
|
|
|
670
692
|
}
|
|
671
693
|
export { palette_2 as palette };
|
|
672
694
|
}
|
|
673
|
-
export {
|
|
695
|
+
export { light_2 as light };
|
|
674
696
|
}
|
|
675
697
|
export let font: {
|
|
676
698
|
size: {
|