@neo4j-ndl/base 2.12.5 → 2.12.7
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 +1 -8
- 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/lib/neo4j-ds-styles.css
CHANGED
|
@@ -1094,9 +1094,6 @@ h6,
|
|
|
1094
1094
|
box-sizing:border-box;
|
|
1095
1095
|
height:48px;
|
|
1096
1096
|
width:auto;
|
|
1097
|
-
border-bottom-width:1px;
|
|
1098
|
-
border-style:solid;
|
|
1099
|
-
border-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
1100
1097
|
}
|
|
1101
1098
|
.ndl-accordion .ndl-accordion-item-expanded {
|
|
1102
1099
|
height:auto;
|
|
@@ -2215,7 +2212,7 @@ a.ndl-btn {
|
|
|
2215
2212
|
}
|
|
2216
2213
|
.ndl-form-item .ndl-form-item-label {
|
|
2217
2214
|
display:inline-flex;
|
|
2218
|
-
align-items:
|
|
2215
|
+
align-items:center;
|
|
2219
2216
|
-moz-column-gap:12px;
|
|
2220
2217
|
column-gap:12px;
|
|
2221
2218
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
@@ -2224,10 +2221,6 @@ a.ndl-btn {
|
|
|
2224
2221
|
letter-spacing:0.016rem;
|
|
2225
2222
|
line-height:1.25rem;
|
|
2226
2223
|
}
|
|
2227
|
-
.ndl-form-item .ndl-form-item-label > input[type='checkbox'][role='checkbox'],
|
|
2228
|
-
.ndl-form-item .ndl-form-item-label > input[type='radio']{
|
|
2229
|
-
margin-top:2px;
|
|
2230
|
-
}
|
|
2231
2224
|
.ndl-form-item .ndl-form-item-label.ndl-fluid {
|
|
2232
2225
|
display:flex;
|
|
2233
2226
|
width:100%;
|
package/lib/tokens/js/tokens.js
CHANGED