renusify 1.4.7 → 2.0.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/components/app/style.scss +2 -10
- package/components/app/toast/toast.vue +4 -3
- package/components/bar/bottomNavigationCircle.vue +1 -1
- package/components/bar/scss/bottomNav.scss +2 -2
- package/components/breadcrumb/style.scss +1 -1
- package/components/button/index.vue +4 -4
- package/components/button/style.scss +17 -27
- package/components/calendar/index.vue +3 -4
- package/components/card/style.scss +1 -3
- package/components/chat/chatInput.vue +2 -2
- package/components/chat/chatMsg.vue +3 -3
- package/components/chat/index.vue +2 -1
- package/components/chip/index.vue +1 -1
- package/components/chip/style.scss +20 -10
- package/components/codeEditor/index.vue +5 -4
- package/components/codeEditor/mixin.js +5 -5
- package/components/confirm/index.vue +3 -3
- package/components/container/style.scss +1 -1
- package/components/form/address.vue +6 -0
- package/components/form/address_ir.vue +17 -17
- package/components/form/checkbox.vue +1 -1
- package/components/form/colorPicker/picker.vue +6 -5
- package/components/form/datePicker/index.vue +2 -4
- package/components/form/form.vue +7 -4
- package/components/form/group-input.vue +1 -1
- package/components/form/input.vue +21 -20
- package/components/form/inputTel/index.vue +1 -31
- package/components/form/json/index.vue +1 -1
- package/components/form/radioInput.vue +1 -1
- package/components/form/rating.vue +13 -6
- package/components/form/select.vue +17 -11
- package/components/form/switch.vue +1 -7
- package/components/form/text-editor/index.vue +15 -15
- package/components/form/text-editor/style.scss +6 -6
- package/components/form/timepicker/index.vue +3 -3
- package/components/form/timepicker/timepicker.vue +142 -112
- package/components/form/unit-input.vue +2 -2
- package/components/formCreator/index.vue +3 -3
- package/components/icon/style.scss +1 -4
- package/components/img/index.vue +3 -1
- package/components/img/svgImg.vue +5 -3
- package/components/infinite/div.vue +2 -2
- package/components/infinite/index.vue +1 -1
- package/components/infinite/page.vue +2 -2
- package/components/list/index.vue +2 -2
- package/components/list/style.scss +10 -6
- package/components/map/index.vue +1 -1
- package/components/map/route.vue +2 -2
- package/components/menu/index.vue +1 -1
- package/components/notify/notification.vue +2 -2
- package/components/progress/style.scss +4 -4
- package/components/searchBox/index.vue +2 -2
- package/components/table/crud/header.vue +1 -1
- package/components/table/index.vue +4 -3
- package/components/table/style.scss +19 -16
- package/components/tabs/index.vue +4 -65
- package/components/timeline/index.vue +1 -1
- package/components/tour/index.vue +5 -5
- package/components/tree/index.vue +0 -1
- package/package.json +1 -1
- package/plugins/request/Request.js +3 -3
- package/style/app.scss +52 -41
- package/style/base.scss +45 -51
- package/style/colors.scss +48 -39
- package/style/mixins/index.scss +17 -6
- package/style/variables/base.scss +84 -69
- package/style/variables/color.scss +1 -2
package/style/base.scss
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* ress.css •
|
|
2
|
+
* ress.css • v5.0.2
|
|
3
3
|
* MIT License
|
|
4
4
|
* github.com/filipelinhares/ress
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
|
|
7
8
|
/* # =================================================================
|
|
8
9
|
# Global selectors
|
|
9
10
|
# ================================================================= */
|
|
@@ -41,6 +42,7 @@ html {
|
|
|
41
42
|
hr {
|
|
42
43
|
overflow: visible; /* Show the overflow in Edge and IE */
|
|
43
44
|
height: 0; /* Add the correct box sizing in Firefox */
|
|
45
|
+
color: inherit; /* Correct border color in Firefox. */
|
|
44
46
|
}
|
|
45
47
|
|
|
46
48
|
details,
|
|
@@ -108,6 +110,15 @@ sup {
|
|
|
108
110
|
top: -0.5em;
|
|
109
111
|
}
|
|
110
112
|
|
|
113
|
+
table {
|
|
114
|
+
border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
|
|
115
|
+
text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
iframe {
|
|
119
|
+
border-style: none;
|
|
120
|
+
}
|
|
121
|
+
|
|
111
122
|
/* # =================================================================
|
|
112
123
|
# Forms
|
|
113
124
|
# ================================================================= */
|
|
@@ -116,23 +127,17 @@ input {
|
|
|
116
127
|
border-radius: 0;
|
|
117
128
|
}
|
|
118
129
|
|
|
119
|
-
|
|
120
|
-
[
|
|
121
|
-
cursor: default;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
[type="number"]::-webkit-inner-spin-button,
|
|
125
|
-
[type="number"]::-webkit-outer-spin-button {
|
|
130
|
+
[type='number']::-webkit-inner-spin-button,
|
|
131
|
+
[type='number']::-webkit-outer-spin-button {
|
|
126
132
|
height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
|
|
127
133
|
}
|
|
128
134
|
|
|
129
|
-
[type=
|
|
135
|
+
[type='search'] {
|
|
130
136
|
-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
|
|
131
137
|
outline-offset: -2px; /* Correct the outline style in Safari */
|
|
132
138
|
}
|
|
133
139
|
|
|
134
|
-
[type=
|
|
135
|
-
[type="search"]::-webkit-search-decoration {
|
|
140
|
+
[type='search']::-webkit-search-decoration {
|
|
136
141
|
-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
|
|
137
142
|
}
|
|
138
143
|
|
|
@@ -164,35 +169,34 @@ select {
|
|
|
164
169
|
|
|
165
170
|
/* Apply cursor pointer to button elements */
|
|
166
171
|
button,
|
|
167
|
-
[type=
|
|
168
|
-
[type=
|
|
169
|
-
[type=
|
|
170
|
-
[role=
|
|
172
|
+
[type='button'],
|
|
173
|
+
[type='reset'],
|
|
174
|
+
[type='submit'],
|
|
175
|
+
[role='button'] {
|
|
171
176
|
cursor: pointer;
|
|
172
|
-
color: inherit;
|
|
173
177
|
}
|
|
174
178
|
|
|
175
179
|
/* Remove inner padding and border in Firefox 4+ */
|
|
176
180
|
button::-moz-focus-inner,
|
|
177
|
-
[type=
|
|
178
|
-
[type=
|
|
179
|
-
[type=
|
|
181
|
+
[type='button']::-moz-focus-inner,
|
|
182
|
+
[type='reset']::-moz-focus-inner,
|
|
183
|
+
[type='submit']::-moz-focus-inner {
|
|
180
184
|
border-style: none;
|
|
181
185
|
padding: 0;
|
|
182
186
|
}
|
|
183
187
|
|
|
184
188
|
/* Replace focus style removed in the border reset above */
|
|
185
189
|
button:-moz-focusring,
|
|
186
|
-
[type=
|
|
187
|
-
[type=
|
|
188
|
-
[type=
|
|
190
|
+
[type='button']::-moz-focus-inner,
|
|
191
|
+
[type='reset']::-moz-focus-inner,
|
|
192
|
+
[type='submit']::-moz-focus-inner {
|
|
189
193
|
outline: 1px dotted ButtonText;
|
|
190
194
|
}
|
|
191
195
|
|
|
192
196
|
button,
|
|
193
|
-
html [type=
|
|
194
|
-
[type=
|
|
195
|
-
[type=
|
|
197
|
+
html [type='button'], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
|
|
198
|
+
[type='reset'],
|
|
199
|
+
[type='submit'] {
|
|
196
200
|
-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
|
|
197
201
|
}
|
|
198
202
|
|
|
@@ -205,6 +209,14 @@ textarea {
|
|
|
205
209
|
border-style: none;
|
|
206
210
|
}
|
|
207
211
|
|
|
212
|
+
a:focus,
|
|
213
|
+
button:focus,
|
|
214
|
+
input:focus,
|
|
215
|
+
select:focus,
|
|
216
|
+
textarea:focus {
|
|
217
|
+
outline-width: 0;
|
|
218
|
+
}
|
|
219
|
+
|
|
208
220
|
/* Style select like a standard input */
|
|
209
221
|
select {
|
|
210
222
|
-moz-appearance: none; /* Firefox 36+ */
|
|
@@ -234,6 +246,11 @@ legend {
|
|
|
234
246
|
font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
|
|
235
247
|
}
|
|
236
248
|
|
|
249
|
+
/* Replace pointer cursor in disabled elements */
|
|
250
|
+
[disabled] {
|
|
251
|
+
cursor: default;
|
|
252
|
+
}
|
|
253
|
+
|
|
237
254
|
/* # =================================================================
|
|
238
255
|
# Specify media element style
|
|
239
256
|
# ================================================================= */
|
|
@@ -251,19 +268,8 @@ progress {
|
|
|
251
268
|
# Accessibility
|
|
252
269
|
# ================================================================= */
|
|
253
270
|
|
|
254
|
-
/* Hide content from screens but not screenreaders */
|
|
255
|
-
@media screen {
|
|
256
|
-
[hidden~="screen"] {
|
|
257
|
-
display: inherit;
|
|
258
|
-
}
|
|
259
|
-
[hidden~="screen"]:not(:active):not(:focus):not(:target) {
|
|
260
|
-
position: absolute !important;
|
|
261
|
-
clip: rect(0 0 0 0) !important;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
271
|
/* Specify the progress cursor of updating elements */
|
|
266
|
-
[aria-busy=
|
|
272
|
+
[aria-busy='true'] {
|
|
267
273
|
cursor: progress;
|
|
268
274
|
}
|
|
269
275
|
|
|
@@ -273,18 +279,6 @@ progress {
|
|
|
273
279
|
}
|
|
274
280
|
|
|
275
281
|
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
|
|
276
|
-
[aria-disabled=
|
|
282
|
+
[aria-disabled='true'] {
|
|
277
283
|
cursor: default;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
/* Chrome, Safari, Edge, Opera */
|
|
281
|
-
input::-webkit-outer-spin-button,
|
|
282
|
-
input::-webkit-inner-spin-button {
|
|
283
|
-
-webkit-appearance: none;
|
|
284
|
-
margin: 0;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
/* Firefox */
|
|
288
|
-
input[type=number] {
|
|
289
|
-
-moz-appearance: textfield;
|
|
290
|
-
}
|
|
284
|
+
}
|
package/style/colors.scss
CHANGED
|
@@ -1,37 +1,58 @@
|
|
|
1
1
|
@import "./_include";
|
|
2
|
-
|
|
2
|
+
//Surface – A role used for backgrounds and large, low-emphasis areas of the screen.
|
|
3
|
+
//Primary, Secondary, Tertiary – Accent color roles used to emphasize or de-emphasize foreground elements.
|
|
4
|
+
//Container – Roles used as a fill color for foreground elements like buttons. They should not be used for text or icons.
|
|
5
|
+
//On – Roles starting with this term indicate a color for text or icons on top of its paired parent color. For example, on primary is used for text and icons against the primary fill color.
|
|
6
|
+
//Variant – Roles ending with this term offer a lower emphasis alternative to its non-variant pair. For example, outline variant is a less emphasized version of the outline color.
|
|
3
7
|
$colorsList: (
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
8
|
+
"one": #415F91,
|
|
9
|
+
"on-one": #FFFFFF,
|
|
10
|
+
"one-container": #D6E3FF,
|
|
11
|
+
"on-one-container": #001B3E,
|
|
12
|
+
"two": #565F71,
|
|
13
|
+
"on-two": #FFFFFF,
|
|
14
|
+
"two-container": #DAE2F9,
|
|
15
|
+
"on-two-container": #131C2B,
|
|
16
|
+
"three": #705575,
|
|
17
|
+
"on-three": #FFFFFF,
|
|
18
|
+
"three-container": #FAD8FD,
|
|
19
|
+
"on-three-container": #28132E,
|
|
20
|
+
"error": #BA1A1A,
|
|
21
|
+
"on-error": #FFFFFF,
|
|
22
|
+
"error-container": #FFDAD6,
|
|
23
|
+
"on-error-container": #410002,
|
|
24
|
+
"success": #246b0f,
|
|
25
|
+
"on-success": #FFFFFF,
|
|
26
|
+
"success-container": #e3ffd6,
|
|
27
|
+
"on-success-container": #1d4100,
|
|
28
|
+
"warning": #a45104,
|
|
29
|
+
"on-warning": #FFFFFF,
|
|
30
|
+
"warning-container": #ffe8d6,
|
|
31
|
+
"on-warning-container": #411f00,
|
|
32
|
+
"info": #1a5aba,
|
|
33
|
+
"on-info": #FFFFFF,
|
|
34
|
+
"info-container": #d6e9ff,
|
|
35
|
+
"on-info-container": #002341,
|
|
36
|
+
"sheet": #F9F9FF,
|
|
37
|
+
"sheet-dark": #D9D9E0,
|
|
38
|
+
"sheet-light": #F9F9FF,
|
|
39
|
+
"on-sheet": #191C20,
|
|
40
|
+
"sheet-low": #E0E2EC,
|
|
41
|
+
"on-sheet-low": #44474E,
|
|
42
|
+
"sheet-container-lowest": #FFFFFF,
|
|
43
|
+
"sheet-container-low": #F3F3FA,
|
|
44
|
+
"sheet-container": #EDEDF4,
|
|
45
|
+
"sheet-container-high": #E7E8EE,
|
|
46
|
+
"sheet-container-highest": #E2E2E9,
|
|
47
|
+
"border": #74777F,
|
|
48
|
+
"border-low": #C4C6D0,
|
|
49
|
+
"overlay": #F6FAFE7f,
|
|
26
50
|
) !default;
|
|
27
51
|
|
|
28
52
|
:root {
|
|
29
53
|
@each $color_name, $color_value in $colorsList {
|
|
30
54
|
--color-#{$color_name}: #{$color_value};
|
|
31
55
|
}
|
|
32
|
-
@each $color_name, $color_value in $colorMain {
|
|
33
|
-
--color-#{$color_name}-text: #{$color_value};
|
|
34
|
-
}
|
|
35
56
|
}
|
|
36
57
|
|
|
37
58
|
@each $color_name, $color_value in $gradient {
|
|
@@ -72,7 +93,7 @@ $colorsList: (
|
|
|
72
93
|
@each $color_name, $color_value in $colorMain {
|
|
73
94
|
.color-#{$color_name} {
|
|
74
95
|
@include background-color(var(--color-#{$color_name}), true);
|
|
75
|
-
@include text-color(var(--color-#{$color_name}
|
|
96
|
+
@include text-color(var(--color-on-#{$color_name}), true);
|
|
76
97
|
}
|
|
77
98
|
.color-#{$color_name}-text {
|
|
78
99
|
@include text-color(var(--color-#{$color_name}), true);
|
|
@@ -95,16 +116,4 @@ $colorsList: (
|
|
|
95
116
|
--box-shadow: rgba(250, 150, 10, 0.2)
|
|
96
117
|
}
|
|
97
118
|
|
|
98
|
-
.color-primary-text {
|
|
99
|
-
@include text-color(var(--color-text-primary), true);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.color-secondary-text {
|
|
103
|
-
@include text-color(var(--color-text-secondary), true);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.color-disabled-text {
|
|
107
|
-
@include text-color(var(--color-disabled), true);
|
|
108
|
-
}
|
|
109
|
-
|
|
110
119
|
|
package/style/mixins/index.scss
CHANGED
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
@mixin typography($headings,$key) {
|
|
27
|
-
font-size: map-metro-get($headings, $key, 'size')
|
|
27
|
+
font-size: map-metro-get($headings, $key, 'size');
|
|
28
28
|
font-weight: map-metro-get($headings, $key, 'weight');
|
|
29
29
|
line-height: map-metro-get($headings, $key, 'line-height');
|
|
30
|
-
letter-spacing: map-metro-get($headings, $key, 'letter-spacing')
|
|
30
|
+
letter-spacing: map-metro-get($headings, $key, 'letter-spacing');
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
@mixin elevation($name, $important: false) {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
|
|
38
38
|
@mixin states() {
|
|
39
39
|
&:hover::before {
|
|
40
|
-
opacity: map-get($states, 'hover')
|
|
40
|
+
opacity: map-metro-get($states, 'hover', 'state', 'opacity')
|
|
41
41
|
}
|
|
42
42
|
&:focus::before {
|
|
43
|
-
opacity: map-get($states, 'focus')
|
|
43
|
+
opacity: map-metro-get($states, 'focus', 'state', 'opacity')
|
|
44
44
|
}
|
|
45
45
|
&-active {
|
|
46
46
|
@include active-states()
|
|
@@ -49,13 +49,24 @@
|
|
|
49
49
|
|
|
50
50
|
@mixin active-states() {
|
|
51
51
|
&:hover::before, &::before {
|
|
52
|
-
opacity: map-get($states, 'activated')
|
|
52
|
+
opacity: map-metro-get($states, 'activated', 'state', 'opacity')
|
|
53
53
|
}
|
|
54
54
|
&:focus::before {
|
|
55
|
-
opacity: map-get($states, 'pressed')
|
|
55
|
+
opacity: map-metro-get($states, 'pressed', 'state', 'opacity')
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
+
@mixin disable-states() {
|
|
60
|
+
&::before {
|
|
61
|
+
opacity: map-metro-get($states, 'disabled', 'state', 'opacity') !important;
|
|
62
|
+
}
|
|
63
|
+
opacity: map-metro-get($states, 'disabled', 'text', 'opacity') !important;
|
|
64
|
+
color: var(--color-#{map-metro-get($states, 'disabled','text','color')}) !important;
|
|
65
|
+
pointer-events: none;
|
|
66
|
+
user-select: none;
|
|
67
|
+
box-shadow: none;
|
|
68
|
+
}
|
|
69
|
+
|
|
59
70
|
@mixin firefox() {
|
|
60
71
|
@-moz-document url-prefix() {
|
|
61
72
|
@content
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$prefix: 'r-' !default;
|
|
2
2
|
$body-font-family: IRANSans, 'Roboto', sans-serif !default;
|
|
3
3
|
$font-size-root: 16px !default;
|
|
4
|
-
$font-size-root-mobile:
|
|
4
|
+
$font-size-root-mobile: 13px !default;
|
|
5
5
|
$line-height-root: 1.5rem !default;
|
|
6
6
|
|
|
7
7
|
$spacer: 4px !default;
|
|
@@ -26,7 +26,7 @@ $borders: (
|
|
|
26
26
|
'circle': 50%
|
|
27
27
|
) !default;
|
|
28
28
|
|
|
29
|
-
$cursor:('pointer','auto','grab','grabbing')!default;
|
|
29
|
+
$cursor: ('pointer', 'auto', 'grab', 'grabbing') !default;
|
|
30
30
|
|
|
31
31
|
$widths: (
|
|
32
32
|
'full': 100%,
|
|
@@ -97,12 +97,12 @@ $grid-gutters: (
|
|
|
97
97
|
|
|
98
98
|
$box-shadows: (
|
|
99
99
|
'none': none,
|
|
100
|
-
'xs': var(--box-shadow,rgb(0 0 0 / 0.05)) 0 .06rem .125rem,
|
|
101
|
-
'sm': var(--box-shadow,rgb(0 0 0 / 0.05)) 0 .125rem .25rem,
|
|
102
|
-
'md': var(--box-shadow,rgb(0 0 0 / 0.1)) 0 .25rem .5rem
|
|
103
|
-
'lg': var(--box-shadow,rgb(0 0 0 / 0.1)) 0 .5rem 1rem,
|
|
104
|
-
'xl': var(--box-shadow,rgb(0 0 0 / 0.1)) 0 .75rem 2rem
|
|
105
|
-
'2xl': var(--box-shadow,rgb(0 0 0 / 0.2)) 0 1.5rem 4rem,
|
|
100
|
+
'xs': var(--box-shadow, rgb(0 0 0 / 0.05)) 0 .06rem .125rem,
|
|
101
|
+
'sm': var(--box-shadow, rgb(0 0 0 / 0.05)) 0 .125rem .25rem,
|
|
102
|
+
'md': var(--box-shadow, rgb(0 0 0 / 0.1)) 0 .25rem .5rem,
|
|
103
|
+
'lg': var(--box-shadow, rgb(0 0 0 / 0.1)) 0 .5rem 1rem,
|
|
104
|
+
'xl': var(--box-shadow, rgb(0 0 0 / 0.1)) 0 .75rem 2rem,
|
|
105
|
+
'2xl': var(--box-shadow, rgb(0 0 0 / 0.2)) 0 1.5rem 4rem,
|
|
106
106
|
) !default;
|
|
107
107
|
|
|
108
108
|
$container-max-widths: (
|
|
@@ -138,95 +138,109 @@ $font-weights: (
|
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
$headings: (
|
|
141
|
-
'
|
|
142
|
-
'size':
|
|
143
|
-
'weight':
|
|
144
|
-
'line-height':
|
|
145
|
-
'letter-spacing':
|
|
141
|
+
'display-1': (
|
|
142
|
+
'size': 4.75rem,
|
|
143
|
+
'weight': 400,
|
|
144
|
+
'line-height': 5.33rem,
|
|
145
|
+
'letter-spacing': -0.02rem,
|
|
146
146
|
'text-transform': false
|
|
147
147
|
),
|
|
148
|
-
'
|
|
148
|
+
'display-2': (
|
|
149
149
|
'size': 3.75rem,
|
|
150
|
-
'weight':
|
|
151
|
-
'line-height': 4.
|
|
152
|
-
'letter-spacing':
|
|
150
|
+
'weight': 400,
|
|
151
|
+
'line-height': 4.33rem,
|
|
152
|
+
'letter-spacing': 0,
|
|
153
153
|
'text-transform': false
|
|
154
154
|
),
|
|
155
|
-
'
|
|
155
|
+
'display-3': (
|
|
156
156
|
'size': 3rem,
|
|
157
157
|
'weight': 400,
|
|
158
|
-
'line-height': 3.
|
|
159
|
-
'letter-spacing':
|
|
158
|
+
'line-height': 3.66rem,
|
|
159
|
+
'letter-spacing': 0,
|
|
160
160
|
'text-transform': false
|
|
161
161
|
),
|
|
162
|
-
'
|
|
163
|
-
'size': 2.
|
|
162
|
+
'headline-1': (
|
|
163
|
+
'size': 2.66rem,
|
|
164
164
|
'weight': 400,
|
|
165
|
-
'line-height':
|
|
166
|
-
'letter-spacing':
|
|
165
|
+
'line-height': 3.33rem,
|
|
166
|
+
'letter-spacing': 0,
|
|
167
167
|
'text-transform': false
|
|
168
168
|
),
|
|
169
|
-
'
|
|
170
|
-
'size':
|
|
169
|
+
'headline-2': (
|
|
170
|
+
'size': 2.33rem,
|
|
171
171
|
'weight': 400,
|
|
172
|
-
'line-height':
|
|
173
|
-
'letter-spacing':
|
|
172
|
+
'line-height': 3rem,
|
|
173
|
+
'letter-spacing': 0,
|
|
174
174
|
'text-transform': false
|
|
175
175
|
),
|
|
176
|
-
'
|
|
177
|
-
'size':
|
|
178
|
-
'weight':
|
|
179
|
-
'line-height':
|
|
180
|
-
'letter-spacing':
|
|
176
|
+
'headline-3': (
|
|
177
|
+
'size': 2rem,
|
|
178
|
+
'weight': 400,
|
|
179
|
+
'line-height': 2.66rem,
|
|
180
|
+
'letter-spacing': 0,
|
|
181
181
|
'text-transform': false
|
|
182
182
|
),
|
|
183
|
-
'
|
|
184
|
-
'size':
|
|
185
|
-
'weight':
|
|
186
|
-
'line-height':
|
|
187
|
-
'letter-spacing':
|
|
183
|
+
'title-1': (
|
|
184
|
+
'size': 1.66rem,
|
|
185
|
+
'weight': 400,
|
|
186
|
+
'line-height': 2.33rem,
|
|
187
|
+
'letter-spacing': 0,
|
|
188
|
+
'text-transform': false
|
|
189
|
+
),
|
|
190
|
+
'title-2': (
|
|
191
|
+
'size': 1.33rem,
|
|
192
|
+
'weight': 500,
|
|
193
|
+
'line-height': 2rem,
|
|
194
|
+
'letter-spacing': 0.0125rem,
|
|
188
195
|
'text-transform': false
|
|
189
196
|
),
|
|
190
|
-
'
|
|
191
|
-
'size': .
|
|
197
|
+
'title-3': (
|
|
198
|
+
'size': 1.15rem,
|
|
192
199
|
'weight': 500,
|
|
193
|
-
'line-height': 1.
|
|
194
|
-
'letter-spacing': .
|
|
200
|
+
'line-height': 1.66rem,
|
|
201
|
+
'letter-spacing': 0.008rem,
|
|
195
202
|
'text-transform': false
|
|
196
203
|
),
|
|
197
204
|
'body-1': (
|
|
198
|
-
'size':
|
|
205
|
+
'size': 1.33rem,
|
|
199
206
|
'weight': 400,
|
|
200
|
-
'line-height':
|
|
201
|
-
'letter-spacing': .
|
|
207
|
+
'line-height': 2rem,
|
|
208
|
+
'letter-spacing': 0.042rem,
|
|
202
209
|
'text-transform': false
|
|
203
210
|
),
|
|
204
211
|
'body-2': (
|
|
205
|
-
'size': .
|
|
212
|
+
'size': 1.15rem,
|
|
213
|
+
'weight': 400,
|
|
214
|
+
'line-height': 1.66rem,
|
|
215
|
+
'letter-spacing': 0.02rem,
|
|
216
|
+
'text-transform': false
|
|
217
|
+
),
|
|
218
|
+
'body-3': (
|
|
219
|
+
'size': 1rem,
|
|
206
220
|
'weight': 400,
|
|
207
|
-
'line-height': 1.
|
|
208
|
-
'letter-spacing': .
|
|
221
|
+
'line-height': 1.33rem,
|
|
222
|
+
'letter-spacing': 0.033rem,
|
|
209
223
|
'text-transform': false
|
|
210
224
|
),
|
|
211
|
-
'
|
|
212
|
-
'size': .
|
|
225
|
+
'label-1': (
|
|
226
|
+
'size': 1.15rem,
|
|
213
227
|
'weight': 500,
|
|
214
|
-
'line-height':
|
|
215
|
-
'letter-spacing': .
|
|
228
|
+
'line-height': 1.66rem,
|
|
229
|
+
'letter-spacing': 0.008rem,
|
|
216
230
|
'text-transform': uppercase
|
|
217
231
|
),
|
|
218
|
-
'
|
|
219
|
-
'size':
|
|
220
|
-
'weight':
|
|
221
|
-
'line-height': 1.
|
|
222
|
-
'letter-spacing': .
|
|
223
|
-
'text-transform':
|
|
232
|
+
'label-2': (
|
|
233
|
+
'size':1rem,
|
|
234
|
+
'weight': 500,
|
|
235
|
+
'line-height': 1.33rem,
|
|
236
|
+
'letter-spacing': 0.042rem,
|
|
237
|
+
'text-transform': uppercase
|
|
224
238
|
),
|
|
225
|
-
'
|
|
226
|
-
'size': .
|
|
239
|
+
'label-3': (
|
|
240
|
+
'size': 0.85rem,
|
|
227
241
|
'weight': 500,
|
|
228
|
-
'line-height':
|
|
229
|
-
'letter-spacing': .
|
|
242
|
+
'line-height': 1.33rem,
|
|
243
|
+
'letter-spacing': 0.042rem,
|
|
230
244
|
'text-transform': uppercase
|
|
231
245
|
)
|
|
232
246
|
) !default;
|
|
@@ -270,10 +284,11 @@ $bottom-nav-height: 56px !default;
|
|
|
270
284
|
$navbar-width: 300px !default;
|
|
271
285
|
|
|
272
286
|
$states: (
|
|
273
|
-
'hover':
|
|
274
|
-
'focus': 0.
|
|
275
|
-
'selected': 0.08,
|
|
276
|
-
'activated': 0.12,
|
|
277
|
-
'pressed': 0.
|
|
278
|
-
'
|
|
279
|
-
)
|
|
287
|
+
'hover':('state':('opacity':0.08)),
|
|
288
|
+
'focus': ('state':('opacity':0.1)),
|
|
289
|
+
'selected': ('state':('opacity':0.08)),
|
|
290
|
+
'activated': ('state':('opacity':0.12)),
|
|
291
|
+
'pressed': ('state':('opacity':0.1)),
|
|
292
|
+
'disabled': ('state':('opacity':0.12, 'color':'sheet'), 'text':('opacity':0.38, 'color':'on-sheet')),
|
|
293
|
+
'dragged': ('state':('opacity':0.16))
|
|
294
|
+
) !default;
|