@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.
- package/lib/cjs/tokens/js/tokens-esm.js +4 -4
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +4 -4
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +4 -4
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +4 -4
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +635 -1157
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/types/tokens/js/tokens-esm.d.ts +2 -2
- package/lib/types/tokens/js/tokens.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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;
|