amotify 0.1.58 → 0.1.60
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/@declaration/index.d.ts +10 -0
- package/dist/@declaration/index.js +1 -0
- package/dist/@declaration/module.d.ts +5 -0
- package/dist/@declaration/module.js +0 -0
- package/dist/@declaration/property.d.ts +139 -0
- package/dist/@declaration/property.js +0 -0
- package/dist/@styles/componentClasses/index.css +1502 -0
- package/dist/@styles/componentClasses/index.d.ts +23 -0
- package/dist/@styles/componentClasses/index.js +398 -0
- package/dist/@styles/index.css +1502 -0
- package/dist/@styles/index.d.ts +1 -0
- package/dist/@styles/index.js +398 -0
- package/dist/@styles/init.css +89 -0
- package/dist/@styles/init.d.ts +1 -0
- package/dist/@styles/init.js +0 -0
- package/dist/@styles/style.css +7407 -0
- package/dist/@styles/style.d.ts +4 -0
- package/dist/@styles/style.js +398 -0
- package/dist/@styles/var.css +1258 -0
- package/dist/@styles/var.d.ts +1 -0
- package/dist/@styles/var.js +0 -0
- package/dist/@utils/GenerateClassName.d.ts +11 -0
- package/dist/@utils/GenerateClassName.js +1 -0
- package/dist/@utils/LaunchReactApp.d.ts +20 -0
- package/dist/@utils/LaunchReactApp.js +1 -0
- package/dist/@utils/collectForm.d.ts +11 -0
- package/dist/@utils/collectForm.js +1 -0
- package/dist/@utils/color.d.ts +21 -0
- package/dist/@utils/color.js +1 -0
- package/dist/@utils/config.d.ts +43 -0
- package/dist/@utils/config.js +1 -0
- package/dist/@utils/fin.d.ts +1 -0
- package/dist/@utils/fin.js +1 -0
- package/dist/@utils/getElement.d.ts +6 -0
- package/dist/@utils/getElement.js +1 -0
- package/dist/@utils/index.d.ts +11 -0
- package/dist/@utils/index.js +1 -0
- package/dist/@utils/pageTransit.d.ts +11 -0
- package/dist/@utils/pageTransit.js +1 -0
- package/dist/@utils/useRecycle.d.ts +8 -0
- package/dist/@utils/useRecycle.js +1 -0
- package/dist/@utils/useStore.d.ts +18 -0
- package/dist/@utils/useStore.js +1 -0
- package/dist/atoms/Box.d.ts +9 -0
- package/dist/atoms/Box.js +1 -0
- package/dist/atoms/FAI.d.ts +18 -0
- package/dist/atoms/FAI.js +1 -0
- package/dist/atoms/Flex.d.ts +11 -0
- package/dist/atoms/Flex.js +1 -0
- package/dist/atoms/Grid.d.ts +4 -0
- package/dist/atoms/Grid.js +1 -0
- package/dist/atoms/Img.d.ts +11 -0
- package/dist/atoms/Img.js +1 -0
- package/dist/atoms/Logo.d.ts +40 -0
- package/dist/atoms/Logo.js +51 -0
- package/dist/atoms/P.d.ts +9 -0
- package/dist/atoms/P.js +1 -0
- package/dist/atoms/Placeholder.d.ts +9 -0
- package/dist/atoms/Placeholder.js +1 -0
- package/dist/atoms/Span.d.ts +9 -0
- package/dist/atoms/Span.js +1 -0
- package/dist/atoms/index.d.ts +9 -0
- package/dist/atoms/index.js +1 -0
- package/dist/chunk-VY3566IV.js +1 -0
- package/dist/fn/Button.d.ts +82 -0
- package/dist/fn/Button.js +1 -0
- package/dist/fn/Cropper.d.ts +26 -0
- package/dist/fn/Cropper.js +1 -0
- package/dist/fn/Effect/Fade.d.ts +17 -0
- package/dist/fn/Effect/Fade.js +1 -0
- package/dist/fn/Effect/Pudding.d.ts +8 -0
- package/dist/fn/Effect/Pudding.js +1 -0
- package/dist/fn/Effect/Ripple.d.ts +8 -0
- package/dist/fn/Effect/Ripple.js +3 -0
- package/dist/fn/Effect/index.d.ts +11 -0
- package/dist/fn/Effect/index.js +1 -0
- package/dist/fn/Input/AutoHeightText.d.ts +6 -0
- package/dist/fn/Input/AutoHeightText.js +1 -0
- package/dist/fn/Input/Checker.d.ts +17 -0
- package/dist/fn/Input/Checker.js +1 -0
- package/dist/fn/Input/Chips/Selector.d.ts +44 -0
- package/dist/fn/Input/Chips/Selector.js +1 -0
- package/dist/fn/Input/Chips/index.d.ts +60 -0
- package/dist/fn/Input/Chips/index.js +1 -0
- package/dist/fn/Input/Contenteditable.d.ts +17 -0
- package/dist/fn/Input/Contenteditable.js +1 -0
- package/dist/fn/Input/DigitCharacters.d.ts +17 -0
- package/dist/fn/Input/DigitCharacters.js +1 -0
- package/dist/fn/Input/Filer.d.ts +47 -0
- package/dist/fn/Input/Filer.js +1 -0
- package/dist/fn/Input/Hidden.d.ts +13 -0
- package/dist/fn/Input/Hidden.js +1 -0
- package/dist/fn/Input/List.d.ts +50 -0
- package/dist/fn/Input/List.js +1 -0
- package/dist/fn/Input/Parts.d.ts +22 -0
- package/dist/fn/Input/Parts.js +1 -0
- package/dist/fn/Input/Plain.d.ts +7 -0
- package/dist/fn/Input/Plain.js +1 -0
- package/dist/fn/Input/RichSelect.d.ts +32 -0
- package/dist/fn/Input/RichSelect.js +1 -0
- package/dist/fn/Input/Search.d.ts +6 -0
- package/dist/fn/Input/Search.js +1 -0
- package/dist/fn/Input/Segmented.d.ts +22 -0
- package/dist/fn/Input/Segmented.js +1 -0
- package/dist/fn/Input/Select.d.ts +28 -0
- package/dist/fn/Input/Select.js +1 -0
- package/dist/fn/Input/Slider.d.ts +31 -0
- package/dist/fn/Input/Slider.js +1 -0
- package/dist/fn/Input/Switch.d.ts +17 -0
- package/dist/fn/Input/Switch.js +1 -0
- package/dist/fn/Input/Text.d.ts +51 -0
- package/dist/fn/Input/Text.js +1 -0
- package/dist/fn/Input/TextArea.d.ts +19 -0
- package/dist/fn/Input/TextArea.js +1 -0
- package/dist/fn/Input/Time/Picker.d.ts +37 -0
- package/dist/fn/Input/Time/Picker.js +1 -0
- package/dist/fn/Input/Time/index.d.ts +78 -0
- package/dist/fn/Input/Time/index.js +1 -0
- package/dist/fn/Input/core.d.ts +54 -0
- package/dist/fn/Input/core.js +1 -0
- package/dist/fn/Input/index.d.ts +145 -0
- package/dist/fn/Input/index.js +1 -0
- package/dist/fn/Layout/PageNotFound.d.ts +6 -0
- package/dist/fn/Layout/PageNotFound.js +1 -0
- package/dist/fn/Layout/PageRouter.d.ts +27 -0
- package/dist/fn/Layout/PageRouter.js +1 -0
- package/dist/fn/Layout/PageViewController.d.ts +13 -0
- package/dist/fn/Layout/PageViewController.js +1 -0
- package/dist/fn/Layout/Plate.d.ts +9 -0
- package/dist/fn/Layout/Plate.js +1 -0
- package/dist/fn/Layout/RootViewController.d.ts +41 -0
- package/dist/fn/Layout/RootViewController.js +1 -0
- package/dist/fn/Layout/SwipeView.d.ts +40 -0
- package/dist/fn/Layout/SwipeView.js +1 -0
- package/dist/fn/Layout/TabBar.d.ts +16 -0
- package/dist/fn/Layout/TabBar.js +1 -0
- package/dist/fn/Layout/index.d.ts +27 -0
- package/dist/fn/Layout/index.js +1 -0
- package/dist/fn/Loader/corner.d.ts +1 -0
- package/dist/fn/Loader/corner.js +1 -0
- package/dist/fn/Loader/index.d.ts +47 -0
- package/dist/fn/Loader/index.js +1 -0
- package/dist/fn/Loader/mini.d.ts +6 -0
- package/dist/fn/Loader/mini.js +1 -0
- package/dist/fn/Loader/top.d.ts +2 -0
- package/dist/fn/Loader/top.js +1 -0
- package/dist/fn/Sheet.d.ts +76 -0
- package/dist/fn/Sheet.js +1 -0
- package/dist/fn/Snackbar.d.ts +24 -0
- package/dist/fn/Snackbar.js +1 -0
- package/dist/fn/Table/Data.d.ts +128 -0
- package/dist/fn/Table/Data.js +1 -0
- package/dist/fn/Table/Drag.d.ts +18 -0
- package/dist/fn/Table/Drag.js +1 -0
- package/dist/fn/Table/Normal.d.ts +16 -0
- package/dist/fn/Table/Normal.js +1 -0
- package/dist/fn/Table/Parts.d.ts +24 -0
- package/dist/fn/Table/Parts.js +1 -0
- package/dist/fn/Table/Wrapper.d.ts +10 -0
- package/dist/fn/Table/Wrapper.js +1 -0
- package/dist/fn/Table/cellStyling.d.ts +9 -0
- package/dist/fn/Table/cellStyling.js +1 -0
- package/dist/fn/Table/index.d.ts +42 -0
- package/dist/fn/Table/index.js +1 -0
- package/dist/fn/Tooltips.d.ts +31 -0
- package/dist/fn/Tooltips.js +1 -0
- package/dist/fn/index.d.ts +10 -0
- package/dist/fn/index.js +1 -0
- package/dist/index.d.ts +400 -0
- package/dist/index.js +1 -0
- package/dist/mols/Accordion.d.ts +25 -0
- package/dist/mols/Accordion.js +1 -0
- package/dist/mols/Column.d.ts +7 -0
- package/dist/mols/Column.js +1 -0
- package/dist/mols/LinkifyText.d.ts +10 -0
- package/dist/mols/LinkifyText.js +1 -0
- package/dist/mols/List.d.ts +11 -0
- package/dist/mols/List.js +1 -0
- package/dist/mols/Row.d.ts +16 -0
- package/dist/mols/Row.js +1 -0
- package/dist/mols/Text.d.ts +21 -0
- package/dist/mols/Text.js +1 -0
- package/dist/mols/index.d.ts +6 -0
- package/dist/mols/index.js +1 -0
- package/dist/orgs/index.d.ts +1 -0
- package/dist/orgs/index.js +0 -0
- package/dist/temps/designBook.d.ts +4 -0
- package/dist/temps/designBook.js +99 -0
- package/dist/temps/index.d.ts +1 -0
- package/dist/temps/index.js +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './module';
|
|
3
|
+
export type Device = 'windows' | 'android' | 'iPhone' | 'iPad' | 'macOSX' | 'undefined';
|
|
4
|
+
export type Browser = 'chrome' | 'firefox' | 'safari' | 'opera' | 'ie' | 'edge' | 'undefined';
|
|
5
|
+
export type ReactElement = React.ReactNode | React.ReactNode[];
|
|
6
|
+
export type DarkMode = 'light' | 'auto' | 'dark' | 'dim';
|
|
7
|
+
export type ThemeColor = 'comun' | 'leaf' | 'heart' | 'droplet' | 'brick' | 'flower' | 'lip' | 'wine' | 'theater' | 'bat' | 'poizon' | 'eggplant' | 'ufo' | 'alien' | 'tombstone' | 'ninja' | 'moon' | 'rain' | 'unicorn' | 'axe' | 'gem' | 'soap' | 'drizzle' | 'building' | 'fish' | 'icicles' | 'water' | 'tree1' | 'tree2' | 'tree3' | 'battery' | 'seedle' | 'greenTea' | 'oak' | 'salad' | 'cloudy' | 'lemon' | 'angel' | 'parasol' | 'pizza' | 'thunder' | 'latte' | 'island' | 'shovel' | 'coffee' | 'carrot' | 'cactus' | 'volcano' | 'choco' | 'industry' | 'gun' | 'galaxy' | 'line' | 'twitter' | 'amazon' | 'facebook' | 'android' | 'slackBlue' | 'slackGreen' | 'slackRed' | 'slackYellow' | 'slackBase' | 'googleBlue' | 'googleGreen' | 'googleYellow' | 'googleRed';
|
|
8
|
+
export type Roundness = 0 | 1 | 2 | 3 | 4 | 5;
|
|
9
|
+
import * as TagProperty from './property';
|
|
10
|
+
export type { TagProperty };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./module";
|
|
File without changes
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ThemeColor } from '.';
|
|
3
|
+
export type BasicElement = BasicTag & Para;
|
|
4
|
+
export type BasicTag = {
|
|
5
|
+
className?: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
componentID?: string;
|
|
8
|
+
};
|
|
9
|
+
export type Para = Properties & {
|
|
10
|
+
freeCSS?: React.CSSProperties;
|
|
11
|
+
UnderBreakPointStyles?: Properties;
|
|
12
|
+
ssEffectsOnActive?: Others.EffectsOnActive | Others.EffectsOnActive[] | false;
|
|
13
|
+
ssPushable?: boolean;
|
|
14
|
+
ssLastChildLossBorder?: 'bottom' | 'right' | false;
|
|
15
|
+
};
|
|
16
|
+
export declare namespace Pargins {
|
|
17
|
+
type Para = {
|
|
18
|
+
margin?: Group;
|
|
19
|
+
marginTop?: Unit;
|
|
20
|
+
marginRight?: Unit;
|
|
21
|
+
marginBottom?: Unit;
|
|
22
|
+
marginLeft?: Unit;
|
|
23
|
+
padding?: Group;
|
|
24
|
+
paddingTop?: Unit;
|
|
25
|
+
paddingRight?: Unit;
|
|
26
|
+
paddingBottom?: Unit;
|
|
27
|
+
paddingLeft?: Unit;
|
|
28
|
+
};
|
|
29
|
+
type Unit = 0 | '1/12' | '1/6' | '1/4' | '1/3' | '1/2' | '2/3' | '3/4' | 1 | 1.5 | 2 | 2.5 | 3 | 4 | 'auto' | 'safeAreaTop' | 'safeAreaBottom';
|
|
30
|
+
type Group = Unit | [Unit, Unit] | [Unit, Unit, Unit, Unit];
|
|
31
|
+
}
|
|
32
|
+
export declare namespace Borders {
|
|
33
|
+
type Para = {
|
|
34
|
+
border?: Border;
|
|
35
|
+
borderTop?: Border;
|
|
36
|
+
borderRight?: Border;
|
|
37
|
+
borderBottom?: Border;
|
|
38
|
+
borderLeft?: Border;
|
|
39
|
+
borderWidth?: Width;
|
|
40
|
+
borderColor?: Color;
|
|
41
|
+
borderStyle?: Style;
|
|
42
|
+
borderRadius?: Radius;
|
|
43
|
+
borderTopLeftRadius?: Radius;
|
|
44
|
+
borderTopRightRadius?: Radius;
|
|
45
|
+
borderBottomLeftRadius?: Radius;
|
|
46
|
+
borderBottomRightRadius?: Radius;
|
|
47
|
+
};
|
|
48
|
+
type Border = boolean | '0.trans' | '1.thin' | '2.normal' | 'dark' | 'unset';
|
|
49
|
+
type Width = 0 | 1 | 2 | 3 | 4;
|
|
50
|
+
type Color = '0.trans' | '1.thin' | '2.normal' | 'dark' | 'theme' | 'posi' | 'nega' | 'warn' | 'white';
|
|
51
|
+
type Style = 'solid' | 'dashed' | 'double' | 'dotted' | 'none';
|
|
52
|
+
type Radius = 0 | '1/3' | '2/3' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 'sphere' | 'inherit' | '1.tone.primary' | '2.tone.secondary' | '3.tone.tertiary';
|
|
53
|
+
}
|
|
54
|
+
export declare namespace FlexGrids {
|
|
55
|
+
type Para = {
|
|
56
|
+
flexSizing?: 'none' | 'auto' | 0;
|
|
57
|
+
flexWrap?: boolean;
|
|
58
|
+
flexCenter?: boolean;
|
|
59
|
+
flexType?: Type;
|
|
60
|
+
flexChilds?: 'even' | 'auto' | 'none' | 'unset';
|
|
61
|
+
flexGrid?: Grid;
|
|
62
|
+
flexNewLine?: boolean;
|
|
63
|
+
verticalAlign?: VerticalAlign;
|
|
64
|
+
horizontalAlign?: HorizontalAlign;
|
|
65
|
+
gridCenter?: boolean;
|
|
66
|
+
gridCols?: GridCols;
|
|
67
|
+
};
|
|
68
|
+
type Type = 'row' | 'row-r' | 'col' | 'col-r';
|
|
69
|
+
type VerticalAlign = 'center' | 'top' | 'bottom' | 'baseline' | 'unset';
|
|
70
|
+
type HorizontalAlign = 'center' | 'left' | 'right' | 'between' | 'around' | 'even' | 'unset';
|
|
71
|
+
type Grid = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 'unset';
|
|
72
|
+
type GridCols = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace Fonts {
|
|
75
|
+
type Para = {
|
|
76
|
+
fontColor?: Color;
|
|
77
|
+
fontSize?: Size;
|
|
78
|
+
fontWeight?: Weight;
|
|
79
|
+
isLightFont?: boolean;
|
|
80
|
+
isSemiBoldFont?: boolean;
|
|
81
|
+
isBoldFont?: boolean;
|
|
82
|
+
isRounded?: boolean;
|
|
83
|
+
textAlign?: 'left' | 'center' | 'right';
|
|
84
|
+
textDecoration?: 'none' | 'underline' | 'line-through';
|
|
85
|
+
};
|
|
86
|
+
type Weight = '0.thin' | '1.light' | '2.normal' | '3.semiBold' | '4.bold' | '5.extraBold' | 'inherit' | 'lighter' | 'bolder';
|
|
87
|
+
type Color = Others.UniColors | '1.clear' | '2.normal' | '3.blur' | '4.thin' | '5.translucent' | '6.clear' | 'mono.potivite' | 'mono.negative' | 'logo' | 'trans';
|
|
88
|
+
type Size = '0.xs' | '1.mini' | '2.normal' | '3.paragraph' | '4.thirdTitle' | '5.subTitle' | '6.title' | '7.landing' | '8.xl' | 'inherit';
|
|
89
|
+
}
|
|
90
|
+
export declare namespace Sizes {
|
|
91
|
+
type Para = {
|
|
92
|
+
maxHeight?: 0 | 1 | 'viewHeight' | 'topNavigationHeight' | 'sideNavigationHeight' | 'contentHeight' | 'unset';
|
|
93
|
+
minHeight?: 0 | 1 | 'viewHeight' | 'topNavigationHeight' | 'sideNavigationHeight' | 'contentHeight' | 'unset';
|
|
94
|
+
minWidth?: 0 | 1 | 'viewWidth' | 'unset';
|
|
95
|
+
maxWidth?: 0 | 1 | 'viewWidth' | 'unset';
|
|
96
|
+
unitWidth?: Size;
|
|
97
|
+
unitHeight?: Size;
|
|
98
|
+
width?: 0 | 1 | 'viewWidth' | 'auto';
|
|
99
|
+
height?: 0 | 1 | 'viewHeight' | 'topNavigationHeight' | 'footerNavigationHeight' | 'sideNavigationHeight' | 'contentHeight' | 'auto';
|
|
100
|
+
};
|
|
101
|
+
type Size = 0 | '1/12' | '1/6' | '1/4' | '1/3' | '1/2' | '2/3' | '3/4' | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 6 | 8 | 12 | 'unset';
|
|
102
|
+
}
|
|
103
|
+
export declare namespace StyleSets {
|
|
104
|
+
type Para = {
|
|
105
|
+
ssCardBox?: boolean | 'border' | 'layer' | 'cloud' | 'shadow';
|
|
106
|
+
ssSphere?: Sizes.Size;
|
|
107
|
+
ssSquare?: Sizes.Size;
|
|
108
|
+
ssAbsoluteCovered?: boolean;
|
|
109
|
+
ssTextEllipsis?: boolean;
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
export declare namespace Others {
|
|
113
|
+
type gapUnit = 0 | '1/12' | '1/6' | '1/4' | '1/3' | '1/2' | '2/3' | '3/4' | 1 | 1.5 | 2 | 2.5 | 3 | 4;
|
|
114
|
+
type gap = gapUnit | [gapUnit, gapUnit];
|
|
115
|
+
type overflowUnit = 'auto' | 'hidden' | 'scroll' | 'visible' | 'unset';
|
|
116
|
+
type overflow = overflowUnit | [overflowUnit, overflowUnit];
|
|
117
|
+
type UniColors = 'inherit' | 'theme' | 'posi' | 'nega' | 'warn' | 'white' | 'black' | ThemeColor;
|
|
118
|
+
type BackgroundColor = UniColors | 'layer.1' | 'layer.2' | 'layer.3' | 'layer.4' | 'layer.5' | 'layer.6' | 'layer.1.opa.few' | 'layer.1.opa.low' | 'layer.1.opa.middle' | 'layer.1.opa.high' | 'layer.4.opa.few' | 'layer.4.opa.low' | 'layer.4.opa.middle' | 'layer.4.opa.high' | 'theme.opa.few' | 'theme.opa.low' | 'theme.opa.middle' | 'theme.opa.high' | 'theme.lighten' | 'theme.lighter' | 'theme.lightest' | 'theme.darken' | 'theme.darker' | 'theme.darkest' | 'nega.opa.low' | 'nega.opa.middle' | 'posi.opa.low' | 'posi.opa.middle' | 'mono.positive' | 'mono.negative' | 'cloud' | 'dark' | 'trans' | 'none';
|
|
119
|
+
type TRBL = 0 | '1/12' | '1/6' | '1/4' | '1/3' | '1/2' | '2/3' | '3/4' | 1 | 2 | 3 | 4 | '50%' | '100%';
|
|
120
|
+
type EffectsOnActive = 'ripple.white' | 'ripple.cloud' | 'ripple.theme' | 'push' | 'expand' | 'shrink' | 'pudding' | 'fade' | 'none';
|
|
121
|
+
}
|
|
122
|
+
export type Properties = Pargins.Para & Fonts.Para & Borders.Para & FlexGrids.Para & Sizes.Para & StyleSets.Para & {
|
|
123
|
+
backgroundColor?: Others.BackgroundColor;
|
|
124
|
+
gradients?: {
|
|
125
|
+
deg: number;
|
|
126
|
+
colors: string[];
|
|
127
|
+
};
|
|
128
|
+
boxShadow?: '3.thin.inset' | '3.normal.inset' | '3.remark.inset' | '3.thick.inset' | '3.most.inset' | '2.thin.inset' | '2.normal.inset' | '2.remark.inset' | '2.thick.inset' | '2.most.inset' | '1.thin.inset' | '1.normal.inset' | '1.remark.inset' | '1.thick.inset' | '1.most.inset' | '0.thin.inset' | '0.normal.inset' | '0.remark.inset' | '0.thick.inset' | '0.most.inset' | '0.thin' | '0.normal' | '0.remark' | '0.thick' | '0.most' | '1.thin' | '1.normal' | '1.remark' | '1.thick' | '1.most' | '2.thin' | '2.normal' | '2.remark' | '2.thick' | '2.most' | '3.thin' | '3.normal' | '3.remark' | '3.thick' | '3.most' | '4.thin' | '4.normal' | '4.remark' | '4.thick' | '4.most' | '5.thin' | '5.normal' | '5.remark' | '5.thick' | '5.most' | 'none';
|
|
129
|
+
display?: 'block' | 'none' | 'flex' | 'grid' | 'inlineBlock' | 'inlineFlex';
|
|
130
|
+
gap?: Others.gap;
|
|
131
|
+
overflow?: Others.overflow;
|
|
132
|
+
position?: 'relative' | 'absolute' | 'fixed' | 'sticky' | 'static';
|
|
133
|
+
top?: Others.TRBL | 'topBase' | 'topNavigationHeight';
|
|
134
|
+
right?: Others.TRBL;
|
|
135
|
+
bottom?: Others.TRBL | 'footerNavigationHeight';
|
|
136
|
+
left?: Others.TRBL;
|
|
137
|
+
opacity?: 'trans' | 'few' | 'low' | 'middle' | 'high' | 'most';
|
|
138
|
+
transition?: 'none' | 'short' | 'middle' | 'long';
|
|
139
|
+
};
|
|
File without changes
|