@tmlmobilidade/ui 20250828.1342.43 → 20250828.1439.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/index.css CHANGED
@@ -934,6 +934,34 @@
934
934
  background-color: var(--color-system-background-200) !important;
935
935
  }
936
936
 
937
+ /* * */
938
+ /* PILL */
939
+
940
+ .styles-module_pill__yivEf {
941
+ display: flex;
942
+ gap: var(--size-spacing-xs);
943
+ align-items: center;
944
+ font-size: var(--font-size-sm);
945
+ font-weight: var(--font-weight-medium);
946
+ color: var(--color-system-text-100);
947
+ cursor: auto;
948
+ background-color: var(--color-system-background-200);
949
+ border-radius: var(--border-radius-xs);
950
+ box-shadow: 1px 2px 3px 1px rgb(0 0 0 / 15%);
951
+
952
+ & * {
953
+ user-select: none;
954
+ }
955
+ }
956
+
957
+ .styles-module_label__2CZDF {
958
+ display: flex;
959
+ gap: var(--size-spacing-xs);
960
+ align-items: center;
961
+ font-size: var(--font-size-sm);
962
+ font-weight: var(--font-weight-medium);
963
+ color: var(--color-system-text-100);
964
+ }
937
965
  /* * */
938
966
  /* CONTAINER */
939
967