@neo4j-ndl/base 1.8.0 → 1.8.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/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 +2 -2
- 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 Mon, 26 Jun 2023
|
|
462
|
+
* Generated on Mon, 26 Jun 2023 11:25:21 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -3374,7 +3374,7 @@ a.ndl-btn{
|
|
|
3374
3374
|
}
|
|
3375
3375
|
/* Table head - Cell */
|
|
3376
3376
|
.ndl-table-root .ndl-div-table .ndl-table-th {
|
|
3377
|
-
padding: 12px 0 12px
|
|
3377
|
+
padding: 12px 0 12px 24px;
|
|
3378
3378
|
text-align: left;
|
|
3379
3379
|
position: relative;
|
|
3380
3380
|
font-weight: bold;
|
package/lib/tokens/js/tokens.js
CHANGED