@ornikar/kitt-universal 23.1.0 → 23.2.2
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 +27 -0
- package/dist/definitions/Highlight/AnimatedCaret/AnimatedCaret.d.ts +11 -0
- package/dist/definitions/Highlight/AnimatedCaret/AnimatedCaret.d.ts.map +1 -0
- package/dist/definitions/Highlight/AnimatedCaret/AnimatedCaret.web.d.ts +4 -0
- package/dist/definitions/Highlight/AnimatedCaret/AnimatedCaret.web.d.ts.map +1 -0
- package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.d.ts +13 -0
- package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.d.ts.map +1 -0
- package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.web.d.ts +4 -0
- package/dist/definitions/Highlight/AnimatedContainer/AnimatedContainer.web.d.ts.map +1 -0
- package/dist/definitions/Highlight/AnimatedContent/AnimatedContent.d.ts +12 -0
- package/dist/definitions/Highlight/AnimatedContent/AnimatedContent.d.ts.map +1 -0
- package/dist/definitions/Highlight/AnimatedContent/AnimatedContent.web.d.ts +4 -0
- package/dist/definitions/Highlight/AnimatedContent/AnimatedContent.web.d.ts.map +1 -0
- package/dist/definitions/Highlight/Highlight.d.ts +10 -5
- package/dist/definitions/Highlight/Highlight.d.ts.map +1 -1
- package/dist/definitions/Highlight/hooks/useNativeAnimation.d.ts +18 -0
- package/dist/definitions/Highlight/hooks/useNativeAnimation.d.ts.map +1 -0
- package/dist/definitions/Highlight/hooks/useNativeAnimation.web.d.ts +3 -0
- package/dist/definitions/Highlight/hooks/useNativeAnimation.web.d.ts.map +1 -0
- package/dist/definitions/forms/InputText/InputTextContainer.web.d.ts.map +1 -1
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts +53 -27
- package/dist/definitions/native-base/KittNativeBaseProvider.d.ts.map +1 -1
- package/dist/definitions/themes/default.d.ts +17 -20
- package/dist/definitions/themes/default.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/colors.d.ts +2 -2
- package/dist/definitions/themes/late-ocean/forms.d.ts +1 -4
- package/dist/definitions/themes/late-ocean/forms.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/highlight.d.ts +11 -2
- package/dist/definitions/themes/late-ocean/highlight.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/input.d.ts +2 -2
- package/dist/definitions/themes/late-ocean/input.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/inputField.d.ts +1 -4
- package/dist/definitions/themes/late-ocean/inputField.d.ts.map +1 -1
- package/dist/definitions/themes/late-ocean/typography.d.ts +1 -1
- package/dist/definitions/themes/palettes/lateOceanColorPalette.d.ts +19 -19
- package/dist/index-metro.es.android.js +490 -213
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +490 -213
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +489 -212
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.css +1 -1
- package/dist/index-node-20.10.cjs.web.js +458 -210
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +490 -213
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.css +1 -1
- package/dist/index-node-20.10.es.web.mjs +459 -211
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +504 -220
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +474 -218
- package/dist/index.es.web.js.map +1 -1
- package/dist/linaria-themes-metro.es.android.js +219 -190
- package/dist/linaria-themes-metro.es.android.js.map +1 -1
- package/dist/linaria-themes-metro.es.ios.js +219 -190
- package/dist/linaria-themes-metro.es.ios.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.js +219 -190
- package/dist/linaria-themes-node-20.10.cjs.js.map +1 -1
- package/dist/linaria-themes-node-20.10.cjs.web.js +219 -190
- package/dist/linaria-themes-node-20.10.cjs.web.js.map +1 -1
- package/dist/linaria-themes-node-20.10.es.mjs +219 -190
- package/dist/linaria-themes-node-20.10.es.mjs.map +1 -1
- package/dist/linaria-themes-node-20.10.es.web.mjs +219 -190
- package/dist/linaria-themes-node-20.10.es.web.mjs.map +1 -1
- package/dist/linaria-themes.es.js +225 -196
- package/dist/linaria-themes.es.js.map +1 -1
- package/dist/linaria-themes.es.web.js +225 -196
- package/dist/linaria-themes.es.web.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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
|
+
## [23.2.2](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@23.2.1...@ornikar/kitt-universal@23.2.2) (2024-01-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* change display on android TimePicker [no issue] ([#2303](https://github.com/ornikar/kitt/issues/2303)) ([c4c2c93](https://github.com/ornikar/kitt/commit/c4c2c932f846c9214f8f836dd7665713ddb23f96))
|
|
12
|
+
* theme colors OSE-5993 ([#2307](https://github.com/ornikar/kitt/issues/2307)) ([d7c93e7](https://github.com/ornikar/kitt/commit/d7c93e7c6be73757968ccbbbc3c356ba544a65c6))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [23.2.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@23.2.0...@ornikar/kitt-universal@23.2.1) (2024-01-19)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @ornikar/kitt-universal
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [23.2.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@23.1.0...@ornikar/kitt-universal@23.2.0) (2024-01-11)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* collapsable highlight ISE-1409 ([#2148](https://github.com/ornikar/kitt/issues/2148)) ([e5e7fb2](https://github.com/ornikar/kitt/commit/e5e7fb2a029ed559c1a3c07f26658a0e6af9120b))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## [23.1.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@23.0.2...@ornikar/kitt-universal@23.1.0) (2024-01-08)
|
|
7
34
|
|
|
8
35
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { AnimateStyle } from 'react-native-reanimated';
|
|
4
|
+
export interface AnimatedCaretProps {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
isHovered: boolean;
|
|
7
|
+
isExpanded: boolean;
|
|
8
|
+
animatedStyles?: AnimateStyle<ViewStyle>;
|
|
9
|
+
}
|
|
10
|
+
export declare function AnimatedCaret({ children, animatedStyles }: AnimatedCaretProps): ReactNode;
|
|
11
|
+
//# sourceMappingURL=AnimatedCaret.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedCaret.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/AnimatedCaret/AnimatedCaret.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;CAC1C;AAED,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,kBAAkB,GAAG,SAAS,CAEzF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedCaret.web.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/AnimatedCaret/AnimatedCaret.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,EAAE,kBAAkB,GAAG,SAAS,CAehG"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { AnimateStyle } from 'react-native-reanimated';
|
|
4
|
+
import type { HighlightSize, HighlightVariant } from '../Highlight';
|
|
5
|
+
export interface AnimatedContainerProps {
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
size: HighlightSize;
|
|
8
|
+
animatedStyles?: AnimateStyle<ViewStyle>;
|
|
9
|
+
isHovered: boolean;
|
|
10
|
+
variant: HighlightVariant;
|
|
11
|
+
}
|
|
12
|
+
export declare function AnimatedContainer({ children, size, animatedStyles }: AnimatedContainerProps): ReactNode;
|
|
13
|
+
//# sourceMappingURL=AnimatedContainer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedContainer.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/AnimatedContainer/AnimatedContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEpE,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,EAAE,aAAa,CAAC;IACpB,cAAc,CAAC,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;IACzC,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,sBAAsB,GAAG,SAAS,CAUvG"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { AnimatedContainerProps } from './AnimatedContainer';
|
|
3
|
+
export declare function AnimatedContainer({ children, size, isHovered, variant }: AnimatedContainerProps): ReactNode;
|
|
4
|
+
//# sourceMappingURL=AnimatedContainer.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedContainer.web.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/AnimatedContainer/AnimatedContainer.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAElE,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,sBAAsB,GAAG,SAAS,CAuB3G"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { AnimateStyle } from 'react-native-reanimated';
|
|
4
|
+
export interface AnimatedContentProps {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
isExpanded: boolean;
|
|
7
|
+
isInitialRender: boolean;
|
|
8
|
+
contentHeight: number;
|
|
9
|
+
animatedStyles?: AnimateStyle<ViewStyle>;
|
|
10
|
+
}
|
|
11
|
+
export declare function AnimatedContent({ children, animatedStyles }: AnimatedContentProps): ReactNode;
|
|
12
|
+
//# sourceMappingURL=AnimatedContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedContent.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/AnimatedContent/AnimatedContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;CAC1C;AAED,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,oBAAoB,GAAG,SAAS,CAE7F"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { AnimatedContentProps } from './AnimatedContent';
|
|
3
|
+
export declare function AnimatedContent({ children, isExpanded, isInitialRender, contentHeight, }: AnimatedContentProps): ReactNode;
|
|
4
|
+
//# sourceMappingURL=AnimatedContent.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedContent.web.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/AnimatedContent/AnimatedContent.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,UAAU,EACV,eAAe,EACf,aAAa,GACd,EAAE,oBAAoB,GAAG,SAAS,CAgBlC"}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import type
|
|
2
|
-
/** @deprecated use primary instead */
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
3
2
|
type DeprecatedHighlightVariant = 'regular';
|
|
4
|
-
type
|
|
3
|
+
export type HighlightSize = 'medium' | 'large';
|
|
4
|
+
export type HighlightVariant = 'primary' | 'secondary' | 'dark' | DeprecatedHighlightVariant | 'ghost';
|
|
5
5
|
export interface HighlightProps {
|
|
6
6
|
variant?: HighlightVariant;
|
|
7
|
-
|
|
7
|
+
canCollapse?: boolean;
|
|
8
|
+
isInitialCollapsed?: boolean;
|
|
9
|
+
title?: string;
|
|
10
|
+
icon?: ReactNode;
|
|
11
|
+
size?: HighlightSize;
|
|
12
|
+
children?: ReactNode;
|
|
8
13
|
}
|
|
9
|
-
export declare function Highlight({ variant, children }: HighlightProps): ReactNode;
|
|
14
|
+
export declare function Highlight({ variant, canCollapse, isInitialCollapsed, title, icon, size, children, }: HighlightProps): ReactNode;
|
|
10
15
|
export {};
|
|
11
16
|
//# sourceMappingURL=Highlight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Highlight.d.ts","sourceRoot":"","sources":["../../../src/Highlight/Highlight.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Highlight.d.ts","sourceRoot":"","sources":["../../../src/Highlight/Highlight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,OAAO,CAAC;AAYjD,KAAK,0BAA0B,GAAG,SAAS,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC/C,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,0BAA0B,GAAG,OAAO,CAAC;AAEvG,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,wBAAgB,SAAS,CAAC,EACxB,OAAmB,EACnB,WAAmB,EACnB,kBAAyB,EACzB,KAAK,EACL,IAAW,EACX,IAAe,EACf,QAAQ,GACT,EAAE,cAAc,GAAG,SAAS,CA0G5B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ViewStyle } from 'react-native';
|
|
2
|
+
import type { AnimateStyle } from 'react-native-reanimated';
|
|
3
|
+
import type { HighlightVariant } from '../Highlight';
|
|
4
|
+
export interface UseNativeAnimationOptions {
|
|
5
|
+
variant: HighlightVariant;
|
|
6
|
+
isExpanded: boolean;
|
|
7
|
+
isInitialRender: boolean;
|
|
8
|
+
contentHeight: number;
|
|
9
|
+
}
|
|
10
|
+
export interface NativeAnimation {
|
|
11
|
+
onPressIn?: () => void;
|
|
12
|
+
onPressOut?: () => void;
|
|
13
|
+
containerAnimatedStyles: AnimateStyle<ViewStyle>;
|
|
14
|
+
caretAnimatedStyles: AnimateStyle<ViewStyle>;
|
|
15
|
+
contentAnimatedStyles: AnimateStyle<ViewStyle>;
|
|
16
|
+
}
|
|
17
|
+
export declare const useNativeAnimation: ({ variant, isExpanded, isInitialRender, contentHeight, }: UseNativeAnimationOptions) => NativeAnimation;
|
|
18
|
+
//# sourceMappingURL=useNativeAnimation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNativeAnimation.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/hooks/useNativeAnimation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAErD,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,gBAAgB,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,uBAAuB,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;IACjD,mBAAmB,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;IAC7C,qBAAqB,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;CAChD;AAOD,eAAO,MAAM,kBAAkB,6DAK5B,yBAAyB,KAAG,eA4D9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNativeAnimation.web.d.ts","sourceRoot":"","sources":["../../../../src/Highlight/hooks/useNativeAnimation.web.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,wBAAgB,kBAAkB,IAAI,eAAe,CAQpD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputTextContainer.web.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputText/InputTextContainer.web.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"InputTextContainer.web.d.ts","sourceRoot":"","sources":["../../../../src/forms/InputText/InputTextContainer.web.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAkBpE,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,GAAG,SAAS,CAE5E"}
|
|
@@ -246,7 +246,7 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
246
246
|
'white-light': string;
|
|
247
247
|
primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
248
248
|
'primary-light': "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
249
|
-
accent: "#
|
|
249
|
+
accent: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
250
250
|
success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
251
251
|
danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
252
252
|
warning: "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
@@ -256,9 +256,9 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
256
256
|
lateOcean: "#624af7";
|
|
257
257
|
lateOceanLight1: "#7b66ff";
|
|
258
258
|
lateOceanLight2: "#a99cff";
|
|
259
|
-
lateOceanLight3: "#
|
|
259
|
+
lateOceanLight3: "#efc2ff";
|
|
260
260
|
lateOceanDark1: "#0a0428";
|
|
261
|
-
warmEmbrace: "#
|
|
261
|
+
warmEmbrace: "#f4d6ff";
|
|
262
262
|
warmEmbraceLight1: "#FAEBFF";
|
|
263
263
|
white: string;
|
|
264
264
|
black: string;
|
|
@@ -300,17 +300,17 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
300
300
|
"violine.9": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
301
301
|
"violine.10": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
302
302
|
"violine.11": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
303
|
-
"lavender.1": "#
|
|
304
|
-
"lavender.3": "#
|
|
305
|
-
"lavender.5": "#
|
|
306
|
-
"lavender.7": "#
|
|
307
|
-
"lavender.2": "#
|
|
308
|
-
"lavender.4": "#
|
|
309
|
-
"lavender.6": "#
|
|
310
|
-
"lavender.8": "#
|
|
311
|
-
"lavender.9": "#
|
|
312
|
-
"lavender.10": "#
|
|
313
|
-
"lavender.11": "#
|
|
303
|
+
"lavender.1": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
304
|
+
"lavender.3": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
305
|
+
"lavender.5": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
306
|
+
"lavender.7": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
307
|
+
"lavender.2": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
308
|
+
"lavender.4": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
309
|
+
"lavender.6": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
310
|
+
"lavender.8": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
311
|
+
"lavender.9": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
312
|
+
"lavender.10": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
313
|
+
"lavender.11": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
314
314
|
"blue.1": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
315
315
|
"blue.3": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
316
316
|
"blue.5": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
@@ -522,16 +522,44 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
522
522
|
};
|
|
523
523
|
highlight: {
|
|
524
524
|
regular: {
|
|
525
|
-
|
|
525
|
+
default: {
|
|
526
|
+
backgroundColor: string;
|
|
527
|
+
};
|
|
528
|
+
hover: {
|
|
529
|
+
backgroundColor: string;
|
|
530
|
+
};
|
|
526
531
|
};
|
|
527
532
|
primary: {
|
|
528
|
-
|
|
533
|
+
default: {
|
|
534
|
+
backgroundColor: string;
|
|
535
|
+
};
|
|
536
|
+
hover: {
|
|
537
|
+
backgroundColor: string;
|
|
538
|
+
};
|
|
529
539
|
};
|
|
530
540
|
secondary: {
|
|
531
|
-
|
|
541
|
+
default: {
|
|
542
|
+
backgroundColor: string;
|
|
543
|
+
};
|
|
544
|
+
hover: {
|
|
545
|
+
backgroundColor: string;
|
|
546
|
+
};
|
|
532
547
|
};
|
|
533
548
|
dark: {
|
|
534
|
-
|
|
549
|
+
default: {
|
|
550
|
+
backgroundColor: string;
|
|
551
|
+
};
|
|
552
|
+
hover: {
|
|
553
|
+
backgroundColor: string;
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
ghost: {
|
|
557
|
+
default: {
|
|
558
|
+
backgroundColor: string;
|
|
559
|
+
};
|
|
560
|
+
hover: {
|
|
561
|
+
backgroundColor: string;
|
|
562
|
+
};
|
|
535
563
|
};
|
|
536
564
|
};
|
|
537
565
|
verticalSteps: {
|
|
@@ -604,8 +632,8 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
604
632
|
};
|
|
605
633
|
primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
606
634
|
primaryLight: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
607
|
-
accent: "#
|
|
608
|
-
accentLight: "#
|
|
635
|
+
accent: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
636
|
+
accentLight: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
609
637
|
success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
610
638
|
correct: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
611
639
|
danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
@@ -1058,8 +1086,8 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
1058
1086
|
"kitt.32"?: number | undefined;
|
|
1059
1087
|
"kitt.60"?: number | undefined;
|
|
1060
1088
|
"kitt.64"?: number | undefined;
|
|
1061
|
-
"kitt.48"?: number | undefined;
|
|
1062
1089
|
"kitt.18"?: number | undefined;
|
|
1090
|
+
"kitt.48"?: number | undefined;
|
|
1063
1091
|
"kitt.39"?: number | undefined;
|
|
1064
1092
|
"kitt.13"?: number | undefined;
|
|
1065
1093
|
"kitt.17"?: number | undefined;
|
|
@@ -1461,8 +1489,8 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
1461
1489
|
"-kitt.32"?: number | undefined;
|
|
1462
1490
|
"-kitt.60"?: number | undefined;
|
|
1463
1491
|
"-kitt.64"?: number | undefined;
|
|
1464
|
-
"-kitt.48"?: number | undefined;
|
|
1465
1492
|
"-kitt.18"?: number | undefined;
|
|
1493
|
+
"-kitt.48"?: number | undefined;
|
|
1466
1494
|
"-kitt.39"?: number | undefined;
|
|
1467
1495
|
"-kitt.13"?: number | undefined;
|
|
1468
1496
|
"-kitt.17"?: number | undefined;
|
|
@@ -1525,8 +1553,8 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
1525
1553
|
"kitt.32"?: number | undefined;
|
|
1526
1554
|
"kitt.60"?: number | undefined;
|
|
1527
1555
|
"kitt.64"?: number | undefined;
|
|
1528
|
-
"kitt.48"?: number | undefined;
|
|
1529
1556
|
"kitt.18"?: number | undefined;
|
|
1557
|
+
"kitt.48"?: number | undefined;
|
|
1530
1558
|
"kitt.39"?: number | undefined;
|
|
1531
1559
|
"kitt.13"?: number | undefined;
|
|
1532
1560
|
"kitt.17"?: number | undefined;
|
|
@@ -2397,9 +2425,11 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
2397
2425
|
borderColor: string;
|
|
2398
2426
|
bg: string | undefined;
|
|
2399
2427
|
_hover: {
|
|
2428
|
+
bg: string | undefined;
|
|
2400
2429
|
borderColor: string;
|
|
2401
2430
|
color: string;
|
|
2402
2431
|
_focus: {
|
|
2432
|
+
bg: string | undefined;
|
|
2403
2433
|
borderColor: string;
|
|
2404
2434
|
color: string;
|
|
2405
2435
|
};
|
|
@@ -4940,10 +4970,6 @@ export declare function createKittNativeBaseCustomTheme(theme: Theme, appTheme?:
|
|
|
4940
4970
|
};
|
|
4941
4971
|
};
|
|
4942
4972
|
};
|
|
4943
|
-
/**
|
|
4944
|
-
* `appTheme` is optional and provides extended theme configuration. It's a native-base representation of your application theme.
|
|
4945
|
-
* This variable must not change at each render
|
|
4946
|
-
*/
|
|
4947
4973
|
_focus: {
|
|
4948
4974
|
borderColor: string;
|
|
4949
4975
|
_hover: {
|
|
@@ -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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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAskDhF;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"}
|
|
@@ -4,8 +4,8 @@ export declare const theme: {
|
|
|
4
4
|
colors: {
|
|
5
5
|
primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
6
6
|
primaryLight: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
7
|
-
accent: "#
|
|
8
|
-
accentLight: "#
|
|
7
|
+
accent: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
8
|
+
accentLight: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
9
9
|
success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
10
10
|
correct: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
11
11
|
danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
@@ -32,9 +32,9 @@ export declare const theme: {
|
|
|
32
32
|
lateOcean: "#624af7";
|
|
33
33
|
lateOceanLight1: "#7b66ff";
|
|
34
34
|
lateOceanLight2: "#a99cff";
|
|
35
|
-
lateOceanLight3: "#
|
|
35
|
+
lateOceanLight3: "#efc2ff";
|
|
36
36
|
lateOceanDark1: "#0a0428";
|
|
37
|
-
warmEmbrace: "#
|
|
37
|
+
warmEmbrace: "#f4d6ff";
|
|
38
38
|
warmEmbraceLight1: "#FAEBFF";
|
|
39
39
|
white: string;
|
|
40
40
|
black: string;
|
|
@@ -76,17 +76,17 @@ export declare const theme: {
|
|
|
76
76
|
"violine.9": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
77
77
|
"violine.10": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
78
78
|
"violine.11": "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
79
|
-
"lavender.1": "#
|
|
80
|
-
"lavender.3": "#
|
|
81
|
-
"lavender.5": "#
|
|
82
|
-
"lavender.7": "#
|
|
83
|
-
"lavender.2": "#
|
|
84
|
-
"lavender.4": "#
|
|
85
|
-
"lavender.6": "#
|
|
86
|
-
"lavender.8": "#
|
|
87
|
-
"lavender.9": "#
|
|
88
|
-
"lavender.10": "#
|
|
89
|
-
"lavender.11": "#
|
|
79
|
+
"lavender.1": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
80
|
+
"lavender.3": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
81
|
+
"lavender.5": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
82
|
+
"lavender.7": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
83
|
+
"lavender.2": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
84
|
+
"lavender.4": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
85
|
+
"lavender.6": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
86
|
+
"lavender.8": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
87
|
+
"lavender.9": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
88
|
+
"lavender.10": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
89
|
+
"lavender.11": "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
90
90
|
"blue.1": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
91
91
|
"blue.3": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
92
92
|
"blue.5": "#f7faff" | "#f0f5ff" | "#e8f0ff" | "#d4e0ff" | "#baceff" | "#a1bbff" | "#87a9ff" | "#6e96ff" | "#5383ff" | "#4170eb" | "#0e4381";
|
|
@@ -181,10 +181,7 @@ export declare const theme: {
|
|
|
181
181
|
inputField: {
|
|
182
182
|
containerPaddingTop: number;
|
|
183
183
|
containerPaddingBottom: number;
|
|
184
|
-
feedbackPaddingTop:
|
|
185
|
-
base: number;
|
|
186
|
-
small: number;
|
|
187
|
-
};
|
|
184
|
+
feedbackPaddingTop: number;
|
|
188
185
|
labelContainerPaddingBottom: number;
|
|
189
186
|
labelFeedbackMarginLeft: number;
|
|
190
187
|
};
|
|
@@ -272,7 +269,7 @@ export declare const theme: {
|
|
|
272
269
|
'white-light': string;
|
|
273
270
|
primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
274
271
|
'primary-light': "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
275
|
-
accent: "#
|
|
272
|
+
accent: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
276
273
|
success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
277
274
|
danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
278
275
|
warning: "#fffdf7" | "#fffbf0" | "#fff6de" | "#ffefc4" | "#ffe8ab" | "#ffe191" | "#ffda78" | "#ffd35e" | "#fdc32d" | "#f3a40c" | "#9f5600";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/default.ts"],"names":[],"mappings":"AAmDA,eAAO,MAAM,KAAK;;6BAES,MAAM,KAAG,MAAM
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../src/themes/default.ts"],"names":[],"mappings":"AAmDA,eAAO,MAAM,KAAK;;6BAES,MAAM,KAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BzC,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,KAAK,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const colors: {
|
|
2
2
|
primary: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
3
3
|
primaryLight: "#f8f7ff" | "#f2f0ff" | "#ebe8ff" | "#d5cfff" | "#bfb5ff" | "#a99cff" | "#9180ff" | "#7b66ff" | "#624af7" | "#5139e1" | "#3a26b5";
|
|
4
|
-
accent: "#
|
|
5
|
-
accentLight: "#
|
|
4
|
+
accent: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
5
|
+
accentLight: "#fdf7ff" | "#fcf2ff" | "#FAEBFF" | "#f8e3ff" | "#f4d6ff" | "#efc2ff" | "#d298ff" | "#b97aff" | "#ac5ff9" | "#9d4ced" | "#6b347e";
|
|
6
6
|
success: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
7
7
|
correct: "#f9fff9" | "#e9ffeb" | "#d3fbd7" | "#bffbc5" | "#96f4b0" | "#7fefac" | "#21e8a3" | "#08d48e" | "#00c381" | "#00ac72" | "#0e8159";
|
|
8
8
|
danger: "#fff7f7" | "#fff0f0" | "#ffe8e8" | "#ffcfcf" | "#ffb5b5" | "#ff9c9c" | "#f57d7d" | "#eb6565" | "#e55050" | "#da3d3d" | "#8a2b1e";
|
|
@@ -6,10 +6,7 @@ export declare const forms: {
|
|
|
6
6
|
inputField: {
|
|
7
7
|
containerPaddingTop: number;
|
|
8
8
|
containerPaddingBottom: number;
|
|
9
|
-
feedbackPaddingTop:
|
|
10
|
-
base: number;
|
|
11
|
-
small: number;
|
|
12
|
-
};
|
|
9
|
+
feedbackPaddingTop: number;
|
|
13
10
|
labelContainerPaddingBottom: number;
|
|
14
11
|
labelFeedbackMarginLeft: number;
|
|
15
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"forms.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/forms.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"forms.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/forms.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWjB,CAAC"}
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
export interface HighlightThemeType {
|
|
2
|
-
|
|
2
|
+
default: {
|
|
3
|
+
backgroundColor: string;
|
|
4
|
+
};
|
|
5
|
+
hover: {
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
};
|
|
3
8
|
}
|
|
4
9
|
export interface HighlightTheme {
|
|
5
10
|
borderRadius: number;
|
|
6
|
-
padding:
|
|
11
|
+
padding: {
|
|
12
|
+
medium: number;
|
|
13
|
+
large: number;
|
|
14
|
+
};
|
|
7
15
|
regular: HighlightThemeType;
|
|
8
16
|
primary: HighlightThemeType;
|
|
9
17
|
secondary: HighlightThemeType;
|
|
18
|
+
ghost: HighlightThemeType;
|
|
10
19
|
dark: HighlightThemeType;
|
|
11
20
|
}
|
|
12
21
|
export declare const highlight: HighlightTheme;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/highlight.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/highlight.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE;QACP,eAAe,EAAE,MAAM,CAAC;KACzB,CAAC;IACF,KAAK,EAAE;QACL,eAAe,EAAE,MAAM,CAAC;KACzB,CAAC;CACH;AAED,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE;QACP,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,OAAO,EAAE,kBAAkB,CAAC;IAC5B,OAAO,EAAE,kBAAkB,CAAC;IAC5B,SAAS,EAAE,kBAAkB,CAAC;IAC9B,KAAK,EAAE,kBAAkB,CAAC;IAC1B,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAED,eAAO,MAAM,SAAS,EAAE,cA+CvB,CAAC"}
|
|
@@ -24,7 +24,7 @@ export interface InputTheme {
|
|
|
24
24
|
padding: number;
|
|
25
25
|
};
|
|
26
26
|
transition: {
|
|
27
|
-
|
|
27
|
+
properties: string[];
|
|
28
28
|
duration: string;
|
|
29
29
|
timingFunction: string;
|
|
30
30
|
};
|
|
@@ -32,6 +32,6 @@ export interface InputTheme {
|
|
|
32
32
|
}
|
|
33
33
|
export declare const webAnimationDuration = "200ms";
|
|
34
34
|
export declare const webAnimationTimingFunction = "ease-in-out";
|
|
35
|
-
export declare const
|
|
35
|
+
export declare const webAnimationProperties: string[];
|
|
36
36
|
export declare const input: InputTheme;
|
|
37
37
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/themes/late-ocean/input.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGtD,MAAM,WAAW,eAAe;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,CAAC;AAsCpE,MAAM,WAAW,UAAU;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE;QACL,SAAS,EAAE,MAAM,CAAC;QAClB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,OAAO,EAAE;QACP,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,cAAc,EAAE;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,UAAU,EAAE;QACV,UAAU,EAAE,MAAM,EAAE,CAAC;QACrB,QAAQ,EAAE,MAAM,CAAC;QACjB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CACzB;AAED,eAAO,MAAM,oBAAoB,UAAU,CAAC;AAC5C,eAAO,MAAM,0BAA0B,gBAAgB,CAAC;AACxD,eAAO,MAAM,sBAAsB,UAAuC,CAAC;AAE3E,eAAO,MAAM,KAAK,EAAE,UAwBnB,CAAC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
export declare const inputField: {
|
|
2
2
|
containerPaddingTop: number;
|
|
3
3
|
containerPaddingBottom: number;
|
|
4
|
-
feedbackPaddingTop:
|
|
5
|
-
base: number;
|
|
6
|
-
small: number;
|
|
7
|
-
};
|
|
4
|
+
feedbackPaddingTop: number;
|
|
8
5
|
labelContainerPaddingBottom: number;
|
|
9
6
|
labelFeedbackMarginLeft: number;
|
|
10
7
|
};
|