@neo4j-ndl/base 2.11.10 → 2.11.11

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, 09 Jul 2024 13:17:30 GMT
25
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
25
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
25
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
24
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
24
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
25
+ * Generated on Wed, 10 Jul 2024 11:27:46 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -5342,7 +5342,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5342
5342
  display:inline-flex;
5343
5343
  align-items:baseline;
5344
5344
  flex-direction:row;
5345
- padding:2px 4px 0 4px;
5345
+ position:relative;
5346
5346
  -moz-column-gap:2px;
5347
5347
  column-gap:2px;
5348
5348
  }
@@ -5360,12 +5360,21 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5360
5360
  color:rgb(var(--theme-palette-primary-pressed-strong));
5361
5361
  }
5362
5362
  .ndl-text-link:focus-visible{
5363
+ outline:none;
5364
+ }
5365
+ .ndl-text-link:focus-visible::after {
5366
+ content:'';
5367
+ position:absolute;
5368
+ width:calc(100% + 1px);
5369
+ left:-1px;
5370
+ top:3px;
5371
+ height:calc(100% - 6px);
5363
5372
  outline:2px solid rgb(var(--theme-palette-primary-focus));
5364
5373
  color:rgb(var(--theme-palette-primary-pressed-strong));
5365
5374
  box-sizing:border-box;
5366
5375
  border-radius:4px;
5367
- outline-offset:-3px;
5368
- }
5376
+ outline-offset:0px;
5377
+ }
5369
5378
  .ndl-text-link.ndl-disabled-text-link{
5370
5379
  color:rgb(var(--theme-palette-neutral-text-weakest));
5371
5380
  pointer-events:none;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Tue, 09 Jul 2024 13:17:30 GMT
24
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
24
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
24
+ * Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
3
+ // Generated on Wed, 10 Jul 2024 11:27:46 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, 09 Jul 2024 13:17:30 GMT
24
+ * Generated on Wed, 10 Jul 2024 11:27:46 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.10",
3
+ "version": "2.11.11",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",