@nethserver/ns8-ui-lib 1.12.0 → 1.12.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/ns8-ui-lib.esm.js
CHANGED
|
@@ -1143,7 +1143,10 @@ var script$x = {
|
|
|
1143
1143
|
default: "info",
|
|
1144
1144
|
validator: val => ["error", "info", "warning", "success"].includes(val)
|
|
1145
1145
|
},
|
|
1146
|
-
lowContrast:
|
|
1146
|
+
lowContrast: {
|
|
1147
|
+
type: Boolean,
|
|
1148
|
+
default: true
|
|
1149
|
+
},
|
|
1147
1150
|
loading: {
|
|
1148
1151
|
type: Boolean,
|
|
1149
1152
|
default: false
|
|
@@ -1228,8 +1231,8 @@ var __vue_staticRenderFns__$I = [];
|
|
|
1228
1231
|
|
|
1229
1232
|
const __vue_inject_styles__$L = function (inject) {
|
|
1230
1233
|
if (!inject) return;
|
|
1231
|
-
inject("data-v-
|
|
1232
|
-
source: ".title[data-v-
|
|
1234
|
+
inject("data-v-7f93e608_0", {
|
|
1235
|
+
source: ".title[data-v-7f93e608]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-7f93e608]{margin-right:.75rem}.action-button[data-v-7f93e608]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-7f93e608]{padding-right:0!important}",
|
|
1233
1236
|
map: undefined,
|
|
1234
1237
|
media: undefined
|
|
1235
1238
|
});
|
|
@@ -1237,7 +1240,7 @@ const __vue_inject_styles__$L = function (inject) {
|
|
|
1237
1240
|
/* scoped */
|
|
1238
1241
|
|
|
1239
1242
|
|
|
1240
|
-
const __vue_scope_id__$L = "data-v-
|
|
1243
|
+
const __vue_scope_id__$L = "data-v-7f93e608";
|
|
1241
1244
|
/* module identifier */
|
|
1242
1245
|
|
|
1243
1246
|
const __vue_module_identifier__$L = undefined;
|