@gataca/design-system 0.4.13 → 0.4.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/native/Buttons/Button/Button.config.native.d.ts +1 -0
- package/dist/components/native/Dialog/Dialog/dialog_styles.native.d.ts +2 -1
- package/dist/components/native/Dialog/Dialog/dialog_types.native.d.ts +1 -0
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +1 -1
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
|
@@ -514,6 +514,7 @@ export declare const getButtonMinHeight: (textSize: string, hasIcon?: boolean) =
|
|
|
514
514
|
export declare const getButtonContentStyles: (fontStyles: StyleType, colors: ColorsType, color: string, style: string, state: string, textSize: string) => {
|
|
515
515
|
styles: {
|
|
516
516
|
lineHeight: number | undefined;
|
|
517
|
+
textAlignVertical: string;
|
|
517
518
|
color: any;
|
|
518
519
|
fontFamily?: string;
|
|
519
520
|
fontSize?: number;
|
|
@@ -2,12 +2,13 @@ declare const _default: {
|
|
|
2
2
|
bg: {
|
|
3
3
|
backgroundColor: string;
|
|
4
4
|
position: "absolute";
|
|
5
|
+
flex: number;
|
|
5
6
|
bottom: number;
|
|
6
7
|
top: number;
|
|
7
8
|
left: number;
|
|
8
9
|
right: number;
|
|
9
10
|
width: "100%";
|
|
10
|
-
height:
|
|
11
|
+
height: number;
|
|
11
12
|
flexDirection: "column";
|
|
12
13
|
zIndex: number;
|
|
13
14
|
display: "flex";
|