@hazelcast/ui 1.2.0 → 1.2.1-next.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/lib/Alert.js +2 -2
- package/lib/Alert.js.map +1 -1
- package/lib/AutocompleteField.js +6 -5
- package/lib/AutocompleteField.js.map +1 -1
- package/lib/AutocompleteField.module.scss +1 -1
- package/lib/AutocompleteFieldFormik.js +1 -1
- package/lib/AutocompleteFieldFormik.js.map +1 -1
- package/lib/Button.d.ts +1 -353
- package/lib/Button.js +4 -4
- package/lib/Button.js.map +1 -1
- package/lib/Button.module.scss +1 -0
- package/lib/Calendar/Calendar.js +2 -2
- package/lib/Calendar/Calendar.js.map +1 -1
- package/lib/Calendar/Calendar.module.scss +4 -1
- package/lib/Calendar/components/CalendarInput.js +2 -2
- package/lib/Calendar/components/CalendarInput.js.map +1 -1
- package/lib/Calendar/components/CalendarTime.js +1 -1
- package/lib/Calendar/components/CalendarTime.js.map +1 -1
- package/lib/Calendar/components/CalendarTime.module.scss +2 -0
- package/lib/Card.module.scss +1 -1
- package/lib/Checkbox.d.ts +2 -2
- package/lib/Checkbox.js +3 -1
- package/lib/Checkbox.js.map +1 -1
- package/lib/Checkbox.module.scss +3 -1
- package/lib/CheckboxFormik.js +2 -2
- package/lib/CheckboxFormik.js.map +1 -1
- package/lib/CodeEditor.js +1 -1
- package/lib/CodeEditor.js.map +1 -1
- package/lib/CodeEditor.module.scss +5 -2
- package/lib/CodeEditorFormik.js +2 -2
- package/lib/CodeEditorFormik.js.map +1 -1
- package/lib/Dialog.js +5 -2
- package/lib/Dialog.js.map +1 -1
- package/lib/Dialog.module.scss +3 -0
- package/lib/EmptyState.module.scss +1 -0
- package/lib/Error.d.ts +2 -0
- package/lib/Error.js +2 -2
- package/lib/Error.js.map +1 -1
- package/lib/FieldHeader.module.scss +1 -1
- package/lib/Icon.d.ts +1 -34
- package/lib/Icon.js +1 -1
- package/lib/Icon.js.map +1 -1
- package/lib/Icon.module.scss +5 -0
- package/lib/IconButton.d.ts +3 -167
- package/lib/IconButton.js +2 -2
- package/lib/IconButton.js.map +1 -1
- package/lib/InteractiveList.d.ts +1 -2
- package/lib/InteractiveList.js +2 -3
- package/lib/InteractiveList.js.map +1 -1
- package/lib/InteractiveList.module.scss +1 -0
- package/lib/InteractiveListFormik.js +5 -4
- package/lib/InteractiveListFormik.js.map +1 -1
- package/lib/Link.d.ts +1 -65
- package/lib/Link.js +2 -2
- package/lib/Link.js.map +1 -1
- package/lib/Link.module.scss +1 -0
- package/lib/Loader.js +2 -2
- package/lib/Loader.js.map +1 -1
- package/lib/Loader.module.scss +9 -2
- package/lib/Modal.d.ts +0 -2
- package/lib/Modal.js +3 -3
- package/lib/Modal.js.map +1 -1
- package/lib/Modal.module.scss +1 -0
- package/lib/Notification.module.scss +1 -0
- package/lib/NumberField.d.ts +1 -0
- package/lib/NumberField.js +16 -6
- package/lib/NumberField.js.map +1 -1
- package/lib/NumberField.module.scss +40 -3
- package/lib/NumberFieldFormik.js +1 -1
- package/lib/NumberFieldFormik.js.map +1 -1
- package/lib/Overlay.d.ts +1 -1
- package/lib/Overlay.js +1 -1
- package/lib/Overlay.js.map +1 -1
- package/lib/Overlay.module.scss +2 -0
- package/lib/Pagination.js.map +1 -1
- package/lib/Pagination.module.scss +1 -0
- package/lib/PasswordField.js +2 -2
- package/lib/PasswordField.js.map +1 -1
- package/lib/PasswordFieldFormik.js +2 -2
- package/lib/PasswordFieldFormik.js.map +1 -1
- package/lib/Popover.d.ts +21 -1
- package/lib/Popover.js +76 -1
- package/lib/Popover.js.map +1 -1
- package/lib/Popover.module.scss +12 -0
- package/lib/Radio.d.ts +2 -2
- package/lib/Radio.js +4 -2
- package/lib/Radio.js.map +1 -1
- package/lib/Radio.module.scss +3 -0
- package/lib/RadioFormik.js +1 -1
- package/lib/RadioFormik.js.map +1 -1
- package/lib/RadioGroup.module.scss +0 -1
- package/lib/RadioGroupFormik.js +2 -2
- package/lib/RadioGroupFormik.js.map +1 -1
- package/lib/SegmentedControlFormik.js +1 -1
- package/lib/SegmentedControlFormik.js.map +1 -1
- package/lib/Select/CheckableSelectField.d.ts +5 -2
- package/lib/Select/CheckableSelectField.js +35 -59
- package/lib/Select/CheckableSelectField.js.map +1 -1
- package/lib/Select/CheckableSelectField.module.scss +10 -2
- package/lib/Select/CheckableSelectFieldFormik.d.ts +2 -2
- package/lib/Select/CheckableSelectFieldFormik.js +1 -1
- package/lib/Select/CheckableSelectFieldFormik.js.map +1 -1
- package/lib/Select/Common.d.ts +2 -0
- package/lib/Select/Common.js +10 -3
- package/lib/Select/Common.js.map +1 -1
- package/lib/Select/Common.module.scss +2 -0
- package/lib/Select/MultiSelectField.d.ts +1 -1
- package/lib/Select/MultiSelectField.js +3 -6
- package/lib/Select/MultiSelectField.js.map +1 -1
- package/lib/Select/MultiSelectFieldFormik.d.ts +2 -2
- package/lib/Select/MultiSelectFieldFormik.js +1 -1
- package/lib/Select/MultiSelectFieldFormik.js.map +1 -1
- package/lib/Select/SelectField.d.ts +1 -1
- package/lib/Select/SelectField.js +1 -1
- package/lib/Select/SelectField.js.map +1 -1
- package/lib/Select/SelectField.module.scss +1 -1
- package/lib/Select/SelectFieldFormik.d.ts +2 -2
- package/lib/Select/SelectFieldFormik.js +1 -1
- package/lib/Select/SelectFieldFormik.js.map +1 -1
- package/lib/Select/helpers.d.ts +1 -2
- package/lib/Select/index.d.ts +7 -7
- package/lib/Select/index.js +7 -7
- package/lib/Select/index.js.map +1 -1
- package/lib/SimpleTable.js +7 -7
- package/lib/SimpleTable.js.map +1 -1
- package/lib/SimpleTable.module.scss +1 -1
- package/lib/Slider.js +1 -1
- package/lib/Slider.js.map +1 -1
- package/lib/Slider.module.scss +5 -1
- package/lib/SliderFormik.d.ts +1 -1
- package/lib/SliderFormik.js +1 -1
- package/lib/SliderFormik.js.map +1 -1
- package/lib/Table/Header.js +3 -3
- package/lib/Table/Header.js.map +1 -1
- package/lib/Table/Header.module.scss +3 -0
- package/lib/Table/Row.js +2 -6
- package/lib/Table/Row.js.map +1 -1
- package/lib/Table/Table.js +10 -10
- package/lib/Table/Table.js.map +1 -1
- package/lib/Tabs/Tab.module.scss +1 -1
- package/lib/Tabs/TabList.js +2 -1
- package/lib/Tabs/TabList.js.map +1 -1
- package/lib/Tabs/index.d.ts +4 -4
- package/lib/Tabs/index.js +4 -4
- package/lib/Tabs/index.js.map +1 -1
- package/lib/Terminal.js +3 -3
- package/lib/Terminal.js.map +1 -1
- package/lib/Terminal.module.scss +1 -0
- package/lib/TextArea.js +2 -2
- package/lib/TextArea.js.map +1 -1
- package/lib/TextArea.module.scss +13 -6
- package/lib/TextAreaFormik.js +1 -1
- package/lib/TextAreaFormik.js.map +1 -1
- package/lib/TextField.d.ts +10 -17
- package/lib/TextField.js +23 -9
- package/lib/TextField.js.map +1 -1
- package/lib/TextField.module.scss +33 -17
- package/lib/TextFieldFormik.js +3 -3
- package/lib/TextFieldFormik.js.map +1 -1
- package/lib/TimeField.js +2 -2
- package/lib/TimeField.js.map +1 -1
- package/lib/TimeFieldFormik.js +1 -1
- package/lib/TimeFieldFormik.js.map +1 -1
- package/lib/Toast.js.map +1 -1
- package/lib/Toggle.module.scss +10 -7
- package/lib/ToggleFormik.js +1 -1
- package/lib/ToggleFormik.js.map +1 -1
- package/lib/Tooltip.d.ts +3 -2
- package/lib/Tooltip.js +65 -20
- package/lib/Tooltip.js.map +1 -1
- package/lib/Tooltip.module.scss +3 -3
- package/lib/TruncatedText.d.ts +5 -2
- package/lib/TruncatedText.js +2 -2
- package/lib/TruncatedText.js.map +1 -1
- package/lib/hooks/index.d.ts +5 -1
- package/lib/hooks/index.js +5 -1
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useIsMounted.d.ts +1 -0
- package/lib/hooks/useIsMounted.js +12 -0
- package/lib/hooks/useIsMounted.js.map +1 -0
- package/lib/hooks/useOnClickOutside.d.ts +8 -0
- package/lib/hooks/useOnClickOutside.js +24 -0
- package/lib/hooks/useOnClickOutside.js.map +1 -0
- package/lib/hooks/useOpenCloseState.d.ts +6 -0
- package/lib/hooks/useOpenCloseState.js +14 -0
- package/lib/hooks/useOpenCloseState.js.map +1 -0
- package/lib/hooks/usePrevious.d.ts +1 -1
- package/lib/hooks/usePrevious.js.map +1 -1
- package/lib/hooks/useRefValue.d.ts +1 -0
- package/lib/hooks/useRefValue.js +9 -0
- package/lib/hooks/useRefValue.js.map +1 -0
- package/lib/hooks/useTableCustomizableColumns.d.ts +1 -1
- package/lib/hooks/useTableCustomizableColumns.js.map +1 -1
- package/lib/index.d.ts +55 -55
- package/lib/index.js +55 -55
- package/lib/index.js.map +1 -1
- package/lib/utils/test.d.ts +1 -0
- package/lib/utils/test.js +8 -0
- package/lib/utils/test.js.map +1 -0
- package/package.json +55 -48
- package/styles/constants/_animations.scss +0 -1
- package/styles/constants/_colors.scss +1 -10
- package/styles/constants/_sizes.scss +2 -21
- package/styles/constants/_typography.scss +18 -7
- package/styles/constants/export.module.scss +1 -1
- package/styles/fonts.css +9 -24
- package/styles/helpers/_a11y.scss +4 -1
- package/styles/helpers/_error.scss +1 -1
- package/styles/helpers/_input.scss +1 -1
|
@@ -2,7 +2,6 @@ $fontFamilyHeading: 'Roboto', 'Helvetica', 'Arial', sans-serif !default;
|
|
|
2
2
|
$fontWeightHeadingLight: 300 !default;
|
|
3
3
|
$fontWeightHeadingRegular: 400 !default;
|
|
4
4
|
$fontWeightHeadingBold: 500 !default;
|
|
5
|
-
|
|
6
5
|
$fontFamilyText: 'Roboto', 'Helvetica', 'Arial', sans-serif !default;
|
|
7
6
|
$fontWeightTextLight: 300 !default;
|
|
8
7
|
$fontWeightTextRegular: 400 !default;
|
|
@@ -18,7 +17,6 @@ $fontSizeBodyNormal: 1rem !default;
|
|
|
18
17
|
$fontSizeBodySmall: 0.875rem !default;
|
|
19
18
|
$fontSizeBodySmaller: 0.75rem !default;
|
|
20
19
|
$fontSizeBodyTiny: 0.625rem !default;
|
|
21
|
-
|
|
22
20
|
$letterSpacingH1: 0.25px !default;
|
|
23
21
|
$letterSpacingH2: 0 !default;
|
|
24
22
|
$letterSpacingH3: 0.15px !default;
|
|
@@ -28,7 +26,6 @@ $letterSpacingBodyNormal: 0.5px !default;
|
|
|
28
26
|
$letterSpacingBodySmall: 0.25px !default;
|
|
29
27
|
$letterSpacingBodySmaller: normal !default;
|
|
30
28
|
$letterSpacingBodyTiny: normal !default;
|
|
31
|
-
|
|
32
29
|
$lineHeightH1: normal !default;
|
|
33
30
|
$lineHeightH2: normal !default;
|
|
34
31
|
$lineHeightH3: normal !default;
|
|
@@ -39,33 +36,37 @@ $lineHeightBodySmaller: normal !default;
|
|
|
39
36
|
$lineHeightBodyTiny: normal !default;
|
|
40
37
|
|
|
41
38
|
@function override($override: false) {
|
|
42
|
-
@if
|
|
39
|
+
@if $override {
|
|
43
40
|
@return '!important';
|
|
44
41
|
}
|
|
42
|
+
|
|
45
43
|
@return '';
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
@mixin typographyH1($override: false) {
|
|
49
|
-
font-family: $fontFamilyHeading #{override($override)};
|
|
47
|
+
font-family: $fontFamilyHeading #{override($override)};
|
|
50
48
|
font-weight: $fontWeightHeadingBold #{override($override)};
|
|
51
49
|
font-size: $fontSizeH1 #{override($override)};
|
|
52
50
|
letter-spacing: $letterSpacingH1 #{override($override)};
|
|
53
51
|
line-height: $lineHeightH1 #{override($override)};
|
|
54
52
|
}
|
|
53
|
+
|
|
55
54
|
@mixin typographyH2($override: false) {
|
|
56
|
-
font-family: $fontFamilyHeading #{override($override)};
|
|
55
|
+
font-family: $fontFamilyHeading #{override($override)};
|
|
57
56
|
font-weight: $fontWeightHeadingBold #{override($override)};
|
|
58
57
|
font-size: $fontSizeH2 #{override($override)};
|
|
59
58
|
letter-spacing: $letterSpacingH2 #{override($override)};
|
|
60
59
|
line-height: $lineHeightH2 #{override($override)};
|
|
61
60
|
}
|
|
61
|
+
|
|
62
62
|
@mixin typographyH3($override: false) {
|
|
63
|
-
font-family: $fontFamilyHeading #{override($override)};
|
|
63
|
+
font-family: $fontFamilyHeading #{override($override)};
|
|
64
64
|
font-weight: $fontWeightHeadingBold #{override($override)};
|
|
65
65
|
font-size: $fontSizeH3 #{override($override)};
|
|
66
66
|
letter-spacing: $letterSpacingH3 #{override($override)};
|
|
67
67
|
line-height: $lineHeightH3 #{override($override)};
|
|
68
68
|
}
|
|
69
|
+
|
|
69
70
|
@mixin typographyButton($size: 'medium') {
|
|
70
71
|
font-family: $fontFamilyText;
|
|
71
72
|
line-height: $lineHeightButton;
|
|
@@ -75,23 +76,28 @@ $lineHeightBodyTiny: normal !default;
|
|
|
75
76
|
font-size: $fontSizeButton;
|
|
76
77
|
letter-spacing: $letterSpacingButton;
|
|
77
78
|
}
|
|
79
|
+
|
|
78
80
|
@if $size == 'small' {
|
|
79
81
|
font-weight: $fontWeightTextRegular;
|
|
80
82
|
font-size: $fontSizeButtonSmall;
|
|
81
83
|
letter-spacing: $letterSpacingButtonSmall;
|
|
82
84
|
}
|
|
83
85
|
}
|
|
86
|
+
|
|
84
87
|
@mixin typographyBodyWeight($weight: 'regular') {
|
|
85
88
|
@if $weight == 'regular' {
|
|
86
89
|
font-weight: $fontWeightTextRegular;
|
|
87
90
|
}
|
|
91
|
+
|
|
88
92
|
@if $weight == 'bold' {
|
|
89
93
|
font-weight: $fontWeightTextBold;
|
|
90
94
|
}
|
|
95
|
+
|
|
91
96
|
@if $weight == 'light' {
|
|
92
97
|
font-weight: $fontWeightTextLight;
|
|
93
98
|
}
|
|
94
99
|
}
|
|
100
|
+
|
|
95
101
|
@mixin typographyBodyNormal($weight: 'regular') {
|
|
96
102
|
font-family: $fontFamilyText;
|
|
97
103
|
font-size: $fontSizeBodyNormal;
|
|
@@ -100,6 +106,7 @@ $lineHeightBodyTiny: normal !default;
|
|
|
100
106
|
|
|
101
107
|
@include typographyBodyWeight($weight);
|
|
102
108
|
}
|
|
109
|
+
|
|
103
110
|
@mixin typographyBodySmall($weight: 'regular') {
|
|
104
111
|
font-family: $fontFamilyText;
|
|
105
112
|
font-size: $fontSizeBodySmall;
|
|
@@ -108,6 +115,7 @@ $lineHeightBodyTiny: normal !default;
|
|
|
108
115
|
|
|
109
116
|
@include typographyBodyWeight($weight);
|
|
110
117
|
}
|
|
118
|
+
|
|
111
119
|
@mixin typographyBodySmaller($weight: 'regular') {
|
|
112
120
|
font-family: $fontFamilyText;
|
|
113
121
|
font-size: $fontSizeBodySmaller;
|
|
@@ -116,6 +124,7 @@ $lineHeightBodyTiny: normal !default;
|
|
|
116
124
|
|
|
117
125
|
@include typographyBodyWeight($weight);
|
|
118
126
|
}
|
|
127
|
+
|
|
119
128
|
@mixin typographyBodyTiny($weight: 'regular') {
|
|
120
129
|
font-family: $fontFamilyText;
|
|
121
130
|
font-size: $fontSizeBodyTiny;
|
|
@@ -131,9 +140,11 @@ $lineHeightBodyTiny: normal !default;
|
|
|
131
140
|
h1 {
|
|
132
141
|
@include typographyH1($override);
|
|
133
142
|
}
|
|
143
|
+
|
|
134
144
|
h2 {
|
|
135
145
|
@include typographyH2($override);
|
|
136
146
|
}
|
|
147
|
+
|
|
137
148
|
h3 {
|
|
138
149
|
@include typographyH3($override);
|
|
139
150
|
}
|
package/styles/fonts.css
CHANGED
|
@@ -1,41 +1,26 @@
|
|
|
1
1
|
/* roboto-300 - latin */
|
|
2
2
|
@font-face {
|
|
3
|
-
font-family:
|
|
3
|
+
font-family: Roboto;
|
|
4
4
|
font-style: normal;
|
|
5
5
|
font-weight: 300;
|
|
6
|
-
src: url('../fonts/roboto-v27-latin-300.
|
|
7
|
-
|
|
8
|
-
url('../fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
9
|
-
url('../fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
10
|
-
url('../fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
|
|
11
|
-
url('../fonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
12
|
-
url('../fonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
6
|
+
src: url('../fonts/roboto-v27-latin-300.woff2') format('woff2'), url('../fonts/roboto-v27-latin-300.woff') format('woff'),
|
|
7
|
+
url('../fonts/roboto-v27-latin-300.ttf') format('truetype'), url('../fonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
13
8
|
}
|
|
14
9
|
|
|
15
10
|
/* roboto-regular - latin */
|
|
16
11
|
@font-face {
|
|
17
|
-
font-family:
|
|
12
|
+
font-family: Roboto;
|
|
18
13
|
font-style: normal;
|
|
19
14
|
font-weight: 400;
|
|
20
|
-
src: url('../fonts/roboto-v27-latin-regular.
|
|
21
|
-
|
|
22
|
-
url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
23
|
-
url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
|
24
|
-
url('../fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
|
|
25
|
-
url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
26
|
-
url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
15
|
+
src: url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v27-latin-regular.woff') format('woff'),
|
|
16
|
+
url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
27
17
|
}
|
|
28
18
|
|
|
29
19
|
/* roboto-500 - latin */
|
|
30
20
|
@font-face {
|
|
31
|
-
font-family:
|
|
21
|
+
font-family: Roboto;
|
|
32
22
|
font-style: normal;
|
|
33
23
|
font-weight: 500;
|
|
34
|
-
src: url('../fonts/roboto-v27-latin-500.
|
|
35
|
-
|
|
36
|
-
url('../fonts/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
37
|
-
url('../fonts/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
38
|
-
url('../fonts/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
|
|
39
|
-
url('../fonts/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
40
|
-
url('../fonts/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
24
|
+
src: url('../fonts/roboto-v27-latin-500.woff2') format('woff2'), url('../fonts/roboto-v27-latin-500.woff') format('woff'),
|
|
25
|
+
url('../fonts/roboto-v27-latin-500.ttf') format('truetype'), url('../fonts/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
|
|
41
26
|
}
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
@mixin outlineFormField {
|
|
12
12
|
border-color: c.$colorAccessibilityOutline;
|
|
13
|
-
|
|
13
|
+
|
|
14
|
+
// Border is also colored with the a11y color. We need to make the total visible outline width c.$outlineWidth,
|
|
15
|
+
// including the border
|
|
14
16
|
box-shadow: inset 0 0 0 (c.$outlineWidth - c.$borderWidth) c.$colorAccessibilityOutline;
|
|
15
17
|
|
|
16
18
|
// Do not remove outline for high-contrast modes
|
|
@@ -29,6 +31,7 @@
|
|
|
29
31
|
overflow: hidden;
|
|
30
32
|
border: 0;
|
|
31
33
|
white-space: nowrap;
|
|
34
|
+
|
|
32
35
|
// Without explicit top and left it causes rendering a scrollbar
|
|
33
36
|
top: 1px;
|
|
34
37
|
left: 1px;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* doiuse-disable css-appearance */
|
|
4
4
|
appearance: menulist-button;
|
|
5
5
|
/* doiuse-enable css-appearance */
|
|
6
|
-
background-color: rgb(232
|
|
6
|
+
background-color: rgb(232 240 254) !important;
|
|
7
7
|
background-image: none !important;
|
|
8
8
|
color: -internal-light-dark(black, white) !important;
|
|
9
9
|
}
|