@ouestfrance/sipa-bms-ui 8.10.0 → 8.10.1
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/dist/sipa-bms-ui.css +12 -12
- package/dist/sipa-bms-ui.es.js +4 -3
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +4 -3
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/BmsTextArea.vue +1 -1
- package/src/components/form/UiBmsSwitch.vue +1 -0
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -1036,10 +1036,10 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1036
1036
|
}
|
|
1037
1037
|
.input-radio-group-caption-wrapper.column[data-v-a4287904] {
|
|
1038
1038
|
flex-direction: column;
|
|
1039
|
-
}input[data-v-
|
|
1039
|
+
}input[data-v-6de1a5c6] {
|
|
1040
1040
|
display: none;
|
|
1041
1041
|
}
|
|
1042
|
-
.switch-wrapper[data-v-
|
|
1042
|
+
.switch-wrapper[data-v-6de1a5c6] {
|
|
1043
1043
|
--switch-background-color: var(--bms-grey-25);
|
|
1044
1044
|
--switch-color: var(--bms-grey-100);
|
|
1045
1045
|
--switch-transform: none;
|
|
@@ -1053,8 +1053,9 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1053
1053
|
border-radius: var(--bms-border-radius-xlarge);
|
|
1054
1054
|
position: relative;
|
|
1055
1055
|
transition: 0.2s;
|
|
1056
|
+
flex-shrink: 0;
|
|
1056
1057
|
}
|
|
1057
|
-
.switch-wrapper[data-v-
|
|
1058
|
+
.switch-wrapper[data-v-6de1a5c6]::before {
|
|
1058
1059
|
content: "";
|
|
1059
1060
|
transition: 0.5s;
|
|
1060
1061
|
transform: var(--switch-transform);
|
|
@@ -1064,12 +1065,12 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1064
1065
|
display: block;
|
|
1065
1066
|
border-radius: var(--bms-border-radius);
|
|
1066
1067
|
}
|
|
1067
|
-
.switch-wrapper.isOn[data-v-
|
|
1068
|
+
.switch-wrapper.isOn[data-v-6de1a5c6] {
|
|
1068
1069
|
--switch-transform: translateX(1em);
|
|
1069
1070
|
--switch-background-color: var(--bms-main-100);
|
|
1070
1071
|
--switch-color: var(--bms-white);
|
|
1071
1072
|
}
|
|
1072
|
-
.switch-wrapper.disabled[data-v-
|
|
1073
|
+
.switch-wrapper.disabled[data-v-6de1a5c6] {
|
|
1073
1074
|
--switch-background-color: var(--bms-grey-25);
|
|
1074
1075
|
--switch-color: var(--bms-grey-50);
|
|
1075
1076
|
}.input-toggle[data-v-9570e0a9] {
|
|
@@ -1288,7 +1289,7 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1288
1289
|
line-height: 1;
|
|
1289
1290
|
width: 100%;
|
|
1290
1291
|
height: 100%;
|
|
1291
|
-
}.field__input textarea[data-v-
|
|
1292
|
+
}.field__input textarea[data-v-b7e10b40] {
|
|
1292
1293
|
display: flex;
|
|
1293
1294
|
align-items: center;
|
|
1294
1295
|
width: 100%;
|
|
@@ -1301,22 +1302,21 @@ input[type=radio][data-v-c0c9efa3]:checked::before {
|
|
|
1301
1302
|
font: inherit;
|
|
1302
1303
|
color: inherit;
|
|
1303
1304
|
}
|
|
1304
|
-
.field__input textarea[data-v-
|
|
1305
|
+
.field__input textarea[data-v-b7e10b40]:hover {
|
|
1305
1306
|
--field-border-color: var(--bms-grey-100);
|
|
1306
1307
|
}
|
|
1307
|
-
.field__input textarea[data-v-
|
|
1308
|
+
.field__input textarea[data-v-b7e10b40]:active, .field__input textarea[data-v-b7e10b40]:focus {
|
|
1308
1309
|
--field-border-color: var(--field-border-color-active);
|
|
1309
1310
|
}
|
|
1310
|
-
.field__input textarea.is-error[data-v-
|
|
1311
|
+
.field__input textarea.is-error[data-v-b7e10b40] {
|
|
1311
1312
|
--field-border-color: var(--bms-red-100);
|
|
1312
1313
|
--textarea-background-color: var(--bms-red-25);
|
|
1313
1314
|
}
|
|
1314
|
-
.field__input textarea.is-disabled[data-v-
|
|
1315
|
+
.field__input textarea.is-disabled[data-v-b7e10b40] {
|
|
1315
1316
|
--field-border-color: var(--bms-grey-25);
|
|
1316
1317
|
--textarea-background-color: var(--bms-grey-25);
|
|
1317
|
-
pointer-events: none;
|
|
1318
1318
|
}
|
|
1319
|
-
.field__input textarea.is-small[data-v-
|
|
1319
|
+
.field__input textarea.is-small[data-v-b7e10b40] {
|
|
1320
1320
|
min-height: 56px;
|
|
1321
1321
|
}.page[data-v-31057778] {
|
|
1322
1322
|
margin: 0 auto;
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -68425,7 +68425,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
68425
68425
|
}
|
|
68426
68426
|
});
|
|
68427
68427
|
|
|
68428
|
-
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-
|
|
68428
|
+
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-6de1a5c6"]]);
|
|
68429
68429
|
|
|
68430
68430
|
const _hoisted_1$G = { class: "input-switch-info" };
|
|
68431
68431
|
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
@@ -86096,7 +86096,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
86096
86096
|
|
|
86097
86097
|
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-21c618e0"]]);
|
|
86098
86098
|
|
|
86099
|
-
const _hoisted_1$C = ["value", "required", "placeholder"];
|
|
86099
|
+
const _hoisted_1$C = ["value", "required", "placeholder", "disabled"];
|
|
86100
86100
|
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
86101
86101
|
__name: "BmsTextArea",
|
|
86102
86102
|
props: {
|
|
@@ -86147,6 +86147,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
86147
86147
|
class: normalizeClass(classes.value),
|
|
86148
86148
|
required: _ctx.required,
|
|
86149
86149
|
placeholder: _ctx.placeholder,
|
|
86150
|
+
disabled: _ctx.disabled,
|
|
86150
86151
|
onInput,
|
|
86151
86152
|
onKeydown: _cache[0] || (_cache[0] = withKeys(withModifiers(() => {
|
|
86152
86153
|
}, ["stop"]), ["enter"])),
|
|
@@ -86159,7 +86160,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
86159
86160
|
}
|
|
86160
86161
|
});
|
|
86161
86162
|
|
|
86162
|
-
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-
|
|
86163
|
+
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-b7e10b40"]]);
|
|
86163
86164
|
|
|
86164
86165
|
const _hoisted_1$B = { class: "page__breadcrumb" };
|
|
86165
86166
|
const _hoisted_2$o = { class: "page__header" };
|