@ornikar/kitt-universal 21.0.3 → 22.1.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/CHANGELOG.md +22 -0
- package/dist/definitions/ActionCard/ActionCardContentWrapper.d.ts.map +1 -1
- package/dist/definitions/BaseMessage/helper.d.ts.map +1 -1
- package/dist/definitions/Button/AnimatedContainer.web.d.ts.map +1 -1
- package/dist/definitions/Button/FocusBorder.d.ts.map +1 -1
- package/dist/definitions/IconButton/IconButton.d.ts +2 -2
- package/dist/definitions/IconButton/IconButton.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/Picker/Picker.web.d.ts.map +1 -1
- package/dist/definitions/Tooltip/Arrow.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/DatePicker.d.ts +1 -1
- package/dist/definitions/forms/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/components/InputPart.d.ts +1 -1
- package/dist/definitions/forms/DatePicker/components/InputPart.d.ts.map +1 -1
- package/dist/definitions/forms/DatePicker/components/PressableDateInputs.d.ts.map +1 -1
- package/dist/definitions/forms/InputTag/InputTag.d.ts.map +1 -1
- package/dist/definitions/forms/InputText/InputText.d.ts +1 -1
- package/dist/definitions/forms/InputText/InputText.d.ts.map +1 -1
- package/dist/definitions/forms/RadioButtonGroup/HoverBorder.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +170 -81
- 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 -58
- 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 -12
- package/dist/definitions/themes/late-ocean/typography.d.ts.map +1 -1
- 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 +387 -57
- package/dist/definitions/typography/Typography.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyEmoji.d.ts.map +1 -1
- package/dist/definitions/typography/TypographyLink.d.ts +3 -3
- package/dist/definitions/typography/TypographyLink.d.ts.map +1 -1
- package/dist/definitions/utils/getEnterKeyHintForNumericInput/getEnterKeyHintForNumericInput.d.ts +3 -0
- package/dist/definitions/utils/getEnterKeyHintForNumericInput/getEnterKeyHintForNumericInput.d.ts.map +1 -0
- package/dist/{index.es.ios.js → index-metro.es.android.js} +3766 -4197
- package/dist/index-metro.es.android.js.map +1 -0
- package/dist/{index.es.android.js → index-metro.es.ios.js} +3766 -4197
- package/dist/index-metro.es.ios.js.map +1 -0
- package/dist/index-node-18.18.cjs.js +421 -660
- 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 +249 -124
- package/dist/index-node-18.18.cjs.web.js.map +1 -1
- package/dist/index-node-18.18.es.mjs +421 -660
- 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 +249 -124
- package/dist/index-node-18.18.es.web.mjs.map +1 -1
- package/dist/index.es.js +442 -675
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +264 -133
- package/dist/index.es.web.js.map +1 -1
- package/dist/{linaria-themes.es.ios.js → linaria-themes-metro.es.android.js} +357 -227
- package/dist/linaria-themes-metro.es.android.js.map +1 -0
- package/dist/{linaria-themes.es.android.js → linaria-themes-metro.es.ios.js} +357 -227
- package/dist/linaria-themes-metro.es.ios.js.map +1 -0
- package/dist/linaria-themes-node-18.18.cjs.js +185 -45
- package/dist/linaria-themes-node-18.18.cjs.js.map +1 -1
- package/dist/linaria-themes-node-18.18.cjs.web.js +185 -45
- package/dist/linaria-themes-node-18.18.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-18.18.es.mjs +185 -45
- package/dist/linaria-themes-node-18.18.es.mjs.map +1 -1
- package/dist/linaria-themes-node-18.18.es.web.mjs +185 -45
- package/dist/linaria-themes-node-18.18.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +195 -47
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +195 -47
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +19 -18
- package/typings/react-native-web.d.ts +48 -5
- package/dist/definitions/utils/getReturnKeyTypeForNumericInput/getReturnKeyTypeForNumericInput.d.ts +0 -3
- package/dist/definitions/utils/getReturnKeyTypeForNumericInput/getReturnKeyTypeForNumericInput.d.ts.map +0 -1
- package/dist/index.es.android.js.map +0 -1
- package/dist/index.es.ios.js.map +0 -1
- package/dist/linaria-themes.es.android.js.map +0 -1
- package/dist/linaria-themes.es.ios.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@22.0.0...@ornikar/kitt-universal@22.1.0) (2023-12-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update colors OSE-4845 ([#2257](https://github.com/ornikar/kitt/issues/2257)) ([d75b837](https://github.com/ornikar/kitt/commit/d75b83762e6e29c2464305abae8d86d4676e972c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [22.0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@21.0.3...@ornikar/kitt-universal@22.0.0) (2023-11-29)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### ⚠ BREAKING CHANGES
|
|
19
|
+
|
|
20
|
+
* expo 49 INS-2508 (#2049)
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* expo 49 INS-2508 ([#2049](https://github.com/ornikar/kitt/issues/2049)) ([830d8b3](https://github.com/ornikar/kitt/commit/830d8b3f4e1fa00b1ca31bf73e2d8d8b85a03d9f))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [21.0.3](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@21.0.2...@ornikar/kitt-universal@21.0.3) (2023-11-28)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @ornikar/kitt-universal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionCardContentWrapper.d.ts","sourceRoot":"","sources":["../../../src/ActionCard/ActionCardContentWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAIlF,UAAU,6BAA6B;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,qBAAqB,CAAC;IAC/B,aAAa,CAAC,EAAE,2BAA2B,CAAC;IAC5C,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,wBAAwB,CAAC,EACvC,SAAS,EACT,SAAS,EACT,SAAS,EACT,OAAO,EACP,aAAsB,EACtB,QAAQ,GACT,EAAE,6BAA6B,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"ActionCardContentWrapper.d.ts","sourceRoot":"","sources":["../../../src/ActionCard/ActionCardContentWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAIlF,UAAU,6BAA6B;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,qBAAqB,CAAC;IAC/B,aAAa,CAAC,EAAE,2BAA2B,CAAC;IAC5C,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,wBAAwB,CAAC,EACvC,SAAS,EACT,SAAS,EACT,SAAS,EACT,OAAO,EACP,aAAsB,EACtB,QAAQ,GACT,EAAE,6BAA6B,GAAG,SAAS,CAsC3C"}
|
|
@@ -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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnimatedContainer.web.d.ts","sourceRoot":"","sources":["../../../src/Button/AnimatedContainer.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAIlE,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,SAAS,EACT,SAAS,EACT,SAAS,EACT,QAAQ,GACT,EAAE,sBAAsB,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"AnimatedContainer.web.d.ts","sourceRoot":"","sources":["../../../src/Button/AnimatedContainer.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAIlE,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,IAAI,EACJ,OAAO,EACP,SAAS,EACT,SAAS,EACT,SAAS,EACT,QAAQ,GACT,EAAE,sBAAsB,GAAG,SAAS,CAiDpC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FocusBorder.d.ts","sourceRoot":"","sources":["../../../src/Button/FocusBorder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"FocusBorder.d.ts","sourceRoot":"","sources":["../../../src/Button/FocusBorder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE1D,UAAU,gBAAgB;IACxB,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,aAAa,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,gBAAgB,GAAG,SAAS,CA2B3G"}
|
|
@@ -7,7 +7,7 @@ export interface IconButtonProps {
|
|
|
7
7
|
color?: IconButtonColor;
|
|
8
8
|
disabled?: boolean;
|
|
9
9
|
testID?: string;
|
|
10
|
-
|
|
10
|
+
ariaLabel?: PressableProps['aria-label'];
|
|
11
11
|
accessibilityRole?: PressableProps['accessibilityRole'];
|
|
12
12
|
/** @internal for story purpose */
|
|
13
13
|
isHoveredInternal?: boolean;
|
|
@@ -17,6 +17,6 @@ export interface IconButtonProps {
|
|
|
17
17
|
isFocusedInternal?: boolean;
|
|
18
18
|
onPress?: () => void;
|
|
19
19
|
}
|
|
20
|
-
export declare function IconButton({ icon, color, disabled, testID,
|
|
20
|
+
export declare function IconButton({ icon, color, disabled, testID, ariaLabel, accessibilityRole, isHoveredInternal, isPressedInternal, isFocusedInternal, onPress, }: IconButtonProps): ReactNode;
|
|
21
21
|
export declare function CloseIconButton(props: Except<IconButtonProps, 'icon'>): ReactNode;
|
|
22
22
|
//# sourceMappingURL=IconButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/IconButton/IconButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAQhE,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AAE5D,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/IconButton/IconButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAQhE,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AAE5D,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,WAAW,CAAC,YAAY,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,cAAc,CAAC,YAAY,CAAC,CAAC;IACzC,iBAAiB,CAAC,EAAE,cAAc,CAAC,mBAAmB,CAAC,CAAC;IACxD,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,KAAe,EACf,QAAQ,EACR,MAAM,EACN,SAAS,EACT,iBAA4B,EAC5B,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,GACR,EAAE,eAAe,GAAG,SAAS,CAuD7B;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG,SAAS,CAEjF"}
|
|
@@ -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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Picker.web.d.ts","sourceRoot":"","sources":["../../../src/Picker/Picker.web.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAKrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAsB9C,wBAAgB,MAAM,CAAC,CAAC,EAAE,EACxB,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,gBAAwB,EACxB,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,OAAO,GACR,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"Picker.web.d.ts","sourceRoot":"","sources":["../../../src/Picker/Picker.web.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAKrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAsB9C,wBAAgB,MAAM,CAAC,CAAC,EAAE,EACxB,QAAQ,EACR,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,gBAAwB,EACxB,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,OAAO,GACR,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,SAAS,CA+I5B;yBA3Je,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Arrow.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Arrow.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAGjD,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,eAAe,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Arrow.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Arrow.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAGjD,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,eAAe,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,eAAO,MAAM,KAAK,6KAmBjB,CAAC"}
|
|
@@ -34,7 +34,7 @@ export interface DatePickerProps {
|
|
|
34
34
|
/** @description Native only props - Controls the default visibility of the native picker */
|
|
35
35
|
isDefaultVisible?: boolean;
|
|
36
36
|
stretch?: ResponsiveValue<boolean | undefined>;
|
|
37
|
-
|
|
37
|
+
enterKeyHint?: InputTextProps['enterKeyHint'];
|
|
38
38
|
/** @internal for story purpose */
|
|
39
39
|
isHoveredInternal?: boolean;
|
|
40
40
|
/** @internal for story purpose */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../src/forms/DatePicker/DatePicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAI7D,KAAK,kBAAkB,GAAG,UAAU,GAAG,QAAQ,CAAC;AAEhD,UAAU,qBAAqB;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,0DAA0D;IAC1D,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,0DAA0D;IAC1D,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,4EAA4E;IAC5E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mGAAmG;IACnG,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,6GAA6G;IAC7G,iBAAiB,CAAC,EAAE,IAAI,CAAC;IACzB,8GAA8G;IAC9G,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,+HAA+H;IAC/H,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,4FAA4F;IAC5F,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,eAAe,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC/C,
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../src/forms/DatePicker/DatePicker.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAC7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAI7D,KAAK,kBAAkB,GAAG,UAAU,GAAG,QAAQ,CAAC;AAEhD,UAAU,qBAAqB;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC;IACb,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,0DAA0D;IAC1D,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,0DAA0D;IAC1D,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,4EAA4E;IAC5E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mGAAmG;IACnG,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,6GAA6G;IAC7G,iBAAiB,CAAC,EAAE,IAAI,CAAC;IACzB,8GAA8G;IAC9G,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,+HAA+H;IAC/H,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,4FAA4F;IAC5F,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,eAAe,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC/C,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;IAC9C,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,IAAI,CAAC;IAChC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC3B,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,CAAC;CACrD;AAED,eAAO,MAAM,UAAU,sGAmBtB,CAAC"}
|
|
@@ -9,7 +9,7 @@ interface InputPartProps {
|
|
|
9
9
|
isFocusedInternal?: boolean;
|
|
10
10
|
isHoveredInternal?: boolean;
|
|
11
11
|
isPressedInternal?: boolean;
|
|
12
|
-
|
|
12
|
+
enterKeyHint?: InputTextProps['enterKeyHint'];
|
|
13
13
|
onChange?: InputTextProps['onChange'];
|
|
14
14
|
onBlur?: () => void;
|
|
15
15
|
onSubmitEditing?: InputTextProps['onSubmitEditing'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputPart.d.ts","sourceRoot":"","sources":["../../../../../src/forms/DatePicker/components/InputPart.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AA4BhE,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,
|
|
1
|
+
{"version":3,"file":"InputPart.d.ts","sourceRoot":"","sources":["../../../../../src/forms/DatePicker/components/InputPart.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AA4BhE,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;IAC9C,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,cAAc,CAAC,iBAAiB,CAAC,CAAC;CACrD;AAED,eAAO,MAAM,SAAS,sGAuCrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PressableDateInputs.d.ts","sourceRoot":"","sources":["../../../../../src/forms/DatePicker/components/PressableDateInputs.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAInD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAKrD,UAAU,wBAAyB,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC;IAC1E,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"PressableDateInputs.d.ts","sourceRoot":"","sources":["../../../../../src/forms/DatePicker/components/PressableDateInputs.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAInD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAKrD,UAAU,wBAAyB,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC;IAC1E,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,mBAAmB,qHAwE/B,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"}
|
|
@@ -3,7 +3,7 @@ import type { ReactNode } from 'react';
|
|
|
3
3
|
import type { TextInput as RNTextInput, TextInputProps as RNTextInputProps } from 'react-native';
|
|
4
4
|
import type { Except } from 'type-fest';
|
|
5
5
|
import type { InputFormState, InputUIState } from '../utils';
|
|
6
|
-
export interface InputTextProps extends Except<RNTextInputProps, '
|
|
6
|
+
export interface InputTextProps extends Except<RNTextInputProps, 'id'> {
|
|
7
7
|
id?: string;
|
|
8
8
|
name?: string;
|
|
9
9
|
variant?: ResponsiveValue<'outline' | 'unstyled'>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputText.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputText/InputText.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,KAAK,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,SAAS,IAAI,WAAW,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEjG,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAIxC,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7D,MAAM,WAAW,cAAe,SAAQ,MAAM,CAAC,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"InputText.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputText/InputText.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,KAAK,EAAgB,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,OAAO,KAAK,EAAE,SAAS,IAAI,WAAW,EAAE,cAAc,IAAI,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEjG,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAIxC,OAAO,KAAK,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAG7D,MAAM,WAAW,cAAe,SAAQ,MAAM,CAAC,gBAAgB,EAAE,IAAI,CAAC;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,OAAO,CAAC,EAAE,eAAe,CAAC,SAAS,GAAG,UAAU,CAAC,CAAC;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,YAAY,CAAC;CACnC;AAED,eAAO,MAAM,SAAS,wGAgErB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoverBorder.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButtonGroup/HoverBorder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HoverBorder.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButtonGroup/HoverBorder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,UAAU,gBAAgB;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,WAAW,CAAC,EAC1B,OAAO,EACP,MAAM,EACN,UAAU,EACV,SAAS,EACT,SAAS,EACT,SAAS,GACV,EAAE,gBAAgB,GAAG,SAAS,CA+B9B"}
|
|
@@ -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;
|
|
@@ -1339,10 +1428,10 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
1339
1428
|
picker: {
|
|
1340
1429
|
ios: {
|
|
1341
1430
|
default: {
|
|
1342
|
-
height:
|
|
1431
|
+
height: import("react-native").DimensionValue | undefined;
|
|
1343
1432
|
};
|
|
1344
1433
|
landscape: {
|
|
1345
|
-
height:
|
|
1434
|
+
height: import("react-native").DimensionValue | undefined;
|
|
1346
1435
|
};
|
|
1347
1436
|
};
|
|
1348
1437
|
};
|
|
@@ -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;
|