@neo4j-ndl/base 3.7.14 → 3.7.15

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, 02 Jul 2025 14:57:12 GMT
25
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:12 GMT
25
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:11 GMT
25
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:12 GMT
24
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:12 GMT
24
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:11 GMT
25
+ * Generated on Thu, 03 Jul 2025 07:42:09 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -1271,6 +1271,9 @@ h6,
1271
1271
  outline-offset:2px;
1272
1272
  outline-color:rgb(var(--theme-palette-primary-focus));
1273
1273
  }
1274
+ .ndl-btn .ndl-icon-svg {
1275
+ flex-shrink:0;
1276
+ }
1274
1277
  .ndl-btn.ndl-loading {
1275
1278
  cursor:default;
1276
1279
  vertical-align:middle;
@@ -1288,6 +1291,10 @@ h6,
1288
1291
  letter-spacing:0;
1289
1292
  line-height:1.25rem;
1290
1293
  }
1294
+ .ndl-btn.ndl-small .ndl-icon-svg {
1295
+ width:16px;
1296
+ height:16px;
1297
+ }
1291
1298
  .ndl-btn.ndl-medium {
1292
1299
  height:36px;
1293
1300
  padding-left:16px;
@@ -1300,6 +1307,10 @@ h6,
1300
1307
  letter-spacing:0;
1301
1308
  line-height:1.25rem;
1302
1309
  }
1310
+ .ndl-btn.ndl-medium .ndl-icon-svg {
1311
+ width:16px;
1312
+ height:16px;
1313
+ }
1303
1314
  .ndl-btn.ndl-large {
1304
1315
  height:48px;
1305
1316
  padding-left:24px;
@@ -1312,6 +1323,10 @@ h6,
1312
1323
  letter-spacing:0.016rem;
1313
1324
  line-height:1.5rem;
1314
1325
  }
1326
+ .ndl-btn.ndl-large .ndl-icon-svg {
1327
+ width:20px;
1328
+ height:20px;
1329
+ }
1315
1330
  .ndl-btn.ndl-disabled {
1316
1331
  cursor:not-allowed;
1317
1332
  }
@@ -5219,6 +5234,9 @@ a.ndl-btn {
5219
5234
  outline-offset:2px;
5220
5235
  outline-color:rgb(var(--theme-palette-primary-focus));
5221
5236
  }
5237
+ .ndl-cypher-editor .cm-editor .cm-button .ndl-icon-svg, .ndl-codemirror-editor .cm-editor .cm-button .ndl-icon-svg {
5238
+ flex-shrink:0;
5239
+ }
5222
5240
  .ndl-cypher-editor .cm-editor .cm-button.ndl-loading, .ndl-codemirror-editor .cm-editor .cm-button.ndl-loading {
5223
5241
  cursor:default;
5224
5242
  vertical-align:middle;
@@ -5236,6 +5254,10 @@ a.ndl-btn {
5236
5254
  letter-spacing:0;
5237
5255
  line-height:1.25rem;
5238
5256
  }
5257
+ .ndl-cypher-editor .cm-editor .cm-button.ndl-small .ndl-icon-svg, .ndl-codemirror-editor .cm-editor .cm-button.ndl-small .ndl-icon-svg {
5258
+ width:16px;
5259
+ height:16px;
5260
+ }
5239
5261
  .ndl-cypher-editor .cm-editor .cm-button.ndl-medium, .ndl-codemirror-editor .cm-editor .cm-button.ndl-medium {
5240
5262
  height:36px;
5241
5263
  padding-left:16px;
@@ -5248,6 +5270,10 @@ a.ndl-btn {
5248
5270
  letter-spacing:0;
5249
5271
  line-height:1.25rem;
5250
5272
  }
5273
+ .ndl-cypher-editor .cm-editor .cm-button.ndl-medium .ndl-icon-svg, .ndl-codemirror-editor .cm-editor .cm-button.ndl-medium .ndl-icon-svg {
5274
+ width:16px;
5275
+ height:16px;
5276
+ }
5251
5277
  .ndl-cypher-editor .cm-editor .cm-button.ndl-large, .ndl-codemirror-editor .cm-editor .cm-button.ndl-large {
5252
5278
  height:48px;
5253
5279
  padding-left:24px;
@@ -5260,6 +5286,10 @@ a.ndl-btn {
5260
5286
  letter-spacing:0.016rem;
5261
5287
  line-height:1.5rem;
5262
5288
  }
5289
+ .ndl-cypher-editor .cm-editor .cm-button.ndl-large .ndl-icon-svg, .ndl-codemirror-editor .cm-editor .cm-button.ndl-large .ndl-icon-svg {
5290
+ width:20px;
5291
+ height:20px;
5292
+ }
5263
5293
  .ndl-cypher-editor .cm-editor .cm-button.ndl-disabled, .ndl-codemirror-editor .cm-editor .cm-button.ndl-disabled {
5264
5294
  cursor:not-allowed;
5265
5295
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 02 Jul 2025 14:57:11 GMT
24
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:11 GMT
24
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:12 GMT
24
+ * Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:11 GMT
3
+ // Generated on Thu, 03 Jul 2025 07:42:09 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, 02 Jul 2025 14:57:12 GMT
24
+ * Generated on Thu, 03 Jul 2025 07:42:09 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.7.14",
3
+ "version": "3.7.15",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",