@ornikar/kitt-universal 1.0.0-pre → 1.0.0-pre.1
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/definitions/Avatar/Avatar.d.ts +14 -0
- package/dist/definitions/Avatar/Avatar.d.ts.map +1 -0
- package/dist/definitions/Button/Button.d.ts +17 -0
- package/dist/definitions/Button/Button.d.ts.map +1 -0
- package/dist/definitions/Button/ButtonContainer.d.ts +12 -0
- package/dist/definitions/Button/ButtonContainer.d.ts.map +1 -0
- package/dist/definitions/Button/ButtonContent.d.ts +9 -0
- package/dist/definitions/Button/ButtonContent.d.ts.map +1 -0
- package/dist/definitions/Button/useButton.d.ts +6 -0
- package/dist/definitions/Button/useButton.d.ts.map +1 -0
- package/dist/definitions/Card/Card.d.ts +9 -0
- package/dist/definitions/Card/Card.d.ts.map +1 -0
- package/dist/definitions/FullScreenModal/Body.d.ts +7 -0
- package/dist/definitions/FullScreenModal/Body.d.ts.map +1 -0
- package/dist/definitions/FullScreenModal/FullScreenModal.d.ts +12 -0
- package/dist/definitions/FullScreenModal/FullScreenModal.d.ts.map +1 -0
- package/dist/definitions/FullScreenModal/Header.d.ts +8 -0
- package/dist/definitions/FullScreenModal/Header.d.ts.map +1 -0
- package/dist/definitions/Icon/Icon.d.ts +12 -0
- package/dist/definitions/Icon/Icon.d.ts.map +1 -0
- package/dist/definitions/Icon/SpinningIcon.d.ts +6 -0
- package/dist/definitions/Icon/SpinningIcon.d.ts.map +1 -0
- package/dist/definitions/Icon/SpinningIcon.web.d.ts +7 -0
- package/dist/definitions/Icon/SpinningIcon.web.d.ts.map +1 -0
- package/dist/definitions/KittBreakpoints.d.ts +43 -0
- package/dist/definitions/KittBreakpoints.d.ts.map +1 -0
- package/dist/definitions/KittThemeProvider.d.ts +15 -0
- package/dist/definitions/KittThemeProvider.d.ts.map +1 -0
- package/dist/definitions/ListItem/ListItem.d.ts +20 -0
- package/dist/definitions/ListItem/ListItem.d.ts.map +1 -0
- package/dist/definitions/ListItem/ListItemContent.d.ts +7 -0
- package/dist/definitions/ListItem/ListItemContent.d.ts.map +1 -0
- package/dist/definitions/ListItem/ListItemSideContent.d.ts +13 -0
- package/dist/definitions/ListItem/ListItemSideContent.d.ts.map +1 -0
- package/dist/definitions/Loader/LargeLoader.d.ts +7 -0
- package/dist/definitions/Loader/LargeLoader.d.ts.map +1 -0
- package/dist/definitions/Loader/LargeLoader.web.d.ts +4 -0
- package/dist/definitions/Loader/LargeLoader.web.d.ts.map +1 -0
- package/dist/definitions/Loader/Loader.d.ts +8 -0
- package/dist/definitions/Loader/Loader.d.ts.map +1 -0
- package/dist/definitions/Loader/Loader.web.d.ts +8 -0
- package/dist/definitions/Loader/Loader.web.d.ts.map +1 -0
- package/dist/definitions/Message/Message.d.ts +14 -0
- package/dist/definitions/Message/Message.d.ts.map +1 -0
- package/dist/definitions/Modal/Body.d.ts +8 -0
- package/dist/definitions/Modal/Body.d.ts.map +1 -0
- package/dist/definitions/Modal/Footer.d.ts +6 -0
- package/dist/definitions/Modal/Footer.d.ts.map +1 -0
- package/dist/definitions/Modal/Header.d.ts +8 -0
- package/dist/definitions/Modal/Header.d.ts.map +1 -0
- package/dist/definitions/Modal/Modal.d.ts +18 -0
- package/dist/definitions/Modal/Modal.d.ts.map +1 -0
- package/dist/definitions/Modal/OnCloseContext.d.ts +3 -0
- package/dist/definitions/Modal/OnCloseContext.d.ts.map +1 -0
- package/dist/definitions/Notification/Notification.d.ts +10 -0
- package/dist/definitions/Notification/Notification.d.ts.map +1 -0
- package/dist/definitions/Overlay/Overlay.d.ts +8 -0
- package/dist/definitions/Overlay/Overlay.d.ts.map +1 -0
- package/dist/definitions/Tag/Tag.d.ts +9 -0
- package/dist/definitions/Tag/Tag.d.ts.map +1 -0
- package/dist/definitions/Tooltip/Tooltip.d.ts +11 -0
- package/dist/definitions/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/definitions/forms/InputFeedback/InputFeedback.d.ts +10 -0
- package/dist/definitions/forms/InputFeedback/InputFeedback.d.ts.map +1 -0
- package/dist/definitions/forms/InputField/InputField.d.ts +9 -0
- package/dist/definitions/forms/InputField/InputField.d.ts.map +1 -0
- package/dist/definitions/forms/InputFormState.d.ts +2 -0
- package/dist/definitions/forms/InputFormState.d.ts.map +1 -0
- package/dist/definitions/forms/InputText/InputText.d.ts +23 -0
- package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -0
- package/dist/definitions/forms/InputText/useInputText.d.ts +8 -0
- package/dist/definitions/forms/InputText/useInputText.d.ts.map +1 -0
- package/dist/definitions/forms/Label/Label.d.ts +7 -0
- package/dist/definitions/forms/Label/Label.d.ts.map +1 -0
- package/dist/definitions/forms/Radio/Radio.d.ts +13 -0
- package/dist/definitions/forms/Radio/Radio.d.ts.map +1 -0
- package/dist/definitions/forms/TextArea/TextArea.d.ts +6 -0
- package/dist/definitions/forms/TextArea/TextArea.d.ts.map +1 -0
- package/dist/definitions/index.d.ts +44 -0
- package/dist/definitions/index.d.ts.map +1 -0
- package/dist/definitions/story-components/Section.d.ts +18 -0
- package/dist/definitions/story-components/Section.d.ts.map +1 -0
- package/dist/definitions/story-components/Story.d.ts +9 -0
- package/dist/definitions/story-components/Story.d.ts.map +1 -0
- package/dist/definitions/story-components/StoryDecorator.d.ts +4 -0
- package/dist/definitions/story-components/StoryDecorator.d.ts.map +1 -0
- package/dist/definitions/story-components/StoryGrid.d.ts +19 -0
- package/dist/definitions/story-components/StoryGrid.d.ts.map +1 -0
- package/dist/definitions/story-components/StoryTitle.d.ts +27 -0
- package/dist/definitions/story-components/StoryTitle.d.ts.map +1 -0
- package/dist/definitions/story-components/index.d.ts +16 -0
- package/dist/definitions/story-components/index.d.ts.map +1 -0
- package/dist/definitions/themes/default.d.ts +239 -0
- package/dist/definitions/themes/default.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/avatarLateOceanTheme.d.ts +11 -0
- package/dist/definitions/themes/late-ocean/avatarLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/buttonLateOceanTheme.d.ts +36 -0
- package/dist/definitions/themes/late-ocean/buttonLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts +18 -0
- package/dist/definitions/themes/late-ocean/cardLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts +18 -0
- package/dist/definitions/themes/late-ocean/colorsLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts +9 -0
- package/dist/definitions/themes/late-ocean/feedbackMessageLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/formLateOceanTheme.d.ts +37 -0
- package/dist/definitions/themes/late-ocean/formLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/fullScreenModalLateOceanTheme.d.ts +7 -0
- package/dist/definitions/themes/late-ocean/fullScreenModalLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts +5 -0
- package/dist/definitions/themes/late-ocean/inputFieldLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/inputLateOceanTheme.d.ts +23 -0
- package/dist/definitions/themes/late-ocean/inputLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts +7 -0
- package/dist/definitions/themes/late-ocean/listItemLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/radioLateOceanTheme.d.ts +18 -0
- package/dist/definitions/themes/late-ocean/radioLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts +4 -0
- package/dist/definitions/themes/late-ocean/shadowsLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts +14 -0
- package/dist/definitions/themes/late-ocean/tagLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/late-ocean/typographyLateOceanTheme.d.ts +68 -0
- package/dist/definitions/themes/late-ocean/typographyLateOceanTheme.d.ts.map +1 -0
- package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +21 -0
- package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts.map +1 -0
- package/dist/definitions/typography/Typography.d.ts +39 -0
- package/dist/definitions/typography/Typography.d.ts.map +1 -0
- package/dist/definitions/typography/TypographyIcon.d.ts +9 -0
- package/dist/definitions/typography/TypographyIcon.d.ts.map +1 -0
- package/dist/definitions/typography/TypographyLink.d.ts +13 -0
- package/dist/definitions/typography/TypographyLink.d.ts.map +1 -0
- package/dist/definitions/utils/storybook/decorators/KittThemeDecorator.d.ts +2 -0
- package/dist/definitions/utils/storybook/decorators/KittThemeDecorator.d.ts.map +1 -0
- package/dist/definitions/utils/storybook/decorators/SafeAreaProviderDecorator.d.ts +2 -0
- package/dist/definitions/utils/storybook/decorators/SafeAreaProviderDecorator.d.ts.map +1 -0
- package/dist/definitions/utils/storybook/setup-global-decorators.d.ts +2 -0
- package/dist/definitions/utils/storybook/setup-global-decorators.d.ts.map +1 -0
- package/dist/definitions/utils/tests/renderWithProvidersUtils.d.ts +4 -0
- package/dist/definitions/utils/tests/renderWithProvidersUtils.d.ts.map +1 -0
- package/dist/definitions/utils/typeUtils.d.ts +5 -0
- package/dist/definitions/utils/typeUtils.d.ts.map +1 -0
- package/dist/definitions/utils/windowSize/MatchWindowSize.d.ts +8 -0
- package/dist/definitions/utils/windowSize/MatchWindowSize.d.ts.map +1 -0
- package/dist/definitions/utils/windowSize/createWindowSizeHelper.d.ts +36 -0
- package/dist/definitions/utils/windowSize/createWindowSizeHelper.d.ts.map +1 -0
- package/dist/definitions/utils/windowSize/useMatchWindowSize.d.ts +7 -0
- package/dist/definitions/utils/windowSize/useMatchWindowSize.d.ts.map +1 -0
- package/dist/definitions/utils/windowSize/useWindowSize.d.ts +2 -0
- package/dist/definitions/utils/windowSize/useWindowSize.d.ts.map +1 -0
- package/dist/index-browser-all-dev.es.js +97 -74
- package/dist/index-browser-all-dev.es.js.map +1 -1
- package/dist/index-browser-all.es.js +97 -74
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-node-12.13-dev.cjs.js +45 -44
- package/dist/index-node-12.13-dev.cjs.js.map +1 -1
- package/dist/index-node-12.13.cjs.js +45 -44
- package/dist/index-node-12.13.cjs.js.map +1 -1
- package/dist/tsbuildinfo +1 -0
- package/package.json +5 -5
- package/src/story-components/StoryGrid.tsx +2 -2
- package/src/themes/late-ocean/inputLateOceanTheme.ts +2 -2
- package/src/themes/late-ocean/typographyLateOceanTheme.ts +1 -1
- package/tsconfig.build.json +4 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../src/forms/Label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKrD,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CAClC;AAED,wBAAgB,KAAK,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,UAAU,GAAG,YAAY,CAMrE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode } from 'react';
|
|
2
|
+
export interface RadioProps {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
checked?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
right?: boolean;
|
|
8
|
+
children?: NonNullable<ReactNode>;
|
|
9
|
+
value: string;
|
|
10
|
+
onChange: (newValue: string) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare function Radio({ id, checked, onChange, value, disabled, children }: RadioProps): ReactElement;
|
|
13
|
+
//# sourceMappingURL=Radio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../src/forms/Radio/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMrD,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAsCD,wBAAgB,KAAK,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAgB,EAAE,QAAQ,EAAE,EAAE,UAAU,GAAG,YAAY,CA2B5G"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ReactElement } from 'react';
|
|
2
|
+
import type { InputTextProps } from '../InputText/InputText';
|
|
3
|
+
export interface TextAreaProps extends Omit<InputTextProps, 'type'> {
|
|
4
|
+
}
|
|
5
|
+
export declare function TextArea({ ...props }: TextAreaProps): ReactElement;
|
|
6
|
+
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/forms/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC;CAAG;AAEtE,wBAAgB,QAAQ,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,GAAG,YAAY,CAGlE"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export type { AvatarProps } from './Avatar/Avatar';
|
|
2
|
+
export { Avatar } from './Avatar/Avatar';
|
|
3
|
+
export type { ButtonProps } from './Button/Button';
|
|
4
|
+
export { Button } from './Button/Button';
|
|
5
|
+
export { useButton } from './Button/useButton';
|
|
6
|
+
export { Card } from './Card/Card';
|
|
7
|
+
export type { InputFeedbackProps } from './forms/InputFeedback/InputFeedback';
|
|
8
|
+
export { InputFeedback } from './forms/InputFeedback/InputFeedback';
|
|
9
|
+
export type { InputFieldProps } from './forms/InputField/InputField';
|
|
10
|
+
export { InputField } from './forms/InputField/InputField';
|
|
11
|
+
export type { InputTextProps, InputTextState, TextInputMixinProps } from './forms/InputText/InputText';
|
|
12
|
+
export { InputText, styledTextInputMixin } from './forms/InputText/InputText';
|
|
13
|
+
export type { LabelProps } from './forms/Label/Label';
|
|
14
|
+
export { Label } from './forms/Label/Label';
|
|
15
|
+
export type { RadioProps } from './forms/Radio/Radio';
|
|
16
|
+
export { Radio } from './forms/Radio/Radio';
|
|
17
|
+
export type { TextAreaProps } from './forms/TextArea/TextArea';
|
|
18
|
+
export { TextArea } from './forms/TextArea/TextArea';
|
|
19
|
+
export { FullScreenModal } from './FullScreenModal/FullScreenModal';
|
|
20
|
+
export type { IconProps } from './Icon/Icon';
|
|
21
|
+
export { Icon } from './Icon/Icon';
|
|
22
|
+
export { KittThemeProvider } from './KittThemeProvider';
|
|
23
|
+
export type { ListItemProps } from './ListItem/ListItem';
|
|
24
|
+
export { ListItem } from './ListItem/ListItem';
|
|
25
|
+
export { Message } from './Message/Message';
|
|
26
|
+
export { Modal } from './Modal/Modal';
|
|
27
|
+
export type { NotificationProps } from './Notification/Notification';
|
|
28
|
+
export { Notification } from './Notification/Notification';
|
|
29
|
+
export { StoryComponents } from './story-components';
|
|
30
|
+
export { Tag } from './Tag/Tag';
|
|
31
|
+
export type { KittTheme } from './themes/default';
|
|
32
|
+
export { theme } from './themes/default';
|
|
33
|
+
export type { TooltipProps } from './Tooltip/Tooltip';
|
|
34
|
+
export { Tooltip } from './Tooltip/Tooltip';
|
|
35
|
+
export type { TypographyProps } from './typography/Typography';
|
|
36
|
+
export { Typography } from './typography/Typography';
|
|
37
|
+
export type { TypographyIconProps } from './typography/TypographyIcon';
|
|
38
|
+
export { TypographyIcon } from './typography/TypographyIcon';
|
|
39
|
+
export { TypographyLink } from './typography/TypographyLink';
|
|
40
|
+
export type { WindowSizeHelper } from './utils/windowSize/createWindowSizeHelper';
|
|
41
|
+
export { createWindowSizeHelper } from './utils/windowSize/createWindowSizeHelper';
|
|
42
|
+
export { useWindowSize } from './utils/windowSize/useWindowSize';
|
|
43
|
+
export * from '@ornikar/kitt-icons';
|
|
44
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,YAAY,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,YAAY,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,YAAY,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,YAAY,EAAE,cAAc,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvG,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAC9E,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,YAAY,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,YAAY,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,YAAY,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACnF,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode } from 'react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { ViewProps } from 'react-native';
|
|
4
|
+
interface SectionProps extends ViewProps {
|
|
5
|
+
title: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare function Section({ title, className, children, ...props }: SectionProps): ReactElement;
|
|
10
|
+
export declare namespace Section {
|
|
11
|
+
var SubSection: ({ title, className, children, ...props }: SectionProps) => ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
12
|
+
var DemoSection: ({ children }: DemoSectionProps) => ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
13
|
+
}
|
|
14
|
+
interface DemoSectionProps {
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/story-components/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C,UAAU,YAAa,SAAQ,SAAS;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,GAAG,YAAY,CAO5F;yBAPe,OAAO;;;;AAsBvB,UAAU,gBAAgB;IACxB,QAAQ,EAAE,SAAS,CAAC;CACrB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode } from 'react';
|
|
2
|
+
import type { ScrollViewProps } from 'react-native';
|
|
3
|
+
export interface StoryProps {
|
|
4
|
+
title: ReactNode;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
contentContainerStyle?: ScrollViewProps['contentContainerStyle'];
|
|
7
|
+
}
|
|
8
|
+
export declare function Story({ title, contentContainerStyle, children }: StoryProps): ReactElement;
|
|
9
|
+
//# sourceMappingURL=Story.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Story.d.ts","sourceRoot":"","sources":["../../../src/story-components/Story.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAIpD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,qBAAqB,CAAC,EAAE,eAAe,CAAC,uBAAuB,CAAC,CAAC;CAClE;AAMD,wBAAgB,KAAK,CAAC,EAAE,KAAK,EAAE,qBAAqB,EAAE,QAAQ,EAAE,EAAE,UAAU,GAAG,YAAY,CAO1F"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { StoryContext, StoryFn } from '@storybook/addons';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export declare function StoryDecorator(storyFn: StoryFn<ReactNode>, context: StoryContext): ReturnType<StoryFn<ReactNode>>;
|
|
4
|
+
//# sourceMappingURL=StoryDecorator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryDecorator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,wBAAgB,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,YAAY,GAAG,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAEjH"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode } from 'react';
|
|
2
|
+
import type { TypographyProps } from 'typography/Typography';
|
|
3
|
+
export interface StoryGridRowProps {
|
|
4
|
+
children: NonNullable<ReactNode>;
|
|
5
|
+
breakpoint?: 'small' | 'medium';
|
|
6
|
+
}
|
|
7
|
+
declare function StoryGridRow({ children, breakpoint }: StoryGridRowProps): ReactElement;
|
|
8
|
+
export interface StoryGridColProps {
|
|
9
|
+
children: NonNullable<ReactNode>;
|
|
10
|
+
title?: string;
|
|
11
|
+
titleColor?: TypographyProps['color'];
|
|
12
|
+
}
|
|
13
|
+
declare function StoryGridCol({ title, titleColor, children }: StoryGridColProps): ReactElement;
|
|
14
|
+
export declare const StoryGrid: {
|
|
15
|
+
Row: typeof StoryGridRow;
|
|
16
|
+
Col: typeof StoryGridCol;
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=StoryGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StoryGrid.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAuB7D,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CACjC;AAED,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,UAAoB,EAAE,EAAE,iBAAiB,GAAG,YAAY,CAuBzF;AAED,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;CACvC;AAED,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,iBAAiB,GAAG,YAAY,CAWtF;AAED,eAAO,MAAM,SAAS;;;CAGrB,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode } from 'react';
|
|
2
|
+
import type { TypographyProps } from '../typography/Typography';
|
|
3
|
+
interface StoryTitleProps {
|
|
4
|
+
color?: TypographyProps['color'];
|
|
5
|
+
numberOfLines?: TypographyProps['numberOfLines'];
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export declare function StoryTitle({ color, children, numberOfLines }: StoryTitleProps): ReactElement;
|
|
9
|
+
export declare namespace StoryTitle {
|
|
10
|
+
var Level2: typeof StoryTitleLevel2;
|
|
11
|
+
var Level3: typeof StoryTitleLevel3;
|
|
12
|
+
var Level4: typeof StoryTitleLevel4;
|
|
13
|
+
}
|
|
14
|
+
declare function StoryTitleLevel2({ color, children, numberOfLines }: StoryTitleProps): ReactElement;
|
|
15
|
+
declare namespace StoryTitleLevel2 {
|
|
16
|
+
var displayName: string;
|
|
17
|
+
}
|
|
18
|
+
declare function StoryTitleLevel3({ color, children, numberOfLines }: StoryTitleProps): ReactElement;
|
|
19
|
+
declare namespace StoryTitleLevel3 {
|
|
20
|
+
var displayName: string;
|
|
21
|
+
}
|
|
22
|
+
declare function StoryTitleLevel4({ color, children, numberOfLines }: StoryTitleProps): ReactElement;
|
|
23
|
+
declare namespace StoryTitleLevel4 {
|
|
24
|
+
var displayName: string;
|
|
25
|
+
}
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=StoryTitle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StoryTitle.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAGhE,UAAU,eAAe;IACvB,KAAK,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IACjC,aAAa,CAAC,EAAE,eAAe,CAAC,eAAe,CAAC,CAAC;IACjD,QAAQ,EAAE,SAAS,CAAC;CACrB;AAUD,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,EAAE,eAAe,GAAG,YAAY,CAQ5F;yBARe,UAAU;;;;;AAU1B,iBAAS,gBAAgB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,EAAE,eAAe,GAAG,YAAY,CAQ3F;kBARQ,gBAAgB;;;AAYzB,iBAAS,gBAAgB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,EAAE,eAAe,GAAG,YAAY,CAQ3F;kBARQ,gBAAgB;;;AAYzB,iBAAS,gBAAgB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,EAAE,eAAe,GAAG,YAAY,CAQ3F;kBARQ,gBAAgB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Section } from './Section';
|
|
3
|
+
import { Story } from './Story';
|
|
4
|
+
import { StoryDecorator } from './StoryDecorator';
|
|
5
|
+
import { StoryTitle } from './StoryTitle';
|
|
6
|
+
export declare const StoryComponents: {
|
|
7
|
+
Section: typeof Section;
|
|
8
|
+
Story: typeof Story;
|
|
9
|
+
StoryDecorator: typeof StoryDecorator;
|
|
10
|
+
StoryGrid: {
|
|
11
|
+
Row: ({ children, breakpoint }: import("./StoryGrid").StoryGridRowProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
12
|
+
Col: ({ title, titleColor, children }: import("./StoryGrid").StoryGridColProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
13
|
+
};
|
|
14
|
+
StoryTitle: typeof StoryTitle;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/story-components/index.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,eAAO,MAAM,eAAe;;;;;;;;;CAM3B,CAAC"}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import type { WindowSizeHelper } from '../utils/windowSize/createWindowSizeHelper';
|
|
2
|
+
export declare const theme: {
|
|
3
|
+
spacing: number;
|
|
4
|
+
colors: {
|
|
5
|
+
primary: string;
|
|
6
|
+
accent: string;
|
|
7
|
+
accentLight: string;
|
|
8
|
+
success: string;
|
|
9
|
+
correct: string;
|
|
10
|
+
danger: string;
|
|
11
|
+
separator: string;
|
|
12
|
+
hover: string;
|
|
13
|
+
uiBackground: string;
|
|
14
|
+
uiBackgroundLight: string;
|
|
15
|
+
overlay: {
|
|
16
|
+
dark: string;
|
|
17
|
+
light: string;
|
|
18
|
+
fullscreenLoader: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
palettes: {
|
|
22
|
+
lateOcean: {
|
|
23
|
+
lateOcean: string;
|
|
24
|
+
lateOceanLight1: string;
|
|
25
|
+
lateOceanLight2: string;
|
|
26
|
+
lateOceanLight3: string;
|
|
27
|
+
warmEmbrace: string;
|
|
28
|
+
warmEmbraceLight1: string;
|
|
29
|
+
black1000: string;
|
|
30
|
+
black555: string;
|
|
31
|
+
black200: string;
|
|
32
|
+
black100: string;
|
|
33
|
+
black50: string;
|
|
34
|
+
black25: string;
|
|
35
|
+
white: string;
|
|
36
|
+
viride: string;
|
|
37
|
+
englishVermillon: string;
|
|
38
|
+
goldCrayola: string;
|
|
39
|
+
aero: string;
|
|
40
|
+
transparent: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
avatar: {
|
|
44
|
+
default: {
|
|
45
|
+
color: string;
|
|
46
|
+
backgroundColor: string;
|
|
47
|
+
};
|
|
48
|
+
light: {
|
|
49
|
+
color: string;
|
|
50
|
+
backgroundColor: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
button: {
|
|
54
|
+
borderRadius: string;
|
|
55
|
+
borderWidth: string;
|
|
56
|
+
minHeight: string;
|
|
57
|
+
minWidth: string;
|
|
58
|
+
maxWidth: string;
|
|
59
|
+
iconSize: number;
|
|
60
|
+
contentPadding: {
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
primary: {
|
|
64
|
+
backgroundColor: string;
|
|
65
|
+
disabledBackgroundColor: string;
|
|
66
|
+
pressedBackgroundColor: string;
|
|
67
|
+
disabledBorderColor: string;
|
|
68
|
+
};
|
|
69
|
+
secondary: {
|
|
70
|
+
backgroundColor: string;
|
|
71
|
+
disabledBackgroundColor: string;
|
|
72
|
+
pressedBackgroundColor: string;
|
|
73
|
+
disabledBorderColor: string;
|
|
74
|
+
};
|
|
75
|
+
subtle: {
|
|
76
|
+
backgroundColor: string;
|
|
77
|
+
disabledBackgroundColor: string;
|
|
78
|
+
pressedBackgroundColor: string;
|
|
79
|
+
disabledBorderColor: string;
|
|
80
|
+
};
|
|
81
|
+
'subtle-dark': {
|
|
82
|
+
backgroundColor: string;
|
|
83
|
+
disabledBackgroundColor: string;
|
|
84
|
+
pressedBackgroundColor: string;
|
|
85
|
+
disabledBorderColor: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
card: {
|
|
89
|
+
borderRadius: string;
|
|
90
|
+
borderWidth: string;
|
|
91
|
+
padding: string;
|
|
92
|
+
primary: {
|
|
93
|
+
backgroundColor: string;
|
|
94
|
+
borderColor: string;
|
|
95
|
+
};
|
|
96
|
+
secondary: {
|
|
97
|
+
backgroundColor: string;
|
|
98
|
+
borderColor: string;
|
|
99
|
+
};
|
|
100
|
+
subtle: {
|
|
101
|
+
backgroundColor: string;
|
|
102
|
+
borderColor: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
feedbackMessage: {
|
|
106
|
+
backgroundColors: {
|
|
107
|
+
success: string;
|
|
108
|
+
danger: string;
|
|
109
|
+
warning: string;
|
|
110
|
+
info: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
forms: {
|
|
114
|
+
input: {
|
|
115
|
+
marginTop: string;
|
|
116
|
+
marginBottom: string;
|
|
117
|
+
borderWidth: string;
|
|
118
|
+
borderRadius: string;
|
|
119
|
+
passwordButtonIconSize: number;
|
|
120
|
+
padding: string;
|
|
121
|
+
paddingSingleLineIOS: string;
|
|
122
|
+
selectionColor: string;
|
|
123
|
+
placeholderColor: "black-light";
|
|
124
|
+
textAreaMinHeight: number;
|
|
125
|
+
states: Record<import("..").InputTextState, import("./late-ocean/inputLateOceanTheme").InputStateStyle>;
|
|
126
|
+
};
|
|
127
|
+
radio: {
|
|
128
|
+
size: number;
|
|
129
|
+
unchecked: {
|
|
130
|
+
backgroundColor: string;
|
|
131
|
+
borderWidth: string;
|
|
132
|
+
borderColor: string;
|
|
133
|
+
};
|
|
134
|
+
checked: {
|
|
135
|
+
backgroundColor: string;
|
|
136
|
+
innerSize: number;
|
|
137
|
+
innerBackgroundColor: string;
|
|
138
|
+
};
|
|
139
|
+
disabled: {
|
|
140
|
+
backgroundColor: string;
|
|
141
|
+
borderColor: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
inputField: {
|
|
145
|
+
labelContainerPaddingBottom: number;
|
|
146
|
+
iconMarginLeft: number;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
typography: {
|
|
150
|
+
colors: {
|
|
151
|
+
black: string;
|
|
152
|
+
'black-light': string;
|
|
153
|
+
grey: string;
|
|
154
|
+
'grey-light': string;
|
|
155
|
+
white: string;
|
|
156
|
+
'white-light': string;
|
|
157
|
+
primary: string;
|
|
158
|
+
'primary-light': string;
|
|
159
|
+
accent: string;
|
|
160
|
+
success: string;
|
|
161
|
+
danger: string;
|
|
162
|
+
};
|
|
163
|
+
types: {
|
|
164
|
+
headers: {
|
|
165
|
+
fontFamily: {
|
|
166
|
+
regular: string;
|
|
167
|
+
bold: string;
|
|
168
|
+
italic: string;
|
|
169
|
+
};
|
|
170
|
+
fontWeight: number;
|
|
171
|
+
fontStyle: string;
|
|
172
|
+
configs: {
|
|
173
|
+
header1: import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
174
|
+
header2: import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
175
|
+
header3: import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
176
|
+
header4: import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
177
|
+
header5: import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
bodies: {
|
|
181
|
+
fontFamily: {
|
|
182
|
+
regular: string;
|
|
183
|
+
bold: string;
|
|
184
|
+
italic: string;
|
|
185
|
+
};
|
|
186
|
+
fontWeight: {
|
|
187
|
+
regular: number;
|
|
188
|
+
bold: number;
|
|
189
|
+
italic: number;
|
|
190
|
+
};
|
|
191
|
+
fontStyle: {
|
|
192
|
+
regular: string;
|
|
193
|
+
bold: string;
|
|
194
|
+
italic: string;
|
|
195
|
+
};
|
|
196
|
+
configs: {
|
|
197
|
+
'body-large': import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
198
|
+
'body-medium': import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
199
|
+
body: import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
200
|
+
'body-small': import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
201
|
+
'body-xsmall': import("./late-ocean/typographyLateOceanTheme").TypographyTypeConfig;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
tag: {
|
|
207
|
+
borderRadius: string;
|
|
208
|
+
padding: string;
|
|
209
|
+
primary: {
|
|
210
|
+
backgroundColor: string;
|
|
211
|
+
};
|
|
212
|
+
default: {
|
|
213
|
+
backgroundColor: string;
|
|
214
|
+
};
|
|
215
|
+
danger: {
|
|
216
|
+
backgroundColor: string;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
shadows: {
|
|
220
|
+
medium: string;
|
|
221
|
+
};
|
|
222
|
+
fullScreenModal: {
|
|
223
|
+
header: {
|
|
224
|
+
padding: number;
|
|
225
|
+
borderColor: string;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
228
|
+
listItem: {
|
|
229
|
+
padding: string;
|
|
230
|
+
borderColor: string;
|
|
231
|
+
borderWidth: string;
|
|
232
|
+
innerMargin: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
export declare type KittTheme = {
|
|
236
|
+
kitt: typeof theme;
|
|
237
|
+
responsive: WindowSizeHelper;
|
|
238
|
+
} & Record<string, unknown>;
|
|
239
|
+
//# sourceMappingURL=default.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/default.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AAcnF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcjB,CAAC;AAEF,oBAAY,SAAS,GAAG;IACtB,IAAI,EAAE,OAAO,KAAK,CAAC;IACnB,UAAU,EAAE,gBAAgB,CAAC;CAC9B,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatarLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/avatarLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;CAShC,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const buttonLateOceanTheme: {
|
|
2
|
+
borderRadius: string;
|
|
3
|
+
borderWidth: string;
|
|
4
|
+
minHeight: string;
|
|
5
|
+
minWidth: string;
|
|
6
|
+
maxWidth: string;
|
|
7
|
+
iconSize: number;
|
|
8
|
+
contentPadding: {
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
primary: {
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
disabledBackgroundColor: string;
|
|
14
|
+
pressedBackgroundColor: string;
|
|
15
|
+
disabledBorderColor: string;
|
|
16
|
+
};
|
|
17
|
+
secondary: {
|
|
18
|
+
backgroundColor: string;
|
|
19
|
+
disabledBackgroundColor: string;
|
|
20
|
+
pressedBackgroundColor: string;
|
|
21
|
+
disabledBorderColor: string;
|
|
22
|
+
};
|
|
23
|
+
subtle: {
|
|
24
|
+
backgroundColor: string;
|
|
25
|
+
disabledBackgroundColor: string;
|
|
26
|
+
pressedBackgroundColor: string;
|
|
27
|
+
disabledBorderColor: string;
|
|
28
|
+
};
|
|
29
|
+
'subtle-dark': {
|
|
30
|
+
backgroundColor: string;
|
|
31
|
+
disabledBackgroundColor: string;
|
|
32
|
+
pressedBackgroundColor: string;
|
|
33
|
+
disabledBorderColor: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=buttonLateOceanTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buttonLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/buttonLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkChC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const cardLateOceanTheme: {
|
|
2
|
+
borderRadius: string;
|
|
3
|
+
borderWidth: string;
|
|
4
|
+
padding: string;
|
|
5
|
+
primary: {
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
borderColor: string;
|
|
8
|
+
};
|
|
9
|
+
secondary: {
|
|
10
|
+
backgroundColor: string;
|
|
11
|
+
borderColor: string;
|
|
12
|
+
};
|
|
13
|
+
subtle: {
|
|
14
|
+
backgroundColor: string;
|
|
15
|
+
borderColor: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=cardLateOceanTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cardLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/cardLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;CAgB9B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const colorsLateOceanTheme: {
|
|
2
|
+
primary: string;
|
|
3
|
+
accent: string;
|
|
4
|
+
accentLight: string;
|
|
5
|
+
success: string;
|
|
6
|
+
correct: string;
|
|
7
|
+
danger: string;
|
|
8
|
+
separator: string;
|
|
9
|
+
hover: string;
|
|
10
|
+
uiBackground: string;
|
|
11
|
+
uiBackgroundLight: string;
|
|
12
|
+
overlay: {
|
|
13
|
+
dark: string;
|
|
14
|
+
light: string;
|
|
15
|
+
fullscreenLoader: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=colorsLateOceanTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colorsLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/colorsLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;CAgBhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feedbackMessageLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/feedbackMessageLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;CAOzC,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare const formsLateOceanTheme: {
|
|
2
|
+
input: {
|
|
3
|
+
marginTop: string;
|
|
4
|
+
marginBottom: string;
|
|
5
|
+
borderWidth: string;
|
|
6
|
+
borderRadius: string;
|
|
7
|
+
passwordButtonIconSize: number;
|
|
8
|
+
padding: string;
|
|
9
|
+
paddingSingleLineIOS: string;
|
|
10
|
+
selectionColor: string;
|
|
11
|
+
placeholderColor: "black-light";
|
|
12
|
+
textAreaMinHeight: number;
|
|
13
|
+
states: Record<import("../..").InputTextState, import("./inputLateOceanTheme").InputStateStyle>;
|
|
14
|
+
};
|
|
15
|
+
radio: {
|
|
16
|
+
size: number;
|
|
17
|
+
unchecked: {
|
|
18
|
+
backgroundColor: string;
|
|
19
|
+
borderWidth: string;
|
|
20
|
+
borderColor: string;
|
|
21
|
+
};
|
|
22
|
+
checked: {
|
|
23
|
+
backgroundColor: string;
|
|
24
|
+
innerSize: number;
|
|
25
|
+
innerBackgroundColor: string;
|
|
26
|
+
};
|
|
27
|
+
disabled: {
|
|
28
|
+
backgroundColor: string;
|
|
29
|
+
borderColor: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
inputField: {
|
|
33
|
+
labelContainerPaddingBottom: number;
|
|
34
|
+
iconMarginLeft: number;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=formLateOceanTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/formLateOceanTheme.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fullScreenModalLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/fullScreenModalLateOceanTheme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;CAKzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputFieldLateOceanTheme.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/inputFieldLateOceanTheme.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;CAGpC,CAAC"}
|