@neo4j-ndl/base 2.11.8 → 2.11.9

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 Mon, 08 Jul 2024 18:51:07 GMT
25
+ * Generated on Tue, 09 Jul 2024 08:48: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 Mon, 08 Jul 2024 18:51:07 GMT
25
+ * Generated on Tue, 09 Jul 2024 08:48: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 Mon, 08 Jul 2024 18:51:07 GMT
25
+ * Generated on Tue, 09 Jul 2024 08:48: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 Mon, 08 Jul 2024 18:51:07 GMT
24
+ * Generated on Tue, 09 Jul 2024 08:48: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 Mon, 08 Jul 2024 18:51:07 GMT
24
+ * Generated on Tue, 09 Jul 2024 08:48:06 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 Mon, 08 Jul 2024 18:51:07 GMT
25
+ * Generated on Tue, 09 Jul 2024 08:48:06 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -4376,6 +4376,9 @@ a.ndl-btn {
4376
4376
  .ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-minute {
4377
4377
  color:rgb(var(--theme-palette-neutral-text-weaker));
4378
4378
  }
4379
+ .ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar {
4380
+ width:260px;
4381
+ }
4379
4382
  .ndl-dropzone:not(.ndl-drag-disabled) .ndl-file-support-text {
4380
4383
  color:rgb(var(--theme-palette-neutral-text-weaker));
4381
4384
  }
@@ -6927,9 +6930,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
6927
6930
  .n-w-48 {
6928
6931
  width:192px;
6929
6932
  }
6930
- .n-w-\[150\%\] {
6931
- width:150%;
6932
- }
6933
6933
  .n-w-full {
6934
6934
  width:100%;
6935
6935
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 08 Jul 2024 18:51:07 GMT
24
+ * Generated on Tue, 09 Jul 2024 08:48: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 Mon, 08 Jul 2024 18:51:07 GMT
24
+ * Generated on Tue, 09 Jul 2024 08:48: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 Mon, 08 Jul 2024 18:51:07 GMT
24
+ * Generated on Tue, 09 Jul 2024 08:48:06 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 Mon, 08 Jul 2024 18:51:07 GMT
3
+ // Generated on Tue, 09 Jul 2024 08:48: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 Mon, 08 Jul 2024 18:51:07 GMT
24
+ * Generated on Tue, 09 Jul 2024 08:48: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": "2.11.8",
3
+ "version": "2.11.9",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",