plataforma-fundacao-componentes 2.25.1 → 2.25.2
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/components/etiqueta/Etiqueta.d.ts +1 -0
- package/dist/components/pagination/Pagination.d.ts +1 -0
- package/dist/index.css +65 -63
- package/dist/index.js +407 -405
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +407 -405
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3485,7 +3485,7 @@ max-width 100% 540px 720px 960px 1140px
|
|
|
3485
3485
|
warningLight: #ffeb98;
|
|
3486
3486
|
warningDark: #765f00; }
|
|
3487
3487
|
|
|
3488
|
-
.etiqueta {
|
|
3488
|
+
.component-etiqueta {
|
|
3489
3489
|
display: flex;
|
|
3490
3490
|
align-items: center;
|
|
3491
3491
|
justify-content: center;
|
|
@@ -3493,7 +3493,7 @@ max-width 100% 540px 720px 960px 1140px
|
|
|
3493
3493
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
3494
3494
|
border-radius: 20px;
|
|
3495
3495
|
padding: 0 10px; }
|
|
3496
|
-
.etiqueta .etiqueta-text {
|
|
3496
|
+
.component-etiqueta .component-etiqueta-text {
|
|
3497
3497
|
white-space: nowrap;
|
|
3498
3498
|
font-size: 14px;
|
|
3499
3499
|
font-weight: 700;
|
|
@@ -3506,7 +3506,7 @@ max-width 100% 540px 720px 960px 1140px
|
|
|
3506
3506
|
text-overflow: ellipsis;
|
|
3507
3507
|
text-align: center;
|
|
3508
3508
|
vertical-align: middle; }
|
|
3509
|
-
.etiqueta .etiqueta-icon {
|
|
3509
|
+
.component-etiqueta .component-etiqueta-icon {
|
|
3510
3510
|
display: flex;
|
|
3511
3511
|
align-items: center;
|
|
3512
3512
|
justify-content: center;
|
|
@@ -3515,75 +3515,75 @@ max-width 100% 540px 720px 960px 1140px
|
|
|
3515
3515
|
user-select: none;
|
|
3516
3516
|
margin-right: 8px;
|
|
3517
3517
|
margin-bottom: 1px; }
|
|
3518
|
-
.etiqueta .etiqueta-icon svg {
|
|
3518
|
+
.component-etiqueta .component-etiqueta-icon svg {
|
|
3519
3519
|
height: 14px;
|
|
3520
3520
|
width: 14px; }
|
|
3521
|
-
.etiqueta.fit-content {
|
|
3521
|
+
.component-etiqueta.fit-content {
|
|
3522
3522
|
width: -moz-fit-content;
|
|
3523
3523
|
width: fit-content;
|
|
3524
3524
|
padding: 8px 12px; }
|
|
3525
3525
|
|
|
3526
|
-
.etiqueta.programas {
|
|
3526
|
+
.component-etiqueta.programas {
|
|
3527
3527
|
background-color: rgba(0, 0, 0, 0);
|
|
3528
3528
|
color: #3fa110;
|
|
3529
3529
|
border-color: #3fa110; }
|
|
3530
3530
|
|
|
3531
|
-
.etiqueta.em-edicao {
|
|
3531
|
+
.component-etiqueta.em-edicao {
|
|
3532
3532
|
background-color: #d7e6c8;
|
|
3533
3533
|
color: #33820d;
|
|
3534
3534
|
border-color: #d7e6c8; }
|
|
3535
3535
|
|
|
3536
|
-
.etiqueta.em-revisao {
|
|
3536
|
+
.component-etiqueta.em-revisao {
|
|
3537
3537
|
background-color: #cbe5fd;
|
|
3538
3538
|
color: #2b517b;
|
|
3539
3539
|
border-color: #cbe5fd; }
|
|
3540
3540
|
|
|
3541
|
-
.etiqueta.em-aprovacao {
|
|
3541
|
+
.component-etiqueta.em-aprovacao {
|
|
3542
3542
|
background-color: #ffcd00;
|
|
3543
3543
|
color: #765f00;
|
|
3544
3544
|
border-color: #ffcd00; }
|
|
3545
3545
|
|
|
3546
|
-
.etiqueta.finalizado {
|
|
3546
|
+
.component-etiqueta.finalizado {
|
|
3547
3547
|
background-color: #cdd3cd;
|
|
3548
3548
|
color: #5a645a;
|
|
3549
3549
|
border-color: #cdd3cd; }
|
|
3550
3550
|
|
|
3551
|
-
.etiqueta.aprovado {
|
|
3551
|
+
.component-etiqueta.aprovado {
|
|
3552
3552
|
background-color: #3fa110;
|
|
3553
3553
|
color: #fefefe;
|
|
3554
3554
|
border-color: #3fa110; }
|
|
3555
3555
|
|
|
3556
|
-
.etiqueta.reprovado {
|
|
3556
|
+
.component-etiqueta.reprovado {
|
|
3557
3557
|
background-color: #e60000;
|
|
3558
3558
|
color: #fefefe;
|
|
3559
3559
|
border-color: #e60000; }
|
|
3560
3560
|
|
|
3561
|
-
.etiqueta.cancelado {
|
|
3561
|
+
.component-etiqueta.cancelado {
|
|
3562
3562
|
background-color: rgba(0, 0, 0, 0);
|
|
3563
3563
|
color: #ab4745;
|
|
3564
3564
|
border-color: #ab4745; }
|
|
3565
3565
|
|
|
3566
|
-
.etiqueta.outline-primary {
|
|
3566
|
+
.component-etiqueta.outline-primary {
|
|
3567
3567
|
background-color: rgba(0, 0, 0, 0);
|
|
3568
3568
|
color: #3fa110;
|
|
3569
3569
|
border-color: #3fa110; }
|
|
3570
3570
|
|
|
3571
|
-
.etiqueta.outline-danger {
|
|
3571
|
+
.component-etiqueta.outline-danger {
|
|
3572
3572
|
background-color: rgba(0, 0, 0, 0);
|
|
3573
3573
|
color: #ab4745;
|
|
3574
3574
|
border-color: #ab4745; }
|
|
3575
3575
|
|
|
3576
|
-
.etiqueta.outline-blue {
|
|
3576
|
+
.component-etiqueta.outline-blue {
|
|
3577
3577
|
background-color: rgba(0, 0, 0, 0);
|
|
3578
3578
|
color: #2b517b;
|
|
3579
3579
|
border-color: #2b517b; }
|
|
3580
3580
|
|
|
3581
|
-
.etiqueta.outline-dark {
|
|
3581
|
+
.component-etiqueta.outline-dark {
|
|
3582
3582
|
background-color: rgba(0, 0, 0, 0);
|
|
3583
3583
|
color: #323c32;
|
|
3584
3584
|
border-color: #323c32; }
|
|
3585
3585
|
|
|
3586
|
-
.etiqueta.outline-warning-dark {
|
|
3586
|
+
.component-etiqueta.outline-warning-dark {
|
|
3587
3587
|
background-color: rgba(0, 0, 0, 0);
|
|
3588
3588
|
color: #765f00;
|
|
3589
3589
|
border-color: #765f00; }
|
|
@@ -5317,6 +5317,8 @@ header.component-header {
|
|
|
5317
5317
|
justify-content: center;
|
|
5318
5318
|
align-items: center;
|
|
5319
5319
|
-webkit-appearance: none;
|
|
5320
|
+
-moz-appearance: none;
|
|
5321
|
+
appearance: none;
|
|
5320
5322
|
border: none;
|
|
5321
5323
|
outline: none;
|
|
5322
5324
|
background-color: rgba(0, 0, 0, 0);
|
|
@@ -5486,62 +5488,62 @@ h5 {
|
|
|
5486
5488
|
.scroll-white::-webkit-scrollbar-thumb:hover {
|
|
5487
5489
|
background-color: #bfc7bf; }
|
|
5488
5490
|
|
|
5489
|
-
.
|
|
5491
|
+
.pagination-component {
|
|
5490
5492
|
display: flex;
|
|
5491
5493
|
align-items: center;
|
|
5492
5494
|
justify-content: center;
|
|
5493
5495
|
width: 100%;
|
|
5494
5496
|
list-style: none; }
|
|
5495
5497
|
@media (max-width: 575.98px) {
|
|
5496
|
-
.
|
|
5498
|
+
.pagination-component.oneOf {
|
|
5497
5499
|
justify-content: center;
|
|
5498
5500
|
flex-direction: row-reverse;
|
|
5499
5501
|
flex-direction: column; } }
|
|
5500
|
-
.
|
|
5502
|
+
.pagination-component p {
|
|
5501
5503
|
font-family: 'Nunito', sans-serif !important;
|
|
5502
5504
|
color: #323c32;
|
|
5503
5505
|
margin: 0; }
|
|
5504
|
-
.
|
|
5506
|
+
.pagination-component > div > div {
|
|
5505
5507
|
width: -moz-fit-content;
|
|
5506
5508
|
width: fit-content;
|
|
5507
5509
|
display: flex;
|
|
5508
5510
|
gap: 8px;
|
|
5509
5511
|
position: relative; }
|
|
5510
|
-
.
|
|
5512
|
+
.pagination-component.hasLeftItem {
|
|
5511
5513
|
justify-content: space-between; }
|
|
5512
|
-
.
|
|
5514
|
+
.pagination-component .paginationLeftContainer {
|
|
5513
5515
|
display: flex;
|
|
5514
5516
|
align-items: center; }
|
|
5515
5517
|
@media (max-width: 767.98px) {
|
|
5516
|
-
.
|
|
5518
|
+
.pagination-component .paginationLeftContainer.oneOf {
|
|
5517
5519
|
width: 100%;
|
|
5518
5520
|
justify-content: flex-start; } }
|
|
5519
5521
|
@media (max-width: 575.98px) {
|
|
5520
|
-
.
|
|
5522
|
+
.pagination-component .paginationLeftContainer.oneOf {
|
|
5521
5523
|
justify-content: center;
|
|
5522
5524
|
margin-bottom: 16px; } }
|
|
5523
5525
|
@media (max-width: 767.98px) {
|
|
5524
|
-
.
|
|
5526
|
+
.pagination-component .paginationLeftContainer.both {
|
|
5525
5527
|
width: 100%;
|
|
5526
5528
|
justify-content: space-between;
|
|
5527
5529
|
margin-bottom: 12px; } }
|
|
5528
|
-
.
|
|
5530
|
+
.pagination-component .linesPerPage {
|
|
5529
5531
|
display: flex;
|
|
5530
5532
|
align-items: center;
|
|
5531
5533
|
-webkit-user-select: none;
|
|
5532
5534
|
-moz-user-select: none;
|
|
5533
5535
|
user-select: none; }
|
|
5534
|
-
.
|
|
5536
|
+
.pagination-component .linesPerPage :not(:last-child) > svg {
|
|
5535
5537
|
margin-bottom: -3px;
|
|
5536
5538
|
max-width: 6px;
|
|
5537
5539
|
margin-right: 8px; }
|
|
5538
|
-
.
|
|
5540
|
+
.pagination-component .linesPerPage .wrapper {
|
|
5539
5541
|
display: flex;
|
|
5540
5542
|
align-items: center;
|
|
5541
5543
|
padding-top: 3px;
|
|
5542
5544
|
gap: 6px;
|
|
5543
5545
|
cursor: default; }
|
|
5544
|
-
.
|
|
5546
|
+
.pagination-component .linesPerPage .wrapper > div {
|
|
5545
5547
|
display: flex;
|
|
5546
5548
|
align-items: center;
|
|
5547
5549
|
cursor: pointer;
|
|
@@ -5549,46 +5551,46 @@ h5 {
|
|
|
5549
5551
|
border-bottom: 2px solid #d7e6c8;
|
|
5550
5552
|
transition: 0.3s;
|
|
5551
5553
|
border-radius: 0px 0px 4px 4px; }
|
|
5552
|
-
.
|
|
5554
|
+
.pagination-component .linesPerPage .wrapper > div:hover {
|
|
5553
5555
|
border-color: #3fa110; }
|
|
5554
|
-
.
|
|
5556
|
+
.pagination-component .linesPerPage .wrapper > div > div {
|
|
5555
5557
|
display: flex; }
|
|
5556
|
-
.
|
|
5558
|
+
.pagination-component .linesPerPage .wrapper > div > div:nth-child(2) button {
|
|
5557
5559
|
min-width: unset !important; }
|
|
5558
|
-
.
|
|
5560
|
+
.pagination-component .linesPerPage .wrapper > div > div > div {
|
|
5559
5561
|
display: flex;
|
|
5560
5562
|
align-items: center;
|
|
5561
5563
|
margin-top: 4px;
|
|
5562
5564
|
margin-bottom: 2px; }
|
|
5563
|
-
.
|
|
5565
|
+
.pagination-component .linesPerPage .wrapper.disabled {
|
|
5564
5566
|
pointer-events: none;
|
|
5565
5567
|
-webkit-user-select: none;
|
|
5566
5568
|
-moz-user-select: none;
|
|
5567
5569
|
user-select: none; }
|
|
5568
|
-
.
|
|
5570
|
+
.pagination-component .linesPerPage .wrapper.disabled > div {
|
|
5569
5571
|
border-color: #828a82 !important;
|
|
5570
5572
|
opacity: 0.45; }
|
|
5571
|
-
.
|
|
5573
|
+
.pagination-component .linesPerPage .wrapper.disabled > div svg {
|
|
5572
5574
|
color: #828a82; }
|
|
5573
|
-
.
|
|
5575
|
+
.pagination-component .linesPerPage .drop {
|
|
5574
5576
|
margin: 0;
|
|
5575
5577
|
padding: 0;
|
|
5576
5578
|
padding-top: 7px; }
|
|
5577
|
-
.
|
|
5579
|
+
.pagination-component .linesPerPage .drop p {
|
|
5578
5580
|
-webkit-user-select: none;
|
|
5579
5581
|
-moz-user-select: none;
|
|
5580
5582
|
user-select: none;
|
|
5581
5583
|
margin-left: 4px;
|
|
5582
5584
|
margin-right: 8px;
|
|
5583
5585
|
color: #323c32; }
|
|
5584
|
-
.
|
|
5586
|
+
.pagination-component .linesPerPage .drop svg {
|
|
5585
5587
|
width: 14px;
|
|
5586
5588
|
color: #3fa110;
|
|
5587
5589
|
transition: 0.3s;
|
|
5588
5590
|
transform: rotate(0deg); }
|
|
5589
|
-
.
|
|
5591
|
+
.pagination-component .linesPerPage .drop.active svg {
|
|
5590
5592
|
transform: rotate(-180deg); }
|
|
5591
|
-
.
|
|
5593
|
+
.pagination-component .paginationContainer {
|
|
5592
5594
|
display: flex;
|
|
5593
5595
|
align-items: center;
|
|
5594
5596
|
list-style-type: none;
|
|
@@ -5597,7 +5599,7 @@ h5 {
|
|
|
5597
5599
|
margin: 0;
|
|
5598
5600
|
padding: 0;
|
|
5599
5601
|
position: relative; }
|
|
5600
|
-
.
|
|
5602
|
+
.pagination-component .paginationContainer .paginationItem {
|
|
5601
5603
|
display: flex;
|
|
5602
5604
|
align-items: center;
|
|
5603
5605
|
justify-content: center;
|
|
@@ -5611,30 +5613,30 @@ h5 {
|
|
|
5611
5613
|
-moz-user-select: none;
|
|
5612
5614
|
user-select: none;
|
|
5613
5615
|
transition: 0.3s ease-in-out; }
|
|
5614
|
-
.
|
|
5616
|
+
.pagination-component .paginationContainer .paginationItem:hover {
|
|
5615
5617
|
cursor: pointer; }
|
|
5616
|
-
.
|
|
5618
|
+
.pagination-component .paginationContainer .paginationItem.dots {
|
|
5617
5619
|
display: flex;
|
|
5618
5620
|
-webkit-user-select: none;
|
|
5619
5621
|
-moz-user-select: none;
|
|
5620
5622
|
user-select: none;
|
|
5621
5623
|
pointer-events: none; }
|
|
5622
|
-
.
|
|
5624
|
+
.pagination-component .paginationContainer .paginationItem.dots svg {
|
|
5623
5625
|
color: #3fa110;
|
|
5624
5626
|
width: 18px;
|
|
5625
5627
|
margin-bottom: 1px; }
|
|
5626
|
-
.
|
|
5628
|
+
.pagination-component .paginationContainer .paginationItem.dots:hover {
|
|
5627
5629
|
background-color: transparent;
|
|
5628
5630
|
cursor: default; }
|
|
5629
|
-
.
|
|
5631
|
+
.pagination-component .paginationContainer .paginationItem:hover {
|
|
5630
5632
|
cursor: pointer;
|
|
5631
5633
|
color: #33820d; }
|
|
5632
|
-
.
|
|
5634
|
+
.pagination-component .paginationContainer .paginationItem.selected {
|
|
5633
5635
|
width: 100%;
|
|
5634
5636
|
color: #33820d;
|
|
5635
5637
|
position: relative;
|
|
5636
5638
|
transition: 0.3s ease-in-out; }
|
|
5637
|
-
.
|
|
5639
|
+
.pagination-component .paginationContainer .paginationItem.selected.nonLoader::after {
|
|
5638
5640
|
content: '';
|
|
5639
5641
|
bottom: -2px;
|
|
5640
5642
|
position: absolute;
|
|
@@ -5644,29 +5646,29 @@ h5 {
|
|
|
5644
5646
|
border-radius: 2px;
|
|
5645
5647
|
transition: 0.3s ease-in-out;
|
|
5646
5648
|
z-index: -1; }
|
|
5647
|
-
.
|
|
5649
|
+
.pagination-component .paginationContainer .paginationItem:active {
|
|
5648
5650
|
transform: scale(0.9); }
|
|
5649
|
-
.
|
|
5651
|
+
.pagination-component .paginationContainer .paginationItem.disabled {
|
|
5650
5652
|
pointer-events: none;
|
|
5651
5653
|
color: #828a82;
|
|
5652
5654
|
opacity: 0.75; }
|
|
5653
|
-
.
|
|
5655
|
+
.pagination-component .paginationContainer .paginationItem.disabled svg {
|
|
5654
5656
|
color: #828a82;
|
|
5655
5657
|
opacity: 0.25; }
|
|
5656
|
-
.
|
|
5658
|
+
.pagination-component .paginationContainer .paginationItem.disabled.selected {
|
|
5657
5659
|
pointer-events: none;
|
|
5658
5660
|
width: 100%;
|
|
5659
5661
|
color: #828a82;
|
|
5660
5662
|
position: relative;
|
|
5661
5663
|
transition: 0.3s ease-in-out; }
|
|
5662
|
-
.
|
|
5664
|
+
.pagination-component .paginationContainer .paginationItem.disabled.selected::after {
|
|
5663
5665
|
display: none; }
|
|
5664
|
-
.
|
|
5666
|
+
.pagination-component .paginationContainer .paginationItem.disabled:hover {
|
|
5665
5667
|
background-color: transparent;
|
|
5666
5668
|
cursor: default; }
|
|
5667
|
-
.
|
|
5669
|
+
.pagination-component .paginationContainer .arrows svg {
|
|
5668
5670
|
max-height: 16px; }
|
|
5669
|
-
.
|
|
5671
|
+
.pagination-component .paginationContainerLoader {
|
|
5670
5672
|
display: flex;
|
|
5671
5673
|
align-items: center;
|
|
5672
5674
|
justify-content: center;
|
|
@@ -5677,14 +5679,14 @@ h5 {
|
|
|
5677
5679
|
height: 100%;
|
|
5678
5680
|
background-color: #f8f9f7;
|
|
5679
5681
|
opacity: 1; }
|
|
5680
|
-
.
|
|
5682
|
+
.pagination-component .paginationContainerLoader.enter {
|
|
5681
5683
|
opacity: 0; }
|
|
5682
|
-
.
|
|
5684
|
+
.pagination-component .paginationContainerLoader.enterActive {
|
|
5683
5685
|
transition: 0.3s ease;
|
|
5684
5686
|
opacity: 1; }
|
|
5685
|
-
.
|
|
5687
|
+
.pagination-component .paginationContainerLoader.exit {
|
|
5686
5688
|
opacity: 1; }
|
|
5687
|
-
.
|
|
5689
|
+
.pagination-component .paginationContainerLoader.exitActive {
|
|
5688
5690
|
transition: 0.3s ease;
|
|
5689
5691
|
opacity: 0; }
|
|
5690
5692
|
|