@tmlmobilidade/ui 20250401.1949.6 → 20250401.1952.17
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.
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +3 -2
- package/dist/styles.css +3 -2
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10126,10 +10126,11 @@ breakpoint-mobile {
|
|
10126
10126
|
|
10127
10127
|
.styles-module_icon__shHZu[data-disabled='true'],
|
10128
10128
|
.styles-module_icon__shHZu[data-disabled='true']:hover {
|
10129
|
-
color: var(--color-system-text-
|
10129
|
+
color: var(--color-system-text-100);
|
10130
10130
|
pointer-events: none;
|
10131
10131
|
cursor: not-allowed;
|
10132
10132
|
background-color: transparent;
|
10133
|
+
opacity: 0.5;
|
10133
10134
|
}
|
10134
10135
|
|
10135
10136
|
/* * */
|
@@ -10174,7 +10175,7 @@ breakpoint-mobile {
|
|
10174
10175
|
.styles-module_navWrapper__Xb59N {
|
10175
10176
|
display: flex;
|
10176
10177
|
flex-direction: column;
|
10177
|
-
gap: var(--size-spacing-
|
10178
|
+
gap: var(--size-spacing-sm);
|
10178
10179
|
align-items: center;
|
10179
10180
|
width: 100%;
|
10180
10181
|
padding: var(--size-spacing-sm);
|
package/dist/styles.css
CHANGED
@@ -10181,10 +10181,11 @@ breakpoint-mobile {
|
|
10181
10181
|
|
10182
10182
|
.styles-module_icon__shHZu[data-disabled='true'],
|
10183
10183
|
.styles-module_icon__shHZu[data-disabled='true']:hover {
|
10184
|
-
color: var(--color-system-text-
|
10184
|
+
color: var(--color-system-text-100);
|
10185
10185
|
pointer-events: none;
|
10186
10186
|
cursor: not-allowed;
|
10187
10187
|
background-color: transparent;
|
10188
|
+
opacity: 0.5;
|
10188
10189
|
}
|
10189
10190
|
|
10190
10191
|
/* * */
|
@@ -10229,7 +10230,7 @@ breakpoint-mobile {
|
|
10229
10230
|
.styles-module_navWrapper__Xb59N {
|
10230
10231
|
display: flex;
|
10231
10232
|
flex-direction: column;
|
10232
|
-
gap: var(--size-spacing-
|
10233
|
+
gap: var(--size-spacing-sm);
|
10233
10234
|
align-items: center;
|
10234
10235
|
width: 100%;
|
10235
10236
|
padding: var(--size-spacing-sm);
|