@storybook/components 7.0.0-alpha.12 → 7.0.0-alpha.13
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 +3 -3
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -259,7 +259,7 @@ declare const Form: _storybook_theming.StyledComponent<react.DetailedHTMLProps<r
|
|
|
259
259
|
Field: react.FunctionComponent<FieldProps>;
|
|
260
260
|
Input: _storybook_theming.StyledComponent<any, {
|
|
261
261
|
size?: "flex" | "auto" | "100%";
|
|
262
|
-
align?: "
|
|
262
|
+
align?: "start" | "center" | "end";
|
|
263
263
|
valid?: "valid" | "error" | "warn";
|
|
264
264
|
height?: number;
|
|
265
265
|
}, _storybook_theming.Theme> & {
|
|
@@ -267,7 +267,7 @@ declare const Form: _storybook_theming.StyledComponent<react.DetailedHTMLProps<r
|
|
|
267
267
|
};
|
|
268
268
|
Select: _storybook_theming.StyledComponent<any, Omit<react.SelectHTMLAttributes<HTMLSelectElement>, "height" | "size" | "valid" | "align"> & {
|
|
269
269
|
size?: "flex" | "auto" | "100%";
|
|
270
|
-
align?: "
|
|
270
|
+
align?: "start" | "center" | "end";
|
|
271
271
|
valid?: "valid" | "error" | "warn";
|
|
272
272
|
height?: number;
|
|
273
273
|
}, _storybook_theming.Theme> & {
|
|
@@ -275,7 +275,7 @@ declare const Form: _storybook_theming.StyledComponent<react.DetailedHTMLProps<r
|
|
|
275
275
|
};
|
|
276
276
|
Textarea: _storybook_theming.StyledComponent<any, Omit<react_textarea_autosize.TextareaAutosizeProps, "height" | "size" | "valid" | "align"> & {
|
|
277
277
|
size?: "flex" | "auto" | "100%";
|
|
278
|
-
align?: "
|
|
278
|
+
align?: "start" | "center" | "end";
|
|
279
279
|
valid?: "valid" | "error" | "warn";
|
|
280
280
|
height?: number;
|
|
281
281
|
}, _storybook_theming.Theme> & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/components",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.13",
|
|
4
4
|
"description": "Core Storybook Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"prepare": "esrun ../../scripts/prepare/bundle.ts"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@storybook/client-logger": "7.0.0-alpha.
|
|
54
|
+
"@storybook/client-logger": "7.0.0-alpha.13",
|
|
55
55
|
"@storybook/csf": "0.0.2--canary.4566f4d.1",
|
|
56
|
-
"@storybook/theming": "7.0.0-alpha.
|
|
56
|
+
"@storybook/theming": "7.0.0-alpha.13",
|
|
57
57
|
"core-js": "^3.8.2",
|
|
58
58
|
"memoizerific": "^1.11.3",
|
|
59
59
|
"qs": "^6.10.0",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
],
|
|
102
102
|
"platform": "neutral"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "9ac4d2e0a05eb945713a0e6689abc3b12359e181"
|
|
105
105
|
}
|