@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.
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
25
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
25
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
25
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
24
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": [
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
24
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": {
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
25
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -1148,8 +1148,8 @@ h6,
1148
1148
  }
1149
1149
  .ndl-accordion .ndl-accordion-item-header-icon {
1150
1150
  margin-left:12px;
1151
- width:24px;
1152
- height:24px;
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:36px;
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));
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
24
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
25
25
  */
26
26
 
27
27
  :root {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
24
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
25
25
  */
26
26
 
27
27
  module.exports = {
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
24
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
25
25
  */
26
26
 
27
27
  export const tokens = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 25 Jun 2024 12:21:44 GMT
3
+ // Generated on Mon, 08 Jul 2024 18:51:07 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-quick: 100ms;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 25 Jun 2024 12:21:45 GMT
24
+ * Generated on Mon, 08 Jul 2024 18:51:07 GMT
25
25
  */
26
26
  export const tokens: {
27
27
  transitions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "2.11.6",
3
+ "version": "2.11.8",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",