@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.
@@ -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 light_1 {
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 { light_1 as light };
695
+ export { light_2 as light };
674
696
  }
675
697
  export let font: {
676
698
  size: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "3.3.19",
3
+ "version": "3.3.21",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",