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.
Files changed (67) hide show
  1. package/components/app/style.scss +2 -10
  2. package/components/app/toast/toast.vue +4 -3
  3. package/components/bar/bottomNavigationCircle.vue +1 -1
  4. package/components/bar/scss/bottomNav.scss +2 -2
  5. package/components/breadcrumb/style.scss +1 -1
  6. package/components/button/index.vue +4 -4
  7. package/components/button/style.scss +17 -27
  8. package/components/calendar/index.vue +3 -4
  9. package/components/card/style.scss +1 -3
  10. package/components/chat/chatInput.vue +2 -2
  11. package/components/chat/chatMsg.vue +3 -3
  12. package/components/chat/index.vue +2 -1
  13. package/components/chip/index.vue +1 -1
  14. package/components/chip/style.scss +20 -10
  15. package/components/codeEditor/index.vue +5 -4
  16. package/components/codeEditor/mixin.js +5 -5
  17. package/components/confirm/index.vue +3 -3
  18. package/components/container/style.scss +1 -1
  19. package/components/form/address.vue +6 -0
  20. package/components/form/address_ir.vue +17 -17
  21. package/components/form/checkbox.vue +1 -1
  22. package/components/form/colorPicker/picker.vue +6 -5
  23. package/components/form/datePicker/index.vue +2 -4
  24. package/components/form/form.vue +7 -4
  25. package/components/form/group-input.vue +1 -1
  26. package/components/form/input.vue +21 -20
  27. package/components/form/inputTel/index.vue +1 -31
  28. package/components/form/json/index.vue +1 -1
  29. package/components/form/radioInput.vue +1 -1
  30. package/components/form/rating.vue +13 -6
  31. package/components/form/select.vue +17 -11
  32. package/components/form/switch.vue +1 -7
  33. package/components/form/text-editor/index.vue +15 -15
  34. package/components/form/text-editor/style.scss +6 -6
  35. package/components/form/timepicker/index.vue +3 -3
  36. package/components/form/timepicker/timepicker.vue +142 -112
  37. package/components/form/unit-input.vue +2 -2
  38. package/components/formCreator/index.vue +3 -3
  39. package/components/icon/style.scss +1 -4
  40. package/components/img/index.vue +3 -1
  41. package/components/img/svgImg.vue +5 -3
  42. package/components/infinite/div.vue +2 -2
  43. package/components/infinite/index.vue +1 -1
  44. package/components/infinite/page.vue +2 -2
  45. package/components/list/index.vue +2 -2
  46. package/components/list/style.scss +10 -6
  47. package/components/map/index.vue +1 -1
  48. package/components/map/route.vue +2 -2
  49. package/components/menu/index.vue +1 -1
  50. package/components/notify/notification.vue +2 -2
  51. package/components/progress/style.scss +4 -4
  52. package/components/searchBox/index.vue +2 -2
  53. package/components/table/crud/header.vue +1 -1
  54. package/components/table/index.vue +4 -3
  55. package/components/table/style.scss +19 -16
  56. package/components/tabs/index.vue +4 -65
  57. package/components/timeline/index.vue +1 -1
  58. package/components/tour/index.vue +5 -5
  59. package/components/tree/index.vue +0 -1
  60. package/package.json +1 -1
  61. package/plugins/request/Request.js +3 -3
  62. package/style/app.scss +52 -41
  63. package/style/base.scss +45 -51
  64. package/style/colors.scss +48 -39
  65. package/style/mixins/index.scss +17 -6
  66. package/style/variables/base.scss +84 -69
  67. package/style/variables/color.scss +1 -2
