@crystallize/design-system 1.15.0 → 1.16.0
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 +12 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1197 -916
- package/dist/index.mjs +1080 -799
- package/package.json +15 -15
- package/src/iconography/copy.tsx +4 -4
- package/src/iconography/dashboard.tsx +54 -0
- package/src/iconography/index.ts +12 -0
- package/src/iconography/pin.tsx +24 -0
- package/src/iconography/price-list.tsx +48 -0
- package/src/iconography/restricted-catalogue.tsx +53 -0
- package/src/iconography/search.tsx +29 -0
- package/src/iconography/settings.tsx +34 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @crystallize/design-system
|
|
2
2
|
|
|
3
|
+
## 1.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0a74c738: The fix for the docs page is to revert addon-docs to version 7.0.0-beta.14. This specific version I get when run `pnpm i -D @storybook/addon-docs`. Every version after this would break the docs.
|
|
8
|
+
|
|
9
|
+
## 1.15.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2af25c0: Add several new icons, like Dashabord, Pin, Search and PriceLists
|
|
14
|
+
|
|
3
15
|
## 1.15.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|