@neo4j-ndl/base 2.9.4 → 2.9.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.9.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#915](https://github.com/neo4j/needle/pull/915) [`b665da5a2b594bdf0ef14943cb50b9a89889066b`](https://github.com/neo4j/needle/commit/b665da5a2b594bdf0ef14943cb50b9a89889066b) Thanks [@basickarl](https://github.com/basickarl)! - reverted default outline
8
+
9
+ ## 2.9.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#908](https://github.com/neo4j/needle/pull/908) [`f7aa38ef04d3d7a91e73b11e443ab702fd188256`](https://github.com/neo4j/needle/commit/f7aa38ef04d3d7a91e73b11e443ab702fd188256) Thanks [@basickarl](https://github.com/basickarl)! - apply outline only to tabindex 0
14
+
3
15
  ## 2.9.4
4
16
 
5
17
  ### Patch Changes
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Tue, 07 May 2024 15:38:42 GMT
25
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
25
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
25
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
24
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
24
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
25
+ * Generated on Wed, 08 May 2024 11:39:08 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -1016,14 +1016,16 @@ h6,
1016
1016
  padding-bottom:12px;
1017
1017
  padding-right:12px;
1018
1018
  }
1019
- .ndl-accordion .ndl-accordion-item-header-button:focus,
1020
- .ndl-accordion .ndl-accordion-item-header-button:focus-visible{
1021
- border-radius:0px;
1022
- }
1023
1019
  .ndl-accordion .ndl-accordion-item-header-button-disabled{
1024
1020
  cursor:not-allowed;
1025
1021
  color:rgb(var(--theme-palette-neutral-text-weakest));
1026
1022
  }
1023
+ .ndl-accordion .ndl-accordion-item-header-button:focus-visible{
1024
+ outline-style:solid;
1025
+ outline-width:2px;
1026
+ outline-offset:-2px;
1027
+ outline-color:rgb(var(--theme-palette-primary-focus));
1028
+ }
1027
1029
  .ndl-accordion .ndl-accordion-item-header-button:hover{
1028
1030
  background-color:rgb(var(--theme-palette-neutral-hover));
1029
1031
  }
@@ -1059,6 +1061,13 @@ h6,
1059
1061
  height:0px;
1060
1062
  overflow:hidden;
1061
1063
  }
1064
+ .ndl-accordion .ndl-accordion-item-content:focus-visible{
1065
+ border-radius:4px;
1066
+ outline-style:solid;
1067
+ outline-width:2px;
1068
+ outline-offset:1px;
1069
+ outline-color:rgb(var(--theme-palette-primary-focus));
1070
+ }
1062
1071
  .ndl-accordion .ndl-accordion-item-content-right{
1063
1072
  padding-left:36px;
1064
1073
  }
@@ -3576,7 +3585,6 @@ a.ndl-btn{
3576
3585
  .ndl-data-grid-focusable-cells .ndl-focusable-cell:focus-visible{
3577
3586
  z-index:2;
3578
3587
  border:2px solid rgb(var(--theme-palette-primary-focus));
3579
- border-radius:0px;
3580
3588
  }
3581
3589
  .ndl-data-grid-bottom-border{
3582
3590
  content:'';
@@ -5720,16 +5728,17 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5720
5728
  .ndl-avatar .ndl-avatar-shape.ndl-avatar-disabled{
5721
5729
  cursor:not-allowed;
5722
5730
  }
5723
- .ndl-avatar .ndl-avatar-shape:focus,
5724
- .ndl-avatar .ndl-avatar-shape:focus-visible{
5731
+ .ndl-avatar .ndl-avatar-shape{
5725
5732
  outline:2px solid transparent;
5726
5733
  outline-offset:2px;
5734
+ --tw-ring-color:rgb(var(--theme-palette-primary-focus));
5735
+ --tw-ring-offset-color:rgb(var(--theme-palette-neutral-bg-weak));
5736
+ }
5737
+ .ndl-avatar .ndl-avatar-shape:focus-visible{
5727
5738
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
5728
5739
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
5729
5740
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
5730
- --tw-ring-color:rgb(var(--theme-palette-primary-focus));
5731
5741
  --tw-ring-offset-width:1px;
5732
- --tw-ring-offset-color:rgb(var(--theme-palette-neutral-bg-weak));
5733
5742
  }
5734
5743
  .ndl-avatar .ndl-avatar-circle{
5735
5744
  border-radius:9999px;
@@ -47677,19 +47686,6 @@ html{
47677
47686
  -moz-osx-font-smoothing:grayscale;
47678
47687
  text-rendering:optimizeLegibility;
47679
47688
  }
47680
- body *[class^='ndl-']:focus-visible,
47681
- body *[class^='ndl-']:focus,
47682
- body *[class^='n-']:focus-visible,
47683
- body *[class^='n-']:focus,
47684
- html *[class^='ndl-']:focus-visible,
47685
- html *[class^='ndl-']:focus,
47686
- html *[class^='n-']:focus-visible,
47687
- html *[class^='n-']:focus{
47688
- outline-style:solid;
47689
- outline-width:2px;
47690
- outline-offset:-2px;
47691
- outline-color:rgb(var(--theme-palette-primary-focus));
47692
- }
47693
47689
  .first-letter\:n-capitalize::first-letter{
47694
47690
  text-transform:capitalize;
47695
47691
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 07 May 2024 15:38:42 GMT
24
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
24
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
24
+ * Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
3
+ // Generated on Wed, 08 May 2024 11:39:08 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, 07 May 2024 15:38:42 GMT
24
+ * Generated on Wed, 08 May 2024 11:39:08 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.9.4",
3
+ "version": "2.9.6",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",