@neo4j-ndl/base 3.7.33 → 3.7.35
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 +2 -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/lib/neo4j-ds-styles.css
CHANGED
|
@@ -8163,7 +8163,8 @@ button.ndl-avatar:focus-visible {
|
|
|
8163
8163
|
width:16px;
|
|
8164
8164
|
border-radius:9999px;
|
|
8165
8165
|
border-width:3px;
|
|
8166
|
-
border-
|
|
8166
|
+
--tw-border-opacity:1;
|
|
8167
|
+
border-color:rgb(255 255 255 / var(--tw-border-opacity));
|
|
8167
8168
|
background-color:transparent;
|
|
8168
8169
|
--tw-shadow:var(--theme-shadow-raised);
|
|
8169
8170
|
--tw-shadow-colored:var(--theme-shadow-raised);
|
|
@@ -8724,10 +8725,6 @@ button.ndl-avatar:focus-visible {
|
|
|
8724
8725
|
.n-m-token-8 {
|
|
8725
8726
|
margin:32px;
|
|
8726
8727
|
}
|
|
8727
|
-
.n-mx-2 {
|
|
8728
|
-
margin-left:8px;
|
|
8729
|
-
margin-right:8px;
|
|
8730
|
-
}
|
|
8731
8728
|
.n-mx-auto {
|
|
8732
8729
|
margin-left:auto;
|
|
8733
8730
|
margin-right:auto;
|
package/lib/tokens/js/tokens.js
CHANGED