@neo4j-ndl/base 3.0.17 → 3.0.18

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 Wed, 11 Dec 2024 14:06:06 GMT
25
+ * Generated on Thu, 12 Dec 2024 07:55:06 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, 11 Dec 2024 14:06:06 GMT
25
+ * Generated on Thu, 12 Dec 2024 07:55: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 Wed, 11 Dec 2024 14:06:06 GMT
25
+ * Generated on Thu, 12 Dec 2024 07:55:06 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, 11 Dec 2024 14:06:06 GMT
24
+ * Generated on Thu, 12 Dec 2024 07:55:06 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, 11 Dec 2024 14:06:06 GMT
24
+ * Generated on Thu, 12 Dec 2024 07:55: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 Wed, 11 Dec 2024 14:06:06 GMT
25
+ * Generated on Thu, 12 Dec 2024 07:55:06 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -1452,12 +1452,11 @@ a.ndl-btn {
1452
1452
  padding-right:8px;
1453
1453
  padding-top:2px;
1454
1454
  padding-bottom:2px;
1455
- font-weight:700;
1456
1455
  text-transform:capitalize;
1457
- font-family:var(--font-font-family-body-label), sans-serif;
1458
- font-size:var(--font-size-label);
1459
- font-weight:var(--font-weight-bold);
1460
- letter-spacing:0;
1456
+ font-family:var(--font-font-family-subheading-small), sans-serif;
1457
+ font-size:var(--font-size-subheading-small);
1458
+ font-weight:var(--font-weight-semibold);
1459
+ letter-spacing:0.016rem;
1461
1460
  line-height:1.25rem;
1462
1461
 
1463
1462
  line-height:normal;
@@ -2997,9 +2996,9 @@ a.ndl-btn {
2997
2996
  --tw-shadow-colored:var(--theme-shadow-overlay);
2998
2997
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2999
2998
  }
3000
- .ndl-dialog .ndl-dialog-type-icon{
3001
- width:88px;
3002
- }
2999
+ .ndl-dialog .ndl-dialog-type-icon {
3000
+ width:88px;
3001
+ }
3003
3002
  .ndl-dialog .ndl-dialog-type-icon.ndl-info {
3004
3003
  color:rgb(var(--theme-palette-primary-icon));
3005
3004
  }
@@ -3018,6 +3017,9 @@ a.ndl-btn {
3018
3017
  .ndl-dialog.ndl-with-icon .ndl-dialog-header {
3019
3018
  margin-bottom:24px;
3020
3019
  }
3020
+ .ndl-dialog.ndl-with-icon .ndl-dialog-image {
3021
+ display:none;
3022
+ }
3021
3023
  .ndl-dialog .ndl-dialog-close {
3022
3024
  position:absolute;
3023
3025
  right:32px;
@@ -3027,7 +3029,7 @@ a.ndl-btn {
3027
3029
  margin-top:24px;
3028
3030
  }
3029
3031
  .ndl-dialog-header {
3030
- margin-bottom:8px;
3032
+ margin-bottom:4px;
3031
3033
  }
3032
3034
  .ndl-dialog.ndl-with-close-button .ndl-dialog-header {
3033
3035
  margin-right:48px;
@@ -3039,11 +3041,20 @@ a.ndl-btn {
3039
3041
  color:rgb(var(--theme-palette-neutral-text-weak));
3040
3042
  }
3041
3043
  .ndl-dialog-actions {
3042
- margin-top:48px;
3044
+ margin-top:32px;
3043
3045
  display:flex;
3044
3046
  justify-content:flex-end;
3045
3047
  gap:16px;
3046
3048
  }
3049
+ .ndl-dialog-image{
3050
+ width:calc(100% + 2 * var(--space-8) - 2 * var(--space-6));
3051
+ margin-left:calc(-1 * var(--space-8) + var(--space-6));
3052
+ margin-top:16px;
3053
+ margin-bottom:16px;
3054
+ max-width:none;
3055
+ border-radius:16px;
3056
+ background-color:rgb(var(--theme-palette-neutral-bg-default));
3057
+ }
3047
3058
  .ndl-drawer {
3048
3059
  position:relative;
3049
3060
  display:none;
@@ -5115,45 +5126,52 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5115
5126
  .ndl-cypher-editor .cm-tooltip-autocomplete li[aria-selected='true'] > div, .ndl-codemirror-editor .cm-tooltip-autocomplete li[aria-selected='true'] > div{
5116
5127
  opacity:100%;
5117
5128
  }
5118
- .ndl-text-link{
5129
+ .ndl-text-link {
5130
+ position:relative;
5131
+ display:inline-flex;
5132
+ flex-direction:row;
5133
+ align-items:baseline;
5134
+ gap:4px;
5119
5135
  color:rgb(var(--theme-palette-primary-text));
5120
5136
  text-decoration-line:underline;
5121
5137
  text-underline-offset:3px;
5122
- display:inline-flex;
5123
- align-items:baseline;
5124
- flex-direction:row;
5125
- position:relative;
5126
- -moz-column-gap:2px;
5127
- column-gap:2px;
5128
5138
  }
5129
- .ndl-text-link > div{
5130
- flex-shrink:0;
5131
- }
5132
- .ndl-text-link .ndl-external-link-icon{
5133
- width:12px;
5134
- height:12px;
5135
- }
5136
- .ndl-text-link:hover{
5137
- color:rgb(var(--theme-palette-primary-hover-strong));
5138
- }
5139
- .ndl-text-link:active{
5140
- color:rgb(var(--theme-palette-primary-pressed-strong));
5141
- }
5139
+ .ndl-text-link > div {
5140
+ flex-shrink:0;
5141
+ }
5142
+ .ndl-text-link .ndl-external-link-icon {
5143
+ height:12px;
5144
+ width:12px;
5145
+ }
5146
+ .ndl-text-link:hover {
5147
+ color:rgb(var(--theme-palette-primary-hover-strong));
5148
+ text-decoration-line:underline;
5149
+ }
5150
+ .ndl-text-link:active {
5151
+ color:rgb(var(--theme-palette-primary-pressed-strong));
5152
+ text-decoration-line:underline;
5153
+ }
5142
5154
  .ndl-text-link:focus-visible{
5143
5155
  outline:none;
5144
5156
  }
5145
5157
  .ndl-text-link:focus-visible::after {
5158
+ position:absolute;
5159
+ left:-1px;
5160
+ top:3px;
5161
+ box-sizing:border-box;
5162
+ height:calc(100% - 6px);
5163
+ width:calc(100% + 1px);
5164
+ border-radius:4px;
5165
+ border-style:solid;
5166
+ border-color:rgb(var(--theme-palette-primary-focus));
5167
+ color:rgb(var(--theme-palette-primary-pressed-strong));
5168
+ outline-width:2px;
5169
+ outline-offset:0px;
5146
5170
  content:'';
5147
- position:absolute;
5148
- width:calc(100% + 1px);
5149
- left:-1px;
5150
- top:3px;
5151
- height:calc(100% - 6px);
5152
- outline:2px solid rgb(var(--theme-palette-primary-focus));
5153
- color:rgb(var(--theme-palette-primary-pressed-strong));
5154
- box-sizing:border-box;
5155
- border-radius:4px;
5156
- outline-offset:0px;
5171
+ }
5172
+ .ndl-external-link,
5173
+ .ndl-internal-icon {
5174
+ text-decoration-line:none;
5157
5175
  }
5158
5176
  .ndl-text-area .ndl-text-area-wrapper {
5159
5177
  position:relative;
@@ -6557,7 +6575,7 @@ button.ndl-avatar:focus-visible {
6557
6575
  .ndl-callout .ndl-callout-content {
6558
6576
  display:flex;
6559
6577
  flex-direction:column;
6560
- gap:8px;
6578
+ gap:4px;
6561
6579
  }
6562
6580
  .ndl-callout .ndl-callout-rectangle {
6563
6581
  position:absolute;
@@ -6850,7 +6868,7 @@ button.ndl-avatar:focus-visible {
6850
6868
  display:flex;
6851
6869
  flex-direction:row;
6852
6870
  align-items:center;
6853
- gap:16px;
6871
+ gap:12px;
6854
6872
  }
6855
6873
  .ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-tooltip-action {
6856
6874
  font-size:0.875rem;
@@ -6861,6 +6879,7 @@ button.ndl-avatar:focus-visible {
6861
6879
  }
6862
6880
  .ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-tooltip-action-close {
6863
6881
  margin-left:auto;
6882
+ display:none;
6864
6883
  }
6865
6884
  .ndl-chart-legend {
6866
6885
  position:relative;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 11 Dec 2024 14:06:06 GMT
24
+ * Generated on Thu, 12 Dec 2024 07:55:06 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, 11 Dec 2024 14:06:06 GMT
24
+ * Generated on Thu, 12 Dec 2024 07:55:06 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, 11 Dec 2024 14:06:06 GMT
24
+ * Generated on Thu, 12 Dec 2024 07:55: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 Wed, 11 Dec 2024 14:06:06 GMT
3
+ // Generated on Thu, 12 Dec 2024 07:55:06 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, 11 Dec 2024 14:06:06 GMT
24
+ * Generated on Thu, 12 Dec 2024 07:55:06 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": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",