@neo4j-ndl/base 3.0.0-alpha-73cdbc3 → 3.0.0-alpha-328a5a4
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 +37 -34
- 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
|
@@ -3123,7 +3123,7 @@ a.ndl-btn {
|
|
|
3123
3123
|
max-width:40rem;
|
|
3124
3124
|
}
|
|
3125
3125
|
.ndl-modal.ndl-medium{
|
|
3126
|
-
max-width:
|
|
3126
|
+
max-width:44rem;
|
|
3127
3127
|
}
|
|
3128
3128
|
.ndl-modal.ndl-large{
|
|
3129
3129
|
max-width:60rem;
|
|
@@ -3943,19 +3943,19 @@ a.ndl-btn {
|
|
|
3943
3943
|
.ndl-dropzone-error-alert {
|
|
3944
3944
|
margin-bottom:16px;
|
|
3945
3945
|
}
|
|
3946
|
-
.ndl-
|
|
3946
|
+
.ndl-select {
|
|
3947
3947
|
display:inline-flex;
|
|
3948
3948
|
flex-direction:column;
|
|
3949
3949
|
row-gap:5px;
|
|
3950
3950
|
}
|
|
3951
|
-
.ndl-
|
|
3951
|
+
.ndl-select .ndl-placeholder {
|
|
3952
3952
|
white-space:nowrap;
|
|
3953
3953
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
3954
3954
|
}
|
|
3955
|
-
.ndl-
|
|
3955
|
+
.ndl-select.ndl-fluid {
|
|
3956
3956
|
display:flex;
|
|
3957
3957
|
}
|
|
3958
|
-
.ndl-
|
|
3958
|
+
.ndl-select label {
|
|
3959
3959
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
3960
3960
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
3961
3961
|
font-size:var(--font-size-body-medium);
|
|
@@ -3963,14 +3963,14 @@ a.ndl-btn {
|
|
|
3963
3963
|
letter-spacing:0.016rem;
|
|
3964
3964
|
line-height:1.25rem;
|
|
3965
3965
|
}
|
|
3966
|
-
.ndl-
|
|
3966
|
+
.ndl-select div {
|
|
3967
3967
|
cursor:pointer;
|
|
3968
3968
|
}
|
|
3969
|
-
.ndl-
|
|
3970
|
-
.ndl-
|
|
3969
|
+
.ndl-select.ndl-creatable div,
|
|
3970
|
+
.ndl-select.ndl-multi div {
|
|
3971
3971
|
cursor:text;
|
|
3972
3972
|
}
|
|
3973
|
-
.ndl-
|
|
3973
|
+
.ndl-select .ndl-sub-text {
|
|
3974
3974
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
3975
3975
|
font-family:var(--font-font-family-body-small), sans-serif;
|
|
3976
3976
|
font-size:var(--font-size-body-small);
|
|
@@ -3978,17 +3978,17 @@ a.ndl-btn {
|
|
|
3978
3978
|
letter-spacing:0.016rem;
|
|
3979
3979
|
line-height:1.25rem;
|
|
3980
3980
|
}
|
|
3981
|
-
.ndl-
|
|
3981
|
+
.ndl-select.ndl-disabled {
|
|
3982
3982
|
cursor:not-allowed;
|
|
3983
3983
|
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
3984
3984
|
}
|
|
3985
|
-
.ndl-
|
|
3985
|
+
.ndl-select.ndl-disabled .ndl-placeholder {
|
|
3986
3986
|
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
3987
3987
|
}
|
|
3988
|
-
.ndl-
|
|
3988
|
+
.ndl-select.ndl-disabled .ndl-sub-text {
|
|
3989
3989
|
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
3990
3990
|
}
|
|
3991
|
-
.ndl-
|
|
3991
|
+
.ndl-select.ndl-disabled label {
|
|
3992
3992
|
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
3993
3993
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
3994
3994
|
font-size:var(--font-size-body-medium);
|
|
@@ -3996,78 +3996,78 @@ a.ndl-btn {
|
|
|
3996
3996
|
letter-spacing:0.016rem;
|
|
3997
3997
|
line-height:1.25rem;
|
|
3998
3998
|
}
|
|
3999
|
-
.ndl-
|
|
3999
|
+
.ndl-select .ndl-error-text {
|
|
4000
4000
|
color:rgb(var(--theme-palette-danger-text));
|
|
4001
4001
|
}
|
|
4002
|
-
.ndl-
|
|
4002
|
+
.ndl-select.ndl-large label{
|
|
4003
4003
|
font-family:var(--font-font-family-body-large), sans-serif;
|
|
4004
4004
|
font-size:var(--font-size-body-large);
|
|
4005
4005
|
font-weight:var(--font-weight-normal);
|
|
4006
4006
|
letter-spacing:0.016rem;
|
|
4007
4007
|
line-height:1.5rem;
|
|
4008
4008
|
}
|
|
4009
|
-
.ndl-
|
|
4009
|
+
.ndl-select.ndl-large .ndl-sub-text{
|
|
4010
4010
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
4011
4011
|
font-size:var(--font-size-body-medium);
|
|
4012
4012
|
font-weight:var(--font-weight-normal);
|
|
4013
4013
|
letter-spacing:0.016rem;
|
|
4014
4014
|
line-height:1.25rem;
|
|
4015
4015
|
}
|
|
4016
|
-
.ndl-
|
|
4016
|
+
.ndl-select .ndl-select-icon {
|
|
4017
4017
|
cursor:pointer;
|
|
4018
4018
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
4019
4019
|
}
|
|
4020
|
-
.ndl-
|
|
4020
|
+
.ndl-select .ndl-select-icon.ndl-small {
|
|
4021
4021
|
width:16px;
|
|
4022
4022
|
height:16px;
|
|
4023
4023
|
}
|
|
4024
|
-
.ndl-
|
|
4024
|
+
.ndl-select .ndl-select-icon.ndl-medium {
|
|
4025
4025
|
width:20px;
|
|
4026
4026
|
height:20px;
|
|
4027
4027
|
}
|
|
4028
|
-
.ndl-
|
|
4028
|
+
.ndl-select .ndl-select-icon.ndl-large {
|
|
4029
4029
|
width:24px;
|
|
4030
4030
|
height:24px;
|
|
4031
4031
|
}
|
|
4032
|
-
.ndl-
|
|
4032
|
+
.ndl-select .ndl-select-icon.ndl-disabled {
|
|
4033
4033
|
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4034
4034
|
}
|
|
4035
|
-
.ndl-
|
|
4035
|
+
.ndl-select .ndl-indicator{
|
|
4036
4036
|
width:1px;
|
|
4037
4037
|
height:100%;
|
|
4038
4038
|
background-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
4039
4039
|
}
|
|
4040
|
-
.ndl-
|
|
4040
|
+
.ndl-select .ndl-error-icon.ndl-small {
|
|
4041
4041
|
width:16px;
|
|
4042
4042
|
height:16px;
|
|
4043
4043
|
}
|
|
4044
|
-
.ndl-
|
|
4044
|
+
.ndl-select .ndl-error-icon.ndl-medium {
|
|
4045
4045
|
width:20px;
|
|
4046
4046
|
height:20px;
|
|
4047
4047
|
}
|
|
4048
|
-
.ndl-
|
|
4048
|
+
.ndl-select .ndl-error-icon.ndl-large {
|
|
4049
4049
|
width:24px;
|
|
4050
4050
|
height:24px;
|
|
4051
4051
|
}
|
|
4052
|
-
.ndl-
|
|
4052
|
+
.ndl-select .ndl-error-icon {
|
|
4053
4053
|
color:rgb(var(--theme-palette-danger-icon));
|
|
4054
4054
|
}
|
|
4055
|
-
.ndl-
|
|
4055
|
+
.ndl-select .ndl-select-option {
|
|
4056
4056
|
display:flex;
|
|
4057
4057
|
flex-direction:row;
|
|
4058
4058
|
align-items:center;
|
|
4059
4059
|
gap:8px;
|
|
4060
4060
|
}
|
|
4061
|
-
.ndl-
|
|
4061
|
+
.ndl-select .ndl-select-option.ndl-form-item{
|
|
4062
4062
|
margin-top:0;
|
|
4063
4063
|
}
|
|
4064
|
-
.ndl-
|
|
4064
|
+
.ndl-select.ndl-small .ndl-select-option{
|
|
4065
4065
|
padding:2px;
|
|
4066
4066
|
}
|
|
4067
|
-
.ndl-
|
|
4067
|
+
.ndl-select .ndl-medium .ndl-select-option{
|
|
4068
4068
|
padding:8px;
|
|
4069
4069
|
}
|
|
4070
|
-
.ndl-
|
|
4070
|
+
.ndl-select.ndl-large .ndl-select-option{
|
|
4071
4071
|
padding:12px;
|
|
4072
4072
|
}
|
|
4073
4073
|
.ndl-node-label {
|
|
@@ -6216,6 +6216,12 @@ button.ndl-avatar:focus-visible {
|
|
|
6216
6216
|
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
6217
6217
|
box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
6218
6218
|
}
|
|
6219
|
+
.ndl-inline-code:not(:focus) {
|
|
6220
|
+
outline-style:solid;
|
|
6221
|
+
outline-width:1px;
|
|
6222
|
+
outline-offset:-1px;
|
|
6223
|
+
outline-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
6224
|
+
}
|
|
6219
6225
|
.ndl-inline-code:hover:not(.ndl-disabled) {
|
|
6220
6226
|
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
6221
6227
|
}
|
|
@@ -7168,9 +7174,6 @@ button.ndl-avatar:focus-visible {
|
|
|
7168
7174
|
.n-w-\[300px\] {
|
|
7169
7175
|
width:300px;
|
|
7170
7176
|
}
|
|
7171
|
-
.n-w-\[640px\] {
|
|
7172
|
-
width:640px;
|
|
7173
|
-
}
|
|
7174
7177
|
.n-w-full {
|
|
7175
7178
|
width:100%;
|
|
7176
7179
|
}
|
package/lib/tokens/js/tokens.js
CHANGED