@marianmeres/stuic 1.116.0 → 1.117.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.
@@ -53,7 +53,7 @@ export class AlertConfirmPromptConfig {
53
53
  space-y-3 sm:space-y-0
54
54
  `,
55
55
  menuLi: `flex-1 sm:flex-none w-full sm:w-auto sm:inline-block`,
56
- button: `w-full min-w-24 text-center inline-block`,
56
+ button: `w-full min-w-24 justify-center`,
57
57
  spinnerBox: `
58
58
  absolute inset-0 flex justify-center items-center
59
59
  rounded-lg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.116.0",
3
+ "version": "1.117.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",