@tmlmobilidade/ui 20250331.1829.45 → 20250331.1833.38

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: 100%;
10105
+ width: 50px;
10106
10106
  aspect-ratio: 1;
10107
10107
  font-size: 30px;
10108
10108
  color: var(--color-system-text-100);
@@ -10136,8 +10136,9 @@ breakpoint-mobile {
10136
10136
  position: absolute;
10137
10137
  left: 75px;
10138
10138
  display: none;
10139
- padding: 8px;
10140
- font-weight: var(--font-weight-bold);
10139
+ padding: 5px 10px;
10140
+ font-size: 12px;
10141
+ font-weight: var(--font-weight-semibold);
10141
10142
  color: var(--color-system-background-100);
10142
10143
  text-transform: uppercase;
10143
10144
  background-color: var(--color-system-text-100);
@@ -10172,7 +10173,7 @@ breakpoint-mobile {
10172
10173
  gap: var(--size-spacing-md);
10173
10174
  align-items: center;
10174
10175
  width: 100%;
10175
- padding: var(--size-spacing-lg);
10176
+ padding: var(--size-spacing-sm);
10176
10177
  }
10177
10178
  /* * */
10178
10179
  /* CONTAINER */
@@ -10180,7 +10181,7 @@ breakpoint-mobile {
10180
10181
  .styles-module_container__V2XNO {
10181
10182
  display: grid;
10182
10183
  grid-template-rows: 50px 1fr;
10183
- grid-template-columns: 85px 1fr;
10184
+ grid-template-columns: auto 1fr;
10184
10185
  width: 100%;
10185
10186
  height: 100%;
10186
10187
  }
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: 100%;
10160
+ width: 50px;
10161
10161
  aspect-ratio: 1;
10162
10162
  font-size: 30px;
10163
10163
  color: var(--color-system-text-100);
@@ -10191,8 +10191,9 @@ breakpoint-mobile {
10191
10191
  position: absolute;
10192
10192
  left: 75px;
10193
10193
  display: none;
10194
- padding: 8px;
10195
- font-weight: var(--font-weight-bold);
10194
+ padding: 5px 10px;
10195
+ font-size: 12px;
10196
+ font-weight: var(--font-weight-semibold);
10196
10197
  color: var(--color-system-background-100);
10197
10198
  text-transform: uppercase;
10198
10199
  background-color: var(--color-system-text-100);
@@ -10227,7 +10228,7 @@ breakpoint-mobile {
10227
10228
  gap: var(--size-spacing-md);
10228
10229
  align-items: center;
10229
10230
  width: 100%;
10230
- padding: var(--size-spacing-lg);
10231
+ padding: var(--size-spacing-sm);
10231
10232
  }
10232
10233
  /* * */
10233
10234
  /* CONTAINER */
@@ -10235,7 +10236,7 @@ breakpoint-mobile {
10235
10236
  .styles-module_container__V2XNO {
10236
10237
  display: grid;
10237
10238
  grid-template-rows: 50px 1fr;
10238
- grid-template-columns: 85px 1fr;
10239
+ grid-template-columns: auto 1fr;
10239
10240
  width: 100%;
10240
10241
  height: 100%;
10241
10242
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250331.1829.45",
3
+ "version": "20250331.1833.38",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {