@onereach/ui-components 4.3.14-beta.2686.0 → 4.3.14-beta.2689.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/dist/bundled/v2/components/OrConfirm/OrConfirm.js +2 -2
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/esm/v2/{OrConfirm-b62d9ce4.js → OrConfirm-d0d9d56c.js} +2 -2
- package/dist/esm/v2/OrInlineTextEdit-601163c3.js +400 -0
- package/dist/esm/v2/components/index.js +2 -2
- package/dist/esm/v2/components/or-confirm/index.js +1 -1
- package/dist/esm/v2/components/or-inline-text-edit/index.js +1 -1
- package/dist/esm/v2/index.js +2 -2
- package/dist/esm/v3/{OrConfirm-1a94bdea.js → OrConfirm-410da5b4.js} +1 -1
- package/dist/esm/v3/OrInlineTextEdit-42d59fb9.js +356 -0
- package/dist/esm/v3/components/index.js +2 -2
- package/dist/esm/v3/components/or-confirm/index.js +1 -1
- package/dist/esm/v3/components/or-inline-text-edit/index.js +1 -1
- package/dist/esm/v3/index.js +2 -2
- package/package.json +1 -1
- package/src/components/or-confirm/OrConfirm.vue +1 -1
- package/src/components/or-inline-text-edit/OrInlineTextEdit.vue +6 -6
- package/dist/esm/v2/OrInlineTextEdit-a129aaf1.js +0 -400
- package/dist/esm/v3/OrInlineTextEdit-4f4ecba4.js +0 -356
|
@@ -179,7 +179,7 @@ var script = defineComponent({
|
|
|
179
179
|
}
|
|
180
180
|
});
|
|
181
181
|
|
|
182
|
-
var css_248z = "@keyframes spinAround-data-v-
|
|
182
|
+
var css_248z = "@keyframes spinAround-data-v-7f2367a9{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-7f2367a9{from{opacity:1}to{opacity:0}}.or-confirm-footer[data-v-7f2367a9]{display:flex;flex-direction:row;gap:var(--s-4);justify-content:flex-end}.confirmation-textbox[data-v-7f2367a9]{margin-top:var(--s-3)}.or-modal[data-v-7f2367a9] .header{padding-bottom:var(--s-4)!important}.or-modal[data-v-7f2367a9] .content{padding-bottom:0!important}.or-modal[data-v-7f2367a9] .content{font-size:var(--fs-1);font-weight:400;line-height:var(--lh-1)}.or-modal[data-v-7f2367a9] .footer{box-shadow:none!important}";
|
|
183
183
|
styleInject(css_248z);
|
|
184
184
|
|
|
185
185
|
/* script */
|
|
@@ -262,7 +262,7 @@ var __vue_staticRenderFns__ = [];
|
|
|
262
262
|
/* style */
|
|
263
263
|
const __vue_inject_styles__ = undefined;
|
|
264
264
|
/* scoped */
|
|
265
|
-
const __vue_scope_id__ = "data-v-
|
|
265
|
+
const __vue_scope_id__ = "data-v-7f2367a9";
|
|
266
266
|
/* module identifier */
|
|
267
267
|
const __vue_module_identifier__ = undefined;
|
|
268
268
|
/* functional template */
|