@strands.gg/accui 2.17.46 → 2.17.48
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/{StrandsUIPlugin-CoNziSk9.cjs.js → StrandsUIPlugin-7aDynSMv.cjs.js} +42 -42
- package/dist/{StrandsUIPlugin-DEGzan-Q.es.js → StrandsUIPlugin-Po7_Snlv.es.js} +2217 -2334
- package/dist/accui.css +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +932 -933
- package/dist/vite.cjs.js +1 -1
- package/dist/vite.es.js +1 -1
- package/dist/vue/ui/UiButton/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/vite.cjs.js
CHANGED
|
@@ -26,4 +26,4 @@ if (typeof window !== 'undefined') {
|
|
|
26
26
|
window.__STRANDS_INJECTED__ = true
|
|
27
27
|
}
|
|
28
28
|
`}
|
|
29
|
-
${s}`,map:null}:null}}}function d(i={}){return{install(a){Promise.resolve().then(()=>require("./StrandsUIPlugin-
|
|
29
|
+
${s}`,map:null}:null}}}function d(i={}){return{install(a){Promise.resolve().then(()=>require("./StrandsUIPlugin-7aDynSMv.cjs.js")).then(n=>n.StrandsUIPlugin$1).then(n=>{const r=n.default;a.use(r)}),Promise.resolve().then(()=>require("./useStrandsConfig-nOR0oGdb.cjs.js")).then(n=>n.useStrandsConfig$1).then(n=>{const{setStrandsConfig:r}=n;r(i),typeof window<"u"&&(window.__STRANDS_CONFIG__=i)})}}}exports.StrandsAuth=e;exports.StrandsAuthVitePlugin=e;exports.createStrandsAuth=d;exports.default=e;exports.strandsAuth=e;
|
package/dist/vite.es.js
CHANGED
|
@@ -73,7 +73,7 @@ ${s}`,
|
|
|
73
73
|
function d(r = {}) {
|
|
74
74
|
return {
|
|
75
75
|
install(a) {
|
|
76
|
-
import("./StrandsUIPlugin-
|
|
76
|
+
import("./StrandsUIPlugin-Po7_Snlv.es.js").then((n) => n.m).then((n) => {
|
|
77
77
|
const i = n.default;
|
|
78
78
|
a.use(i);
|
|
79
79
|
}), import("./useStrandsConfig-CKLyNlSd.es.js").then((n) => n.a).then((n) => {
|
|
@@ -2,12 +2,10 @@ import UiButton from '../UiButton.vue';
|
|
|
2
2
|
import UiButtonContent from './UiButton.Content.vue';
|
|
3
3
|
import UiButtonAnchor from './UiButton.Anchor.vue';
|
|
4
4
|
import UiButtonNuxt from './UiButton.Nuxt.vue';
|
|
5
|
-
import UiButtonVue from './UiButton.Vue.vue';
|
|
6
5
|
declare const CompoundUiButton: typeof UiButton & {
|
|
7
6
|
Content: typeof UiButtonContent;
|
|
8
7
|
Anchor: typeof UiButtonAnchor;
|
|
9
8
|
Nuxt: typeof UiButtonNuxt;
|
|
10
|
-
Vue: typeof UiButtonVue;
|
|
11
9
|
};
|
|
12
10
|
export default CompoundUiButton;
|
|
13
|
-
export { UiButtonContent, UiButtonAnchor, UiButtonNuxt
|
|
11
|
+
export { UiButtonContent, UiButtonAnchor, UiButtonNuxt };
|