guestbell-forms 2.0.274 → 2.0.278
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/build/components/tags/Tags.d.ts +15 -78
- package/build/components/tags/Tags.js +1 -0
- package/build/components/tags/Tags.js.map +1 -1
- package/build/components/tags/subComponents/TagsSuggestions.d.ts +13 -4
- package/build/components/tags/subComponents/TagsSuggestions.js +25 -10
- package/build/components/tags/subComponents/TagsSuggestions.js.map +1 -1
- package/build/components/text/Text.js +1 -1
- package/build/components/text/Text.js.map +1 -1
- package/build/dist/guestbell-forms.css +7 -7
- package/build/dist/guestbell-forms.css.map +1 -1
- package/build/dist/guestbell-forms.min.css +1 -1
- package/build/dist/report.html +1 -1
- package/build/scss/components/button/buttons.scss +1 -1
- package/package.json +1 -1
@@ -1010,7 +1010,7 @@
|
|
1010
1010
|
background-color: #10bdc7;
|
1011
1011
|
fill: white;
|
1012
1012
|
color: white; }
|
1013
|
-
.guestbell-btn.guestbell-btn-primary:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):hover {
|
1013
|
+
.guestbell-btn.guestbell-btn-primary:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):not(.guestbell-btn--unobtrusive):hover {
|
1014
1014
|
background-color: #0d9ea6; }
|
1015
1015
|
.guestbell-btn.guestbell-btn-primary:not(.guestbell-btn--disabled).guestbell-btn--outlined {
|
1016
1016
|
box-shadow: inset 0 0 0 1px #10bdc7 !important;
|
@@ -1056,7 +1056,7 @@
|
|
1056
1056
|
background-color: #5cb85c;
|
1057
1057
|
fill: white;
|
1058
1058
|
color: white; }
|
1059
|
-
.guestbell-btn.guestbell-btn-success:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):hover {
|
1059
|
+
.guestbell-btn.guestbell-btn-success:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):not(.guestbell-btn--unobtrusive):hover {
|
1060
1060
|
background-color: #49a749; }
|
1061
1061
|
.guestbell-btn.guestbell-btn-success:not(.guestbell-btn--disabled).guestbell-btn--outlined {
|
1062
1062
|
box-shadow: inset 0 0 0 1px #5cb85c !important;
|
@@ -1102,7 +1102,7 @@
|
|
1102
1102
|
background-color: white;
|
1103
1103
|
fill: #555555;
|
1104
1104
|
color: #555555; }
|
1105
|
-
.guestbell-btn.guestbell-btn-white:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):hover {
|
1105
|
+
.guestbell-btn.guestbell-btn-white:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):not(.guestbell-btn--unobtrusive):hover {
|
1106
1106
|
background-color: #ededed; }
|
1107
1107
|
.guestbell-btn.guestbell-btn-white:not(.guestbell-btn--disabled).guestbell-btn--outlined {
|
1108
1108
|
box-shadow: inset 0 0 0 1px white !important;
|
@@ -1148,7 +1148,7 @@
|
|
1148
1148
|
background-color: #a8dadc;
|
1149
1149
|
fill: white;
|
1150
1150
|
color: white; }
|
1151
|
-
.guestbell-btn.guestbell-btn-info:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):hover {
|
1151
|
+
.guestbell-btn.guestbell-btn-info:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):not(.guestbell-btn--unobtrusive):hover {
|
1152
1152
|
background-color: #8fcfd2; }
|
1153
1153
|
.guestbell-btn.guestbell-btn-info:not(.guestbell-btn--disabled).guestbell-btn--outlined {
|
1154
1154
|
box-shadow: inset 0 0 0 1px #a8dadc !important;
|
@@ -1194,7 +1194,7 @@
|
|
1194
1194
|
background-color: #d9534f;
|
1195
1195
|
fill: white;
|
1196
1196
|
color: white; }
|
1197
|
-
.guestbell-btn.guestbell-btn-error:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):hover {
|
1197
|
+
.guestbell-btn.guestbell-btn-error:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):not(.guestbell-btn--unobtrusive):hover {
|
1198
1198
|
background-color: #d33632; }
|
1199
1199
|
.guestbell-btn.guestbell-btn-error:not(.guestbell-btn--disabled).guestbell-btn--outlined {
|
1200
1200
|
box-shadow: inset 0 0 0 1px #d9534f !important;
|
@@ -1240,7 +1240,7 @@
|
|
1240
1240
|
background-color: #f0ad4e;
|
1241
1241
|
fill: white;
|
1242
1242
|
color: white; }
|
1243
|
-
.guestbell-btn.guestbell-btn-warning:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):hover {
|
1243
|
+
.guestbell-btn.guestbell-btn-warning:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):not(.guestbell-btn--unobtrusive):hover {
|
1244
1244
|
background-color: #ed9e2d; }
|
1245
1245
|
.guestbell-btn.guestbell-btn-warning:not(.guestbell-btn--disabled).guestbell-btn--outlined {
|
1246
1246
|
box-shadow: inset 0 0 0 1px #f0ad4e !important;
|
@@ -1286,7 +1286,7 @@
|
|
1286
1286
|
background-color: #555555;
|
1287
1287
|
fill: white;
|
1288
1288
|
color: white; }
|
1289
|
-
.guestbell-btn.guestbell-btn-gray:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):hover {
|
1289
|
+
.guestbell-btn.guestbell-btn-gray:not(.guestbell-btn--disabled):not(.guestbell-btn--blank):not(.guestbell-btn--outlined):not(.guestbell-btn--unobtrusive):hover {
|
1290
1290
|
background-color: #434343; }
|
1291
1291
|
.guestbell-btn.guestbell-btn-gray:not(.guestbell-btn--disabled).guestbell-btn--outlined {
|
1292
1292
|
box-shadow: inset 0 0 0 1px #555555 !important;
|