@tmlmobilidade/ui 20250226.1436.26 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +7 -0
  2. package/package.json +1 -1
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250226.1436.26",
3
+ "version": "20250227.1959.42",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {