@storybook/components 7.0.0-alpha.6 → 7.0.0-alpha.7
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
|
@@ -251,7 +251,7 @@ declare const Form: _storybook_theming.StyledComponent<react.DetailedHTMLProps<r
|
|
|
251
251
|
Field: react.FunctionComponent<FieldProps>;
|
|
252
252
|
Input: _storybook_theming.StyledComponent<any, {
|
|
253
253
|
size?: "flex" | "auto" | "100%";
|
|
254
|
-
align?: "
|
|
254
|
+
align?: "center" | "end" | "start";
|
|
255
255
|
valid?: "error" | "valid" | "warn";
|
|
256
256
|
height?: number;
|
|
257
257
|
}, _storybook_theming.Theme> & {
|
|
@@ -259,7 +259,7 @@ declare const Form: _storybook_theming.StyledComponent<react.DetailedHTMLProps<r
|
|
|
259
259
|
};
|
|
260
260
|
Select: _storybook_theming.StyledComponent<any, Omit<react.SelectHTMLAttributes<HTMLSelectElement>, "height" | "size" | "valid" | "align"> & {
|
|
261
261
|
size?: "flex" | "auto" | "100%";
|
|
262
|
-
align?: "
|
|
262
|
+
align?: "center" | "end" | "start";
|
|
263
263
|
valid?: "error" | "valid" | "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
|
Textarea: _storybook_theming.StyledComponent<any, Omit<react_textarea_autosize.TextareaAutosizeProps, "height" | "size" | "valid" | "align"> & {
|
|
269
269
|
size?: "flex" | "auto" | "100%";
|
|
270
|
-
align?: "
|
|
270
|
+
align?: "center" | "end" | "start";
|
|
271
271
|
valid?: "error" | "valid" | "warn";
|
|
272
272
|
height?: number;
|
|
273
273
|
}, _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.7",
|
|
4
4
|
"description": "Core Storybook Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"prepare": "esrun ../../scripts/prepare/bundle.ts"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@storybook/client-logger": "7.0.0-alpha.
|
|
53
|
+
"@storybook/client-logger": "7.0.0-alpha.7",
|
|
54
54
|
"@storybook/csf": "0.0.2--canary.4566f4d.1",
|
|
55
|
-
"@storybook/theming": "7.0.0-alpha.
|
|
55
|
+
"@storybook/theming": "7.0.0-alpha.7",
|
|
56
56
|
"core-js": "^3.8.2",
|
|
57
57
|
"memoizerific": "^1.11.3",
|
|
58
58
|
"qs": "^6.10.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"./src/index.ts",
|
|
93
93
|
"./src/html.tsx"
|
|
94
94
|
],
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "d334cabd251cd0ed8b845a87707dc84f007d4074"
|
|
96
96
|
}
|