@tmlmobilidade/ui 20250709.1934.48 → 20250709.2135.38
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 +10 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +8 -11
- package/dist/index.js +1 -1
- package/dist/src/components/datatable/DataTableContent/index.js +1 -1
- package/dist/src/components/datatable/DataTableContext/index.js +2 -1
- package/dist/src/components/datatable/DataTableContext/index.js.map +1 -1
- package/dist/src/components/datatable/DataTableRow/index.js +2 -1
- package/dist/src/components/datatable/DataTableRow/index.js.map +1 -1
- package/dist/src/components/display/TagGroup/index.js +20 -0
- package/dist/src/components/display/TagGroup/index.js.map +1 -0
- package/dist/src/components/display/TagGroup/styles.module.css.js +4 -0
- package/dist/src/components/display/TagGroup/styles.module.css.js.map +1 -0
- package/dist/src/components/sidebar/SidebarSubItem/index.js +1 -3
- package/dist/src/components/sidebar/SidebarSubItem/index.js.map +1 -1
- package/dist/src/hooks/search/acessor-search.js +1 -3
- package/dist/src/hooks/search/acessor-search.js.map +1 -1
- package/dist/src/hooks/search/plain-search.js +1 -1
- package/dist/src/hooks/search/use-search.js +2 -2
- package/dist/src/hooks/search/use-search.js.map +1 -1
- package/dist/src/lib/utils.js +1 -13
- package/dist/src/lib/utils.js.map +1 -1
- package/dist/styles-no-reset.css +10 -0
- package/dist/styles.css +10 -0
- package/package.json +1 -1
- package/dist/src/hooks/search/normalize-string.js +0 -21
- package/dist/src/hooks/search/normalize-string.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -10512,6 +10512,16 @@ breakpoint-mobile {
|
|
|
10512
10512
|
cursor: pointer;
|
|
10513
10513
|
}
|
|
10514
10514
|
/* * */
|
|
10515
|
+
/* CONTAINER */
|
|
10516
|
+
|
|
10517
|
+
.styles-module_container__jtykM {
|
|
10518
|
+
display: flex;
|
|
10519
|
+
flex-direction: row;
|
|
10520
|
+
gap: 5px;
|
|
10521
|
+
align-items: center;
|
|
10522
|
+
justify-content: flex-start;
|
|
10523
|
+
}
|
|
10524
|
+
/* * */
|
|
10515
10525
|
/* ROOT */
|
|
10516
10526
|
|
|
10517
10527
|
.styles-module_root__rZv3w {
|