@tmlmobilidade/ui 20250723.1825.5 → 20250723.2143.18
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 +25 -21
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +2 -17
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/common/ComponentWrapper/index.js +3 -2
- package/dist/src/components/common/ComponentWrapper/index.js.map +1 -1
- package/dist/styles-no-reset.css +25 -21
- package/dist/styles.css +25 -21
- package/package.json +1 -1
- package/dist/src/components/buttons/FileButton/index.js +0 -43
- package/dist/src/components/buttons/FileButton/index.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -9966,19 +9966,23 @@ breakpoint-mobile {
|
|
|
9966
9966
|
box-shadow: 1px 2px 3px 1px rgb(0 0 0 / 15%);
|
|
9967
9967
|
}
|
|
9968
9968
|
|
|
9969
|
+
/* * */
|
|
9970
|
+
/* CONTAINER */
|
|
9971
|
+
|
|
9969
9972
|
.styles-module_container__mDGcJ {
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
|
|
9978
|
-
|
|
9979
|
-
|
|
9973
|
+
position: relative;
|
|
9974
|
+
display: flex;
|
|
9975
|
+
flex-direction: column;
|
|
9976
|
+
align-items: center;
|
|
9977
|
+
justify-content: center;
|
|
9978
|
+
width: 100%;
|
|
9979
|
+
max-width: 100vw;
|
|
9980
|
+
padding: var(--size-spacing-md);
|
|
9981
|
+
background-color: var(--background);
|
|
9982
|
+
border-radius: var(--border-radius-md);
|
|
9983
|
+
box-shadow: 4px 5px 6px #0002;
|
|
9980
9984
|
}
|
|
9981
|
-
|
|
9985
|
+
|
|
9982
9986
|
@media (width >= 768px) {
|
|
9983
9987
|
.styles-module_container__mDGcJ {
|
|
9984
9988
|
padding: var(--size-spacing-2xl);
|
|
@@ -9986,7 +9990,7 @@ breakpoint-mobile {
|
|
|
9986
9990
|
border: 2px solid var(--color-system-text-300);
|
|
9987
9991
|
}
|
|
9988
9992
|
}
|
|
9989
|
-
|
|
9993
|
+
|
|
9990
9994
|
.styles-module_background__xb4Qr {
|
|
9991
9995
|
--background-color: var(--color-system-text-300);
|
|
9992
9996
|
|
|
@@ -10002,17 +10006,17 @@ breakpoint-mobile {
|
|
|
10002
10006
|
background-size: 16px 16px;
|
|
10003
10007
|
}
|
|
10004
10008
|
|
|
10005
|
-
|
|
10009
|
+
|
|
10006
10010
|
.styles-module_content__gNNHp {
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10011
|
+
position: relative;
|
|
10012
|
+
z-index: 10;
|
|
10013
|
+
display: flex;
|
|
10014
|
+
align-items: center;
|
|
10015
|
+
justify-content: center;
|
|
10016
|
+
width: 100%;
|
|
10017
|
+
height: 100%;
|
|
10014
10018
|
}
|
|
10015
|
-
|
|
10019
|
+
|
|
10016
10020
|
/* * */
|
|
10017
10021
|
/* INPUT */
|
|
10018
10022
|
|