@neo4j-ndl/base 2.0.0-alpha-5e223d7 → 2.0.0-alpha-2599d3c

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/NOTICE.txt CHANGED
@@ -77,8 +77,10 @@ Third-party licenses
77
77
  │ │ ├─ URL: https://github.com/gregberge/svgr/tree/main/packages/cli
78
78
  │ │ ├─ VendorName: Greg Bergé
79
79
  │ │ └─ VendorUrl: https://react-svgr.com
80
- │ ├─ @table-nav/core@npm:0.0.5 (via npm:^0.0.5)
81
- ├─ @table-nav/react@npm:0.0.5 [d75d7] (via npm:^0.0.5 [d75d7])
80
+ │ ├─ @table-nav/core@npm:0.0.7 (via npm:0.0.7)
81
+ │ └─ URL: https://github.com/konsalex/table-nav
82
+ │ ├─ @table-nav/react@npm:0.0.7 [a2e03] (via npm:0.0.7 [a2e03])
83
+ │ │ └─ URL: https://github.com/konsalex/table-nav
82
84
  │ ├─ @tanstack/react-table@npm:8.9.3 [a2e03] (via npm:^8.9.3 [a2e03])
83
85
  │ │ ├─ URL: git+https://github.com/tanstack/table.git
84
86
  │ │ ├─ VendorName: Tanner Linsley
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Wed, 20 Sep 2023 12:39:52 GMT
25
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
25
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
25
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
24
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
24
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
25
+ * Generated on Tue, 26 Sep 2023 10:26:42 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -5049,63 +5049,37 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
5049
5049
  opacity:100%;
5050
5050
  }
5051
5051
  .ndl-text-link{
5052
- color:rgba(var(--theme-palette-primary-text), 1);
5052
+ color:rgb(var(--theme-palette-primary-text));
5053
5053
  text-decoration-line:underline;
5054
+ display:flex;
5055
+ flex-direction:row;
5056
+ gap:4px;
5054
5057
  }
5055
- .ndl-text-link.ndl-disabled-text-link{
5056
- color:rgba(var(--theme-palette-neutral-text-weakest), 1);
5057
- pointer-events:none;
5058
- }
5058
+ .ndl-text-link > div{
5059
+ flex-shrink:0;
5060
+ }
5061
+ .ndl-text-link .ndl-external-link-icon{
5062
+ width:12px;
5063
+ height:12px;
5064
+ }
5059
5065
  .ndl-text-link:hover{
5060
- color:rgba(var(--theme-palette-primary-hover-strong), 1);
5061
- }
5066
+ color:rgb(var(--theme-palette-primary-hover-strong));
5067
+ }
5062
5068
  .ndl-text-link:active{
5063
- color:rgba(var(--theme-palette-primary-pressed-strong), 1);
5064
- }
5069
+ color:rgb(var(--theme-palette-primary-pressed-strong));
5070
+ }
5065
5071
  .ndl-text-link:focus-visible{
5066
- color:rgba(var(--theme-palette-primary-pressed-strong), 1);
5067
- box-sizing:border-box;
5068
- border-radius:4px;
5069
- outline:0;
5070
- padding:0 4px;
5071
- border:2px solid rgba(var(--theme-palette-primary-focus), 1);
5072
- }
5073
- .ndl-text-link.ndl-external-link::after{
5074
- content:'';
5075
- width:0.8em;
5076
- height:0.8em;
5077
- margin:0 0 0 0.15em;
5078
- -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23006FD6"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5079
- mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23006FD6"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5080
- background-color:rgba(var(--theme-palette-primary-text), 1);
5081
- display:inline-block;
5082
- vertical-align:text-top;
5083
- }
5084
- .ndl-text-link.ndl-external-link.ndl-disabled-text-link::after{
5085
- content:'';
5086
- -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23B2B7BD"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5087
- mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23B2B7BD"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5088
- background-color:rgba(var(--theme-palette-neutral-text-weakest), 1);
5089
- pointer-events:none;
5090
- }
5091
- .ndl-text-link:hover.ndl-external-link::after{
5092
- content:'';
5093
- -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%230056B3"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5094
- mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%230056B3"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5095
- background-color:rgba(var(--theme-palette-primary-hover-strong), 1);
5096
- }
5097
- .ndl-text-link:active.ndl-external-link::after{
5098
- content:'';
5099
- -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5100
- mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5101
- background-color:rgba(var(--theme-palette-primary-hover-strong), 1);
5102
- }
5103
- .ndl-text-link:focus-visible.ndl-external-link::after{
5104
- content:'';
5105
- -webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5106
- mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
5107
- background-color:rgba(var(--theme-palette-primary-hover-strong), 1);
5108
- }
5072
+ color:rgb(var(--theme-palette-primary-pressed-strong));
5073
+ box-sizing:border-box;
5074
+ border-radius:4px;
5075
+ outline:0;
5076
+ padding:0 4px;
5077
+ border:px solid rgb(var(--theme-palette-primary-focus));
5078
+ }
5079
+ .ndl-text-link.ndl-disabled-text-link{
5080
+ color:rgb(var(--theme-palette-neutral-text-weakest));
5081
+ pointer-events:none;
5082
+ }
5109
5083
  .ndl-textarea .ndl-textarea-wrapper{
5110
5084
  position:relative;
5111
5085
  width:100%;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 20 Sep 2023 12:39:52 GMT
24
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
24
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
24
+ * Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
3
+ // Generated on Tue, 26 Sep 2023 10:26:42 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 Wed, 20 Sep 2023 12:39:52 GMT
24
+ * Generated on Tue, 26 Sep 2023 10:26:42 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.0.0-alpha-5e223d7",
3
+ "version": "2.0.0-alpha-2599d3c",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",