@neo4j-ndl/base 1.5.3 → 1.5.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/CHANGELOG.md +6 -0
- 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 +3 -5
- 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 +1 -1
package/CHANGELOG.md
CHANGED
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -459,7 +459,7 @@ video {
|
|
|
459
459
|
*/
|
|
460
460
|
/**
|
|
461
461
|
* Do not edit directly
|
|
462
|
-
* Generated on
|
|
462
|
+
* Generated on Wed, 14 Jun 2023 09:38:43 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -1363,8 +1363,7 @@ a.ndl-btn{
|
|
|
1363
1363
|
width: 100%;
|
|
1364
1364
|
height: 1px;
|
|
1365
1365
|
bottom: 0px;
|
|
1366
|
-
|
|
1367
|
-
left: 1px;
|
|
1366
|
+
left: 0px;
|
|
1368
1367
|
z-index: 0;
|
|
1369
1368
|
background-color: rgb(var(--palette-neutral-border-weak));
|
|
1370
1369
|
}
|
|
@@ -1374,8 +1373,7 @@ a.ndl-btn{
|
|
|
1374
1373
|
width: 100%;
|
|
1375
1374
|
height: 2px;
|
|
1376
1375
|
bottom: 0px;
|
|
1377
|
-
|
|
1378
|
-
left: 1px;
|
|
1376
|
+
left: 0px;
|
|
1379
1377
|
z-index: 0;
|
|
1380
1378
|
background-color: rgb(var(--palette-neutral-border-weak));
|
|
1381
1379
|
}
|
package/lib/tokens/js/tokens.js
CHANGED