@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 +6 -0
- package/lib/NOTICE.txt +1 -1
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +2 -2
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
|
-
│ ├─ [38;5;173mts-node[39m[38;5;111m@[39m[38;5;111mnpm:10.9.2 [a2e03][39m (via [38;5;37mnpm
|
|
320
|
+
│ ├─ [38;5;173mts-node[39m[38;5;111m@[39m[38;5;111mnpm:10.9.2 [a2e03][39m (via [38;5;37mnpm:10.9.2 [a2e03][39m)
|
|
321
321
|
│ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
|
|
322
322
|
│ │ ├─ VendorName: Blake Embrey
|
|
323
323
|
│ │ └─ VendorUrl: https://typestrong.org/ts-node
|
package/lib/tokens/js/tokens.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/base",
|
|
3
|
-
"version": "2.7.
|
|
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.
|
|
55
|
+
"typescript": "5.4.3"
|
|
56
56
|
}
|
|
57
57
|
}
|