@neo4j-ndl/base 3.5.2 → 3.6.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/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 +76 -3
- 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
|
@@ -7823,6 +7823,76 @@ button.ndl-avatar:focus-visible {
|
|
|
7823
7823
|
r:5%;
|
|
7824
7824
|
}
|
|
7825
7825
|
}
|
|
7826
|
+
.ndl-color-picker .ndl-color-picker-saturation{
|
|
7827
|
+
aspect-ratio:1 / 1;
|
|
7828
|
+
width:100% !important;
|
|
7829
|
+
height:unset !important;
|
|
7830
|
+
}
|
|
7831
|
+
.ndl-color-picker .ndl-color-picker-pointer {
|
|
7832
|
+
position:absolute;
|
|
7833
|
+
height:16px;
|
|
7834
|
+
width:16px;
|
|
7835
|
+
border-radius:9999px;
|
|
7836
|
+
border-width:3px;
|
|
7837
|
+
border-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
7838
|
+
background-color:transparent;
|
|
7839
|
+
--tw-shadow:var(--theme-shadow-raised);
|
|
7840
|
+
--tw-shadow-colored:var(--theme-shadow-raised);
|
|
7841
|
+
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
7842
|
+
}
|
|
7843
|
+
.ndl-color-picker .ndl-color-picker-pointer.w-color-alpha{
|
|
7844
|
+
transform:translate(-50%, 0);
|
|
7845
|
+
}
|
|
7846
|
+
.ndl-color-picker .ndl-color-picker-pointer.w-color-saturation{
|
|
7847
|
+
transform:translate(-50%, -50%);
|
|
7848
|
+
}
|
|
7849
|
+
.ndl-color-picker .ndl-color-picker-hue-container {
|
|
7850
|
+
margin-top:24px;
|
|
7851
|
+
margin-bottom:24px;
|
|
7852
|
+
display:flex;
|
|
7853
|
+
flex-direction:row;
|
|
7854
|
+
align-items:center;
|
|
7855
|
+
gap:16px;
|
|
7856
|
+
}
|
|
7857
|
+
.ndl-color-picker .ndl-color-picker-hue {
|
|
7858
|
+
display:block;
|
|
7859
|
+
flex:1 1 0%;
|
|
7860
|
+
}
|
|
7861
|
+
.ndl-color-picker .ndl-color-picker-swatch {
|
|
7862
|
+
margin-top:8px;
|
|
7863
|
+
display:flex;
|
|
7864
|
+
flex-direction:row;
|
|
7865
|
+
flex-wrap:wrap;
|
|
7866
|
+
gap:8px;
|
|
7867
|
+
}
|
|
7868
|
+
.ndl-color-picker .ndl-color-picker-swatch .ndl-color-picker-swatch-color {
|
|
7869
|
+
height:20px;
|
|
7870
|
+
width:20px;
|
|
7871
|
+
border-radius:9999px;
|
|
7872
|
+
outline-width:2px;
|
|
7873
|
+
}
|
|
7874
|
+
.ndl-color-picker .ndl-color-picker-swatch .ndl-color-picker-swatch-color:focus-visible,
|
|
7875
|
+
.ndl-color-picker .ndl-color-picker-swatch .ndl-color-picker-swatch-color.ndl-color-picker-swatch-color-active {
|
|
7876
|
+
outline-style:solid;
|
|
7877
|
+
outline-offset:1px;
|
|
7878
|
+
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
7879
|
+
}
|
|
7880
|
+
.ndl-color-picker .ndl-color-picker-hex-input-prefix {
|
|
7881
|
+
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
7882
|
+
}
|
|
7883
|
+
.ndl-color-picker .ndl-color-picker-inputs {
|
|
7884
|
+
display:flex;
|
|
7885
|
+
flex-direction:row;
|
|
7886
|
+
gap:4px;
|
|
7887
|
+
}
|
|
7888
|
+
.ndl-color-picker .ndl-color-picker-rgb-inputs {
|
|
7889
|
+
display:flex;
|
|
7890
|
+
flex-direction:row;
|
|
7891
|
+
gap:4px;
|
|
7892
|
+
}
|
|
7893
|
+
.ndl-color-picker .ndl-color-picker-rgb-inputs .ndl-color-picker-rgb-input {
|
|
7894
|
+
flex:1 1 0%;
|
|
7895
|
+
}
|
|
7826
7896
|
.ndl-side-nav{
|
|
7827
7897
|
--side-nav-width-collapsed:52px;
|
|
7828
7898
|
--side-nav-width-expanded:196px;
|
|
@@ -7888,7 +7958,7 @@ button.ndl-avatar:focus-visible {
|
|
|
7888
7958
|
}
|
|
7889
7959
|
.ndl-side-nav .ndl-side-nav-inner {
|
|
7890
7960
|
position:relative;
|
|
7891
|
-
z-index:
|
|
7961
|
+
z-index:20;
|
|
7892
7962
|
box-sizing:border-box;
|
|
7893
7963
|
display:flex;
|
|
7894
7964
|
height:100%;
|
|
@@ -7908,7 +7978,6 @@ button.ndl-avatar:focus-visible {
|
|
|
7908
7978
|
position:absolute;
|
|
7909
7979
|
left:0px;
|
|
7910
7980
|
top:0px;
|
|
7911
|
-
z-index:10;
|
|
7912
7981
|
--tw-shadow:var(--theme-shadow-overlay);
|
|
7913
7982
|
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
7914
7983
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
@@ -8076,7 +8145,8 @@ button.ndl-avatar:focus-visible {
|
|
|
8076
8145
|
margin-top:4px;
|
|
8077
8146
|
margin-bottom:4px;
|
|
8078
8147
|
margin-left:var(--ndl-side-nav-divider-left-margin);
|
|
8079
|
-
|
|
8148
|
+
margin-right:var(--ndl-side-nav-divider-left-margin);
|
|
8149
|
+
width:calc(100% - var(--ndl-side-nav-divider-left-margin) * 2);
|
|
8080
8150
|
}
|
|
8081
8151
|
.ndl-side-nav .ndl-side-nav-item-badge {
|
|
8082
8152
|
width:20px;
|
|
@@ -8311,6 +8381,9 @@ button.ndl-avatar:focus-visible {
|
|
|
8311
8381
|
.n-w-48 {
|
|
8312
8382
|
width:192px;
|
|
8313
8383
|
}
|
|
8384
|
+
.n-w-60 {
|
|
8385
|
+
width:240px;
|
|
8386
|
+
}
|
|
8314
8387
|
.n-w-72 {
|
|
8315
8388
|
width:288px;
|
|
8316
8389
|
}
|
package/lib/tokens/js/tokens.js
CHANGED