@neo4j-ndl/base 2.12.13 → 3.0.0-alpha-4904fb7
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/tailwindTheme.js +10 -4
- package/lib/cjs/tailwindTheme.js.map +1 -1
- package/lib/cjs/tokens/js/storybook-design-token.js +2 -2
- package/lib/cjs/tokens/js/tokens-esm.js +2 -2
- package/lib/cjs/tokens/js/tokens.js +2 -2
- package/lib/esm/tailwindTheme.js +9 -4
- package/lib/esm/tailwindTheme.js.map +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +2 -2
- package/lib/esm/tokens/js/tokens-esm.js +2 -2
- package/lib/esm/tokens/js/tokens.js +2 -2
- package/lib/neo4j-ds-styles.css +81440 -55683
- package/lib/tokens/css/tokens.css +2 -2
- package/lib/tokens/js/tokens-raw.js +3 -3
- package/lib/tokens/js/tokens.js +2 -2
- package/lib/tokens/scss/tokens.scss +2 -2
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +14 -13
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Mon, 14 Oct 2024 15:52:01 GMT
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
:root {
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
--theme-dark-palette-neutral-bg-default: 26 27 29 / 1; /* Original value: 26 27 29 / 1, alpha: 1 */
|
|
216
216
|
--theme-dark-palette-neutral-bg-strong: 60 63 68 / 1; /* Original value: 60 63 68 / 1, alpha: 1 */
|
|
217
217
|
--theme-dark-palette-neutral-bg-stronger: 111 117 126 / 1; /* Original value: 111 117 126 / 1, alpha: 1 */
|
|
218
|
-
--theme-dark-palette-neutral-bg-strongest:
|
|
218
|
+
--theme-dark-palette-neutral-bg-strongest: 245 246 246 / 1; /* Original value: 245 246 246 / 1, alpha: 1 */
|
|
219
219
|
--theme-dark-palette-neutral-bg-status: 168 172 178 / 1; /* Original value: 168 172 178 / 1, alpha: 1 */
|
|
220
220
|
--theme-dark-palette-neutral-bg-on-bg-weak: 129 135 144 / 0.12; /* Original value: 129 135 144 / 1, alpha: 0.12 */
|
|
221
221
|
--theme-dark-palette-neutral-border-weak: 60 63 68 / 1; /* Original value: 60 63 68 / 1, alpha: 1 */
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Mon, 14 Oct 2024 15:52:01 GMT
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
module.exports = {
|
|
@@ -3792,12 +3792,12 @@ module.exports = {
|
|
|
3792
3792
|
]
|
|
3793
3793
|
},
|
|
3794
3794
|
"strongest": {
|
|
3795
|
-
"value": "#
|
|
3795
|
+
"value": "#F5F6F6",
|
|
3796
3796
|
"description": "Use sparsely, mainly for tooltips or other elements that should stand out from the light layout",
|
|
3797
3797
|
"filePath": "src/tokens/dark-theme.json",
|
|
3798
3798
|
"isSource": true,
|
|
3799
3799
|
"original": {
|
|
3800
|
-
"value": "{colors.neutral.
|
|
3800
|
+
"value": "{colors.neutral.15.value}",
|
|
3801
3801
|
"description": "Use sparsely, mainly for tooltips or other elements that should stand out from the light layout"
|
|
3802
3802
|
},
|
|
3803
3803
|
"name": "ThemeDarkPaletteNeutralBgStrongest",
|
package/lib/tokens/js/tokens.js
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Do not edit directly
|
|
24
|
-
* Generated on
|
|
24
|
+
* Generated on Mon, 14 Oct 2024 15:52:01 GMT
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
export const tokens = {
|
|
@@ -270,7 +270,7 @@ export const tokens = {
|
|
|
270
270
|
"default": "#1A1B1D",
|
|
271
271
|
"strong": "#3C3F44",
|
|
272
272
|
"stronger": "#6F757E",
|
|
273
|
-
"strongest": "#
|
|
273
|
+
"strongest": "#F5F6F6",
|
|
274
274
|
"status": "#A8ACB2",
|
|
275
275
|
"on-bg-weak": "#818790"
|
|
276
276
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 14 Oct 2024 15:52:01 GMT
|
|
4
4
|
|
|
5
5
|
$transitions-values-properties-default: all;
|
|
6
6
|
$transitions-values-duration-quick: 100ms;
|
|
@@ -192,7 +192,7 @@ $theme-dark-palette-neutral-bg-weak: 33 35 37 / 1; // Original value: 33 35 37 /
|
|
|
192
192
|
$theme-dark-palette-neutral-bg-default: 26 27 29 / 1; // Original value: 26 27 29 / 1, alpha: 1
|
|
193
193
|
$theme-dark-palette-neutral-bg-strong: 60 63 68 / 1; // Original value: 60 63 68 / 1, alpha: 1
|
|
194
194
|
$theme-dark-palette-neutral-bg-stronger: 111 117 126 / 1; // Original value: 111 117 126 / 1, alpha: 1
|
|
195
|
-
$theme-dark-palette-neutral-bg-strongest:
|
|
195
|
+
$theme-dark-palette-neutral-bg-strongest: 245 246 246 / 1; // Original value: 245 246 246 / 1, alpha: 1
|
|
196
196
|
$theme-dark-palette-neutral-bg-status: 168 172 178 / 1; // Original value: 168 172 178 / 1, alpha: 1
|
|
197
197
|
$theme-dark-palette-neutral-bg-on-bg-weak: 129 135 144 / 0.12; // Original value: 129 135 144 / 1, alpha: 0.12
|
|
198
198
|
$theme-dark-palette-neutral-border-weak: 60 63 68 / 1; // Original value: 60 63 68 / 1, alpha: 1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/base",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha-4904fb7",
|
|
4
4
|
"description": "Neo4j base package for the design system",
|
|
5
5
|
"author": "Neo4j Inc.",
|
|
6
6
|
"homepage": "https://www.neo4j.design",
|
|
@@ -30,17 +30,18 @@
|
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"autoprefixer": "10.4.
|
|
34
|
-
"postcss": "8.4.
|
|
35
|
-
"postcss-cli": "
|
|
36
|
-
"postcss-discard-comments": "
|
|
37
|
-
"postcss-import": "
|
|
38
|
-
"postcss-nested": "
|
|
39
|
-
"sass": "
|
|
40
|
-
"style-dictionary": "
|
|
41
|
-
"tailwindcss": "3.4.
|
|
42
|
-
"
|
|
43
|
-
"
|
|
33
|
+
"autoprefixer": "10.4.20",
|
|
34
|
+
"postcss": "8.4.47",
|
|
35
|
+
"postcss-cli": "11.0.0",
|
|
36
|
+
"postcss-discard-comments": "7.0.3",
|
|
37
|
+
"postcss-import": "16.1.0",
|
|
38
|
+
"postcss-nested": "6.2.0",
|
|
39
|
+
"sass": "1.79.4",
|
|
40
|
+
"style-dictionary": "3.9.2",
|
|
41
|
+
"tailwindcss": "3.4.13",
|
|
42
|
+
"tinycolor2": "1.6.0",
|
|
43
|
+
"ts-node": "10.9.2",
|
|
44
|
+
"typescript": "5.6.3"
|
|
44
45
|
},
|
|
45
46
|
"scripts": {
|
|
46
47
|
"test": "echo 'No tests provided'",
|
|
@@ -54,6 +55,6 @@
|
|
|
54
55
|
"watch:css": "postcss -w src/styles.css -o lib/neo4j-ds-styles.css",
|
|
55
56
|
"watch:esm": "tsc -p tsconfig.esm.json --watch",
|
|
56
57
|
"watch:cjs": "tsc -p tsconfig.cjs.json --watch",
|
|
57
|
-
"nuke:local": "
|
|
58
|
+
"nuke:local": "../../scripts/cc.sh '{yellow ☢️} Nuking base! {yellow ☢️}' && pnpm dlx rimraf@5.0.5 .tsbuildinfo node_modules lib"
|
|
58
59
|
}
|
|
59
60
|
}
|