@neo4j-ndl/base 4.11.2 → 4.12.1

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.
@@ -286,7 +286,7 @@
286
286
  --theme-dark-color-danger-hover-weak: #ffaa9714; /** Used for hover states for critical buttons where the background is either transparent or use Neutral-bg-weak */
287
287
  --theme-dark-color-danger-hover-strong: #f96746ff; /** Only used for hover states in critical filled buttons */
288
288
  --theme-dark-color-danger-pressed-weak: #ffaa971f; /** Used for pressed states for critical buttons where the background is either transparent or use Neutral-bg-weak */
289
- --theme-dark-color-danger-strong: #e84e2cff; /** Only used for pressed states in critical filled buttons */
289
+ --theme-dark-color-danger-pressed-strong: #e84e2cff; /** Only used for pressed states in critical filled buttons */
290
290
  --theme-dark-color-warning-text: #ffd600ff; /** Used for warning state texts and icons. Do not use for other semantic states, visualization or graph colors */
291
291
  --theme-dark-color-warning-icon: #ffd600ff; /** Used for warning state texts and icons. Do not use for other semantic states, visualization or graph colors */
292
292
  --theme-dark-color-warning-bg-strong: #ffd600ff; /** Use sparsely. Only used for filled labels */
@@ -419,10 +419,10 @@ export namespace tokens {
419
419
  export namespace pressed_2 {
420
420
  let weak_9: string;
421
421
  export { weak_9 as weak };
422
+ let strong_8: string;
423
+ export { strong_8 as strong };
422
424
  }
423
425
  export { pressed_2 as pressed };
424
- let strong_8: string;
425
- export { strong_8 as strong };
426
426
  }
427
427
  export namespace warning {
428
428
  let text_3: string;
@@ -419,10 +419,10 @@ export namespace tokens {
419
419
  export namespace pressed_2 {
420
420
  let weak_9: string;
421
421
  export { weak_9 as weak };
422
+ let strong_8: string;
423
+ export { strong_8 as strong };
422
424
  }
423
425
  export { pressed_2 as pressed };
424
- let strong_8: string;
425
- export { strong_8 as strong };
426
426
  }
427
427
  export namespace warning {
428
428
  let text_3: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "4.11.2",
3
+ "version": "4.12.1",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",