@neo4j-ndl/base 2.7.4 → 2.7.5
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 +2 -2
- 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/neo4j-ds-styles.css +71835 -46157
- 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.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#748](https://github.com/neo4j/needle/pull/748) [`1200ff2cad04a309db3eeb217a5da8896ae74c2b`](https://github.com/neo4j/needle/commit/1200ff2cad04a309db3eeb217a5da8896ae74c2b) Thanks [@daugerdas](https://github.com/daugerdas)! - replace tailwind tokens with needle tokens
|
|
8
|
+
|
|
3
9
|
## 2.7.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/lib/NOTICE.txt
CHANGED
|
@@ -216,7 +216,7 @@ Third-party licenses
|
|
|
216
216
|
│ ├─ [38;5;173mpostcss-import[39m[38;5;111m@[39m[38;5;111mnpm:14.1.0 [708d2][39m (via [38;5;37mnpm:^14.0.2 [708d2][39m)
|
|
217
217
|
│ │ ├─ URL: https://github.com/postcss/postcss-import.git
|
|
218
218
|
│ │ └─ VendorName: Maxime Thirouin
|
|
219
|
-
│ ├─ [38;5;173mpostcss-nested[39m[38;5;111m@[39m[38;5;111mnpm:6.0.1 [
|
|
219
|
+
│ ├─ [38;5;173mpostcss-nested[39m[38;5;111m@[39m[38;5;111mnpm:6.0.1 [3903e][39m (via [38;5;37mnpm:^6.0.1 [3903e][39m)
|
|
220
220
|
│ │ ├─ URL: git+https://github.com/postcss/postcss-nested.git
|
|
221
221
|
│ │ └─ VendorName: Andrey Sitnik
|
|
222
222
|
│ ├─ [38;5;173mprettier[39m[38;5;111m@[39m[38;5;111mnpm:3.2.2[39m (via [38;5;37mnpm:3.2.2[39m)
|
|
@@ -287,7 +287,7 @@ Third-party licenses
|
|
|
287
287
|
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:1.15.5 [d75d7][39m (via [38;5;37mnpm:^1.15.1 [d75d7][39m)
|
|
288
288
|
│ │ ├─ URL: https://github.com/chromaui/storybook-addon-pseudo-states
|
|
289
289
|
│ │ └─ VendorName: ghengeveld
|
|
290
|
-
│ ├─ [38;5;173mtailwindcss[39m[38;5;111m@[39m[38;5;111mnpm:3.1
|
|
290
|
+
│ ├─ [38;5;173mtailwindcss[39m[38;5;111m@[39m[38;5;111mnpm:3.4.1[39m (via [38;5;37mnpm:3.4.1[39m)
|
|
291
291
|
│ │ ├─ URL: https://github.com/tailwindlabs/tailwindcss.git
|
|
292
292
|
│ │ └─ VendorUrl: https://tailwindcss.com
|
|
293
293
|
│ ├─ [38;5;173mtinycolor2[39m[38;5;111m@[39m[38;5;111mnpm:1.6.0[39m (via [38;5;37mnpm:^1.6.0[39m)
|