@amsom-habitat/ui 2.15.2 → 2.18.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/README.md +1 -0
- package/dist/{index-Bj_qqkWQ.js → index-ZQ6pNeqK.js} +2742 -2650
- package/dist/{index.es-Do7q4F5Y.js → index.es-DdIX0nGD.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +5 -4
- package/dist/ui.umd.cjs +59 -59
- package/dist/{web-D2aSwSDM.js → web-CP-EpRzP.js} +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.line[data-v-be1b899b]{width:.125rem;background-color:var(--bs-gray-400)!important}.stepper-item:after{position:absolute;content:"";border-bottom:2px solid var(--31536048);width:100%;left:50%;z-index:2;height:var(--dac29eac);transform:translateY(-50%)}.stepper-item.completed:after{border-bottom:2px solid var(--a3a0806e);transition:ease-in-out .2s}.stepper-item:last-child:after{content:none}.stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1}.stepper-item .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:var(--dac29eac);height:var(--dac29eac);border-radius:50%;margin-bottom:6px;font-size:var(--de0182ca)}.stepper-item.active .step-counter,.stepper-item.active .step-name{transition:ease-in-out .2s}input[type=checkbox][data-v-6b16b420]{pointer-events:none}.hoverable[data-v-6b16b420]:hover{cursor:pointer!important}.addLineState[data-v-6b16b420]{background-color:#edecd4!important}.deleteLineState[data-v-6b16b420]{background-color:#f8d6da!important}.updateLineState[data-v-6b16b420]{background-color:#feefb3!important}.pj-label:focus-within{border-style:solid!important;box-shadow:0 0 4px 4px #00000040!important}
|
|
1
|
+
.line[data-v-be1b899b]{width:.125rem;background-color:var(--bs-gray-400)!important}.stepper-item:after{position:absolute;content:"";border-bottom:2px solid var(--31536048);width:100%;left:50%;z-index:2;height:var(--dac29eac);transform:translateY(-50%)}.stepper-item.completed:after{border-bottom:2px solid var(--a3a0806e);transition:ease-in-out .2s}.stepper-item:last-child:after{content:none}.stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1}.stepper-item .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:var(--dac29eac);height:var(--dac29eac);border-radius:50%;margin-bottom:6px;font-size:var(--de0182ca)}.stepper-item.active .step-counter,.stepper-item.active .step-name{transition:ease-in-out .2s}input[type=checkbox][data-v-6b16b420]{pointer-events:none}.hoverable[data-v-6b16b420]:hover{cursor:pointer!important}.addLineState[data-v-6b16b420]{background-color:#edecd4!important}.deleteLineState[data-v-6b16b420]{background-color:#f8d6da!important}.updateLineState[data-v-6b16b420]{background-color:#feefb3!important}.pj-label:focus-within{border-style:solid!important;box-shadow:0 0 4px 4px #00000040!important}#switch-section[data-v-7f71ed51]{list-style:none}#switch-section.disabled[data-v-7f71ed51]{opacity:.6;pointer-events:none}#switch-section li[data-v-7f71ed51]{z-index:2}.cursor-not-allowed[data-v-7f71ed51]{cursor:not-allowed!important}.slider[data-v-7f71ed51]{left:10px;border-radius:2rem;z-index:1;transition:.5s ease}
|
package/dist/ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as s, l as o, f as e, h as A, A as l, d as t, j as r, k as i, i as
|
|
1
|
+
import { a as s, l as o, f as e, h as A, A as l, d as t, j as r, k as i, n as d, i as n, m as p, e as S, A as g } from "./index-ZQ6pNeqK.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AmsomCard,
|
|
4
4
|
o as AmsomDocumentList,
|
|
@@ -8,8 +8,9 @@ export {
|
|
|
8
8
|
t as AmsomOverlay,
|
|
9
9
|
r as AmsomPagination,
|
|
10
10
|
i as AmsomSkeleton,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
d as AmsomSliderSwitch,
|
|
12
|
+
n as AmsomTableDraggable,
|
|
13
|
+
p as AmsomUploadFile,
|
|
14
|
+
S as AmsomVerticalStepper,
|
|
14
15
|
g as default
|
|
15
16
|
};
|