@strands.gg/accui 1.3.2 → 1.4.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/accui.css +6 -0
- package/dist/strands-auth-ui.cjs.js +134 -173
- package/dist/strands-auth-ui.cjs.js.map +1 -1
- package/dist/strands-auth-ui.es.js +134 -173
- package/dist/strands-auth-ui.es.js.map +1 -1
- package/dist/vue/components/StrandsMFASetup.vue.d.ts.map +1 -1
- package/dist/vue/components/StrandsMfaModal.vue.d.ts.map +1 -1
- package/dist/vue/components/StrandsMfaVerification.vue.d.ts.map +1 -1
- package/dist/vue/composables/useStrandsMfa.d.ts.map +1 -1
- package/dist/vue/ui/UiInput.vue.d.ts +3 -1
- package/dist/vue/ui/UiInput.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/accui.css
CHANGED
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
.animate-spin {
|
|
606
606
|
animation: var(--animate-spin);
|
|
607
607
|
}
|
|
608
|
+
.cursor-not-allowed {
|
|
609
|
+
cursor: not-allowed;
|
|
610
|
+
}
|
|
608
611
|
.cursor-pointer {
|
|
609
612
|
cursor: pointer;
|
|
610
613
|
}
|
|
@@ -1237,6 +1240,9 @@
|
|
|
1237
1240
|
.opacity-25 {
|
|
1238
1241
|
opacity: 25%;
|
|
1239
1242
|
}
|
|
1243
|
+
.opacity-60 {
|
|
1244
|
+
opacity: 60%;
|
|
1245
|
+
}
|
|
1240
1246
|
.opacity-75 {
|
|
1241
1247
|
opacity: 75%;
|
|
1242
1248
|
}
|