@tmlmobilidade/ui 20250331.2104.30 → 20250401.1949.6

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.
@@ -10102,7 +10102,7 @@ breakpoint-mobile {
10102
10102
  display: flex;
10103
10103
  align-items: center;
10104
10104
  justify-content: center;
10105
- width: 50px;
10105
+ width: 48px;
10106
10106
  aspect-ratio: 1;
10107
10107
  font-size: 30px;
10108
10108
  color: var(--color-system-text-100);
@@ -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);
@@ -10126,7 +10127,9 @@ breakpoint-mobile {
10126
10127
  .styles-module_icon__shHZu[data-disabled='true'],
10127
10128
  .styles-module_icon__shHZu[data-disabled='true']:hover {
10128
10129
  color: var(--color-system-text-300);
10130
+ pointer-events: none;
10129
10131
  cursor: not-allowed;
10132
+ background-color: transparent;
10130
10133
  }
10131
10134
 
10132
10135
  /* * */
package/dist/styles.css CHANGED
@@ -10157,7 +10157,7 @@ breakpoint-mobile {
10157
10157
  display: flex;
10158
10158
  align-items: center;
10159
10159
  justify-content: center;
10160
- width: 50px;
10160
+ width: 48px;
10161
10161
  aspect-ratio: 1;
10162
10162
  font-size: 30px;
10163
10163
  color: var(--color-system-text-100);
@@ -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);
@@ -10181,7 +10182,9 @@ breakpoint-mobile {
10181
10182
  .styles-module_icon__shHZu[data-disabled='true'],
10182
10183
  .styles-module_icon__shHZu[data-disabled='true']:hover {
10183
10184
  color: var(--color-system-text-300);
10185
+ pointer-events: none;
10184
10186
  cursor: not-allowed;
10187
+ background-color: transparent;
10185
10188
  }
10186
10189
 
10187
10190
  /* * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250331.2104.30",
3
+ "version": "20250401.1949.06",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {