@storybook/components 7.0.0-beta.29 → 7.0.0-beta.30
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/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -779,6 +779,10 @@ declare const icons: {
|
|
|
779
779
|
readonly rewind: JSX.Element;
|
|
780
780
|
readonly fastforward: JSX.Element;
|
|
781
781
|
readonly stopalt: JSX.Element;
|
|
782
|
+
readonly sidebyside: JSX.Element;
|
|
783
|
+
readonly stacked: JSX.Element;
|
|
784
|
+
readonly sun: JSX.Element;
|
|
785
|
+
readonly moon: JSX.Element;
|
|
782
786
|
readonly book: JSX.Element;
|
|
783
787
|
readonly document: JSX.Element;
|
|
784
788
|
readonly copy: JSX.Element;
|