cronapp-framework-mobile-js 2.9.1 → 2.9.2-SP.10
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.components.json +42 -21
- package/components/crn-checkbox.components.json +20 -10
- package/components/crn-filter-button.components.json +21 -11
- package/components/crn-input-button.components.json +20 -10
- package/components/crn-ion-footer-bar.components.json +40 -20
- package/components/crn-ion-segment.components.json +20 -10
- package/components/crn-list-swipe.components.json +1 -1
- package/components/crn-signature-pad.components.json +2 -3
- package/components/crn-toggle.components.json +20 -10
- package/components/css/crn-ion-segment.css +3 -9
- package/components/templates/item.avatar.template.html +1 -1
- package/components/templates/item.swipe.template.html +3 -3
- package/components/templates/item.thumbnail.template.html +1 -1
- package/components/templates/list.avatar.template.html +1 -1
- package/components/templates/list.swipe.template.html +3 -3
- package/components/templates/list.thumbnail.template.html +3 -3
- package/components/templates/public.menu.template.html +21 -0
- package/css/app_2.9.css +15 -2
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
- package/css/themes/custom/cerulean/button-cerulean.css +60 -9
- package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
- package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
- package/css/themes/custom/darkly/custom-darkly.css +88 -17
- package/css/themes/custom/dsgov/button-dsgov.css +96 -15
- package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
- package/css/themes/custom/flatly/custom-flatly.css +60 -1
- package/css/themes/custom/fuse/button-fuse.css +91 -12
- package/css/themes/custom/fuse/custom-fuse.css +112 -29
- package/css/themes/custom/journal/custom-journal.css +68 -11
- package/css/themes/custom/material/custom-material.css +176 -87
- package/css/themes/custom/theme-general/button.css +30 -30
- package/css/themes/custom/theme-general/theme-general.css +1 -1
- package/css/themes/custom/united/custom-united.css +1 -1
- package/css/themes/theme.editor.view.html +3 -11
- package/dist/components/css/crn-ion-segment.css +1 -1
- package/dist/components/templates/item.avatar.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/item.thumbnail.template.html +1 -1
- package/dist/components/templates/list.avatar.template.html +1 -1
- package/dist/components/templates/list.swipe.template.html +1 -1
- package/dist/components/templates/list.thumbnail.template.html +1 -1
- package/dist/components/templates/public.menu.template.html +1 -0
- package/dist/css/app_2.9.css +1 -1
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/button-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/theme.editor.view.html +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/directives.js +2 -2
- package/js/app.authentication.js +1 -1
- package/js/directives.js +115 -57
- package/lib/ionic/js/ionic.bundle.js +17 -2
- package/package.json +1 -1
- package/postupdate.json +10 -0
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"canIncrement": true,
|
|
76
76
|
"rules": [
|
|
77
77
|
{
|
|
78
|
-
"sourceHTML": "<ion-item class=\"item\" id=\"crn-list-item-swipe-${RANDOM}\" data-component=\"crn-item-swipe\"><h2 style=\"display: inline;\">Item</h2><div id=\"crn-item-options${RANDOM}\" class=\"component-holder\" data-component=\"crn-item-options\"><div class=\"crn-item-options\" data-item=\"true\"><ion-option-button id=\"crn-button-${RANDOM}\" data-component=\"crn-button\" class=\"button-default button\"><i class=\"ion ion-edit\"></i><span>
|
|
78
|
+
"sourceHTML": "<ion-item class=\"item\" id=\"crn-list-item-swipe-${RANDOM}\" data-component=\"crn-item-swipe\"><h2 style=\"display: inline;\">Item</h2><div id=\"crn-item-options${RANDOM}\" class=\"component-holder\" data-component=\"crn-item-options\"><div class=\"crn-item-options\" data-item=\"true\"><ion-option-button id=\"crn-button-${RANDOM}\" data-component=\"crn-button\" class=\"button-default button\"><i class=\"ion ion-edit\"></i><span>Action 1</span></ion-option-button><ion-option-button id=\"crn-option-button-${RANDOM}-2\" data-component=\"crn-button\" class=\"button-assertive button\"><i class=\"ion ion-trash-a\"></i><span>Action 2</span></ion-option-button></div></div></ion-item>",
|
|
79
79
|
"targetSelector": ".to-repeat"
|
|
80
80
|
}
|
|
81
81
|
]
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"description": "Painel de assinatura",
|
|
10
10
|
"description_en_US": "Signature Pad",
|
|
11
11
|
"category": [
|
|
12
|
-
|
|
12
|
+
"INPUTS"
|
|
13
13
|
],
|
|
14
14
|
"designTimeSelector": "signature-pad",
|
|
15
15
|
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/crn-signature-pad.template.html",
|
|
16
|
-
"designTimeDynamic":
|
|
16
|
+
"designTimeDynamic": true,
|
|
17
17
|
"designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/crn-signature-pad.designtime.html",
|
|
18
18
|
"properties": {
|
|
19
19
|
"class": {
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"childrenProperties": [
|
|
27
|
-
|
|
28
27
|
{
|
|
29
28
|
"name": "ng-model",
|
|
30
29
|
"selector": "signature-pad",
|
|
@@ -93,61 +93,71 @@
|
|
|
93
93
|
"key": "toggle-default",
|
|
94
94
|
"value_pt_BR": "Padrão do tema",
|
|
95
95
|
"value_en_US": "Default theme",
|
|
96
|
-
"color": "--toggleDefault"
|
|
96
|
+
"color": "--toggleDefault",
|
|
97
|
+
"borderColor": "--borderToggleDefault"
|
|
97
98
|
},
|
|
98
99
|
{
|
|
99
100
|
"key": "toggle-positive",
|
|
100
101
|
"value_pt_BR": "Secundário",
|
|
101
102
|
"value_en_US": "Secondary",
|
|
102
|
-
"color": "--togglePrimary"
|
|
103
|
+
"color": "--togglePrimary",
|
|
104
|
+
"borderColor": "--borderTogglePrimary"
|
|
103
105
|
},
|
|
104
106
|
{
|
|
105
107
|
"key": "toggle-balanced",
|
|
106
108
|
"value_pt_BR": "Sucesso",
|
|
107
109
|
"value_en_US": "Success",
|
|
108
|
-
"color": "--toggleSuccess"
|
|
110
|
+
"color": "--toggleSuccess",
|
|
111
|
+
"borderColor": "--borderToggleSuccess"
|
|
109
112
|
},
|
|
110
113
|
{
|
|
111
114
|
"key": "toggle-calm",
|
|
112
115
|
"value_pt_BR": "Informação",
|
|
113
116
|
"value_en_US": "Info",
|
|
114
|
-
"color": "--toggleCalm"
|
|
117
|
+
"color": "--toggleCalm",
|
|
118
|
+
"borderColor": "--borderToggleCalm"
|
|
115
119
|
},
|
|
116
120
|
{
|
|
117
121
|
"key": "toggle-energized",
|
|
118
122
|
"value_pt_BR": "Aviso",
|
|
119
123
|
"value_en_US": "Warning",
|
|
120
|
-
"color": "--toggleWarning"
|
|
124
|
+
"color": "--toggleWarning",
|
|
125
|
+
"borderColor": "--borderToggleWarning"
|
|
121
126
|
},
|
|
122
127
|
{
|
|
123
128
|
"key": "toggle-assertive",
|
|
124
129
|
"value_pt_BR": "Perigo",
|
|
125
130
|
"value_en_US": "Danger",
|
|
126
|
-
"color": "--toggleDanger"
|
|
131
|
+
"color": "--toggleDanger",
|
|
132
|
+
"borderColor": "--borderToggleDanger"
|
|
127
133
|
},
|
|
128
134
|
{
|
|
129
135
|
"key": "toggle-light",
|
|
130
136
|
"value_pt_BR": "Claro",
|
|
131
137
|
"value_en_US": "Light",
|
|
132
|
-
"color": "--toggleLight"
|
|
138
|
+
"color": "--toggleLight",
|
|
139
|
+
"borderColor": "--borderToggleLight"
|
|
133
140
|
},
|
|
134
141
|
{
|
|
135
142
|
"key": "toggle-stable",
|
|
136
143
|
"value_pt_BR": "Estável",
|
|
137
144
|
"value_en_US": "Stable",
|
|
138
|
-
"color": "--toggleStable"
|
|
145
|
+
"color": "--toggleStable",
|
|
146
|
+
"borderColor": "--borderToggleStable"
|
|
139
147
|
},
|
|
140
148
|
{
|
|
141
149
|
"key": "toggle-royal",
|
|
142
150
|
"value_pt_BR": "Real",
|
|
143
151
|
"value_en_US": "Royal",
|
|
144
|
-
"color": "--toggleRoyal"
|
|
152
|
+
"color": "--toggleRoyal",
|
|
153
|
+
"borderColor": "--borderToggleRoyal"
|
|
145
154
|
},
|
|
146
155
|
{
|
|
147
156
|
"key": "toggle-dark",
|
|
148
157
|
"value_pt_BR": "Escuro",
|
|
149
158
|
"value_en_US": "Dark",
|
|
150
|
-
"color": "--toggleDark"
|
|
159
|
+
"color": "--toggleDark",
|
|
160
|
+
"borderColor": "--borderToggleDark"
|
|
151
161
|
},
|
|
152
162
|
{
|
|
153
163
|
"key": "toggle-white",
|
|
@@ -156,7 +156,7 @@ div.crn-ion-segment-light .icon-theme-light-default li.active a,
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
div.crn-ion-segment-light .icon-theme-light-assertive li a {
|
|
159
|
-
color: var(--
|
|
159
|
+
color: var(--colorDanger40, #ef473a);
|
|
160
160
|
opacity: 0.64;
|
|
161
161
|
}
|
|
162
162
|
|
|
@@ -201,7 +201,6 @@ div.crn-ion-segment-light .icon-theme-light-energized li.active a,
|
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
div.crn-ion-segment-light .icon-theme-light-light li a {
|
|
204
|
-
color: var(--colorLight40, #ffffff);
|
|
205
204
|
opacity: 0.64;
|
|
206
205
|
}
|
|
207
206
|
|
|
@@ -216,7 +215,6 @@ div.crn-ion-segment-light .icon-theme-light-light li.active a,
|
|
|
216
215
|
}
|
|
217
216
|
|
|
218
217
|
div.crn-ion-segment-light .icon-theme-light-stable li a {
|
|
219
|
-
color: var(--colorStable40, #f8f8f8);
|
|
220
218
|
opacity: 0.64;
|
|
221
219
|
}
|
|
222
220
|
|
|
@@ -942,12 +940,8 @@ div.crn-ion-segment-light .icon-theme-light-energized li.active {
|
|
|
942
940
|
border-color: var(--colorWarning40, #ffc900);
|
|
943
941
|
}
|
|
944
942
|
|
|
945
|
-
div.crn-ion-segment-light .icon-theme-light-
|
|
946
|
-
border-color: var(--
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
div.crn-ion-segment-light .icon-theme-light-stable li.active {
|
|
950
|
-
border-color: var(--colorStable40, #f8f8f8);
|
|
943
|
+
div.crn-ion-segment-light .icon-theme-light-default li.active {
|
|
944
|
+
border-color: var(--colorDefault40, #ffc900);
|
|
951
945
|
}
|
|
952
946
|
|
|
953
947
|
div.crn-ion-segment-light .icon-theme-light-calm li.active {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<a class="item item-avatar-left text-left" xattr-image-position="item-avatar-left" xattr-text-position="text-left">
|
|
2
2
|
<img alt="Avatar" src="img/nophoto.png" class="component-holder" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
3
|
-
<h2 class="
|
|
3
|
+
<h2 class="default" xattr-theme="default">Item Title</h2>
|
|
4
4
|
<h3 class="dark" xattr-theme="dark">Item Subtitle</h3>
|
|
5
5
|
</a>
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<h2 class="titleItem">Item</h2>
|
|
4
4
|
<div id="crn-item-options${RANDOM}" class="component-holder" data-component="crn-item-options">
|
|
5
5
|
<div class="crn-item-options" data-item="true">
|
|
6
|
-
<ion-option-button id="crn-option-button${RANDOM}" data-component="crn-button" class="button-
|
|
7
|
-
<i class="ion ion-edit"></i><span>
|
|
6
|
+
<ion-option-button id="crn-option-button${RANDOM}" data-component="crn-button" class="button-default button editButton">
|
|
7
|
+
<i class="ion ion-edit"></i><span>Action 1</span>
|
|
8
8
|
</ion-option-button>
|
|
9
9
|
<ion-option-button id="crn-option-button${RANDOM}-2" data-component="crn-button"
|
|
10
|
-
class="button-assertive button deleteButton"><i class="ion ion-trash-a"></i><span>
|
|
10
|
+
class="button-assertive button deleteButton"><i class="ion ion-trash-a"></i><span>Action 2</span></ion-option-button>
|
|
11
11
|
</div>
|
|
12
12
|
</div>
|
|
13
13
|
</ion-item>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<a class="item item-thumbnail-left text-left" xattr-image-position="item-thumbnail-left" href="" xattr-text-position="text-left">
|
|
2
2
|
<img alt="Thumbnail" src="https://picsum.photos/id/875/100/100" class="component-holder" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
3
|
-
<h2 class="
|
|
3
|
+
<h2 class="default" xattr-theme="default">Item Title</h2>
|
|
4
4
|
<h3 class="dark" xattr-theme="dark">Item Subtitle</h3>
|
|
5
5
|
</a>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="" crn-datasource="" ng-repeat="rowData in datasource.data" id="crn-list-avatar${RANDOM}">
|
|
2
2
|
<a class="item item-avatar-left text-left" xattr-position="item-avatar-left" xattr-text-position="text-left" data-component="crn-list-item-avatar" id="crn-list-item-avatar-${RANDOM}">
|
|
3
3
|
<img alt="Avatar" src="img/nophoto.png" class="component-holder" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
4
|
-
<h2 class="
|
|
4
|
+
<h2 class="default" xattr-theme="default">List Title</h2>
|
|
5
5
|
<h3 class="dark" xattr-theme="dark">List Subtitle</h3>
|
|
6
6
|
</a>
|
|
7
7
|
</div>
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
<h2 style="display: inline;">Item</h2>
|
|
5
5
|
<div id="crn-item-options${RANDOM}" class="component-holder" data-component="crn-item-options">
|
|
6
6
|
<div class="crn-item-options" data-item="true">
|
|
7
|
-
<ion-option-button id="crn-option-button${RANDOM}" data-component="crn-button" class="button-
|
|
8
|
-
<i class="ion ion-edit"></i><span>
|
|
7
|
+
<ion-option-button id="crn-option-button${RANDOM}" data-component="crn-button" class="button-default button editButton">
|
|
8
|
+
<i class="ion ion-edit"></i><span>Action 1</span>
|
|
9
9
|
</ion-option-button>
|
|
10
10
|
<ion-option-button id="crn-option-button${RANDOM}-2" data-component="crn-button"
|
|
11
|
-
class="button-assertive button deleteButton"><i class="ion ion-trash-a"></i><span>
|
|
11
|
+
class="button-assertive button deleteButton"><i class="ion ion-trash-a"></i><span>Action 2</span></ion-option-button>
|
|
12
12
|
</div>
|
|
13
13
|
</div>
|
|
14
14
|
</ion-item>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div crn-datasource="" ng-repeat="rowData in datasource.data" id="crn-list-avatar${RANDOM}">
|
|
2
|
-
<a data-component="crn-list-item-thumbnail" class="item item-thumbnail-left text-left" xattr-position="item-thumbnail-left"
|
|
2
|
+
<a data-component="crn-list-item-thumbnail" class="item item-thumbnail-left text-left" xattr-position="item-thumbnail-left" xattr-text-position="text-left">
|
|
3
3
|
<img alt="Thumbnail" src="https://picsum.photos/id/875/100/100" class="component-holder" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
4
|
-
<h2 class="
|
|
4
|
+
<h2 class="default" xattr-theme="default">List Title</h2>
|
|
5
5
|
<h3 class="dark" xattr-theme="dark">List Subtitle</h3>
|
|
6
6
|
</a>
|
|
7
|
-
</div>
|
|
7
|
+
</div>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<ion-side-menus ng-if="!isOldMenu">
|
|
2
|
+
<ion-side-menu-content drag-content="false">
|
|
3
|
+
<ion-nav-bar class="bar-stable" ng-show="isOldMenu">
|
|
4
|
+
<ion-nav-back-button></ion-nav-back-button>
|
|
5
|
+
<ion-nav-buttons side="left">
|
|
6
|
+
<button aria-labelledby="menu_template_left_navicon_sr" class="button button-clear" menu-toggle="left" data-component="crn-button" xattr-type="button-clear">
|
|
7
|
+
<i class="icon ion-navicon"></i>
|
|
8
|
+
<span id="menu_template_left_navicon_sr" class="sr-only">{{'Accessibility.Button.Aria.Label.NavIcon' | translate}}</span>
|
|
9
|
+
</button>
|
|
10
|
+
</ion-nav-buttons>
|
|
11
|
+
</ion-nav-bar>
|
|
12
|
+
<ion-nav-view name="menuContent"></ion-nav-view>
|
|
13
|
+
</ion-side-menu-content>
|
|
14
|
+
<ion-side-menu side="left">
|
|
15
|
+
<div ng-include src="'views/public/menu.view.html'"></div>
|
|
16
|
+
</ion-side-menu>
|
|
17
|
+
<ion-side-menu side="right">
|
|
18
|
+
<div ng-include src="'views/public/menu.view.html'"></div>
|
|
19
|
+
</ion-side-menu>
|
|
20
|
+
</ion-side-menus>
|
|
21
|
+
<div ng-include src="'views/public/menu.view.html'" ng-if="isOldMenu"></div>
|
package/css/app_2.9.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--safe-area-inset-top: env(safe-area-inset-top);
|
|
11
11
|
--safe-area-inset-right: env(safe-area-inset-right);
|
|
12
12
|
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
|
13
|
-
--safe-area-inset-left: env(safe-area-inset-left);
|
|
13
|
+
--safe-area-inset-left: env(safe-area-inset-left);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.platform-ios.platform-cordova:not(.fullscreen) .has-header,
|
|
@@ -382,7 +382,7 @@ textarea.ng-invalid-minlength {
|
|
|
382
382
|
margin-bottom: 0;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
textarea.item{
|
|
385
|
+
textarea.item {
|
|
386
386
|
white-space: break-spaces;
|
|
387
387
|
}
|
|
388
388
|
|
|
@@ -394,4 +394,17 @@ textarea.item{
|
|
|
394
394
|
|
|
395
395
|
.modal .item {
|
|
396
396
|
border-width: 1px;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.login-social .button-bar button {
|
|
400
|
+
background: transparent;
|
|
401
|
+
border: none;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.login-social .button-bar button i {
|
|
405
|
+
font-size: var(--textBigSize, 24px);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.login-social .button-bar button span {
|
|
409
|
+
display: none;
|
|
397
410
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.bar.bar-positive.bar-footer,
|
|
20
20
|
.bar.bar-positive {
|
|
21
21
|
border-color: var(--colorPrimary40, #3b448e);
|
|
22
|
-
background: linear-gradient(90deg, var(--colorPrimary40, #
|
|
22
|
+
background: linear-gradient(90deg, var(--colorPrimary40, #2c72a8) 40%, var(--colorPrimary30, #819fc0) 100%);
|
|
23
23
|
color: var(--textColorPrimary40, #ffffff);
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
.bar.bar-stable.bar-footer,
|
|
46
46
|
.bar.bar-stable {
|
|
47
47
|
border-color: var(--colorStable40, #f8f8f8);
|
|
48
|
-
background: var(--colorStable40, #
|
|
48
|
+
background: linear-gradient(90deg, var(--colorStable40, #a82c2c) 40%, var(--colorStable30, #c08181) 100%);
|
|
49
49
|
color: var(--textColorStable40, #444444);
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
.bar.bar-assertive.bar-footer,
|
|
72
72
|
.bar.bar-assertive {
|
|
73
73
|
border-color: var(--colorDanger40, #ef473a);
|
|
74
|
-
background: var(--colorDanger40, #
|
|
74
|
+
background: linear-gradient(90deg, var(--colorDanger40, #a82c2c) 40%, var(--colorDanger30, #c08181) 100%);
|
|
75
75
|
color: var(--textColorDanger40, #ffffff);
|
|
76
76
|
}
|
|
77
77
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
.bar.bar-balanced.bar-footer,
|
|
85
85
|
.bar.bar-balanced {
|
|
86
86
|
border-color: var(--colorSuccess40, #33cd5f);
|
|
87
|
-
background: var(--colorSuccess40, #
|
|
87
|
+
background: linear-gradient(90deg, var(--colorSuccess40, #38a82c) 40%, var(--colorSuccess30, #85c081) 100%);
|
|
88
88
|
color: var(--textColorSuccess40, #ffffff);
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
.bar.bar-energized.bar-footer,
|
|
98
98
|
.bar.bar-energized {
|
|
99
99
|
border-color: var(--colorWarning40, #ffc900);
|
|
100
|
-
background: var(--colorWarning40, #
|
|
100
|
+
background: linear-gradient(90deg, var(--colorWarning40, #daa31f) 40%, var(--colorWarning30, #e3bd7e) 100%);
|
|
101
101
|
color: var(--textColorWarning40, #ffffff);
|
|
102
102
|
}
|
|
103
103
|
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
.bar.bar-royal.bar-footer,
|
|
111
111
|
.bar.bar-royal {
|
|
112
112
|
border-color: var(--colorRoyal40, #886aea);
|
|
113
|
-
background: var(--colorRoyal40, #
|
|
113
|
+
background: linear-gradient(90deg, var(--colorRoyal40, #a82c2c) 40%, var(--colorRoyal30, #c08181) 100%);
|
|
114
114
|
color: var(--textColorRoyal40, #ffffff);
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
.bar.bar-dark.bar-footer,
|
|
124
124
|
.bar.bar-dark {
|
|
125
125
|
border-color: var(--colorDark40, #444444);
|
|
126
|
-
background: var(--colorDark40, #
|
|
126
|
+
background: linear-gradient(90deg, var(--colorDark40, #a82c2c) 40%, var(--colorDark30, #c08181) 100%);
|
|
127
127
|
color: var(--textColorDark40, #ffffff);
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -252,4 +252,55 @@ button,
|
|
|
252
252
|
/* Outline */
|
|
253
253
|
.button.button-outline {
|
|
254
254
|
background: transparent;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/* Colors */
|
|
258
|
+
.button span.default,
|
|
259
|
+
.button i.default {
|
|
260
|
+
color: var(--textColorDefault40, #ffffff);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.button span.light,
|
|
264
|
+
.button i.light {
|
|
265
|
+
color: var(--textColorLight40, #444444);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.button span.stable,
|
|
269
|
+
.button i.stable {
|
|
270
|
+
color: var(--textColorStable40, #f8f8f8);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.button span.positive,
|
|
274
|
+
.button i.positive {
|
|
275
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.button span.calm,
|
|
279
|
+
.button i.calm {
|
|
280
|
+
color: var(--colorCalm40, #11c1f3);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.button span.assertive,
|
|
284
|
+
.button i.assertive {
|
|
285
|
+
color: var(--textColorDanger40, #ffffff);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.button span.balanced,
|
|
289
|
+
.button i.balanced {
|
|
290
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.button span.energized,
|
|
294
|
+
.button i.energized {
|
|
295
|
+
color: var(--textColorWarning40, #ffffff);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.button span.royal,
|
|
299
|
+
.button i.royal {
|
|
300
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.button span.dark,
|
|
304
|
+
.button i.dark {
|
|
305
|
+
color: var(--textColorDark40, #ffffff);
|
|
255
306
|
}
|