@tmlmobilidade/ui 20250710.2024.42 → 20250711.1.30

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 (32) hide show
  1. package/dist/index.css +22 -88
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.d.ts +83 -88
  4. package/dist/index.js +6 -6
  5. package/dist/src/components/buttons/BackButton/index.js.map +1 -0
  6. package/dist/src/components/{common → buttons}/BackButton/styles.module.css.js +1 -1
  7. package/dist/src/components/buttons/Button/index.js.map +1 -0
  8. package/dist/src/components/{common/DeleteActionIcon → buttons/DeleteButton}/index.js +16 -8
  9. package/dist/src/components/buttons/DeleteButton/index.js.map +1 -0
  10. package/dist/src/components/{common → buttons}/FileButton/index.js +7 -5
  11. package/dist/src/components/buttons/FileButton/index.js.map +1 -0
  12. package/dist/src/components/buttons/LockButton/index.js +18 -0
  13. package/dist/src/components/buttons/LockButton/index.js.map +1 -0
  14. package/dist/src/components/buttons/LockButton/styles.module.css.js +4 -0
  15. package/dist/src/components/datatable/DataTableHeader/index.js +1 -1
  16. package/dist/src/components/{common → inputs}/TextInput/index.js +2 -2
  17. package/dist/src/components/inputs/TextInput/index.js.map +1 -0
  18. package/dist/styles-no-reset.css +22 -88
  19. package/dist/styles.css +22 -88
  20. package/package.json +1 -1
  21. package/dist/src/components/common/ActionIcon/index.js +0 -22
  22. package/dist/src/components/common/ActionIcon/index.js.map +0 -1
  23. package/dist/src/components/common/ActionIcon/styles.module.css.js +0 -4
  24. package/dist/src/components/common/BackButton/index.js.map +0 -1
  25. package/dist/src/components/common/Button/index.js.map +0 -1
  26. package/dist/src/components/common/DeleteActionIcon/index.js.map +0 -1
  27. package/dist/src/components/common/FileButton/index.js.map +0 -1
  28. package/dist/src/components/common/TextInput/index.js.map +0 -1
  29. /package/dist/src/components/{common → buttons}/BackButton/index.js +0 -0
  30. /package/dist/src/components/{common/ActionIcon → buttons/BackButton}/styles.module.css.js.map +0 -0
  31. /package/dist/src/components/{common → buttons}/Button/index.js +0 -0
  32. /package/dist/src/components/{common/BackButton → buttons/LockButton}/styles.module.css.js.map +0 -0
package/dist/index.css CHANGED
@@ -9503,86 +9503,35 @@ breakpoint-mobile {
9503
9503
  line-height: var(--font-line-height);
9504
9504
  color: var(--color-system-text-200);
9505
9505
  }
9506
- .styles-module_root__P5aS- {
9507
- transition: all 300ms ease-in;
9508
- background-color: transparent;
9509
- border-radius: var(--border-radius-xs);
9510
- font-size: 16px;
9511
- font-weight: 500;
9512
- padding: var(--size-spacing-xs);
9513
- cursor: pointer;
9514
- height: auto;
9515
- width: auto;
9516
- }
9517
-
9518
- .styles-module_primary__1Forr {
9519
- color: var(--color-primary);
9520
-
9521
- &:hover {
9522
- background-color: var(--color-background);
9523
- }
9524
- }
9525
-
9526
- .styles-module_secondary__F-Pxy {
9527
- color: var(--color-secondary);
9528
-
9529
- &:hover {
9530
- background-color: var(--color-background);
9531
- }
9532
- }
9533
-
9534
- .styles-module_muted__IRFQC {
9535
- color: var(--color-system-text-300);
9536
-
9537
- &:hover {
9538
- color: var(--color-primary);
9539
- }
9540
- }
9541
-
9542
- .styles-module_disabled__Q0YEb {
9543
- color: var(--color-system-border-100);
9544
- cursor: not-allowed;
9545
- }
9546
-
9547
- .styles-module_danger__-aPaa {
9548
- color: var(--color-status-danger-primary);
9549
-
9550
- &:hover {
9551
- background-color: var(--color-status-danger-contrast);
9552
- }
9553
- }
9554
-
9555
- .styles-module_info__z1XFz {
9556
- color: var(--color-status-info-primary);
9506
+ /* * */
9507
+ /* ROOT */
9557
9508
 
9558
- &:hover {
9559
- background-color: var(--color-status-info-contrast);
9560
- }
9509
+ .styles-module_root__7Tjjf {
9510
+ width: 40px;
9511
+ min-width: 40px;
9512
+ height: 40px;
9513
+ min-height: 40px;
9514
+ color: var(--color-system-text-200);
9515
+ background-color: transparent;
9561
9516
  }
9562
9517
 
9563
- .styles-module_success__V-kNZ {
9564
- color: var(--color-status-success-primary);
9565
-
9566
- &:hover {
9567
- color: var(--color-status-success-contrast);
9568
- background-color: var(--color-status-success-primary);
9569
- }
9518
+ .styles-module_root__7Tjjf:hover {
9519
+ background-color: var(--color-system-background-200);
9570
9520
  }
9571
-
9572
- .styles-module_warning__gGAPU {
9573
- color: var(--color-status-warning-primary);
9521
+ /* * */
9522
+ /* ROOT */
9574
9523
 
9575
- &:hover {
9576
- background-color: var(--color-status-warning-contrast);
9577
- }
9524
+ .styles-module_root__5g5oH {
9525
+ width: 40px;
9526
+ min-width: 40px;
9527
+ height: 40px;
9528
+ min-height: 40px;
9529
+ color: var(--color-system-text-200);
9530
+ background-color: transparent;
9578
9531
  }
9579
9532
 
9580
- .styles-module_active__0bskK {
9581
- color: var(--color-status-active-primary);
9582
-
9583
- &:hover {
9584
- background-color: var(--color-status-active-contrast);
9585
- }
9533
+ .styles-module_root__5g5oH:hover {
9534
+ background-color: var(--color-system-background-200);
9586
9535
  }
9587
9536
  .styles-module_button__fQIgs {
9588
9537
  width: fit-content;
@@ -10306,21 +10255,6 @@ breakpoint-mobile {
10306
10255
  flex-wrap: wrap-reverse;
10307
10256
  }
10308
10257
 
10309
- /* * */
10310
- /* ROOT */
10311
-
10312
- .styles-module_root__wDUf9 {
10313
- width: 40px;
10314
- min-width: 40px;
10315
- height: 40px;
10316
- min-height: 40px;
10317
- color: var(--color-system-text-200);
10318
- background-color: transparent;
10319
- }
10320
-
10321
- .styles-module_root__wDUf9:hover {
10322
- background-color: var(--color-system-background-200);
10323
- }
10324
10258
  .styles-module_header__6dpaJ {
10325
10259
  position: sticky;
10326
10260
  top: 0;