@marianmeres/stuic 1.26.0 → 1.27.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.
@@ -66,7 +66,7 @@ export class AlertConfirmPromptConfig {
66
66
  spinnerBox: `
67
67
  absolute inset-0 flex justify-center items-center
68
68
  rounded-lg
69
- bg-white/50
69
+ bg-white/75
70
70
  `.trim()
71
71
  };
72
72
  // main userland configuration
@@ -474,5 +474,5 @@ $:
474
474
  }
475
475
  }
476
476
  .rotating-cw {
477
- animation: rotating-cw 0.5s linear infinite;
477
+ animation: rotating-cw 0.6s linear infinite;
478
478
  }</style>
@@ -130,5 +130,5 @@ export const acpDefaultIcons = {
130
130
  success: () => iconFeatherCheckCircle({}),
131
131
  warn: () => iconFeatherAlertCircle({}),
132
132
  error: () => iconFeatherXOctagon({}),
133
- spinner: () => iconFeatherRotateCw({ size: 32, class: 'opacity-75', strokeWidth: 1.5 }),
133
+ spinner: () => iconFeatherRotateCw({ size: 32, class: 'opacity-50' }),
134
134
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",