@tmlmobilidade/ui 20250711.1.30 → 20250711.24.23
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 +52 -20
- package/dist/index.css.map +1 -1
- package/dist/src/components/buttons/BackButton/index.js +1 -1
- package/dist/src/components/buttons/BackButton/index.js.map +1 -1
- package/dist/src/components/buttons/LockButton/index.js +2 -3
- package/dist/src/components/buttons/LockButton/index.js.map +1 -1
- package/dist/src/styles/mantine/ActionIcon.module.css.js +4 -0
- package/dist/src/styles/mantine/ActionIcon.module.css.js.map +1 -0
- package/dist/src/styles/theme.js +7 -1
- package/dist/src/styles/theme.js.map +1 -1
- package/dist/styles-no-reset.css +52 -20
- package/dist/styles.css +52 -20
- package/package.json +1 -1
- package/dist/src/components/buttons/LockButton/styles.module.css.js +0 -4
- package/dist/src/components/buttons/LockButton/styles.module.css.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -8838,6 +8838,58 @@ breakpoint-mobile {
|
|
|
8838
8838
|
/* * */
|
|
8839
8839
|
/* BUTTON / ROOT */
|
|
8840
8840
|
|
|
8841
|
+
.ActionIcon-module_root__hFnno {
|
|
8842
|
+
width: 40px;
|
|
8843
|
+
min-width: 40px;
|
|
8844
|
+
height: 40px;
|
|
8845
|
+
min-height: 40px;
|
|
8846
|
+
}
|
|
8847
|
+
|
|
8848
|
+
.ActionIcon-module_root__hFnno[data-variant='primary'] {
|
|
8849
|
+
color: var(--color-contrast);
|
|
8850
|
+
background-color: var(--color-primary);
|
|
8851
|
+
border-color: var(--color-secondary);
|
|
8852
|
+
box-shadow: 0 1px 3px 0 var(--color-shadow);
|
|
8853
|
+
}
|
|
8854
|
+
|
|
8855
|
+
.ActionIcon-module_root__hFnno[data-variant='secondary'] {
|
|
8856
|
+
color: var(--color-primary);
|
|
8857
|
+
background-color: var(--color-background);
|
|
8858
|
+
border-color: var(--color-primary);
|
|
8859
|
+
box-shadow: 0 1px 3px 0 var(--color-shadow);
|
|
8860
|
+
}
|
|
8861
|
+
|
|
8862
|
+
.ActionIcon-module_root__hFnno[data-variant='muted'] {
|
|
8863
|
+
color: var(--color-system-text-300);
|
|
8864
|
+
background-color: var(--color-system-background-100);
|
|
8865
|
+
border-color: var(--color-system-text-300);
|
|
8866
|
+
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
|
|
8867
|
+
}
|
|
8868
|
+
|
|
8869
|
+
.ActionIcon-module_root__hFnno[data-variant='disabled'] {
|
|
8870
|
+
color: var(--color-system-border-100);
|
|
8871
|
+
cursor: not-allowed;
|
|
8872
|
+
background-color: var(--color-system-background-200);
|
|
8873
|
+
border-color: var(--color-system-border-100);
|
|
8874
|
+
box-shadow: unset;
|
|
8875
|
+
}
|
|
8876
|
+
|
|
8877
|
+
.ActionIcon-module_root__hFnno[data-variant='danger'] {
|
|
8878
|
+
color: var(--color-status-danger-primary);
|
|
8879
|
+
background-color: var(--color-status-danger-contrast);
|
|
8880
|
+
border-color: var(--color-status-danger-primary);
|
|
8881
|
+
box-shadow: 0 1px 3px 0 var(--color-status-danger-shadow);
|
|
8882
|
+
}
|
|
8883
|
+
|
|
8884
|
+
.ActionIcon-module_root__hFnno[data-variant='success'] {
|
|
8885
|
+
color: var(--color-status-success-primary);
|
|
8886
|
+
background-color: var(--color-status-success-contrast);
|
|
8887
|
+
border-color: var(--color-status-success-primary);
|
|
8888
|
+
box-shadow: 0 1px 3px 0 var(--color-status-success-shadow);
|
|
8889
|
+
}
|
|
8890
|
+
/* * */
|
|
8891
|
+
/* BUTTON / ROOT */
|
|
8892
|
+
|
|
8841
8893
|
.Button-module_root__GTwBc {
|
|
8842
8894
|
height: 40px;
|
|
8843
8895
|
padding: 0 15px;
|
|
@@ -9507,32 +9559,12 @@ breakpoint-mobile {
|
|
|
9507
9559
|
/* ROOT */
|
|
9508
9560
|
|
|
9509
9561
|
.styles-module_root__7Tjjf {
|
|
9510
|
-
width: 40px;
|
|
9511
|
-
min-width: 40px;
|
|
9512
|
-
height: 40px;
|
|
9513
|
-
min-height: 40px;
|
|
9514
9562
|
color: var(--color-system-text-200);
|
|
9515
|
-
background-color: transparent;
|
|
9516
9563
|
}
|
|
9517
9564
|
|
|
9518
9565
|
.styles-module_root__7Tjjf:hover {
|
|
9519
9566
|
background-color: var(--color-system-background-200);
|
|
9520
9567
|
}
|
|
9521
|
-
/* * */
|
|
9522
|
-
/* ROOT */
|
|
9523
|
-
|
|
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;
|
|
9531
|
-
}
|
|
9532
|
-
|
|
9533
|
-
.styles-module_root__5g5oH:hover {
|
|
9534
|
-
background-color: var(--color-system-background-200);
|
|
9535
|
-
}
|
|
9536
9568
|
.styles-module_button__fQIgs {
|
|
9537
9569
|
width: fit-content;
|
|
9538
9570
|
min-width: fit-content;
|