@strands.gg/accui 2.17.61 → 2.17.63
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 +4 -4
- package/dist/{StrandsUIPlugin-CCRrewS9.es.js → StrandsUIPlugin-Ct91SLTy.es.js} +1 -1
- package/dist/{StrandsUIPlugin-5AOCDOcM.cjs.js → StrandsUIPlugin-Tpi8IoJc.cjs.js} +1 -1
- package/dist/accui.css +1 -1
- package/dist/index.cjs.js +5 -5
- package/dist/index.es.js +5092 -4907
- package/dist/nuxt/module.cjs.js +2 -2
- package/dist/nuxt/module.es.js +6 -6
- package/dist/types/index.d.ts +2 -2
- package/dist/vite.cjs.js +1 -1
- package/dist/vite.es.js +1 -1
- package/dist/vue/components/StrandsAuth.vue.d.ts +9 -0
- package/dist/vue/ui/UiBunnyFontPicker.vue.d.ts +23 -0
- package/dist/vue/ui/index.d.ts +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -72,8 +72,8 @@ export default defineConfig({
|
|
|
72
72
|
// Auto-import styles (default: true)
|
|
73
73
|
styles: true,
|
|
74
74
|
|
|
75
|
-
// Navigation
|
|
76
|
-
onSignInUrl: '/dashboard',
|
|
75
|
+
// Navigation (optional - if not set, app handles its own redirects)
|
|
76
|
+
// onSignInUrl: '/dashboard',
|
|
77
77
|
onSignOutUrl: '/',
|
|
78
78
|
|
|
79
79
|
// Support
|
|
@@ -131,8 +131,8 @@ export default defineNuxtConfig({
|
|
|
131
131
|
? 'http://localhost:8000'
|
|
132
132
|
: 'https://your-api.example.com',
|
|
133
133
|
|
|
134
|
-
// Navigation
|
|
135
|
-
onSignInUrl: '/dashboard',
|
|
134
|
+
// Navigation (optional - if not set, app handles its own redirects)
|
|
135
|
+
// onSignInUrl: '/dashboard',
|
|
136
136
|
onSignOutUrl: '/',
|
|
137
137
|
|
|
138
138
|
// OAuth2 configuration
|
|
@@ -1715,7 +1715,7 @@ const Cf = {
|
|
|
1715
1715
|
], 8, ["to"]))
|
|
1716
1716
|
], 64));
|
|
1717
1717
|
}
|
|
1718
|
-
}), Vf = /* @__PURE__ */ Oe(Bf, [["__scopeId", "data-v-
|
|
1718
|
+
}), Vf = /* @__PURE__ */ Oe(Bf, [["__scopeId", "data-v-7f21d156"]]), Ff = { class: "input-leading-icon" }, Hf = ["src"], jf = ["id", "accept", "multiple", "disabled", "required"], qf = { class: "input-file-content" }, Uf = {
|
|
1719
1719
|
key: 0,
|
|
1720
1720
|
class: "input-file-selected"
|
|
1721
1721
|
}, Wf = { class: "input-file-list" }, Kf = { class: "input-file-item" }, Jf = { class: "input-file-name" }, Gf = {
|