@tmlmobilidade/ui 20250710.1106.29 → 20250710.1249.46

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 CHANGED
@@ -11122,13 +11122,7 @@ breakpoint-mobile {
11122
11122
  .styles-module_root__Rhx1c {
11123
11123
  display: flex;
11124
11124
  flex-direction: column;
11125
- align-items: flex-start;
11126
- justify-content: flex-start;
11127
11125
  width: 100%;
11128
- background-color: var(--color-system-background-100);
11129
- border: 1px solid var(--color-system-border-100);
11130
- border-radius: 5px;
11131
- box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%);
11132
11126
  }
11133
11127
 
11134
11128
  /* * */
@@ -11156,6 +11150,50 @@ breakpoint-mobile {
11156
11150
  .styles-module_root__Rhx1c[data-overflow='scroll'] {
11157
11151
  overflow: scroll;
11158
11152
  }
11153
+
11154
+ /* * */
11155
+ /* PROPS / VARIANT */
11156
+
11157
+ .styles-module_root__Rhx1c[data-variant='default'] {
11158
+ background-color: var(--color-system-background-100);
11159
+ border: 1px solid var(--color-system-border-100);
11160
+ border-radius: 5px;
11161
+ box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%);
11162
+ }
11163
+
11164
+ .styles-module_root__Rhx1c[data-variant='transparent'] {
11165
+ background-color: transparent;
11166
+ }
11167
+
11168
+ /* * */
11169
+ /* PROPS / ALIGN */
11170
+
11171
+ .styles-module_root__Rhx1c[data-align='start'] {
11172
+ align-items: flex-start;
11173
+ }
11174
+
11175
+ .styles-module_root__Rhx1c[data-align='center'] {
11176
+ align-items: center;
11177
+ }
11178
+
11179
+ .styles-module_root__Rhx1c[data-align='end'] {
11180
+ align-items: flex-end;
11181
+ }
11182
+
11183
+ /* * */
11184
+ /* PROPS / JUSTIFY */
11185
+
11186
+ .styles-module_root__Rhx1c[data-justify='start'] {
11187
+ justify-content: flex-start;
11188
+ }
11189
+
11190
+ .styles-module_root__Rhx1c[data-justify='center'] {
11191
+ justify-content: center;
11192
+ }
11193
+
11194
+ .styles-module_root__Rhx1c[data-justify='end'] {
11195
+ justify-content: flex-end;
11196
+ }
11159
11197
  /* * */
11160
11198
  /* ROOT */
11161
11199