package/style/base.scss CHANGED
@@ -1,9 +1,10 @@
1
1
  /*!
2
- * ress.css • v2.0.4
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
- /* Replace pointer cursor in disabled elements */
120
- [disabled] {
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="search"] {
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="search"]::-webkit-search-cancel-button,
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="button"],
168
- [type="reset"],
169
- [type="submit"],
170
- [role="button"] {
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="button"]::-moz-focus-inner,
178
- [type="reset"]::-moz-focus-inner,
179
- [type="submit"]::-moz-focus-inner {
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="button"]::-moz-focus-inner,
187
- [type="reset"]::-moz-focus-inner,
188
- [type="submit"]::-moz-focus-inner {
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="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
194
- [type="reset"],
195
- [type="submit"] {
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="true"] {
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="true"] {
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
- 'one': #00acc1,
5
- 'one_l': #5ddef4,
6
- 'one_d': #007c91,
7
- 'two': #e8098f,
8
- 'error':#D50000,
9
- 'info':#0878f6,
10
- 'warning':#fbc02d,
11
- 'success':#04c40d,
12
- 'link':#4f98ec,
13
- 'background-one':#fafafa,
14
- 'background-two':#e0e0e0,
15
- 'divider':rgba(#444, 0.2),
16
- 'text-primary':#515151,
17
- 'text-secondary':#888,
18
- 'disabled':rgba(#000, 0.26),
19
- 'focused':rgba(#000, 0.12),
20
- 'pressed':rgba(#999, 0.4),
21
- 'border': rgba(#000, 0.24),
22
- 'sheet': #fff,
23
- 'sheet-active': #f5f5f5,
24
- 'sheet-hover': #eeeeee,
25
- 'overlay': rgba(225, 225, 225, 0.5)
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}-text));
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
 
@@ -24,10 +24,10 @@
24
24
  }
25
25
 
26
26
  @mixin typography($headings,$key) {
27
- font-size: map-metro-get($headings, $key, 'size') !important;
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') !important;
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: 14px !default;
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
- 'h1': (
142
- 'size': 6rem,
143
- 'weight': 300,
144
- 'line-height': 7rem,
145
- 'letter-spacing': -.015625em,
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
- 'h2': (
148
+ 'display-2': (
149
149
  'size': 3.75rem,
150
- 'weight': 300,
151
- 'line-height': 4.25rem,
152
- 'letter-spacing': -.0083333333em,
150
+ 'weight': 400,
151
+ 'line-height': 4.33rem,
152
+ 'letter-spacing': 0,
153
153
  'text-transform': false
154
154
  ),
155
- 'h3': (
155
+ 'display-3': (
156
156
  'size': 3rem,
157
157
  'weight': 400,
158
- 'line-height': 3.75rem,
159
- 'letter-spacing': normal,
158
+ 'line-height': 3.66rem,
159
+ 'letter-spacing': 0,
160
160
  'text-transform': false
161
161
  ),
162
- 'h4': (
163
- 'size': 2.125rem,
162
+ 'headline-1': (
163
+ 'size': 2.66rem,
164
164
  'weight': 400,
165
- 'line-height': 2.75rem,
166
- 'letter-spacing': .0073529412em,
165
+ 'line-height': 3.33rem,
166
+ 'letter-spacing': 0,
167
167
  'text-transform': false
168
168
  ),
169
- 'h5': (
170
- 'size': 1.5rem,
169
+ 'headline-2': (
170
+ 'size': 2.33rem,
171
171
  'weight': 400,
172
- 'line-height': 2rem,
173
- 'letter-spacing': normal,
172
+ 'line-height': 3rem,
173
+ 'letter-spacing': 0,
174
174
  'text-transform': false
175
175
  ),
176
- 'h6': (
177
- 'size': 1.25rem,
178
- 'weight': 500,
179
- 'line-height': 2rem,
180
- 'letter-spacing': .0125em,
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
- 'subtitle-1': (
184
- 'size': 1rem,
185
- 'weight': normal,
186
- 'line-height': 1.75rem,
187
- 'letter-spacing': .009375em,
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
- 'subtitle-2': (
191
- 'size': .875rem,
197
+ 'title-3': (
198
+ 'size': 1.15rem,
192
199
  'weight': 500,
193
- 'line-height': 1.375rem,
194
- 'letter-spacing': .0071428571em,
200
+ 'line-height': 1.66rem,
201
+ 'letter-spacing': 0.008rem,
195
202
  'text-transform': false
196
203
  ),
197
204
  'body-1': (
198
- 'size': 1rem,
205
+ 'size': 1.33rem,
199
206
  'weight': 400,
200
- 'line-height': 1.5rem,
201
- 'letter-spacing': .03125em,
207
+ 'line-height': 2rem,
208
+ 'letter-spacing': 0.042rem,
202
209
  'text-transform': false
203
210
  ),
204
211
  'body-2': (
205
- 'size': .875rem,
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.25rem,
208
- 'letter-spacing': .0178571429em,
221
+ 'line-height': 1.33rem,
222
+ 'letter-spacing': 0.033rem,
209
223
  'text-transform': false
210
224
  ),
211
- 'button': (
212
- 'size': .875rem,
225
+ 'label-1': (
226
+ 'size': 1.15rem,
213
227
  'weight': 500,
214
- 'line-height': 2.25rem,
215
- 'letter-spacing': .0892857143em,
228
+ 'line-height': 1.66rem,
229
+ 'letter-spacing': 0.008rem,
216
230
  'text-transform': uppercase
217
231
  ),
218
- 'caption': (
219
- 'size': .75rem,
220
- 'weight': 400,
221
- 'line-height': 1.25rem,
222
- 'letter-spacing': .0333333333em,
223
- 'text-transform': false
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
- 'overline': (
226
- 'size': .75rem,
239
+ 'label-3': (
240
+ 'size': 0.85rem,
227
241
  'weight': 500,
228
- 'line-height': 2rem,
229
- 'letter-spacing': .1666666667em,
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': 0.04,
274
- 'focus': 0.12,
275
- 'selected': 0.08,
276
- 'activated': 0.12,
277
- 'pressed': 0.16,
278
- 'dragged': 0.08
279
- )!default;
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;
@@ -6,9 +6,8 @@ $gradient: (
6
6
  ) !default;
7
7
  $colorMain: (
8
8
  'one':#fff,
9
- 'one_l':#fff,
10
- 'one_d':#fff,
11
9
  'two':#fff,
10
+ 'three':#fff,
12
11
  'error':#fff,
13
12
  'info':#fff,
14
13
  'warning':#fff,