@tmlmobilidade/ui 20250826.1309.36 → 20250826.1336.59

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
@@ -9804,6 +9804,81 @@ breakpoint-mobile {
9804
9804
  font-weight: var(--font-weight-medium);
9805
9805
  color: var(--color-system-text-200);
9806
9806
  }
9807
+ .TextInput-xl-module_root__pLIg2,
9808
+ .TextInput-xl-module_wrapper__jNRc9 {
9809
+ --input-size: var(--font-size-xl);
9810
+ --input-height: var(--font-size-xl);
9811
+ min-width: 200px;
9812
+ overflow: visible;
9813
+ font-size: var(--font-size-xl);
9814
+ transition: width 300ms ease-in-out
9815
+ }
9816
+
9817
+ /* * */
9818
+ /* INPUT */
9819
+
9820
+ .TextInput-xl-module_input__pA6QL {
9821
+ padding: 0 var(--size-spacing-md);
9822
+ font-size: var(--font-size-xl);
9823
+ font-weight: var(--font-weight-semibold);
9824
+ line-height: 1;
9825
+ color: var(--color-system-text-100);
9826
+ background-color: var(--color-system-background-100);
9827
+ border: 2px solid var(--color-system-border-100);
9828
+ border-radius: 5px;
9829
+ transition: all 200ms ease-in-out;
9830
+ }
9831
+
9832
+ .TextInput-xl-module_input__pA6QL::placeholder {
9833
+ color: var(--color-system-text-300);
9834
+ }
9835
+
9836
+ .TextInput-xl-module_input__pA6QL:focus {
9837
+ background-color: var(--color-system-background-100);
9838
+ border-color: var(--color-primary);
9839
+ box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
9840
+ }
9841
+
9842
+ .TextInput-xl-module_wrapper__jNRc9[data-with-left-section="true"] .TextInput-xl-module_input__pA6QL {
9843
+ padding-left: calc(var(--size-spacing-sm) + 46px);
9844
+ }
9845
+
9846
+ .TextInput-xl-module_wrapper__jNRc9[data-with-right-section="true"] .TextInput-xl-module_input__pA6QL {
9847
+ padding-right: calc(var(--size-spacing-sm) + 46px);
9848
+ }
9849
+
9850
+
9851
+ /* * */
9852
+ /* SECTION */
9853
+
9854
+ .TextInput-xl-module_section__iulmc {
9855
+ color: var(--color-system-text-300);
9856
+ }
9857
+
9858
+
9859
+ /* * */
9860
+ /* LABEL */
9861
+
9862
+ .TextInput-xl-module_label__TbVY5 {
9863
+ padding: 0;
9864
+ margin: 0;
9865
+ font-size: var(--font-size-xl);
9866
+ font-weight: var(--font-weight-semibold);
9867
+ line-height: var(--font-line-height);
9868
+ color: var(--color-system-text-100);
9869
+ }
9870
+
9871
+ /* * */
9872
+ /* DESCRIPTION */
9873
+
9874
+ .TextInput-xl-module_description__pALYF {
9875
+ padding: 0;
9876
+ margin: 0;
9877
+ font-size: var(--font-size-md);
9878
+ font-weight: var(--font-weight-medium);
9879
+ line-height: var(--font-line-height);
9880
+ color: var(--color-system-text-200);
9881
+ }
9807
9882
  .TextInput-module_root__5xZUQ,
9808
9883
  .TextInput-module_wrapper__SJBeM {
9809
9884
  --input-size: 40px;