cronapp-framework-mobile-js 2.8.8 → 2.9.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/crn-button-bar.components.json +1 -1
- package/components/crn-button.components.json +1 -1
- package/components/crn-chart.components.json +1 -0
- package/components/crn-checkbox.components.json +2 -1
- package/components/crn-dynamic-image.components.json +9 -0
- package/components/crn-header-button.components.json +1 -1
- package/components/crn-input-floating.components.json +4 -4
- package/components/crn-ion-footer-bar.components.json +3 -3
- package/components/crn-ion-header-bar.components.json +1 -1
- package/components/crn-ion-list.components.json +0 -31
- package/components/crn-ion-segment-item.components.json +68 -0
- package/components/crn-ion-segment.components.json +974 -0
- package/components/crn-ion-tab.components.json +1 -0
- package/components/crn-item-swipe.components.json +3 -3
- package/components/crn-list-item-icon.components.json +7 -20
- package/components/crn-list-swipe.components.json +2 -2
- package/components/crn-list.components.json +1 -1
- package/components/crn-multiselect.components.json +1 -1
- package/components/crn-navbar.components.json +1 -0
- package/components/crn-range.components.json +1 -1
- package/components/crn-signature-pad.components.json +36 -0
- package/components/crn-slider-item.components.json +104 -5
- package/components/crn-slider.components.json +6 -6
- package/components/crn-textarea.components.json +1 -1
- package/components/css/app.css +78 -0
- package/components/css/background-color.css +39 -1
- package/components/css/color-default.css +0 -28
- package/components/css/crn-ion-segment.css +786 -0
- package/components/css/icon-size.css +4 -4
- package/components/templates/advanced.list.designtime.html +0 -24
- package/components/templates/checkbox.template.html +6 -7
- package/components/templates/crn-ion-segment-item.template.html +6 -0
- package/components/templates/crn-ion-segment.template.html +27 -0
- package/components/templates/crn-signature-pad.designtime.html +31 -0
- package/components/templates/crn-signature-pad.template.html +1 -0
- package/components/templates/ion-footer-bar.template.html +11 -5
- package/components/templates/ion-header-bar.template.html +2 -2
- package/components/templates/item.slider.template.html +3 -3
- package/components/templates/item.swipe.template.html +2 -2
- package/components/templates/slider.template.html +14 -18
- package/css/app.css +124 -34
- package/css/signup.css +13 -0
- package/dist/components/css/app.css +1 -0
- package/dist/components/css/background-color.css +1 -1
- package/dist/components/css/color-default.css +1 -1
- package/dist/components/css/crn-ion-segment.css +1 -0
- package/dist/components/templates/advanced.list.designtime.html +1 -1
- package/dist/components/templates/checkbox.template.html +1 -1
- package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/dist/components/templates/crn-signature-pad.designtime.html +22 -0
- package/dist/components/templates/crn-signature-pad.template.html +1 -0
- package/dist/components/templates/ion-footer-bar.template.html +1 -1
- package/dist/components/templates/ion-header-bar.template.html +1 -1
- package/dist/components/templates/item.slider.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/slider.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/signup.css +1 -0
- package/dist/i18n/locale_en_us.json +3 -1
- package/dist/i18n/locale_pt_br.json +4 -1
- package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
- package/dist/img/cron-icon/crn-tabs.svg +1 -1
- package/dist/img/placehold-300x200.png +0 -0
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/controllers.authentication.js +1 -1
- package/dist/js/directives.js +17 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/i18n/locale_en_us.json +3 -1
- package/i18n/locale_pt_br.json +4 -1
- package/img/cron-icon/crn-signature-pad.svg +27 -0
- package/img/cron-icon/crn-tabs.svg +17 -18
- package/img/placehold-300x200.png +0 -0
- package/js/app.authentication.js +8 -1
- package/js/controllers.authentication.js +87 -4
- package/js/directives.js +216 -122
- package/js/reports/reports.service.js +6 -26
- package/lib/ionic/js/ionic.bundle.js +4 -2
- package/package.json +4 -2
- package/postupdate.json +11 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"name": "crn-ion-tab",
|
|
3
3
|
"text_pt_BR": "Abas",
|
|
4
4
|
"text_en_US": "Tabs",
|
|
5
|
+
"pallete": false,
|
|
5
6
|
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-tabs.svg",
|
|
6
7
|
"description": "Diferentes painéis separados por abas",
|
|
7
8
|
"description_en_US": "Different panels separated by tabs",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"forcedGroup": true,
|
|
13
13
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.swipe.template.html",
|
|
14
14
|
"properties": {
|
|
15
|
-
"
|
|
15
|
+
"ng-click": {
|
|
16
16
|
"type": "event"
|
|
17
17
|
},
|
|
18
|
-
"id":{
|
|
18
|
+
"id": {
|
|
19
19
|
"order": 1
|
|
20
20
|
}
|
|
21
21
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"styles": [
|
|
41
41
|
{
|
|
42
|
-
"selector": "div#{id} .item-content",
|
|
42
|
+
"selector": "div#{id} .item-content, div#{id} .item",
|
|
43
43
|
"text_pt_BR": "Plano de fundo",
|
|
44
44
|
"text_en_US": "Background"
|
|
45
45
|
},
|
|
@@ -85,31 +85,18 @@
|
|
|
85
85
|
"values": [
|
|
86
86
|
{
|
|
87
87
|
"key": "font-size:100%;",
|
|
88
|
-
"
|
|
88
|
+
"value_pt_BR": "Pequeno",
|
|
89
|
+
"value_en_US": "Small"
|
|
89
90
|
},
|
|
90
91
|
{
|
|
91
92
|
"key": "font-size:200%;",
|
|
92
|
-
"
|
|
93
|
+
"value_pt_BR": "Médio",
|
|
94
|
+
"value_en_US": "Medium"
|
|
93
95
|
},
|
|
94
96
|
{
|
|
95
97
|
"key": "font-size:300%;",
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
{
|
|
99
|
-
"key": "font-size:400%;",
|
|
100
|
-
"value": "400%"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"key": "font-size:500%;",
|
|
104
|
-
"value": "500%"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"key": "font-size:600%;",
|
|
108
|
-
"value": "600%"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"key": "font-size:700%;",
|
|
112
|
-
"value": "700%"
|
|
98
|
+
"value_pt_BR": "Grande",
|
|
99
|
+
"value_en_US": "Big"
|
|
113
100
|
}
|
|
114
101
|
]
|
|
115
102
|
},
|
|
@@ -257,4 +244,4 @@
|
|
|
257
244
|
"text_en_US": "Title"
|
|
258
245
|
}
|
|
259
246
|
]
|
|
260
|
-
}
|
|
247
|
+
}
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"class": {
|
|
68
68
|
"order": 9999
|
|
69
69
|
},
|
|
70
|
-
"
|
|
70
|
+
"ng-click": {
|
|
71
71
|
"type": "event"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"styles": [
|
|
84
84
|
{
|
|
85
|
-
"selector": "div#{id} .item-content",
|
|
85
|
+
"selector": "div#{id} .item-content, div#{id} .item",
|
|
86
86
|
"text_pt_BR": "Plano de fundo",
|
|
87
87
|
"text_en_US": "Background"
|
|
88
88
|
},
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-signature-pad",
|
|
3
|
+
"text_pt_BR": "Painel de assinatura",
|
|
4
|
+
"text_en_US": "Signature Pad",
|
|
5
|
+
"order": 2,
|
|
6
|
+
"wrapper": true,
|
|
7
|
+
"autoWrapper": true,
|
|
8
|
+
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-signature-pad.svg",
|
|
9
|
+
"description": "Painel de assinatura",
|
|
10
|
+
"description_en_US": "Signature Pad",
|
|
11
|
+
"category": [
|
|
12
|
+
"INPUTS"
|
|
13
|
+
],
|
|
14
|
+
"designTimeSelector": "signature-pad",
|
|
15
|
+
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/crn-signature-pad.template.html",
|
|
16
|
+
"designTimeDynamic": false,
|
|
17
|
+
"designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/crn-signature-pad.designtime.html",
|
|
18
|
+
"properties": {
|
|
19
|
+
"class": {
|
|
20
|
+
"order": 9999
|
|
21
|
+
},
|
|
22
|
+
"id": {
|
|
23
|
+
"order": 1
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"childrenProperties": [
|
|
27
|
+
|
|
28
|
+
{
|
|
29
|
+
"name": "ng-model",
|
|
30
|
+
"selector": "signature-pad",
|
|
31
|
+
"type": "text",
|
|
32
|
+
"order": 2,
|
|
33
|
+
"mandatory": true
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.slider.template.html",
|
|
7
7
|
"wrapper": false,
|
|
8
8
|
"pallete": false,
|
|
9
|
+
"forcedGroup": true,
|
|
9
10
|
"properties": {
|
|
10
11
|
"id": {
|
|
11
12
|
"order": 2
|
|
@@ -30,11 +31,6 @@
|
|
|
30
31
|
"type": "options",
|
|
31
32
|
"target": "class",
|
|
32
33
|
"values": [
|
|
33
|
-
{
|
|
34
|
-
"key": "",
|
|
35
|
-
"value_pt_BR": "Padrão",
|
|
36
|
-
"value_en_US": "Default"
|
|
37
|
-
},
|
|
38
34
|
{
|
|
39
35
|
"key": "assertive-bg",
|
|
40
36
|
"value_pt_BR": "Assertivo",
|
|
@@ -90,9 +86,112 @@
|
|
|
90
86
|
"color": "#444"
|
|
91
87
|
}
|
|
92
88
|
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "object-fit",
|
|
92
|
+
"target": "style",
|
|
93
|
+
"type": "options",
|
|
94
|
+
"values": [
|
|
95
|
+
{
|
|
96
|
+
"key": "object-fit: cover;",
|
|
97
|
+
"value_pt_BR": "Proporcional",
|
|
98
|
+
"value_en_US": "Proportional"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"key": "object-fit: contain;",
|
|
102
|
+
"value_pt_BR": "Ajustado",
|
|
103
|
+
"value_en_US": "Adjusted"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"key": "object-fit: fill;",
|
|
107
|
+
"value_pt_BR": "Preencher (padrão)",
|
|
108
|
+
"value_en_US": "Fill (default)"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"key": "object-fit: none;",
|
|
112
|
+
"value_pt_BR": "Nenhum",
|
|
113
|
+
"value_en_US": "None"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "vertical-text-position",
|
|
119
|
+
"type": "btngroup",
|
|
120
|
+
"target": "class",
|
|
121
|
+
"values": [
|
|
122
|
+
{
|
|
123
|
+
"key": "top-13",
|
|
124
|
+
"value_pt_BR": "Topo",
|
|
125
|
+
"value_en_US": "Top",
|
|
126
|
+
"icon": "mdi mdi-arrow-up-bold"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"key": "top-50",
|
|
130
|
+
"value_pt_BR": "Centro",
|
|
131
|
+
"value_en_US": "Center",
|
|
132
|
+
"icon": "mdi mdi-ray-vertex"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"key": "top-78",
|
|
136
|
+
"value_pt_BR": "Abaixo",
|
|
137
|
+
"value_en_US": "Bottom",
|
|
138
|
+
"icon": "mdi mdi-arrow-down-bold"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "horizontal-text-position",
|
|
144
|
+
"type": "btngroup",
|
|
145
|
+
"target": "class",
|
|
146
|
+
"values": [
|
|
147
|
+
{
|
|
148
|
+
"key": "text-left",
|
|
149
|
+
"value_pt_BR": "Esquerda",
|
|
150
|
+
"value_en_US": "Left",
|
|
151
|
+
"icon": "mdi mdi-ray-start"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"key": "text-center",
|
|
155
|
+
"value_pt_BR": "Centro",
|
|
156
|
+
"value_en_US": "Center",
|
|
157
|
+
"icon": "mdi mdi-ray-vertex"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"key": "text-right",
|
|
161
|
+
"value_pt_BR": "Direita",
|
|
162
|
+
"value_en_US": "Right",
|
|
163
|
+
"icon": "mdi mdi-ray-end"
|
|
164
|
+
}
|
|
165
|
+
]
|
|
93
166
|
}
|
|
94
167
|
],
|
|
95
168
|
"childrenProperties": [
|
|
169
|
+
{
|
|
170
|
+
"name": "src",
|
|
171
|
+
"type": "projectResource",
|
|
172
|
+
"resourceType": "image/jpeg,image/gif,image/png,image/svg+xml",
|
|
173
|
+
"displayName_pt_BR": "Imagem",
|
|
174
|
+
"displayName_en_US": "Image",
|
|
175
|
+
"selector": "img"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "object-fit",
|
|
179
|
+
"displayName_pt_BR": "Preenchimento da imagem",
|
|
180
|
+
"displayName_en_US": "Image filling",
|
|
181
|
+
"selector": "img"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "horizontal-text-position",
|
|
185
|
+
"selector": "h2",
|
|
186
|
+
"displayName_pt_BR": "Posição horizontal do texto",
|
|
187
|
+
"displayName_en_US": "Horizontal text position"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "vertical-text-position",
|
|
191
|
+
"selector": "h2",
|
|
192
|
+
"displayName_pt_BR": "Posição vertical do texto",
|
|
193
|
+
"displayName_en_US": "Vertical text position"
|
|
194
|
+
},
|
|
96
195
|
{
|
|
97
196
|
"name": "ng-click",
|
|
98
197
|
"selector": "div",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"category": [
|
|
9
9
|
"LAYOUTS"
|
|
10
10
|
],
|
|
11
|
-
"
|
|
11
|
+
"wrapper": false,
|
|
12
12
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/slider.template.html",
|
|
13
13
|
"properties": {
|
|
14
14
|
"id": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"rules": [
|
|
24
24
|
{
|
|
25
25
|
"activeClass": "active",
|
|
26
|
-
"sourceHTML": "<ion-slide xattr-theme=\"
|
|
26
|
+
"sourceHTML": "<ion-slide xattr-theme=\"positive-bg\" id=\"crn-slider-item-${RANDOM}\" data-component=\"crn-slider-item\" class=\"positive-bg crn-slider-item\" data-container=\"true\" data-replace=\"true\"> <img alt=\"Placehold\" src=\"node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png\" class=\"component-holder\" style=\"object-fit: cover;\" xattr-position=\"\" width=\"100%\" height=\"100%\" object-fit=\"object-fit: cover;\" data-component=\"crn-image\" id=\"crn-image-${RANDOM}\"> <h2 class=\"text-center top-50\" data-component=\"crn-label\" data-container=\"true\" data-replace=\"true\" horizontal-text-position=\"text-center\" vertical-text-position=\"top-50\">NEW SLIDE</h2> </ion-slide>",
|
|
27
27
|
"targetSelector": "ion-slide-box"
|
|
28
28
|
}
|
|
29
29
|
]
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"childrenProperties": [
|
|
32
32
|
{
|
|
33
33
|
"name": "auto-play",
|
|
34
|
-
"selector": "ion-slide-box
|
|
34
|
+
"selector": "ion-slide-box",
|
|
35
35
|
"displayName_pt_BR": "Início automático",
|
|
36
36
|
"displayName_en_US": "Auto play",
|
|
37
37
|
"type": "logic"
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"name": "slide-interval",
|
|
41
|
-
"selector": "ion-slide-box
|
|
41
|
+
"selector": "ion-slide-box",
|
|
42
42
|
"displayName_pt_BR": "Intervalo de transição (segundos)",
|
|
43
43
|
"displayName_en_US": "Slide interval (seconds)"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "does-continue",
|
|
47
|
-
"selector": "ion-slide-box
|
|
47
|
+
"selector": "ion-slide-box",
|
|
48
48
|
"displayName_pt_BR": "Reprodução contínua?",
|
|
49
49
|
"displayName_en_US": "Does continue?",
|
|
50
50
|
"type": "logic"
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"selector": "div",
|
|
90
90
|
"type": "event"
|
|
91
91
|
}
|
|
92
|
-
],
|
|
92
|
+
],
|
|
93
93
|
"styles": [
|
|
94
94
|
{
|
|
95
95
|
"selector": "div#{id} .slider-pager .slider-pager-page.active ",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"INPUTS", "FORMS"
|
|
10
10
|
],
|
|
11
11
|
"wrapper": false,
|
|
12
|
-
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/
|
|
12
|
+
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/textarea.template.html",
|
|
13
13
|
"properties": {
|
|
14
14
|
"class": {
|
|
15
15
|
"order": 9999
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
@import "tabs-color.css";
|
|
2
|
+
@import 'background-color.css';
|
|
3
|
+
@import 'icon-size.css';
|
|
4
|
+
@import 'crn-ion-segment.css';
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
--assertive: #ef473a;
|
|
8
|
+
--balanced: #33cd5f;
|
|
9
|
+
--energized: #ffc900;
|
|
10
|
+
--light: #ffffff;
|
|
11
|
+
--stable: #f8f8f8;
|
|
12
|
+
--calm: #11c1f3;
|
|
13
|
+
--positive: #387ef5;
|
|
14
|
+
--royal: #886aea;
|
|
15
|
+
--dark: #444444;
|
|
16
|
+
|
|
17
|
+
--white: #ffffff;
|
|
18
|
+
--gray: #333333;
|
|
19
|
+
--black: #000000;
|
|
20
|
+
--blue: #0247FE;
|
|
21
|
+
--light-blue: #85A5FF;
|
|
22
|
+
--dark-blue: #00217A;
|
|
23
|
+
--purple: #3D01A4;
|
|
24
|
+
--light-purple: #B285FF;
|
|
25
|
+
--dark-purple: #2D007A;
|
|
26
|
+
--red: #FE2712;
|
|
27
|
+
--light-red: #FE8F84;
|
|
28
|
+
--dark-red: #7A0B00;
|
|
29
|
+
--orange: #FB9B02;
|
|
30
|
+
--light-orange: #FFD085;
|
|
31
|
+
--dark-orange: #7A4B00;
|
|
32
|
+
--yellow: #FFFF33;
|
|
33
|
+
--light-yellow: #FFFF85;
|
|
34
|
+
--dark-yellow: #7A7A00;
|
|
35
|
+
--green: #66B032;
|
|
36
|
+
--light-green: #B7FF85;
|
|
37
|
+
--dark-green: #337A00;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.font-size-100 {
|
|
41
|
+
font-size: 100%;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.font-size-200 {
|
|
45
|
+
font-size: 200%;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.font-size-300 {
|
|
49
|
+
font-size: 300%;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.font-size-400 {
|
|
53
|
+
font-size: 400%;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.font-size-500 {
|
|
57
|
+
font-size: 500%;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.font-size-600 {
|
|
61
|
+
font-size: 600%;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.font-size-700 {
|
|
65
|
+
font-size: 700%;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.top-13 {
|
|
69
|
+
top: 13%;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.top-50 {
|
|
73
|
+
top: 50%;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.top-78 {
|
|
77
|
+
top: 78%;
|
|
78
|
+
}
|
|
@@ -80,4 +80,42 @@
|
|
|
80
80
|
|
|
81
81
|
.tabs-striped.background-dark-green .tabs {
|
|
82
82
|
background-color: var(--dark-green);
|
|
83
|
-
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/* Cores primárias */
|
|
86
|
+
|
|
87
|
+
.tabs-striped.background-assertive .tabs {
|
|
88
|
+
background-color: var(--assertive);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.tabs-striped.background-balanced .tabs {
|
|
92
|
+
background-color: var(--balanced);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.tabs-striped.background-energized .tabs {
|
|
96
|
+
background-color: var(--energized);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.tabs-striped.background-light .tabs {
|
|
100
|
+
background-color: var(--light);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.tabs-striped.background-stable .tabs {
|
|
104
|
+
background-color: var(--stable);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.tabs-striped.background-calm .tabs {
|
|
108
|
+
background-color: var(--calm);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.tabs-striped.background-positive .tabs {
|
|
112
|
+
background-color: var(--positive);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.tabs-striped.background-royal .tabs {
|
|
116
|
+
background-color: var(--royal);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.tabs-striped.background-dark .tabs {
|
|
120
|
+
background-color: var(--dark);
|
|
121
|
+
}
|
|
@@ -1,31 +1,3 @@
|
|
|
1
|
-
@import "tabs-color.css";
|
|
2
|
-
@import 'background-color.css';
|
|
3
|
-
@import 'icon-size.css';
|
|
4
|
-
|
|
5
|
-
:root {
|
|
6
|
-
--white: #ffffff;
|
|
7
|
-
--gray: #333333;
|
|
8
|
-
--black: #000000;
|
|
9
|
-
--blue: #0247FE;
|
|
10
|
-
--light-blue: #85A5FF;
|
|
11
|
-
--dark-blue: #00217A;
|
|
12
|
-
--purple: #3D01A4;
|
|
13
|
-
--light-purple: #B285FF;
|
|
14
|
-
--dark-purple: #2D007A;
|
|
15
|
-
--red: #FE2712;
|
|
16
|
-
--light-red: #FE8F84;
|
|
17
|
-
--dark-red: #7A0B00;
|
|
18
|
-
--orange: #FB9B02;
|
|
19
|
-
--light-orange: #FFD085;
|
|
20
|
-
--dark-orange: #7A4B00;
|
|
21
|
-
--yellow: #FFFF33;
|
|
22
|
-
--light-yellow: #FFFF85;
|
|
23
|
-
--dark-yellow: #7A7A00;
|
|
24
|
-
--green: #66B032;
|
|
25
|
-
--light-green: #B7FF85;
|
|
26
|
-
--dark-green: #337A00;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
1
|
.color-white {
|
|
30
2
|
color: var(--white);
|
|
31
3
|
}
|