@tmlmobilidade/ui 20250331.2114.23 → 20250401.1951.40

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.
@@ -10118,6 +10118,7 @@ breakpoint-mobile {
10118
10118
  .styles-module_icon__shHZu[data-active='true'],
10119
10119
  .styles-module_icon__shHZu[data-active='true']:hover {
10120
10120
  color: var(--color-contrast);
10121
+ pointer-events: none;
10121
10122
  background-color: var(--color-primary);
10122
10123
  border-color: var(--color-secondary);
10123
10124
  box-shadow: 0 1px 3px 0 var(--color-shadow);
@@ -10125,8 +10126,11 @@ breakpoint-mobile {
10125
10126
 
10126
10127
  .styles-module_icon__shHZu[data-disabled='true'],
10127
10128
  .styles-module_icon__shHZu[data-disabled='true']:hover {
10128
- color: var(--color-system-text-300);
10129
+ color: var(--color-system-text-100);
10130
+ pointer-events: none;
10129
10131
  cursor: not-allowed;
10132
+ background-color: transparent;
10133
+ opacity: 0.5;
10130
10134
  }
10131
10135
 
10132
10136
  /* * */
package/dist/styles.css CHANGED
@@ -10173,6 +10173,7 @@ breakpoint-mobile {
10173
10173
  .styles-module_icon__shHZu[data-active='true'],
10174
10174
  .styles-module_icon__shHZu[data-active='true']:hover {
10175
10175
  color: var(--color-contrast);
10176
+ pointer-events: none;
10176
10177
  background-color: var(--color-primary);
10177
10178
  border-color: var(--color-secondary);
10178
10179
  box-shadow: 0 1px 3px 0 var(--color-shadow);
@@ -10180,8 +10181,11 @@ breakpoint-mobile {
10180
10181
 
10181
10182
  .styles-module_icon__shHZu[data-disabled='true'],
10182
10183
  .styles-module_icon__shHZu[data-disabled='true']:hover {
10183
- color: var(--color-system-text-300);
10184
+ color: var(--color-system-text-100);
10185
+ pointer-events: none;
10184
10186
  cursor: not-allowed;
10187
+ background-color: transparent;
10188
+ opacity: 0.5;
10185
10189
  }
10186
10190
 
10187
10191
  /* * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250331.2114.23",
3
+ "version": "20250401.1951.40",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {