@neo4j-ndl/base 2.7.11 → 2.7.12

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#776](https://github.com/neo4j/needle/pull/776) [`e96c79dee7a64b5ae9fbadf1d314fa59b3743abc`](https://github.com/neo4j/needle/commit/e96c79dee7a64b5ae9fbadf1d314fa59b3743abc) Thanks [@noahmay](https://github.com/noahmay)! - Add reset zoom icon
8
+
3
9
  ## 2.7.11
4
10
 
5
11
  ### Patch Changes
package/lib/NOTICE.txt CHANGED
@@ -317,7 +317,7 @@ Third-party licenses
317
317
  │ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
318
318
  │ │ ├─ VendorName: Blake Embrey
319
319
  │ │ └─ VendorUrl: https://typestrong.org/ts-node
320
- │ ├─ ts-node@npm:10.9.2 [a2e03] (via npm:^10.9.1 [a2e03])
320
+ │ ├─ ts-node@npm:10.9.2 [a2e03] (via npm:10.9.2 [a2e03])
321
321
  │ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
322
322
  │ │ ├─ VendorName: Blake Embrey
323
323
  │ │ └─ VendorUrl: https://typestrong.org/ts-node
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Tue, 02 Apr 2024 16:44:59 GMT
25
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
25
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
25
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
24
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
24
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
25
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
24
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
24
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
24
+ * Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
3
+ // Generated on Wed, 03 Apr 2024 07:52:25 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, 02 Apr 2024 16:44:59 GMT
24
+ * Generated on Wed, 03 Apr 2024 07:52:25 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.7.11",
3
+ "version": "2.7.12",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",
@@ -52,6 +52,6 @@
52
52
  "style-dictionary": "^3.0.3",
53
53
  "tailwindcss": "3.4.1",
54
54
  "ts-node": "^10.4.0",
55
- "typescript": "5.1.6"
55
+ "typescript": "5.4.3"
56
56
  }
57
57
  }