@tmlmobilidade/ui 20250708.1822.41 → 20250708.1835.56
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 +9 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/src/components/layout/LoadingOverlay/index.js +2 -2
- package/dist/src/components/layout/LoadingOverlay/index.js.map +1 -1
- package/dist/styles-no-reset.css +9 -0
- package/dist/styles.css +9 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -11003,9 +11003,18 @@ breakpoint-mobile {
|
|
|
11003
11003
|
align-items: center;
|
|
11004
11004
|
justify-content: center;
|
|
11005
11005
|
width: 100%;
|
|
11006
|
+
}
|
|
11007
|
+
|
|
11008
|
+
/* * */
|
|
11009
|
+
/* ROOT / DIMMED */
|
|
11010
|
+
|
|
11011
|
+
.styles-module_root__XaC3k[data-dimmed="true"] {
|
|
11006
11012
|
background-color: rgb(0 0 0 / 75%);
|
|
11007
11013
|
}
|
|
11008
11014
|
|
|
11015
|
+
/* * */
|
|
11016
|
+
/* ROOT / FULLSCREEN */
|
|
11017
|
+
|
|
11009
11018
|
.styles-module_root__XaC3k[data-fullscreen="true"] {
|
|
11010
11019
|
position: fixed;
|
|
11011
11020
|
inset: 0;
|