@tmlmobilidade/ui 20250226.1358.59 → 20250227.1959.42

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/styles.css CHANGED
@@ -634,6 +634,13 @@ breakpoint-mobile {
634
634
  color: var(--color-system-text-300);
635
635
  }
636
636
 
637
+ .text-input-module_wrapper__jrJs0[data-with-left-section="true"] .text-input-module_input__9C3ID {
638
+ padding-left: calc(var(--size-spacing-sm) + 30px);
639
+ }
640
+
641
+ .text-input-module_wrapper__jrJs0[data-with-right-section="true"] .text-input-module_input__9C3ID {
642
+ padding-right: calc(var(--size-spacing-sm) + 30px);
643
+ }
637
644
  .text-input-module_input__9C3ID:focus {
638
645
  background-color: var(--color-system-background-100);
639
646
  }
@@ -939,6 +946,12 @@ breakpoint-mobile {
939
946
  font-weight: var(--font-weight-semibold);
940
947
  }
941
948
 
949
+ .styles-module_labelWrapper__eFj6h {
950
+ display: flex;
951
+ align-items: center;
952
+ gap: 10px;
953
+ }
954
+
942
955
  /* * */
943
956
  /* DESCRIPTION */
944
957
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250226.1358.59",
3
+ "version": "20250227.1959.42",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {