@appquality/unguess-design-system 2.12.14 → 2.12.15
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/build/index.d.ts +1 -0
- package/build/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v2.12.15 (Thu Sep 29 2022)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `master`
|
|
4
|
+
|
|
5
|
+
- chore(export): export special-cards ([@marcbon](https://github.com/marcbon))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v2.12.14 (Wed Sep 28 2022)
|
|
2
14
|
|
|
3
15
|
#### ⚠️ Pushed to `master`
|
package/build/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export * from "./stories/campaign-cards";
|
|
|
13
13
|
export * from "./stories/product-cards";
|
|
14
14
|
export * from "./stories/service-cards";
|
|
15
15
|
export * from "./stories/info-cards";
|
|
16
|
+
export * from "./stories/special-cards";
|
|
16
17
|
export * from "./stories/close";
|
|
17
18
|
export * from "./stories/counter";
|
|
18
19
|
export * from "./stories/drawers";
|
package/build/index.js
CHANGED
|
@@ -3253,6 +3253,7 @@ exports.ServiceCard = ServiceCard;
|
|
|
3253
3253
|
exports.Sidebar = Sidebar;
|
|
3254
3254
|
exports.Skeleton = Skeleton;
|
|
3255
3255
|
exports.Span = Span;
|
|
3256
|
+
exports.SpecialCard = SpecialCard;
|
|
3256
3257
|
exports.Spinner = Spinner;
|
|
3257
3258
|
exports.SplitButton = SplitButton;
|
|
3258
3259
|
exports.Stepper = Stepper;
|