@neo4j-ndl/base 2.11.5 → 2.11.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 +65 -7
- 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
|
@@ -1148,8 +1148,8 @@ h6,
|
|
|
1148
1148
|
}
|
|
1149
1149
|
.ndl-accordion .ndl-accordion-item-header-icon {
|
|
1150
1150
|
margin-left:12px;
|
|
1151
|
-
|
|
1152
|
-
|
|
1151
|
+
width:20px;
|
|
1152
|
+
height:20px;
|
|
1153
1153
|
}
|
|
1154
1154
|
.ndl-accordion .ndl-accordion-item-content {
|
|
1155
1155
|
visibility:hidden;
|
|
@@ -1164,7 +1164,7 @@ h6,
|
|
|
1164
1164
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
1165
1165
|
}
|
|
1166
1166
|
.ndl-accordion .ndl-accordion-item-content-right {
|
|
1167
|
-
padding-left:
|
|
1167
|
+
padding-left:32px;
|
|
1168
1168
|
}
|
|
1169
1169
|
.ndl-accordion .ndl-accordion-item-content-expanded {
|
|
1170
1170
|
visibility:visible;
|
|
@@ -4020,6 +4020,13 @@ a.ndl-btn {
|
|
|
4020
4020
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:hover .ndl-hoverable-indicator, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus .ndl-hoverable-indicator, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus-within .ndl-hoverable-indicator, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus-visible .ndl-hoverable-indicator{
|
|
4021
4021
|
display:block;
|
|
4022
4022
|
}
|
|
4023
|
+
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus-visible {
|
|
4024
|
+
z-index:2;
|
|
4025
|
+
border-width:2px;
|
|
4026
|
+
border-color:rgb(var(--theme-palette-primary-focus));
|
|
4027
|
+
outline:2px solid transparent;
|
|
4028
|
+
outline-offset:2px;
|
|
4029
|
+
}
|
|
4023
4030
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-group{
|
|
4024
4031
|
display:flex;
|
|
4025
4032
|
flex-direction:row;
|
|
@@ -4091,6 +4098,17 @@ a.ndl-btn {
|
|
|
4091
4098
|
) !important;
|
|
4092
4099
|
opacity:1;
|
|
4093
4100
|
}
|
|
4101
|
+
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus,
|
|
4102
|
+
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus-visible {
|
|
4103
|
+
z-index:2;
|
|
4104
|
+
border-width:2px;
|
|
4105
|
+
border-color:rgb(var(--theme-palette-primary-focus));
|
|
4106
|
+
outline:2px solid transparent;
|
|
4107
|
+
outline-offset:2px;
|
|
4108
|
+
}
|
|
4109
|
+
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus .ndl-data-grid-resizer, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus-visible .ndl-data-grid-resizer {
|
|
4110
|
+
background-color:rgb(var(--theme-palette-primary-focus));
|
|
4111
|
+
}
|
|
4094
4112
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-col{
|
|
4095
4113
|
}
|
|
4096
4114
|
.ndl-data-grid-root .ndl-data-grid-navigation {
|
|
@@ -4156,6 +4174,12 @@ a.ndl-btn {
|
|
|
4156
4174
|
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
4157
4175
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4158
4176
|
}
|
|
4177
|
+
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-select:focus,
|
|
4178
|
+
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-select:focus-visible {
|
|
4179
|
+
outline-style:solid;
|
|
4180
|
+
outline-width:2px;
|
|
4181
|
+
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
4182
|
+
}
|
|
4159
4183
|
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-results {
|
|
4160
4184
|
white-space:nowrap;
|
|
4161
4185
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
@@ -4190,6 +4214,12 @@ a.ndl-btn {
|
|
|
4190
4214
|
--tw-bg-opacity:0.1;
|
|
4191
4215
|
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
4192
4216
|
}
|
|
4217
|
+
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-icon-button:focus,
|
|
4218
|
+
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-icon-button:focus-visible {
|
|
4219
|
+
outline-style:solid;
|
|
4220
|
+
outline-width:2px;
|
|
4221
|
+
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
4222
|
+
}
|
|
4193
4223
|
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button{
|
|
4194
4224
|
min-width:36px;
|
|
4195
4225
|
min-height:36px;
|
|
@@ -4209,6 +4239,12 @@ a.ndl-btn {
|
|
|
4209
4239
|
letter-spacing:0.016rem;
|
|
4210
4240
|
line-height:1.25rem;
|
|
4211
4241
|
}
|
|
4242
|
+
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button:focus,
|
|
4243
|
+
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button:focus-visible {
|
|
4244
|
+
outline-style:solid;
|
|
4245
|
+
outline-width:2px;
|
|
4246
|
+
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
4247
|
+
}
|
|
4212
4248
|
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button.ndl-is-selected {
|
|
4213
4249
|
background-color:rgb(var(--theme-palette-primary-bg-strong));
|
|
4214
4250
|
color:rgb(var(--theme-palette-neutral-text-inverse));
|
|
@@ -4265,7 +4301,7 @@ a.ndl-btn {
|
|
|
4265
4301
|
background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23018BFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
4266
4302
|
}
|
|
4267
4303
|
.ndl-dropzone .ndl-dropzone-header {
|
|
4268
|
-
margin-bottom:
|
|
4304
|
+
margin-bottom:12px;
|
|
4269
4305
|
display:flex;
|
|
4270
4306
|
flex-direction:column;
|
|
4271
4307
|
row-gap:24px;
|
|
@@ -4318,6 +4354,28 @@ a.ndl-btn {
|
|
|
4318
4354
|
letter-spacing:0.016rem;
|
|
4319
4355
|
line-height:1.25rem;
|
|
4320
4356
|
}
|
|
4357
|
+
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper {
|
|
4358
|
+
display:flex;
|
|
4359
|
+
width:100%;
|
|
4360
|
+
flex-direction:column;
|
|
4361
|
+
align-items:center;
|
|
4362
|
+
justify-content:center;
|
|
4363
|
+
gap:4px;
|
|
4364
|
+
}
|
|
4365
|
+
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-indicators {
|
|
4366
|
+
display:flex;
|
|
4367
|
+
align-items:center;
|
|
4368
|
+
justify-content:center;
|
|
4369
|
+
-moz-column-gap:4px;
|
|
4370
|
+
column-gap:4px;
|
|
4371
|
+
padding-bottom:4px;
|
|
4372
|
+
}
|
|
4373
|
+
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-precentage {
|
|
4374
|
+
letter-spacing:0em;
|
|
4375
|
+
}
|
|
4376
|
+
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-minute {
|
|
4377
|
+
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
4378
|
+
}
|
|
4321
4379
|
.ndl-dropzone:not(.ndl-drag-disabled) .ndl-file-support-text {
|
|
4322
4380
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
4323
4381
|
}
|
|
@@ -6866,12 +6924,12 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6866
6924
|
.n-h-token-9 {
|
|
6867
6925
|
height:48px;
|
|
6868
6926
|
}
|
|
6869
|
-
.n-w-40 {
|
|
6870
|
-
width:160px;
|
|
6871
|
-
}
|
|
6872
6927
|
.n-w-48 {
|
|
6873
6928
|
width:192px;
|
|
6874
6929
|
}
|
|
6930
|
+
.n-w-\[150\%\] {
|
|
6931
|
+
width:150%;
|
|
6932
|
+
}
|
|
6875
6933
|
.n-w-full {
|
|
6876
6934
|
width:100%;
|
|
6877
6935
|
}
|
package/lib/tokens/js/tokens.js
CHANGED