@marianmeres/stuic 2.47.0 → 2.48.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.
@@ -103,7 +103,7 @@
103
103
  transition-colors duration-100
104
104
 
105
105
  hover:brightness-105 active:brightness-95
106
- data-[disabled=true]:!cursor-not-allowed data-[disabled=true]:!opacity-50 data-[disabled=true]:hover:brightness-100
106
+ data-[disabled=true]:cursor-not-allowed! data-[disabled=true]:opacity-50! data-[disabled=true]:hover:brightness-100
107
107
 
108
108
  bg-neutral-400 dark:bg-neutral-400
109
109
 
@@ -77,6 +77,8 @@
77
77
  hover:brightness-105
78
78
  focus-visible:outline-2 focus-visible:outline-offset-2
79
79
  truncate w-full
80
+ block
81
+ text-center
80
82
  `;
81
83
 
82
84
  const CLS_BUTTON_ACTIVE = `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.47.0",
3
+ "version": "2.48.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",