@neo4j-ndl/base 2.12.2 → 2.12.4
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 +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +33 -0
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +2 -2
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -5857,6 +5857,39 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
5857
5857
|
border-style:solid;
|
|
5858
5858
|
border-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
5859
5859
|
}
|
|
5860
|
+
.ndl-side-navigation .ndl-badge {
|
|
5861
|
+
margin-left:auto;
|
|
5862
|
+
margin-right:16px;
|
|
5863
|
+
display:flex;
|
|
5864
|
+
width:20px;
|
|
5865
|
+
height:20px;
|
|
5866
|
+
justify-content:center;
|
|
5867
|
+
border-radius:4px;
|
|
5868
|
+
}
|
|
5869
|
+
.ndl-side-navigation .ndl-badge.ndl-critical {
|
|
5870
|
+
background-color:rgb(var(--theme-palette-danger-bg-weak));
|
|
5871
|
+
color:rgb(var(--theme-palette-danger-text));
|
|
5872
|
+
}
|
|
5873
|
+
.ndl-side-navigation .ndl-badge.ndl-warning {
|
|
5874
|
+
background-color:rgb(var(--theme-palette-warning-bg-weak));
|
|
5875
|
+
color:rgb(var(--theme-palette-warning-text));
|
|
5876
|
+
}
|
|
5877
|
+
.ndl-side-navigation .ndl-badge.ndl-info {
|
|
5878
|
+
background-color:rgb(var(--theme-palette-primary-bg-weak));
|
|
5879
|
+
color:rgb(var(--theme-palette-primary-text));
|
|
5880
|
+
}
|
|
5881
|
+
.ndl-side-navigation .ndl-selected .ndl-badge.ndl-critical {
|
|
5882
|
+
background-color:rgb(var(--theme-palette-danger-bg-status));
|
|
5883
|
+
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
5884
|
+
}
|
|
5885
|
+
.ndl-side-navigation .ndl-selected .ndl-badge.ndl-warning {
|
|
5886
|
+
background-color:rgb(var(--theme-palette-warning-bg-status));
|
|
5887
|
+
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
5888
|
+
}
|
|
5889
|
+
.ndl-side-navigation .ndl-selected .ndl-badge.ndl-info {
|
|
5890
|
+
background-color:rgb(var(--theme-palette-primary-bg-status));
|
|
5891
|
+
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
5892
|
+
}
|
|
5860
5893
|
.ndl-breadcrumbs {
|
|
5861
5894
|
display:flex;
|
|
5862
5895
|
height:32px;
|
package/lib/tokens/js/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/base",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.4",
|
|
4
4
|
"description": "Neo4j base package for the design system",
|
|
5
5
|
"author": "Neo4j Inc.",
|
|
6
6
|
"homepage": "https://www.neo4j.design",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"autoprefixer": "10.4.0",
|
|
34
|
-
"postcss": "8.4.
|
|
34
|
+
"postcss": "8.4.40",
|
|
35
35
|
"postcss-cli": "^10.0.0",
|
|
36
36
|
"postcss-discard-comments": "6.0.0",
|
|
37
37
|
"postcss-import": "^14.0.2",
|