@neo4j-ndl/base 2.11.6 → 2.11.8
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 +39 -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
|
@@ -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));
|
package/lib/tokens/js/tokens.js
CHANGED