@ornikar/kitt-universal 22.0.0 → 22.1.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/CHANGELOG.md +18 -0
- package/dist/definitions/BaseMessage/helper.d.ts.map +1 -1
- package/dist/definitions/MapMarker/MapMarker.d.ts +3 -3
- package/dist/definitions/MapMarker/MapMarker.d.ts.map +1 -1
- package/dist/definitions/forms/InputEmail/InputEmail.d.ts +1 -1
- package/dist/definitions/forms/InputEmail/InputEmail.d.ts.map +1 -1
- package/dist/definitions/forms/InputNumber/InputNumber.d.ts +2 -1
- package/dist/definitions/forms/InputNumber/InputNumber.d.ts.map +1 -1
- package/dist/definitions/forms/InputPhone/InputPhone.d.ts +1 -1
- package/dist/definitions/forms/InputPhone/InputPhone.d.ts.map +1 -1
- package/dist/definitions/forms/InputTag/InputTag.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +168 -79
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/story-components/StoryGrid.d.ts +2 -1
- package/dist/definitions/story-components/StoryGrid.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +145 -56
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/checkbox.d.ts +8 -8
- package/dist/definitions/themes/late-ocean/colors.d.ts +16 -16
- package/dist/definitions/themes/late-ocean/forms.d.ts +8 -8
- package/dist/definitions/themes/late-ocean/skeleton.d.ts +2 -2
- package/dist/definitions/themes/late-ocean/skeleton.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/typography.d.ts +10 -10
- package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +247 -22
- package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts.map +1 -1
- package/dist/definitions/typography/Typography.d.ts +11 -11
- package/dist/index-metro.es.android.js +211 -67
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +211 -67
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-18.18.cjs.js +207 -62
- package/dist/index-node-18.18.cjs.js.map +1 -1
- package/dist/index-node-18.18.cjs.web.css +1 -1
- package/dist/index-node-18.18.cjs.web.js +207 -62
- package/dist/index-node-18.18.cjs.web.js.map +1 -1
- package/dist/index-node-18.18.es.mjs +208 -63
- package/dist/index-node-18.18.es.mjs.map +1 -1
- package/dist/index-node-18.18.es.web.css +1 -1
- package/dist/index-node-18.18.es.web.mjs +208 -63
- package/dist/index-node-18.18.es.web.mjs.map +1 -1
- package/dist/index.es.js +220 -70
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +220 -70
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +186 -41
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +186 -41
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-18.18.cjs.js +185 -39
- package/dist/linaria-themes-node-18.18.cjs.js.map +1 -1
- package/dist/linaria-themes-node-18.18.cjs.web.js +185 -39
- package/dist/linaria-themes-node-18.18.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-18.18.es.mjs +185 -39
- package/dist/linaria-themes-node-18.18.es.mjs.map +1 -1
- package/dist/linaria-themes-node-18.18.es.web.mjs +185 -39
- package/dist/linaria-themes-node-18.18.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +195 -41
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +195 -41
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [22.1.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@22.1.0...@ornikar/kitt-universal@22.1.1) (2023-12-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* default inputMode and PasswordInput icon [no issue] ([#2270](https://github.com/ornikar/kitt/issues/2270)) ([6405d71](https://github.com/ornikar/kitt/commit/6405d71460cae3709c5471462e6b7175c854effe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [22.1.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@22.0.0...@ornikar/kitt-universal@22.1.0) (2023-12-05)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* update colors OSE-4845 ([#2257](https://github.com/ornikar/kitt/issues/2257)) ([d75b837](https://github.com/ornikar/kitt/commit/d75b83762e6e29c2464305abae8d86d4676e972c))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## [22.0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@21.0.3...@ornikar/kitt-universal@22.0.0) (2023-11-29)
|
|
7
25
|
|
|
8
26
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/BaseMessage/helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,cAAc,SAAU,WAAW,KAAG,
|
|
1
|
+
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../src/BaseMessage/helper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,eAAO,MAAM,cAAc,SAAU,WAAW,KAAG,eAQlD,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,WAAW,KAAG,eAAe,CAAC,OAAO,CAQpF,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { ColorType } from 'native-base/lib/typescript/components/types';
|
|
2
2
|
import type { ReactNode } from 'react';
|
|
3
|
-
interface BaseMarkerWithSizeProps {
|
|
3
|
+
interface BaseMarkerWithSizeProps extends BaseMarkerWithColorProp {
|
|
4
4
|
width: number;
|
|
5
5
|
height: number;
|
|
6
6
|
}
|
|
7
|
-
interface BaseMarkerWithoutSizeProps {
|
|
7
|
+
interface BaseMarkerWithoutSizeProps extends BaseMarkerWithColorProp {
|
|
8
8
|
width?: never;
|
|
9
9
|
height?: never;
|
|
10
10
|
}
|
|
@@ -14,6 +14,6 @@ interface BaseMarkerWithColorProp {
|
|
|
14
14
|
export type MapMarkerProps = BaseMarkerWithSizeProps | BaseMarkerWithoutSizeProps;
|
|
15
15
|
export declare function MapMarkerSimple({ width, height, color, }: MapMarkerProps & BaseMarkerWithColorProp): ReactNode;
|
|
16
16
|
export declare function MapMarkerLarge({ width, height, color, }: MapMarkerProps & BaseMarkerWithColorProp): ReactNode;
|
|
17
|
-
export declare function MapMarkerPosition({ width, height }: MapMarkerProps): ReactNode;
|
|
17
|
+
export declare function MapMarkerPosition({ width, height, color }: MapMarkerProps): ReactNode;
|
|
18
18
|
export {};
|
|
19
19
|
//# sourceMappingURL=MapMarker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapMarker.d.ts","sourceRoot":"","sources":["../../../src/MapMarker/MapMarker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,UAAU,uBAAuB;IAC/
|
|
1
|
+
{"version":3,"file":"MapMarker.d.ts","sourceRoot":"","sources":["../../../src/MapMarker/MapMarker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,UAAU,uBAAwB,SAAQ,uBAAuB;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,0BAA2B,SAAQ,uBAAuB;IAClE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB;AAED,UAAU,uBAAuB;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,MAAM,MAAM,cAAc,GAAG,uBAAuB,GAAG,0BAA0B,CAAC;AAElF,wBAAgB,eAAe,CAAC,EAC9B,KAAU,EACV,MAAW,EACX,KAAsB,GACvB,EAAE,cAAc,GAAG,uBAAuB,GAAG,SAAS,CAKtD;AAED,wBAAgB,cAAc,CAAC,EAC7B,KAAU,EACV,MAAW,EACX,KAAsB,GACvB,EAAE,cAAc,GAAG,uBAAuB,GAAG,SAAS,CAKtD;AAED,wBAAgB,iBAAiB,CAAC,EAAE,KAAU,EAAE,MAAW,EAAE,KAAsB,EAAE,EAAE,cAAc,GAAG,SAAS,CAKhH"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import type { TextInput as RNTextInput } from 'react-native';
|
|
3
3
|
import type { Except } from 'type-fest';
|
|
4
4
|
import type { InputTextProps } from '../InputText/InputText';
|
|
5
|
-
export interface InputEmailProps extends Except<InputTextProps, 'autoComplete' | '
|
|
5
|
+
export interface InputEmailProps extends Except<InputTextProps, 'autoComplete' | 'inputMode' | 'textContentType' | 'autoCapitalize'> {
|
|
6
6
|
}
|
|
7
7
|
export declare const InputEmail: import("react").ForwardRefExoticComponent<InputEmailProps & import("react").RefAttributes<RNTextInput>>;
|
|
8
8
|
//# sourceMappingURL=InputEmail.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputEmail.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputEmail/InputEmail.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,MAAM,WAAW,eACf,SAAQ,MAAM,CAAC,cAAc,EAAE,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"InputEmail.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputEmail/InputEmail.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,MAAM,WAAW,eACf,SAAQ,MAAM,CAAC,cAAc,EAAE,cAAc,GAAG,WAAW,GAAG,iBAAiB,GAAG,gBAAgB,CAAC;CAAG;AAExG,eAAO,MAAM,UAAU,yGAWrB,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { TextInput as RNTextInput } from 'react-native';
|
|
3
|
+
import type { Except } from 'type-fest';
|
|
3
4
|
import type { InputTextProps } from '../InputText/InputText';
|
|
4
|
-
export interface InputNumberProps extends InputTextProps {
|
|
5
|
+
export interface InputNumberProps extends Except<InputTextProps, 'inputMode'> {
|
|
5
6
|
}
|
|
6
7
|
export declare const InputNumber: import("react").ForwardRefExoticComponent<InputNumberProps & import("react").RefAttributes<RNTextInput>>;
|
|
7
8
|
//# sourceMappingURL=InputNumber.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputNumber.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputNumber/InputNumber.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAwB,SAAS,IAAI,WAAW,EAA4B,MAAM,cAAc,CAAC;AAC7G,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc;CAAG;
|
|
1
|
+
{"version":3,"file":"InputNumber.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputNumber/InputNumber.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAwB,SAAS,IAAI,WAAW,EAA4B,MAAM,cAAc,CAAC;AAC7G,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D,MAAM,WAAW,gBAAiB,SAAQ,MAAM,CAAC,cAAc,EAAE,WAAW,CAAC;CAAG;AAEhF,eAAO,MAAM,WAAW,0GAatB,CAAC"}
|
|
@@ -7,7 +7,7 @@ export interface InputPhoneNumberData extends ParsedNumber {
|
|
|
7
7
|
countryCode: CountryCallingCode;
|
|
8
8
|
originalNativeEventText: string;
|
|
9
9
|
}
|
|
10
|
-
export interface InputPhoneProps extends Except<InputTextProps, '
|
|
10
|
+
export interface InputPhoneProps extends Except<InputTextProps, 'inputMode' | 'textContentType'> {
|
|
11
11
|
phoneNumberLength?: number;
|
|
12
12
|
onChange?: (event: NativeSyntheticEvent<TextInputChangeEventData>, phoneNumberData?: InputPhoneNumberData) => void;
|
|
13
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputPhone.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputPhone/InputPhone.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI1E,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,IAAI,WAAW,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC;AAC7G,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAW7D,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,WAAW,EAAE,kBAAkB,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;CACjC;AAED,MAAM,WAAW,eAAgB,SAAQ,MAAM,CAAC,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"InputPhone.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputPhone/InputPhone.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAI1E,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,IAAI,WAAW,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC;AAC7G,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAW7D,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,WAAW,EAAE,kBAAkB,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;CACjC;AAED,MAAM,WAAW,eAAgB,SAAQ,MAAM,CAAC,cAAc,EAAE,WAAW,GAAG,iBAAiB,CAAC;IAC9F,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,wBAAwB,CAAC,EAAE,eAAe,CAAC,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACpH;AAED,eAAO,MAAM,UAAU,yGA2DtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputTag.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputTag/InputTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"InputTag.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputTag/InputTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMrD,KAAK,YAAY,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEzC,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,CAAC;CACrB;AAED,wBAAgB,QAAQ,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,aAAa,GAAG,SAAS,CAwB3E"}
|
|
@@ -155,10 +155,10 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
155
155
|
};
|
|
156
156
|
avatar: {
|
|
157
157
|
default: {
|
|
158
|
-
backgroundColor:
|
|
158
|
+
backgroundColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
159
159
|
};
|
|
160
160
|
light: {
|
|
161
|
-
backgroundColor:
|
|
161
|
+
backgroundColor: "#ebe9e5";
|
|
162
162
|
};
|
|
163
163
|
};
|
|
164
164
|
button: {
|
|
@@ -239,44 +239,133 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
239
239
|
};
|
|
240
240
|
typography: {
|
|
241
241
|
black: string;
|
|
242
|
-
'black-anthracite':
|
|
243
|
-
'black-disabled':
|
|
244
|
-
'black-light':
|
|
242
|
+
'black-anthracite': "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
243
|
+
'black-disabled': "#aeaba3";
|
|
244
|
+
'black-light': "#74726a";
|
|
245
245
|
white: string;
|
|
246
246
|
'white-light': string;
|
|
247
|
-
primary:
|
|
248
|
-
'primary-light':
|
|
249
|
-
accent:
|
|
250
|
-
success:
|
|
251
|
-
danger:
|
|
252
|
-
warning:
|
|
247
|
+
primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
248
|
+
'primary-light': "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
249
|
+
accent: "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
250
|
+
success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
251
|
+
danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
252
|
+
warning: "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
253
253
|
};
|
|
254
254
|
palettes: {
|
|
255
255
|
lateOcean: {
|
|
256
|
-
lateOcean:
|
|
257
|
-
lateOceanLight1:
|
|
258
|
-
lateOceanLight2:
|
|
259
|
-
lateOceanLight3:
|
|
260
|
-
lateOceanDark1:
|
|
261
|
-
warmEmbrace:
|
|
262
|
-
warmEmbraceLight1:
|
|
263
|
-
black1000: string;
|
|
264
|
-
black800: string;
|
|
265
|
-
black555: string;
|
|
266
|
-
black400: string;
|
|
267
|
-
black200: string;
|
|
268
|
-
black100: string;
|
|
269
|
-
black50: string;
|
|
270
|
-
black25: string;
|
|
256
|
+
lateOcean: "#624af7";
|
|
257
|
+
lateOceanLight1: "#7b66ff";
|
|
258
|
+
lateOceanLight2: "#a99cff";
|
|
259
|
+
lateOceanLight3: "#d4adff";
|
|
260
|
+
lateOceanDark1: "#0a0428";
|
|
261
|
+
warmEmbrace: "#e2c7ff";
|
|
262
|
+
warmEmbraceLight1: "#FAEBFF";
|
|
271
263
|
white: string;
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
264
|
+
black: string;
|
|
265
|
+
black1000: string;
|
|
266
|
+
black800: "#3e3d3a";
|
|
267
|
+
black555: "#74726a";
|
|
268
|
+
black400: "#aeaba3";
|
|
269
|
+
black200: "#dedad2";
|
|
270
|
+
black100: "#ebe9e5";
|
|
271
|
+
black50: "#f4f3ef";
|
|
272
|
+
black25: "#faf9f8";
|
|
273
|
+
viride: "#08d48e";
|
|
274
|
+
englishVermillon: "#f57d7d";
|
|
275
|
+
goldCrayola: "#ffd35e";
|
|
276
|
+
aero: "#6e96ff";
|
|
277
|
+
seaShell: "#faf9f8";
|
|
277
278
|
transparent: string;
|
|
278
|
-
moonPurple:
|
|
279
|
-
moonPurpleLight1:
|
|
279
|
+
moonPurple: "#d5cfff";
|
|
280
|
+
moonPurpleLight1: "#f2f0ff";
|
|
281
|
+
"eggshell.1": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
282
|
+
"eggshell.3": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
283
|
+
"eggshell.5": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
284
|
+
"eggshell.7": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
285
|
+
"eggshell.2": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
286
|
+
"eggshell.4": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
287
|
+
"eggshell.6": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
288
|
+
"eggshell.8": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
289
|
+
"eggshell.9": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
290
|
+
"eggshell.10": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
291
|
+
"eggshell.11": "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
292
|
+
"violine.1": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
293
|
+
"violine.3": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
294
|
+
"violine.5": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
295
|
+
"violine.7": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
296
|
+
"violine.2": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
297
|
+
"violine.4": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
298
|
+
"violine.6": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
299
|
+
"violine.8": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
300
|
+
"violine.9": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
301
|
+
"violine.10": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
302
|
+
"violine.11": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
303
|
+
"lavender.1": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
304
|
+
"lavender.3": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
305
|
+
"lavender.5": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
306
|
+
"lavender.7": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
307
|
+
"lavender.2": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
308
|
+
"lavender.4": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
309
|
+
"lavender.6": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
310
|
+
"lavender.8": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
311
|
+
"lavender.9": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
312
|
+
"lavender.10": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
313
|
+
"lavender.11": "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
314
|
+
"blue.1": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
315
|
+
"blue.3": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
316
|
+
"blue.5": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
317
|
+
"blue.7": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
318
|
+
"blue.2": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
319
|
+
"blue.4": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
320
|
+
"blue.6": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
321
|
+
"blue.8": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
322
|
+
"blue.9": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
323
|
+
"blue.10": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
324
|
+
"blue.11": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
325
|
+
"raspberry.1": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
326
|
+
"raspberry.3": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
327
|
+
"raspberry.5": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
328
|
+
"raspberry.7": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
329
|
+
"raspberry.2": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
330
|
+
"raspberry.4": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
331
|
+
"raspberry.6": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
332
|
+
"raspberry.8": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
333
|
+
"raspberry.9": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
334
|
+
"raspberry.10": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
335
|
+
"raspberry.11": "#fff7fa" | "#fff0f5" | "#ffe8ef" | "#f0c7d4" | "#f0afc4" | "#f097b3" | "#f07fa3" | "#d95d84" | "#cf2a60" | "#c12558" | "#61192e";
|
|
336
|
+
"coral.1": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
337
|
+
"coral.3": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
338
|
+
"coral.5": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
339
|
+
"coral.7": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
340
|
+
"coral.2": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
341
|
+
"coral.4": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
342
|
+
"coral.6": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
343
|
+
"coral.8": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
344
|
+
"coral.9": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
345
|
+
"coral.10": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
346
|
+
"coral.11": "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
347
|
+
"sun.1": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
348
|
+
"sun.3": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
349
|
+
"sun.5": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
350
|
+
"sun.7": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
351
|
+
"sun.2": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
352
|
+
"sun.4": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
353
|
+
"sun.6": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
354
|
+
"sun.8": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
355
|
+
"sun.9": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
356
|
+
"sun.10": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
357
|
+
"sun.11": "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
358
|
+
"green.1": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
359
|
+
"green.3": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
360
|
+
"green.5": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
361
|
+
"green.7": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
362
|
+
"green.2": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
363
|
+
"green.4": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
364
|
+
"green.6": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
365
|
+
"green.8": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
366
|
+
"green.9": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
367
|
+
"green.10": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
368
|
+
"green.11": "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
280
369
|
};
|
|
281
370
|
};
|
|
282
371
|
feedbackMessage: {
|
|
@@ -355,24 +444,24 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
355
444
|
checkbox: {
|
|
356
445
|
markColor: string;
|
|
357
446
|
checked: {
|
|
358
|
-
backgroundColor:
|
|
359
|
-
borderColor:
|
|
447
|
+
backgroundColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
448
|
+
borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
360
449
|
};
|
|
361
450
|
hover: {
|
|
362
451
|
backgroundColor: string;
|
|
363
|
-
borderColor:
|
|
452
|
+
borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
364
453
|
};
|
|
365
454
|
pressed: {
|
|
366
455
|
backgroundColor: string;
|
|
367
|
-
borderColor:
|
|
456
|
+
borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
368
457
|
};
|
|
369
458
|
focus: {
|
|
370
459
|
backgroundColor: string;
|
|
371
|
-
borderColor:
|
|
460
|
+
borderColor: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
372
461
|
};
|
|
373
462
|
default: {
|
|
374
463
|
backgroundColor: string;
|
|
375
|
-
borderColor:
|
|
464
|
+
borderColor: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
376
465
|
};
|
|
377
466
|
};
|
|
378
467
|
radio: {
|
|
@@ -513,26 +602,26 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
513
602
|
};
|
|
514
603
|
};
|
|
515
604
|
};
|
|
516
|
-
primary:
|
|
517
|
-
primaryLight:
|
|
518
|
-
accent:
|
|
519
|
-
accentLight:
|
|
520
|
-
success:
|
|
521
|
-
correct:
|
|
522
|
-
danger:
|
|
523
|
-
info:
|
|
524
|
-
warning:
|
|
525
|
-
separator:
|
|
526
|
-
hover:
|
|
605
|
+
primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
606
|
+
primaryLight: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
607
|
+
accent: "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
608
|
+
accentLight: "#fbf7ff" | "#f7f0ff" | "#FAEBFF" | "#ebd9ff" | "#e2c7ff" | "#d4adff" | "#c694ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
609
|
+
success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
610
|
+
correct: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
611
|
+
danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
612
|
+
info: "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
613
|
+
warning: "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
614
|
+
separator: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
615
|
+
hover: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
527
616
|
white: string;
|
|
528
617
|
black: string;
|
|
529
|
-
blackDisabled:
|
|
530
|
-
blackLight:
|
|
531
|
-
blackAnthracite:
|
|
532
|
-
uiBackground:
|
|
618
|
+
blackDisabled: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
619
|
+
blackLight: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
620
|
+
blackAnthracite: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
621
|
+
uiBackground: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
533
622
|
uiBackgroundLight: string;
|
|
534
623
|
transparent: string;
|
|
535
|
-
disabled:
|
|
624
|
+
disabled: "#faf9f8" | "#f4f3ef" | "#ebe9e5" | "#dedad2" | "#d1cdc5" | "#bab8ae" | "#aeaba3" | "#9c9a92" | "#8e8c83" | "#74726a" | "#3e3d3a";
|
|
536
625
|
overlay: {
|
|
537
626
|
dark: string;
|
|
538
627
|
light: string;
|
|
@@ -951,27 +1040,27 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
951
1040
|
"kitt.16"?: number | undefined;
|
|
952
1041
|
"kitt.5"?: number | undefined;
|
|
953
1042
|
"kitt.7"?: number | undefined;
|
|
954
|
-
"kitt.
|
|
1043
|
+
"kitt.12"?: number | undefined;
|
|
1044
|
+
"kitt.2"?: number | undefined;
|
|
955
1045
|
"kitt.4"?: number | undefined;
|
|
1046
|
+
"kitt.6"?: number | undefined;
|
|
1047
|
+
"kitt.8"?: number | undefined;
|
|
1048
|
+
"kitt.9"?: number | undefined;
|
|
1049
|
+
"kitt.10"?: number | undefined;
|
|
1050
|
+
"kitt.11"?: number | undefined;
|
|
1051
|
+
"kitt.20"?: number | undefined;
|
|
956
1052
|
"kitt.40"?: number | undefined;
|
|
957
1053
|
"kitt.30"?: number | undefined;
|
|
958
|
-
"kitt.10"?: number | undefined;
|
|
959
|
-
"kitt.2"?: number | undefined;
|
|
960
1054
|
"kitt.24"?: number | undefined;
|
|
961
|
-
"kitt.11"?: number | undefined;
|
|
962
1055
|
"kitt.15"?: number | undefined;
|
|
963
1056
|
"kitt.14"?: number | undefined;
|
|
964
1057
|
"kitt.56"?: number | undefined;
|
|
965
1058
|
"kitt.32"?: number | undefined;
|
|
966
|
-
"kitt.12"?: number | undefined;
|
|
967
1059
|
"kitt.60"?: number | undefined;
|
|
968
1060
|
"kitt.64"?: number | undefined;
|
|
969
1061
|
"kitt.48"?: number | undefined;
|
|
970
1062
|
"kitt.18"?: number | undefined;
|
|
971
|
-
"kitt.6"?: number | undefined;
|
|
972
|
-
"kitt.8"?: number | undefined;
|
|
973
1063
|
"kitt.39"?: number | undefined;
|
|
974
|
-
"kitt.9"?: number | undefined;
|
|
975
1064
|
"kitt.13"?: number | undefined;
|
|
976
1065
|
"kitt.17"?: number | undefined;
|
|
977
1066
|
"kitt.19"?: number | undefined;
|
|
@@ -1353,27 +1442,27 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
1353
1442
|
"-kitt.16"?: number | undefined;
|
|
1354
1443
|
"-kitt.5"?: number | undefined;
|
|
1355
1444
|
"-kitt.7"?: number | undefined;
|
|
1356
|
-
"-kitt.
|
|
1445
|
+
"-kitt.12"?: number | undefined;
|
|
1446
|
+
"-kitt.2"?: number | undefined;
|
|
1357
1447
|
"-kitt.4"?: number | undefined;
|
|
1448
|
+
"-kitt.6"?: number | undefined;
|
|
1449
|
+
"-kitt.8"?: number | undefined;
|
|
1450
|
+
"-kitt.9"?: number | undefined;
|
|
1451
|
+
"-kitt.10"?: number | undefined;
|
|
1452
|
+
"-kitt.11"?: number | undefined;
|
|
1453
|
+
"-kitt.20"?: number | undefined;
|
|
1358
1454
|
"-kitt.40"?: number | undefined;
|
|
1359
1455
|
"-kitt.30"?: number | undefined;
|
|
1360
|
-
"-kitt.10"?: number | undefined;
|
|
1361
|
-
"-kitt.2"?: number | undefined;
|
|
1362
1456
|
"-kitt.24"?: number | undefined;
|
|
1363
|
-
"-kitt.11"?: number | undefined;
|
|
1364
1457
|
"-kitt.15"?: number | undefined;
|
|
1365
1458
|
"-kitt.14"?: number | undefined;
|
|
1366
1459
|
"-kitt.56"?: number | undefined;
|
|
1367
1460
|
"-kitt.32"?: number | undefined;
|
|
1368
|
-
"-kitt.12"?: number | undefined;
|
|
1369
1461
|
"-kitt.60"?: number | undefined;
|
|
1370
1462
|
"-kitt.64"?: number | undefined;
|
|
1371
1463
|
"-kitt.48"?: number | undefined;
|
|
1372
1464
|
"-kitt.18"?: number | undefined;
|
|
1373
|
-
"-kitt.6"?: number | undefined;
|
|
1374
|
-
"-kitt.8"?: number | undefined;
|
|
1375
1465
|
"-kitt.39"?: number | undefined;
|
|
1376
|
-
"-kitt.9"?: number | undefined;
|
|
1377
1466
|
"-kitt.13"?: number | undefined;
|
|
1378
1467
|
"-kitt.17"?: number | undefined;
|
|
1379
1468
|
"-kitt.19"?: number | undefined;
|
|
@@ -1417,27 +1506,27 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
1417
1506
|
"kitt.16"?: number | undefined;
|
|
1418
1507
|
"kitt.5"?: number | undefined;
|
|
1419
1508
|
"kitt.7"?: number | undefined;
|
|
1420
|
-
"kitt.
|
|
1509
|
+
"kitt.12"?: number | undefined;
|
|
1510
|
+
"kitt.2"?: number | undefined;
|
|
1421
1511
|
"kitt.4"?: number | undefined;
|
|
1512
|
+
"kitt.6"?: number | undefined;
|
|
1513
|
+
"kitt.8"?: number | undefined;
|
|
1514
|
+
"kitt.9"?: number | undefined;
|
|
1515
|
+
"kitt.10"?: number | undefined;
|
|
1516
|
+
"kitt.11"?: number | undefined;
|
|
1517
|
+
"kitt.20"?: number | undefined;
|
|
1422
1518
|
"kitt.40"?: number | undefined;
|
|
1423
1519
|
"kitt.30"?: number | undefined;
|
|
1424
|
-
"kitt.10"?: number | undefined;
|
|
1425
|
-
"kitt.2"?: number | undefined;
|
|
1426
1520
|
"kitt.24"?: number | undefined;
|
|
1427
|
-
"kitt.11"?: number | undefined;
|
|
1428
1521
|
"kitt.15"?: number | undefined;
|
|
1429
1522
|
"kitt.14"?: number | undefined;
|
|
1430
1523
|
"kitt.56"?: number | undefined;
|
|
1431
1524
|
"kitt.32"?: number | undefined;
|
|
1432
|
-
"kitt.12"?: number | undefined;
|
|
1433
1525
|
"kitt.60"?: number | undefined;
|
|
1434
1526
|
"kitt.64"?: number | undefined;
|
|
1435
1527
|
"kitt.48"?: number | undefined;
|
|
1436
1528
|
"kitt.18"?: number | undefined;
|
|
1437
|
-
"kitt.6"?: number | undefined;
|
|
1438
|
-
"kitt.8"?: number | undefined;
|
|
1439
1529
|
"kitt.39"?: number | undefined;
|
|
1440
|
-
"kitt.9"?: number | undefined;
|
|
1441
1530
|
"kitt.13"?: number | undefined;
|
|
1442
1531
|
"kitt.17"?: number | undefined;
|
|
1443
1532
|
"kitt.19"?: number | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KittNativeBaseProvider.d.ts","sourceRoot":"","sources":["../../../src/native-base/KittNativeBaseProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAGpC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,MAAM,MAAM,SAAS,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,GACrE,CAAC,CAAC,MAAM,CAAC,GACT,SAAS,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;AAEtC,KAAK,QAAQ,GAAG,QAAQ,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;AACpD,KAAK,gBAAgB,GAAG,SAAS,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;AAE7D,KAAK,eAAe,GAAG,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;AAChD,KAAK,uBAAuB,GAAG,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;AA4BhE,MAAM,WAAW,iCAAiC;CAAG;AACrD,MAAM,WAAW,4BAA4B;CAAG;AAChD,MAAM,WAAW,2BAA2B;CAAG;AAC/C,MAAM,WAAW,2BAA2B;CAAG;AAC/C,MAAM,WAAW,6BAA6B;CAAG;AACjD,MAAM,WAAW,6BAA6B;CAAG;AACjD,MAAM,WAAW,kCAAkC;CAAG;AACtD,MAAM,WAAW,2BAA2B;CAAG;AAE/C,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,2BAA2B,CAAC;IACnC,KAAK,EAAE,2BAA2B,CAAC;IACnC,OAAO,EAAE,6BAA6B,CAAC;IACvC,OAAO,EAAE,6BAA6B,CAAC;IACvC,YAAY,EAAE,kCAAkC,CAAC;IACjD,MAAM,EAAE,4BAA4B,CAAC;IACrC,KAAK,EAAE,2BAA2B,CAAC;IACnC,WAAW,EAAE,iCAAiC,CAAC;CAChD;AAED,MAAM,MAAM,4BAA4B,GACpC,OAAO,GACP,OAAO,GACP,SAAS,GACT,SAAS,GACT,cAAc,GACd,QAAQ,GACR,OAAO,GACP,aAAa,CAAC;AAElB,MAAM,MAAM,kCAAkC,GAAG,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;AAEpH,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,SAAS,kCAAkC,GAAG,CAAC,GAAG,KAAK,CAAC;AAEjF,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,aAAa,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAGtE,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,CAAC,EAAE,QAAQ
|
|
1
|
+
{"version":3,"file":"KittNativeBaseProvider.d.ts","sourceRoot":"","sources":["../../../src/native-base/KittNativeBaseProvider.tsx"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BA2iD/E;;+BAEG;;;;;;;;;;;;wBAWL;;;;;;;;;;;;;2BAaG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAnCF;AAED,KAAK,yBAAyB,GAAG,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAEpF,OAAO,QAAQ,aAAa,CAAC;IAC3B,UAAU,YAAa,SAAQ,yBAAyB;KAAG;CAC5D;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,uBAAuB,CAAC,OAAO,CAAC,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,sBAAsB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,2BAA2B,GAAG,SAAS,CAenH"}
|
|
@@ -3,8 +3,9 @@ import type { TypographyProps } from '..';
|
|
|
3
3
|
export interface StoryGridRowProps {
|
|
4
4
|
children: NonNullable<ReactNode>;
|
|
5
5
|
breakpoint?: 'small' | 'medium';
|
|
6
|
+
flexWrap?: boolean;
|
|
6
7
|
}
|
|
7
|
-
declare function StoryGridRow({ children, breakpoint }: StoryGridRowProps): ReactNode;
|
|
8
|
+
declare function StoryGridRow({ children, breakpoint, flexWrap }: StoryGridRowProps): ReactNode;
|
|
8
9
|
export interface StoryGridColProps {
|
|
9
10
|
children: NonNullable<ReactNode>;
|
|
10
11
|
title?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StoryGrid.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAC;AAI1C,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"StoryGrid.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAC;AAI1C,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,UAAoB,EAAE,QAAQ,EAAE,EAAE,iBAAiB,GAAG,SAAS,CAqBhG;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;IACtC,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,KAAK,CAAC;CACrC;AAED,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAgB,EAAE,EAAE,iBAAiB,GAAG,SAAS,CAqBrG;AAED,eAAO,MAAM,SAAS;;;CAGrB,CAAC"}
|