@tmlmobilidade/ui 20250915.1655.9 → 20250916.1050.43
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 +11 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/src/components/authentication/Avatar/index.js +3 -3
- package/dist/src/components/authentication/Avatar/index.js.map +1 -1
- package/dist/src/components/layout/Section/index.js +2 -2
- package/dist/src/components/layout/Section/index.js.map +1 -1
- package/dist/src/styles/mantine/Avatar.module.css.js +4 -0
- package/dist/src/styles/mantine/Avatar.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 +11 -0
- package/dist/styles.css +11 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -11444,6 +11444,17 @@ figure {
|
|
11444
11444
|
border-color: var(--color-status-success-primary);
|
11445
11445
|
box-shadow: 0 1px 3px 0 var(--color-status-success-shadow);
|
11446
11446
|
}
|
11447
|
+
.Avatar-module_root__36BxZ {
|
11448
|
+
background: var(--color-primary);
|
11449
|
+
border: 2px solid var(--color-secondary);
|
11450
|
+
box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 30%);
|
11451
|
+
|
11452
|
+
--avatar-size: 32px;
|
11453
|
+
}
|
11454
|
+
|
11455
|
+
.Avatar-module_placeholder__wyVo0 {
|
11456
|
+
color: var(--color-contrast);
|
11457
|
+
}
|
11447
11458
|
/* * */
|
11448
11459
|
/* BUTTON / ROOT */
|
11449
11460
|
|