storybook 9.0.0-alpha.8 → 9.0.0-beta.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/assets/docs/addon-backgrounds.gif +0 -0
- package/assets/docs/addon-controls-args-annotated.png +0 -0
- package/assets/docs/addon-controls-args-background-color.png +0 -0
- package/assets/docs/addon-controls-args-background-string.png +0 -0
- package/assets/docs/addon-controls-args-docs.png +0 -0
- package/assets/docs/addon-controls-args-logging.png +0 -0
- package/assets/docs/addon-controls-args-no-annotation.png +0 -0
- package/assets/docs/addon-controls-args-reflow-slider.png +0 -0
- package/assets/docs/addon-controls-args-reflow.png +0 -0
- package/assets/docs/addon-controls-args-template.png +0 -0
- package/assets/docs/addon-controls-expanded.png +0 -0
- package/assets/docs/addon-controls-hero.gif +0 -0
- package/assets/docs/addon-controls-install.png +0 -0
- package/assets/docs/hero.gif +0 -0
- package/assets/docs/highlight.png +0 -0
- package/assets/docs/viewport.png +0 -0
- package/assets/server/base-preview-head.html +1 -3
- package/bin/index.cjs +2 -2
- package/dist/actions/decorator.js +67 -72
- package/dist/actions/index.cjs +27 -31
- package/dist/actions/index.d.ts +0 -3
- package/dist/actions/index.js +27 -31
- package/dist/actions/preview.cjs +23 -27
- package/dist/actions/preview.d.ts +0 -1
- package/dist/actions/preview.js +19 -23
- package/dist/babel/index.cjs +822 -816
- package/dist/babel/index.js +822 -816
- package/dist/backgrounds/index.cjs +148 -0
- package/dist/backgrounds/index.d.ts +91 -0
- package/dist/backgrounds/index.js +130 -0
- package/dist/backgrounds/preview.cjs +143 -0
- package/dist/backgrounds/preview.d.ts +54 -0
- package/dist/backgrounds/preview.js +127 -0
- package/dist/bin/index.cjs +73 -92
- package/dist/bin/index.js +66 -85
- package/dist/builder-manager/index.cjs +316 -296
- package/dist/builder-manager/index.js +567 -547
- package/dist/channels/index.cjs +1020 -950
- package/dist/channels/index.js +1256 -1201
- package/dist/cli/bin/index.cjs +198 -198
- package/dist/cli/bin/index.js +204 -204
- package/dist/cli/index.cjs +61734 -7589
- package/dist/cli/index.d.ts +24 -20
- package/dist/cli/index.js +61775 -7630
- package/dist/common/index.cjs +16175 -9123
- package/dist/common/index.d.ts +34 -25
- package/dist/common/index.js +16270 -9212
- package/dist/component-testing/index.cjs +23 -0
- package/dist/component-testing/index.d.ts +3 -0
- package/dist/component-testing/index.js +5 -0
- package/dist/component-testing/preview.cjs +40 -0
- package/dist/component-testing/preview.d.ts +5 -0
- package/dist/component-testing/preview.js +25 -0
- package/dist/components/index.cjs +6479 -13005
- package/dist/components/index.d.ts +8 -257
- package/dist/components/index.js +6160 -18689
- package/dist/controls/decorator.d.ts +5 -0
- package/dist/controls/decorator.js +8 -0
- package/dist/controls/index.cjs +26 -0
- package/dist/controls/index.d.ts +39 -0
- package/dist/controls/index.js +6 -0
- package/dist/controls/preview.cjs +26 -0
- package/dist/controls/preview.d.ts +54 -0
- package/dist/controls/preview.js +9 -0
- package/dist/core-events/index.cjs +91 -106
- package/dist/core-events/index.d.ts +2 -80
- package/dist/core-events/index.js +79 -94
- package/dist/core-server/index.cjs +12314 -12114
- package/dist/core-server/index.d.ts +32 -23
- package/dist/core-server/index.js +12495 -12296
- package/dist/core-server/presets/common-manager.css +170 -0
- package/dist/core-server/presets/common-manager.js +12153 -12
- package/dist/core-server/presets/common-preset.cjs +3004 -3151
- package/dist/core-server/presets/common-preset.js +2833 -2981
- package/dist/csf/index.d.ts +1 -3
- package/dist/csf-tools/index.cjs +412 -403
- package/dist/csf-tools/index.d.ts +0 -4
- package/dist/csf-tools/index.js +410 -401
- package/dist/docs-tools/index.cjs +2569 -575
- package/dist/docs-tools/index.js +2565 -564
- package/dist/highlight/index.cjs +27 -0
- package/dist/highlight/index.d.ts +61 -0
- package/dist/highlight/index.js +7 -0
- package/dist/highlight/preview.cjs +535 -0
- package/dist/highlight/preview.d.ts +54 -0
- package/dist/highlight/preview.js +519 -0
- package/dist/instrumenter/index.cjs +1417 -1761
- package/dist/instrumenter/index.d.ts +8 -7
- package/dist/instrumenter/index.js +1332 -1667
- package/dist/manager/globals-module-info.cjs +22 -33
- package/dist/manager/globals-module-info.js +7 -18
- package/dist/manager/globals-runtime.js +45449 -49535
- package/dist/manager/runtime.js +4392 -3774
- package/dist/manager-api/index.cjs +2622 -2529
- package/dist/manager-api/index.d.ts +109 -114
- package/dist/manager-api/index.js +2603 -2475
- package/dist/manager-errors.js +41 -37
- package/dist/measure/index.cjs +476 -0
- package/dist/measure/index.d.ts +66 -0
- package/dist/measure/index.js +464 -0
- package/dist/measure/preview.cjs +466 -0
- package/dist/measure/preview.d.ts +59 -0
- package/dist/measure/preview.js +450 -0
- package/dist/outline/index.cjs +528 -0
- package/dist/outline/index.d.ts +66 -0
- package/dist/outline/index.js +500 -0
- package/dist/outline/preview.cjs +518 -0
- package/dist/outline/preview.d.ts +59 -0
- package/dist/outline/preview.js +486 -0
- package/dist/preview/runtime.js +42328 -38511
- package/dist/preview-api/index.cjs +1204 -1293
- package/dist/preview-api/index.d.ts +126 -178
- package/dist/preview-api/index.js +1614 -1685
- package/dist/preview-errors.cjs +65 -51
- package/dist/preview-errors.d.ts +6 -2
- package/dist/preview-errors.js +176 -142
- package/dist/server-errors.cjs +160 -113
- package/dist/server-errors.d.ts +12 -2
- package/dist/server-errors.js +157 -110
- package/dist/telemetry/index.cjs +407 -403
- package/dist/telemetry/index.d.ts +1 -1
- package/dist/telemetry/index.js +493 -489
- package/dist/test/index.cjs +1553 -1552
- package/dist/test/index.js +9603 -9514
- package/dist/test/preview.cjs +1906 -1905
- package/dist/test/preview.d.ts +0 -6
- package/dist/test/preview.js +3664 -3603
- package/dist/test/spy.cjs +65 -64
- package/dist/test/spy.js +59 -58
- package/dist/types/index.cjs +11 -12
- package/dist/types/index.d.ts +601 -338
- package/dist/types/index.js +1 -2
- package/dist/viewport/index.cjs +310 -0
- package/dist/viewport/index.d.ts +320 -0
- package/dist/viewport/index.js +290 -0
- package/dist/viewport/preview.cjs +35 -0
- package/dist/viewport/preview.d.ts +68 -0
- package/dist/viewport/preview.js +19 -0
- package/package.json +207 -12
- package/dist/actions/manager.js +0 -1196
|
@@ -2,7 +2,6 @@ import * as React$1 from 'react';
|
|
|
2
2
|
import React__default, { ComponentProps, AnchorHTMLAttributes, MouseEvent, ReactNode, ReactElement, ButtonHTMLAttributes, SyntheticEvent, Component, RefObject, FC, PropsWithChildren, DetailedHTMLProps, RefAttributes, ElementType } from 'react';
|
|
3
3
|
import * as storybook_theming from 'storybook/theming';
|
|
4
4
|
import { FunctionInterpolation } from 'storybook/theming';
|
|
5
|
-
import { BuiltInParserName } from 'prettier';
|
|
6
5
|
import { Addon_RenderOptions } from 'storybook/internal/types';
|
|
7
6
|
|
|
8
7
|
declare const A: storybook_theming.StyledComponent<React$1.AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
@@ -111,7 +110,8 @@ declare const UL: storybook_theming.StyledComponent<{
|
|
|
111
110
|
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
|
|
112
111
|
|
|
113
112
|
interface BadgeProps {
|
|
114
|
-
|
|
113
|
+
compact?: boolean;
|
|
114
|
+
status?: 'positive' | 'negative' | 'neutral' | 'warning' | 'critical' | 'active';
|
|
115
115
|
children?: React__default.ReactNode;
|
|
116
116
|
}
|
|
117
117
|
declare const Badge: ({ ...props }: BadgeProps) => React__default.JSX.Element;
|
|
@@ -173,7 +173,7 @@ interface SyntaxHighlighterCustomProps {
|
|
|
173
173
|
className?: string;
|
|
174
174
|
renderer?: SyntaxHighlighterRenderer;
|
|
175
175
|
}
|
|
176
|
-
type SyntaxHighlighterFormatTypes = boolean | 'dedent'
|
|
176
|
+
type SyntaxHighlighterFormatTypes = boolean | 'dedent';
|
|
177
177
|
type LineTagPropsFunction = (lineNumber: number) => React.HTMLProps<HTMLElement>;
|
|
178
178
|
type SupportedLanguage = 'text' | keyof typeof supportedLanguages;
|
|
179
179
|
interface SyntaxHighlighterBaseProps {
|
|
@@ -445,24 +445,6 @@ interface ButtonProps$1 extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
|
445
445
|
disabled?: boolean;
|
|
446
446
|
active?: boolean;
|
|
447
447
|
animation?: 'none' | 'rotate360' | 'glow' | 'jiggle';
|
|
448
|
-
/** @deprecated Use {@link asChild} instead. This will be removed in Storybook 9.0 */
|
|
449
|
-
isLink?: boolean;
|
|
450
|
-
/** @deprecated Use {@link variant} instead. This will be removed in Storybook 9.0 */
|
|
451
|
-
primary?: boolean;
|
|
452
|
-
/** @deprecated Use {@link variant} instead. This will be removed in Storybook 9.0 */
|
|
453
|
-
secondary?: boolean;
|
|
454
|
-
/** @deprecated Use {@link variant} instead. This will be removed in Storybook 9.0 */
|
|
455
|
-
tertiary?: boolean;
|
|
456
|
-
/** @deprecated Use {@link variant} instead. This will be removed in Storybook 9.0 */
|
|
457
|
-
gray?: boolean;
|
|
458
|
-
/** @deprecated Use {@link variant} instead. This will be removed in Storybook 9.0 */
|
|
459
|
-
inForm?: boolean;
|
|
460
|
-
/** @deprecated Use {@link size} instead. This will be removed in Storybook 9.0 */
|
|
461
|
-
small?: boolean;
|
|
462
|
-
/** @deprecated Use {@link variant} instead. This will be removed in Storybook 9.0 */
|
|
463
|
-
outline?: boolean;
|
|
464
|
-
/** @deprecated Add your icon as a child directly. This will be removed in Storybook 9.0 */
|
|
465
|
-
containsIcon?: boolean;
|
|
466
448
|
}
|
|
467
449
|
declare const Button: React__default.ForwardRefExoticComponent<ButtonProps$1 & React__default.RefAttributes<HTMLButtonElement>>;
|
|
468
450
|
|
|
@@ -595,6 +577,8 @@ interface ErrorFormatterProps {
|
|
|
595
577
|
}
|
|
596
578
|
declare const ErrorFormatter: ({ error }: ErrorFormatterProps) => React__default.JSX.Element;
|
|
597
579
|
|
|
580
|
+
declare const Checkbox: (props: React__default.InputHTMLAttributes<HTMLInputElement>) => React__default.JSX.Element;
|
|
581
|
+
|
|
598
582
|
/**
|
|
599
583
|
* These types are copied from `react-textarea-autosize`. I copied them because of
|
|
600
584
|
* https://github.com/storybookjs/storybook/issues/18734 Maybe there's some bug in `tsup` or
|
|
@@ -964,13 +948,14 @@ interface ListItemProps extends Omit<ComponentProps<typeof Item>, 'title'> {
|
|
|
964
948
|
center?: ReactNode;
|
|
965
949
|
right?: ReactNode;
|
|
966
950
|
icon?: ReactNode;
|
|
951
|
+
input?: ReactNode;
|
|
967
952
|
active?: boolean;
|
|
968
953
|
disabled?: boolean;
|
|
969
954
|
href?: string;
|
|
970
955
|
LinkWrapper?: LinkWrapperType;
|
|
971
956
|
isIndented?: boolean;
|
|
972
957
|
}
|
|
973
|
-
declare const ListItem: (
|
|
958
|
+
declare const ListItem: (props: ListItemProps) => React__default.JSX.Element;
|
|
974
959
|
|
|
975
960
|
declare const List: storybook_theming.StyledComponent<{
|
|
976
961
|
theme?: storybook_theming.Theme;
|
|
@@ -1062,8 +1047,6 @@ interface TabButtonProps {
|
|
|
1062
1047
|
declare const TabButton: storybook_theming.StyledComponent<Omit<ButtonProps, "ref"> & RefAttributes<HTMLButtonElement> & {
|
|
1063
1048
|
theme?: storybook_theming.Theme;
|
|
1064
1049
|
} & TabButtonProps, {}, {}>;
|
|
1065
|
-
/** @deprecated This component will be removed in Storybook 9.0 */
|
|
1066
|
-
declare const IconButtonSkeleton: () => React__default.JSX.Element;
|
|
1067
1050
|
|
|
1068
1051
|
interface SeparatorProps {
|
|
1069
1052
|
force?: boolean;
|
|
@@ -1098,238 +1081,6 @@ interface AddonPanelProps {
|
|
|
1098
1081
|
}
|
|
1099
1082
|
declare const AddonPanel: ({ active, children }: AddonPanelProps) => React__default.JSX.Element;
|
|
1100
1083
|
|
|
1101
|
-
type IconType = keyof typeof icons;
|
|
1102
|
-
declare const Svg: storybook_theming.StyledComponent<{
|
|
1103
|
-
theme?: storybook_theming.Theme;
|
|
1104
|
-
as?: React__default.ElementType;
|
|
1105
|
-
}, React__default.SVGProps<SVGSVGElement>, {}>;
|
|
1106
|
-
interface IconsProps extends ComponentProps<typeof Svg> {
|
|
1107
|
-
icon: IconType;
|
|
1108
|
-
useSymbol?: boolean;
|
|
1109
|
-
onClick?: () => void;
|
|
1110
|
-
__suppressDeprecationWarning?: boolean;
|
|
1111
|
-
}
|
|
1112
|
-
/**
|
|
1113
|
-
* @deprecated No longer used, will be removed in Storybook 9.0 Please use the `@storybook/icons`
|
|
1114
|
-
* package instead.
|
|
1115
|
-
*/
|
|
1116
|
-
declare const Icons: ({ icon, useSymbol, __suppressDeprecationWarning, ...props }: IconsProps) => React__default.JSX.Element | null;
|
|
1117
|
-
interface SymbolsProps {
|
|
1118
|
-
icons?: IconType[];
|
|
1119
|
-
}
|
|
1120
|
-
/**
|
|
1121
|
-
* @deprecated No longer used, will be removed in Storybook 9.0 Please use the `@storybook/icons`
|
|
1122
|
-
* package instead.
|
|
1123
|
-
*/
|
|
1124
|
-
declare const Symbols: React__default.NamedExoticComponent<SymbolsProps>;
|
|
1125
|
-
declare const icons: {
|
|
1126
|
-
readonly user: "UserIcon";
|
|
1127
|
-
readonly useralt: "UserAltIcon";
|
|
1128
|
-
readonly useradd: "UserAddIcon";
|
|
1129
|
-
readonly users: "UsersIcon";
|
|
1130
|
-
readonly profile: "ProfileIcon";
|
|
1131
|
-
readonly facehappy: "FaceHappyIcon";
|
|
1132
|
-
readonly faceneutral: "FaceNeutralIcon";
|
|
1133
|
-
readonly facesad: "FaceSadIcon";
|
|
1134
|
-
readonly accessibility: "AccessibilityIcon";
|
|
1135
|
-
readonly accessibilityalt: "AccessibilityAltIcon";
|
|
1136
|
-
readonly arrowup: "ChevronUpIcon";
|
|
1137
|
-
readonly arrowdown: "ChevronDownIcon";
|
|
1138
|
-
readonly arrowleft: "ChevronLeftIcon";
|
|
1139
|
-
readonly arrowright: "ChevronRightIcon";
|
|
1140
|
-
readonly arrowupalt: "ArrowUpIcon";
|
|
1141
|
-
readonly arrowdownalt: "ArrowDownIcon";
|
|
1142
|
-
readonly arrowleftalt: "ArrowLeftIcon";
|
|
1143
|
-
readonly arrowrightalt: "ArrowRightIcon";
|
|
1144
|
-
readonly expandalt: "ExpandAltIcon";
|
|
1145
|
-
readonly collapse: "CollapseIcon";
|
|
1146
|
-
readonly expand: "ExpandIcon";
|
|
1147
|
-
readonly unfold: "UnfoldIcon";
|
|
1148
|
-
readonly transfer: "TransferIcon";
|
|
1149
|
-
readonly redirect: "RedirectIcon";
|
|
1150
|
-
readonly undo: "UndoIcon";
|
|
1151
|
-
readonly reply: "ReplyIcon";
|
|
1152
|
-
readonly sync: "SyncIcon";
|
|
1153
|
-
readonly upload: "UploadIcon";
|
|
1154
|
-
readonly download: "DownloadIcon";
|
|
1155
|
-
readonly back: "BackIcon";
|
|
1156
|
-
readonly proceed: "ProceedIcon";
|
|
1157
|
-
readonly refresh: "RefreshIcon";
|
|
1158
|
-
readonly globe: "GlobeIcon";
|
|
1159
|
-
readonly compass: "CompassIcon";
|
|
1160
|
-
readonly location: "LocationIcon";
|
|
1161
|
-
readonly pin: "PinIcon";
|
|
1162
|
-
readonly time: "TimeIcon";
|
|
1163
|
-
readonly dashboard: "DashboardIcon";
|
|
1164
|
-
readonly timer: "TimerIcon";
|
|
1165
|
-
readonly home: "HomeIcon";
|
|
1166
|
-
readonly admin: "AdminIcon";
|
|
1167
|
-
readonly info: "InfoIcon";
|
|
1168
|
-
readonly question: "QuestionIcon";
|
|
1169
|
-
readonly support: "SupportIcon";
|
|
1170
|
-
readonly alert: "AlertIcon";
|
|
1171
|
-
readonly email: "EmailIcon";
|
|
1172
|
-
readonly phone: "PhoneIcon";
|
|
1173
|
-
readonly link: "LinkIcon";
|
|
1174
|
-
readonly unlink: "LinkBrokenIcon";
|
|
1175
|
-
readonly bell: "BellIcon";
|
|
1176
|
-
readonly rss: "RSSIcon";
|
|
1177
|
-
readonly sharealt: "ShareAltIcon";
|
|
1178
|
-
readonly share: "ShareIcon";
|
|
1179
|
-
readonly circle: "CircleIcon";
|
|
1180
|
-
readonly circlehollow: "CircleHollowIcon";
|
|
1181
|
-
readonly bookmarkhollow: "BookmarkHollowIcon";
|
|
1182
|
-
readonly bookmark: "BookmarkIcon";
|
|
1183
|
-
readonly hearthollow: "HeartHollowIcon";
|
|
1184
|
-
readonly heart: "HeartIcon";
|
|
1185
|
-
readonly starhollow: "StarHollowIcon";
|
|
1186
|
-
readonly star: "StarIcon";
|
|
1187
|
-
readonly certificate: "CertificateIcon";
|
|
1188
|
-
readonly verified: "VerifiedIcon";
|
|
1189
|
-
readonly thumbsup: "ThumbsUpIcon";
|
|
1190
|
-
readonly shield: "ShieldIcon";
|
|
1191
|
-
readonly basket: "BasketIcon";
|
|
1192
|
-
readonly beaker: "BeakerIcon";
|
|
1193
|
-
readonly hourglass: "HourglassIcon";
|
|
1194
|
-
readonly flag: "FlagIcon";
|
|
1195
|
-
readonly cloudhollow: "CloudHollowIcon";
|
|
1196
|
-
readonly edit: "EditIcon";
|
|
1197
|
-
readonly cog: "CogIcon";
|
|
1198
|
-
readonly nut: "NutIcon";
|
|
1199
|
-
readonly wrench: "WrenchIcon";
|
|
1200
|
-
readonly ellipsis: "EllipsisIcon";
|
|
1201
|
-
readonly check: "CheckIcon";
|
|
1202
|
-
readonly form: "FormIcon";
|
|
1203
|
-
readonly batchdeny: "BatchDenyIcon";
|
|
1204
|
-
readonly batchaccept: "BatchAcceptIcon";
|
|
1205
|
-
readonly controls: "ControlsIcon";
|
|
1206
|
-
readonly plus: "PlusIcon";
|
|
1207
|
-
readonly closeAlt: "CloseAltIcon";
|
|
1208
|
-
readonly cross: "CrossIcon";
|
|
1209
|
-
readonly trash: "TrashIcon";
|
|
1210
|
-
readonly pinalt: "PinAltIcon";
|
|
1211
|
-
readonly unpin: "UnpinIcon";
|
|
1212
|
-
readonly add: "AddIcon";
|
|
1213
|
-
readonly subtract: "SubtractIcon";
|
|
1214
|
-
readonly close: "CloseIcon";
|
|
1215
|
-
readonly delete: "DeleteIcon";
|
|
1216
|
-
readonly passed: "PassedIcon";
|
|
1217
|
-
readonly changed: "ChangedIcon";
|
|
1218
|
-
readonly failed: "FailedIcon";
|
|
1219
|
-
readonly clear: "ClearIcon";
|
|
1220
|
-
readonly comment: "CommentIcon";
|
|
1221
|
-
readonly commentadd: "CommentAddIcon";
|
|
1222
|
-
readonly requestchange: "RequestChangeIcon";
|
|
1223
|
-
readonly comments: "CommentsIcon";
|
|
1224
|
-
readonly lock: "LockIcon";
|
|
1225
|
-
readonly unlock: "UnlockIcon";
|
|
1226
|
-
readonly key: "KeyIcon";
|
|
1227
|
-
readonly outbox: "OutboxIcon";
|
|
1228
|
-
readonly credit: "CreditIcon";
|
|
1229
|
-
readonly button: "ButtonIcon";
|
|
1230
|
-
readonly type: "TypeIcon";
|
|
1231
|
-
readonly pointerdefault: "PointerDefaultIcon";
|
|
1232
|
-
readonly pointerhand: "PointerHandIcon";
|
|
1233
|
-
readonly browser: "BrowserIcon";
|
|
1234
|
-
readonly tablet: "TabletIcon";
|
|
1235
|
-
readonly mobile: "MobileIcon";
|
|
1236
|
-
readonly watch: "WatchIcon";
|
|
1237
|
-
readonly sidebar: "SidebarIcon";
|
|
1238
|
-
readonly sidebaralt: "SidebarAltIcon";
|
|
1239
|
-
readonly sidebaralttoggle: "SidebarAltToggleIcon";
|
|
1240
|
-
readonly sidebartoggle: "SidebarToggleIcon";
|
|
1241
|
-
readonly bottombar: "BottomBarIcon";
|
|
1242
|
-
readonly bottombartoggle: "BottomBarToggleIcon";
|
|
1243
|
-
readonly cpu: "CPUIcon";
|
|
1244
|
-
readonly database: "DatabaseIcon";
|
|
1245
|
-
readonly memory: "MemoryIcon";
|
|
1246
|
-
readonly structure: "StructureIcon";
|
|
1247
|
-
readonly box: "BoxIcon";
|
|
1248
|
-
readonly power: "PowerIcon";
|
|
1249
|
-
readonly photo: "PhotoIcon";
|
|
1250
|
-
readonly component: "ComponentIcon";
|
|
1251
|
-
readonly grid: "GridIcon";
|
|
1252
|
-
readonly outline: "OutlineIcon";
|
|
1253
|
-
readonly photodrag: "PhotoDragIcon";
|
|
1254
|
-
readonly search: "SearchIcon";
|
|
1255
|
-
readonly zoom: "ZoomIcon";
|
|
1256
|
-
readonly zoomout: "ZoomOutIcon";
|
|
1257
|
-
readonly zoomreset: "ZoomResetIcon";
|
|
1258
|
-
readonly eye: "EyeIcon";
|
|
1259
|
-
readonly eyeclose: "EyeCloseIcon";
|
|
1260
|
-
readonly lightning: "LightningIcon";
|
|
1261
|
-
readonly lightningoff: "LightningOffIcon";
|
|
1262
|
-
readonly contrast: "ContrastIcon";
|
|
1263
|
-
readonly switchalt: "SwitchAltIcon";
|
|
1264
|
-
readonly mirror: "MirrorIcon";
|
|
1265
|
-
readonly grow: "GrowIcon";
|
|
1266
|
-
readonly paintbrush: "PaintBrushIcon";
|
|
1267
|
-
readonly ruler: "RulerIcon";
|
|
1268
|
-
readonly stop: "StopIcon";
|
|
1269
|
-
readonly camera: "CameraIcon";
|
|
1270
|
-
readonly video: "VideoIcon";
|
|
1271
|
-
readonly speaker: "SpeakerIcon";
|
|
1272
|
-
readonly play: "PlayIcon";
|
|
1273
|
-
readonly playback: "PlayBackIcon";
|
|
1274
|
-
readonly playnext: "PlayNextIcon";
|
|
1275
|
-
readonly rewind: "RewindIcon";
|
|
1276
|
-
readonly fastforward: "FastForwardIcon";
|
|
1277
|
-
readonly stopalt: "StopAltIcon";
|
|
1278
|
-
readonly sidebyside: "SideBySideIcon";
|
|
1279
|
-
readonly stacked: "StackedIcon";
|
|
1280
|
-
readonly sun: "SunIcon";
|
|
1281
|
-
readonly moon: "MoonIcon";
|
|
1282
|
-
readonly book: "BookIcon";
|
|
1283
|
-
readonly document: "DocumentIcon";
|
|
1284
|
-
readonly copy: "CopyIcon";
|
|
1285
|
-
readonly category: "CategoryIcon";
|
|
1286
|
-
readonly folder: "FolderIcon";
|
|
1287
|
-
readonly print: "PrintIcon";
|
|
1288
|
-
readonly graphline: "GraphLineIcon";
|
|
1289
|
-
readonly calendar: "CalendarIcon";
|
|
1290
|
-
readonly graphbar: "GraphBarIcon";
|
|
1291
|
-
readonly menu: "MenuIcon";
|
|
1292
|
-
readonly menualt: "MenuIcon";
|
|
1293
|
-
readonly filter: "FilterIcon";
|
|
1294
|
-
readonly docchart: "DocChartIcon";
|
|
1295
|
-
readonly doclist: "DocListIcon";
|
|
1296
|
-
readonly markup: "MarkupIcon";
|
|
1297
|
-
readonly bold: "BoldIcon";
|
|
1298
|
-
readonly paperclip: "PaperClipIcon";
|
|
1299
|
-
readonly listordered: "ListOrderedIcon";
|
|
1300
|
-
readonly listunordered: "ListUnorderedIcon";
|
|
1301
|
-
readonly paragraph: "ParagraphIcon";
|
|
1302
|
-
readonly markdown: "MarkdownIcon";
|
|
1303
|
-
readonly repository: "RepoIcon";
|
|
1304
|
-
readonly commit: "CommitIcon";
|
|
1305
|
-
readonly branch: "BranchIcon";
|
|
1306
|
-
readonly pullrequest: "PullRequestIcon";
|
|
1307
|
-
readonly merge: "MergeIcon";
|
|
1308
|
-
readonly apple: "AppleIcon";
|
|
1309
|
-
readonly linux: "LinuxIcon";
|
|
1310
|
-
readonly ubuntu: "UbuntuIcon";
|
|
1311
|
-
readonly windows: "WindowsIcon";
|
|
1312
|
-
readonly storybook: "StorybookIcon";
|
|
1313
|
-
readonly azuredevops: "AzureDevOpsIcon";
|
|
1314
|
-
readonly bitbucket: "BitbucketIcon";
|
|
1315
|
-
readonly chrome: "ChromeIcon";
|
|
1316
|
-
readonly chromatic: "ChromaticIcon";
|
|
1317
|
-
readonly componentdriven: "ComponentDrivenIcon";
|
|
1318
|
-
readonly discord: "DiscordIcon";
|
|
1319
|
-
readonly facebook: "FacebookIcon";
|
|
1320
|
-
readonly figma: "FigmaIcon";
|
|
1321
|
-
readonly gdrive: "GDriveIcon";
|
|
1322
|
-
readonly github: "GithubIcon";
|
|
1323
|
-
readonly gitlab: "GitlabIcon";
|
|
1324
|
-
readonly google: "GoogleIcon";
|
|
1325
|
-
readonly graphql: "GraphqlIcon";
|
|
1326
|
-
readonly medium: "MediumIcon";
|
|
1327
|
-
readonly redux: "ReduxIcon";
|
|
1328
|
-
readonly twitter: "TwitterIcon";
|
|
1329
|
-
readonly youtube: "YoutubeIcon";
|
|
1330
|
-
readonly vscode: "VSCodeIcon";
|
|
1331
|
-
};
|
|
1332
|
-
|
|
1333
1084
|
type StorybookLogoProps = {
|
|
1334
1085
|
alt: string;
|
|
1335
1086
|
} & React__default.SVGAttributes<SVGSVGElement>;
|
|
@@ -1420,4 +1171,4 @@ declare const components: {
|
|
|
1420
1171
|
};
|
|
1421
1172
|
declare const resetComponents: Record<string, ElementType>;
|
|
1422
1173
|
|
|
1423
|
-
export { A, ActionBar, type ActionItem, AddonPanel, Badge, Bar, Blockquote, Button, ClipboardCode, Code, DL, Div, DocumentWrapper, EmptyTabContent, ErrorFormatter, FlexBar, Form, H1, H2, H3, H4, H5, H6, HR, IconButton,
|
|
1174
|
+
export { A, ActionBar, type ActionItem, AddonPanel, Badge, Bar, Blockquote, Button, Checkbox, ClipboardCode, Code, DL, Div, DocumentWrapper, EmptyTabContent, ErrorFormatter, FlexBar, Form, H1, H2, H3, H4, H5, H6, HR, IconButton, Img, LI, Link$1 as Link, ListItem, Loader, Modal, OL, P, Placeholder, Pre, ProgressSpinner, ResetWrapper, ScrollArea, Separator, Spaced, Span, StorybookIcon, StorybookLogo, type SupportedLanguage, SyntaxHighlighter, type SyntaxHighlighterFormatTypes, type SyntaxHighlighterProps, type SyntaxHighlighterRendererProps, TT, TabBar, TabButton, TabWrapper, Table, Tabs, TabsState, TooltipLinkList, type Link as TooltipLinkListLink, TooltipMessage, TooltipNote, UL, WithTooltip, WithTooltipPure, Zoom, codeCommon, components, createCopyToClipboardFunction, getStoryHref, interleaveSeparators, nameSpaceClassNames, resetComponents, withReset };
|