@tmlmobilidade/ui 20250711.2053.8 → 20250712.44.39
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 +41 -3
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/src/components/display/ErrorDisplay/index.js +11 -0
- package/dist/src/components/display/ErrorDisplay/index.js.map +1 -0
- package/dist/src/components/display/ErrorDisplay/styles.module.css.js +4 -0
- package/dist/src/components/display/ErrorDisplay/styles.module.css.js.map +1 -0
- package/dist/src/components/sidebar/Sidebar/index.js +8 -1
- package/dist/src/components/sidebar/Sidebar/index.js.map +1 -1
- package/dist/styles-no-reset.css +41 -3
- package/dist/styles.css +41 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10361,6 +10361,43 @@ breakpoint-mobile {
|
|
|
10361
10361
|
justify-content: center;
|
|
10362
10362
|
}
|
|
10363
10363
|
/* * */
|
|
10364
|
+
/* ROOT */
|
|
10365
|
+
|
|
10366
|
+
.styles-module_root__6tkBP {
|
|
10367
|
+
display: flex;
|
|
10368
|
+
flex-direction: column;
|
|
10369
|
+
gap: 20px;
|
|
10370
|
+
align-items: center;
|
|
10371
|
+
justify-content: center;
|
|
10372
|
+
width: 100%;
|
|
10373
|
+
padding: 30px;
|
|
10374
|
+
color: var(--color-system-text-400);
|
|
10375
|
+
}
|
|
10376
|
+
|
|
10377
|
+
/* * */
|
|
10378
|
+
/* TITLE */
|
|
10379
|
+
|
|
10380
|
+
.styles-module_title__M-rZm {
|
|
10381
|
+
font-size: 24px;
|
|
10382
|
+
font-weight: var(--font-weight-bold);
|
|
10383
|
+
line-height: 1.2;
|
|
10384
|
+
text-transform: uppercase;
|
|
10385
|
+
user-select: none;
|
|
10386
|
+
}
|
|
10387
|
+
|
|
10388
|
+
/* * */
|
|
10389
|
+
/* MESSAGE */
|
|
10390
|
+
|
|
10391
|
+
.styles-module_message__SXumd {
|
|
10392
|
+
max-width: 500px;
|
|
10393
|
+
padding: 10px;
|
|
10394
|
+
font-family: monospace;
|
|
10395
|
+
font-size: 14px;
|
|
10396
|
+
text-align: center;
|
|
10397
|
+
border: 1px solid var(--color-system-text-400);
|
|
10398
|
+
border-radius: 5px;
|
|
10399
|
+
}
|
|
10400
|
+
/* * */
|
|
10364
10401
|
/* COMMON */
|
|
10365
10402
|
|
|
10366
10403
|
.styles-module_root__dunmB {
|
|
@@ -10444,13 +10481,14 @@ breakpoint-mobile {
|
|
|
10444
10481
|
.styles-module_label__vKx8L {
|
|
10445
10482
|
padding: 0;
|
|
10446
10483
|
margin: 0;
|
|
10447
|
-
line-height: 1.2;
|
|
10448
|
-
text-transform: uppercase;
|
|
10449
10484
|
font-size: 24px;
|
|
10450
10485
|
font-weight: var(--font-weight-bold);
|
|
10486
|
+
line-height: 1.2;
|
|
10451
10487
|
color: var(--color-system-text-400);
|
|
10452
|
-
|
|
10488
|
+
text-align: center;
|
|
10489
|
+
text-transform: uppercase;
|
|
10453
10490
|
user-select: none;
|
|
10491
|
+
opacity: 0.5;
|
|
10454
10492
|
}
|
|
10455
10493
|
/* * */
|
|
10456
10494
|
/* TAG */
|