@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 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
- position: relative;
9971
- display: flex;
9972
- flex-direction: column;
9973
- align-items: center;
9974
- justify-content: center;
9975
- max-width: 100vw;
9976
- padding: var(--size-spacing-md);
9977
- background-color: var(--background);
9978
- border-radius: var(--border-radius-md);
9979
- box-shadow: 4px 5px 6px #0002;
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
- position: relative;
10008
- z-index: 10;
10009
- display: flex;
10010
- align-items: center;
10011
- justify-content: center;
10012
- width: 100%;
10013
- height: 100%;
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