plataforma-fundacao-componentes 2.26.5 → 2.26.7

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 (38) hide show
  1. package/dist/assets/icons/Bell16Icon.d.ts +3 -0
  2. package/dist/assets/icons/BellIcon.d.ts +3 -0
  3. package/dist/assets/icons/PercentLoaderIcon.d.ts +5 -3
  4. package/dist/assets/icons/Settings16Icon.d.ts +3 -0
  5. package/dist/components/button/Button.d.ts +1 -2
  6. package/dist/components/checkbox/Checkbox.d.ts +3 -3
  7. package/dist/components/container/Container.d.ts +3 -6
  8. package/dist/components/dropdownMenu/DropdownMenu.d.ts +5 -10
  9. package/dist/components/floatingPanel/FloatingPanel.d.ts +18 -11
  10. package/dist/components/fullHeightContainer/FullHeightContainer.d.ts +2 -8
  11. package/dist/components/fullHeightContainer/FullHeightContainer.stories.d.ts +4 -4
  12. package/dist/components/header/Header.d.ts +2 -3
  13. package/dist/components/iconButton/IconButton.d.ts +2 -10
  14. package/dist/components/input/Input.d.ts +1 -14
  15. package/dist/components/itemDropdownDownload/ItemDropdownDownload.d.ts +4 -10
  16. package/dist/components/notification/Notification.d.ts +5 -12
  17. package/dist/components/notification/Notification.stories.d.ts +7 -8
  18. package/dist/components/notificationPanel/NotificationPanel.d.ts +21 -0
  19. package/dist/components/notificationPanel/NotificationPanel.stories.d.ts +6 -0
  20. package/dist/components/select/Select.d.ts +0 -1
  21. package/dist/components/select/Select.stories.d.ts +3 -1
  22. package/dist/components/videoModal/VideoModal.d.ts +4 -4
  23. package/dist/hooks/useEvent/useEvent.d.ts +6 -0
  24. package/dist/hooks/useFloatingPanel/useFloatingPanel.d.ts +21 -0
  25. package/dist/hooks/useFloatingPanel/useFloatingPanel.stories.d.ts +8 -0
  26. package/dist/hooks/useSystemInfo/useSystemInfo.d.ts +6 -0
  27. package/dist/hooks/useSystemInfo/useSystemInfo.stories.d.ts +6 -0
  28. package/dist/index.css +247 -206
  29. package/dist/index.d.ts +11 -3
  30. package/dist/index.js +821 -697
  31. package/dist/index.js.map +1 -1
  32. package/dist/index.modern.js +818 -699
  33. package/dist/index.modern.js.map +1 -1
  34. package/dist/libraries/Notification.d.ts +1 -0
  35. package/dist/libraries/System.d.ts +19 -0
  36. package/dist/utils/HTMLutils.d.ts +0 -1
  37. package/dist/utils/MaskUtils.d.ts +1 -1
  38. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -871,18 +871,20 @@ h5 {
871
871
  display: inline-block; }
872
872
  .component-notification-outer .component-notification {
873
873
  position: absolute;
874
- min-width: 18px;
875
- min-height: 18px;
874
+ min-width: 16px;
875
+ min-height: 16px;
876
876
  display: flex;
877
877
  align-items: center;
878
878
  justify-content: center;
879
879
  border-radius: 200px;
880
- font-size: 13px; }
881
- @media screen and (max-width: 767.98px) {
882
- .component-notification-outer .component-notification {
883
- font-size: 10px;
884
- min-width: 16px;
885
- min-height: 16px; } }
880
+ font-size: 10px;
881
+ font-family: "Nunito", sans-serif;
882
+ padding: 0 4px; }
883
+ .component-notification-outer [data-bordered='true'] {
884
+ border: 1px solid #fefefe; }
885
+ .component-notification-outer .component-notification-primary {
886
+ background-color: #3fa110;
887
+ color: #fefefe; }
886
888
  .component-notification-outer .component-notification-primary {
887
889
  background-color: #3fa110;
888
890
  color: #fefefe; }
@@ -895,6 +897,9 @@ h5 {
895
897
  .component-notification-outer .component-notification-error {
896
898
  background-color: #e60000;
897
899
  color: #fefefe; }
900
+ .component-notification-outer .component-notification-error-light {
901
+ background-color: #e60050;
902
+ color: #fefefe; }
898
903
  .component-notification-outer .component-notification-default {
899
904
  background-color: #323c32;
900
905
  color: #fefefe; }
@@ -2514,17 +2519,19 @@ h5 {
2514
2519
  warningDark: #765f00; }
2515
2520
 
2516
2521
  .component-container {
2517
- position: absolute;
2522
+ position: relative;
2518
2523
  top: 0;
2519
2524
  left: 0;
2520
2525
  width: 100%;
2521
2526
  height: 100%;
2522
2527
  max-height: 100%;
2523
2528
  overflow-y: auto;
2524
- overflow-y: overlay;
2525
2529
  display: flex;
2526
2530
  align-items: flex-start;
2527
- justify-content: center; }
2531
+ justify-content: center;
2532
+ scrollbar-gutter: stable both-edges; }
2533
+ .component-container.mobile {
2534
+ overflow-y: visible; }
2528
2535
  .component-container .component-container-insider {
2529
2536
  position: relative;
2530
2537
  padding-right: 12px;
@@ -3109,37 +3116,12 @@ max-width 100% 540px 720px 960px 1140px
3109
3116
  warningLight: #ffeb98;
3110
3117
  warningDark: #765f00; }
3111
3118
 
3112
- .component-dropdown-menu {
3113
- display: block; }
3114
-
3115
- .component-dropdown-menu-panel {
3116
- padding: 8px 0;
3119
+ .floating-panel {
3117
3120
  z-index: 987;
3118
- background-color: #fefefe;
3119
- position: fixed;
3120
- border-radius: 8px;
3121
- box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3);
3122
3121
  overflow: auto;
3123
- overflow: overlay;
3124
- max-height: calc(49% - 46px); }
3125
-
3126
- .component-dropdown-menu-panel-fade-enter {
3127
- opacity: 0;
3128
- transform: translateY(10px); }
3129
-
3130
- .component-dropdown-menu-panel-fade-enter-active {
3131
- transition: transform 0.3s ease, opacity 0.3s ease;
3132
- opacity: 1;
3133
- transform: translateY(0); }
3134
-
3135
- .component-dropdown-menu-panel-fade-exit {
3136
- opacity: 1;
3137
- transform: translateY(0); }
3138
-
3139
- .component-dropdown-menu-panel-fade-exit-active {
3140
- transition: transform 0.3s ease, opacity 0.3s ease;
3141
- opacity: 0;
3142
- transform: translateY(10px); }
3122
+ border-radius: 4px;
3123
+ background-color: #fefefe;
3124
+ box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3); }
3143
3125
 
3144
3126
  :export {
3145
3127
  widthXs: 575.98px;
@@ -3168,42 +3150,11 @@ max-width 100% 540px 720px 960px 1140px
3168
3150
  warningLight: #ffeb98;
3169
3151
  warningDark: #765f00; }
3170
3152
 
3171
- .floating-panel-wrapper {
3172
- position: absolute;
3173
- width: 100%;
3174
- bottom: 0;
3175
- left: 0;
3176
- background-color: #ffffff; }
3177
- .floating-panel-wrapper .floating-panel {
3178
- position: fixed;
3179
- z-index: 987;
3180
- background-color: #fefefe;
3181
- -webkit-user-select: none;
3182
- -moz-user-select: none;
3183
- user-select: none;
3184
- overflow: hidden; }
3185
- .floating-panel-wrapper .floating-panel.only-top {
3186
- border-radius: 8px 8px 0 0; }
3187
- .floating-panel-wrapper .floating-panel.only-bottom {
3188
- border-radius: 0 0 8px 8px; }
3189
- .floating-panel-wrapper .floating-panel.all {
3190
- border-radius: 8px; }
3191
- .floating-panel-wrapper .floating-panel.shadow {
3192
- box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3); }
3193
- .floating-panel-wrapper .floating-panel-enter {
3194
- transform: translateY(10px);
3195
- opacity: 0; }
3196
- .floating-panel-wrapper .floating-panel-enter-active {
3197
- transition: transform 0.3s ease, opacity 0.3s ease;
3198
- opacity: 1;
3199
- transform: translateY(0); }
3200
- .floating-panel-wrapper .floating-panel-exit {
3201
- opacity: 1;
3202
- transform: translateY(0); }
3203
- .floating-panel-wrapper .floating-panel-exit-active {
3204
- transition: transform 0.3s ease, opacity 0.3s ease;
3205
- transform: translateY(10px);
3206
- opacity: 0; }
3153
+ .component-dropdown-menu-panel {
3154
+ padding: 8px 0;
3155
+ width: auto; }
3156
+ .component-dropdown-menu-panel.no-padding {
3157
+ padding: 0; }
3207
3158
 
3208
3159
  :export {
3209
3160
  widthXs: 575.98px;
@@ -3991,25 +3942,30 @@ max-width 100% 540px 720px 960px 1140px
3991
3942
  warningDark: #765f00; }
3992
3943
 
3993
3944
  .full-height-container {
3994
- position: fixed;
3995
- height: 100%;
3996
- width: 100%;
3945
+ position: relative;
3946
+ box-sizing: border-box;
3947
+ height: 100dvh;
3948
+ width: 100vw;
3997
3949
  top: 0;
3998
3950
  left: 0;
3999
3951
  display: flex;
4000
3952
  flex-flow: column; }
4001
3953
  .full-height-container .full-height-container-row-header {
4002
- flex: 0 1 auto;
4003
- z-index: +2; }
3954
+ z-index: +2;
3955
+ position: fixed;
3956
+ top: 0;
3957
+ left: 0;
3958
+ z-index: +2;
3959
+ width: 100%; }
4004
3960
  .full-height-container .full-height-container-row-content {
4005
3961
  z-index: +1;
4006
3962
  display: flex;
4007
3963
  flex-flow: column;
4008
3964
  flex: 1 1 auto;
4009
- overflow-y: auto;
4010
- overflow-y: overlay;
4011
- position: relative;
4012
- padding: 0; }
3965
+ padding: 0;
3966
+ overflow: auto; }
3967
+ .full-height-container .full-height-container-row-content.mobile {
3968
+ overflow: visible; }
4013
3969
  .full-height-container .full-height-container-row-content.vertical-padding {
4014
3970
  padding-top: 12px;
4015
3971
  padding-bottom: 12px; }
@@ -4017,8 +3973,11 @@ max-width 100% 540px 720px 960px 1140px
4017
3973
  padding-left: 12px;
4018
3974
  padding-right: 12px; }
4019
3975
  .full-height-container .full-height-container-row-footer {
4020
- flex: 0 1 auto;
4021
- z-index: +2; }
3976
+ position: fixed;
3977
+ bottom: 0;
3978
+ left: 0;
3979
+ z-index: +2;
3980
+ width: 100%; }
4022
3981
 
4023
3982
  :export {
4024
3983
  widthXs: 575.98px;
@@ -4279,7 +4238,9 @@ header.component-header {
4279
4238
  flex-direction: column;
4280
4239
  justify-content: center;
4281
4240
  align-items: stretch;
4282
- -webkit-appearance: none; }
4241
+ -webkit-appearance: none;
4242
+ -moz-appearance: none;
4243
+ appearance: none; }
4283
4244
  .component-input .component-input-label {
4284
4245
  color: #323c32;
4285
4246
  transition: color 0.3s ease;
@@ -4301,6 +4262,7 @@ header.component-header {
4301
4262
  border-color: #cdd3cd; }
4302
4263
  .component-input .component-input-input-container .component-input-input {
4303
4264
  color: #323c32;
4265
+ caret-color: #33820d;
4304
4266
  border-radius: 0;
4305
4267
  transition: color 0.3s ease, border-color 0.3s ease;
4306
4268
  width: 100%;
@@ -4350,7 +4312,8 @@ header.component-header {
4350
4312
  .component-input.component-input-error .component-input-input-container {
4351
4313
  border-color: #e60000 !important; }
4352
4314
  .component-input.component-input-error .component-input-input-container .component-input-input {
4353
- color: #e60000 !important; }
4315
+ color: #e60000 !important;
4316
+ caret-color: #e60000; }
4354
4317
 
4355
4318
  .component-input.component-input-error .component-input-helper-text {
4356
4319
  color: #e60000 !important; }
@@ -4402,7 +4365,9 @@ header.component-header {
4402
4365
  .component-input-input:disabled::placeholder {
4403
4366
  color: #828a82 !important; }
4404
4367
 
4405
- .component-input:not(.component-input-error):not(.force-focus):not(.component-input-disabled):not(.component-input-loading) .component-input-input-container:focus-within::before {
4368
+ .component-input:not(.component-input-error):not(.force-focus):not(.component-input-disabled):not(
4369
+ .component-input-loading
4370
+ ) .component-input-input-container:focus-within::before {
4406
4371
  opacity: 1;
4407
4372
  visibility: visible;
4408
4373
  content: '';
@@ -4413,7 +4378,9 @@ header.component-header {
4413
4378
  background-color: #33820d;
4414
4379
  animation: inputFocus 0.3s ease forwards; }
4415
4380
 
4416
- .component-input:not(.component-input-error):not(.force-focus):not(.component-input-disabled):not(.component-input-loading) .component-input-input-container:not(:focus-within):not(.force-focus)::before {
4381
+ .component-input:not(.component-input-error):not(.force-focus):not(.component-input-disabled):not(
4382
+ .component-input-loading
4383
+ ) .component-input-input-container:not(:focus-within):not(.force-focus)::before {
4417
4384
  opacity: 0;
4418
4385
  content: '';
4419
4386
  height: 2px;
@@ -4682,106 +4649,87 @@ header.component-header {
4682
4649
  warningLight: #ffeb98;
4683
4650
  warningDark: #765f00; }
4684
4651
 
4685
- .component-item-dropdown-download-outer {
4686
- position: relative;
4687
- width: 100%; }
4688
- .component-item-dropdown-download-outer .component-item-dropdown-download {
4689
- background-color: #fefefe;
4690
- height: 44px;
4691
- border-radius: 8px;
4652
+ .component-item-dropdown-download {
4653
+ background-color: #fefefe;
4654
+ height: 44px;
4655
+ border-radius: 4px;
4656
+ display: flex;
4657
+ align-items: center;
4658
+ justify-content: space-between;
4659
+ padding: 8px 16px;
4660
+ width: 100%;
4661
+ cursor: pointer;
4662
+ outline: none;
4663
+ border: none; }
4664
+ .component-item-dropdown-download .component-item-dropdown-download-label {
4665
+ -webkit-user-select: none;
4666
+ -moz-user-select: none;
4667
+ user-select: none;
4668
+ font-size: 16px;
4669
+ font-weight: 600;
4670
+ color: #323c32;
4671
+ max-width: calc(100% - 30px);
4672
+ overflow: hidden;
4673
+ text-overflow: ellipsis;
4674
+ text-align: left; }
4675
+ .component-item-dropdown-download .component-item-dropdown-download-arrow {
4692
4676
  display: flex;
4693
4677
  align-items: center;
4694
- justify-content: space-between;
4695
- padding: 8px 16px;
4678
+ justify-content: center;
4679
+ color: #3fa110;
4680
+ transition: 0.3s ease;
4681
+ padding: 4px 0 0 0;
4682
+ background-color: rgba(0, 0, 0, 0); }
4683
+ .component-item-dropdown-download .component-item-dropdown-download-arrow.up {
4684
+ transform: rotateZ(180deg); }
4685
+
4686
+ .component-item-dropdown-download-panel {
4687
+ width: 100%;
4688
+ padding: 0;
4689
+ z-index: 987; }
4690
+ .component-item-dropdown-download-panel .component-item-dropdown-download-item {
4691
+ -webkit-appearance: none;
4692
+ -moz-appearance: none;
4693
+ appearance: none;
4696
4694
  width: 100%;
4695
+ display: flex;
4696
+ align-items: center;
4697
+ justify-content: space-between;
4698
+ -webkit-user-select: none;
4699
+ -moz-user-select: none;
4700
+ user-select: none;
4701
+ transition: background-color 0.3s ease;
4697
4702
  cursor: pointer;
4703
+ padding: 4px 14px;
4704
+ border: none;
4698
4705
  outline: none;
4699
- border: none; }
4700
- .component-item-dropdown-download-outer .component-item-dropdown-download .component-item-dropdown-download-label {
4701
- -webkit-user-select: none;
4702
- -moz-user-select: none;
4703
- user-select: none;
4704
- font-size: 16px;
4705
- font-weight: 600;
4706
- color: #323c32;
4707
- max-width: calc(100% - 30px);
4708
- overflow: hidden;
4709
- text-overflow: ellipsis;
4710
- text-align: left; }
4711
- .component-item-dropdown-download-outer .component-item-dropdown-download .component-item-dropdown-download-arrow {
4706
+ background-color: #fefefe; }
4707
+ .component-item-dropdown-download-panel .component-item-dropdown-download-item:hover, .component-item-dropdown-download-panel .component-item-dropdown-download-item:focus {
4708
+ background-color: #f8f9f7; }
4709
+ .component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-item-label {
4710
+ transform: scale(1);
4712
4711
  display: flex;
4713
4712
  align-items: center;
4714
- justify-content: center;
4713
+ justify-content: flex-start;
4714
+ transition: transform 0.3s ease;
4715
+ font-size: 16px;
4716
+ padding-bottom: 2px;
4717
+ text-align: left;
4718
+ transform-origin: right center;
4719
+ color: #323c32; }
4720
+ .component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-download-icon {
4721
+ transition: transform 0.3s ease;
4715
4722
  color: #3fa110;
4716
- transition: 0.3s ease;
4717
- padding: 4px 0 0 0;
4718
- background-color: rgba(0, 0, 0, 0); }
4719
- .component-item-dropdown-download-outer .component-item-dropdown-download .component-item-dropdown-download-arrow.up {
4720
- transform: rotateZ(180deg); }
4721
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel {
4722
- width: 100%;
4723
- box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3);
4724
- border-radius: 8px;
4725
- padding: 8px 0;
4726
- margin-top: 6px;
4727
- background-color: #fefefe;
4728
- position: absolute;
4729
- z-index: 987; }
4730
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item {
4731
- -webkit-appearance: none;
4732
- width: 100%;
4733
4723
  display: flex;
4734
4724
  align-items: center;
4735
- justify-content: space-between;
4736
- -webkit-user-select: none;
4737
- -moz-user-select: none;
4738
- user-select: none;
4739
- transition: background-color 0.3s ease;
4740
- cursor: pointer;
4741
- padding: 4px 14px;
4742
- border: none;
4743
- outline: none;
4744
- background-color: #fefefe; }
4745
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item:hover, .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item:focus {
4746
- background-color: #f8f9f7; }
4747
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-item-label {
4748
- transform: scale(1);
4749
- display: flex;
4750
- align-items: center;
4751
- justify-content: flex-start;
4752
- transition: transform 0.3s ease;
4753
- font-size: 16px;
4754
- padding-bottom: 2px;
4755
- text-align: left;
4756
- transform-origin: right center;
4757
- color: #323c32; }
4758
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-download-icon {
4759
- transition: transform 0.3s ease;
4760
- color: #3fa110;
4761
- display: flex;
4762
- align-items: center;
4763
- justify-content: center;
4764
- transform-origin: left center; }
4765
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-download-icon svg {
4766
- width: 24px;
4767
- height: 24px; }
4768
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item:active .component-item-dropdown-download-download-icon,
4769
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel .component-item-dropdown-download-item:active .component-item-dropdown-download-item-label {
4770
- transform: scale(0.9); }
4771
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel.panel-fade-enter {
4772
- transform: translateY(10px);
4773
- opacity: 0; }
4774
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel.panel-fade-enter-active {
4775
- transition: transform 0.3s ease, opacity 0.3s ease;
4776
- opacity: 1;
4777
- transform: translateY(0); }
4778
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel.panel-fade-exit {
4779
- opacity: 1;
4780
- transform: translateY(0); }
4781
- .component-item-dropdown-download-outer .component-item-dropdown-download-panel.panel-fade-exit-active {
4782
- transition: transform 0.3s ease, opacity 0.3s ease;
4783
- transform: translateY(10px);
4784
- opacity: 0; }
4725
+ justify-content: center;
4726
+ transform-origin: left center; }
4727
+ .component-item-dropdown-download-panel .component-item-dropdown-download-item .component-item-dropdown-download-download-icon svg {
4728
+ width: 24px;
4729
+ height: 24px; }
4730
+ .component-item-dropdown-download-panel .component-item-dropdown-download-item:active .component-item-dropdown-download-download-icon,
4731
+ .component-item-dropdown-download-panel .component-item-dropdown-download-item:active .component-item-dropdown-download-item-label {
4732
+ transform: scale(0.9); }
4785
4733
 
4786
4734
  :export {
4787
4735
  widthXs: 575.98px;
@@ -6187,28 +6135,26 @@ h5 {
6187
6135
  transform: rotateZ(180deg); }
6188
6136
 
6189
6137
  .component-select-panel {
6190
- z-index: 987;
6191
6138
  background-color: #fefefe;
6192
- position: fixed;
6193
- box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3);
6194
- border-radius: 0 0 8px 8px;
6195
6139
  -webkit-user-select: none;
6196
6140
  -moz-user-select: none;
6197
- user-select: none; }
6141
+ user-select: none;
6142
+ overflow: visible;
6143
+ height: -moz-fit-content;
6144
+ height: fit-content; }
6198
6145
  .component-select-panel .component-select-panel-input {
6199
6146
  margin-bottom: 6px;
6200
6147
  padding: 0 16px;
6201
6148
  margin-top: 16px; }
6202
6149
  .component-select-panel .component-select-options {
6203
6150
  overflow-y: auto;
6204
- overflow-y: overlay;
6205
- max-height: 140px; }
6151
+ max-height: calc(100% - 48px - 40px); }
6206
6152
  .component-select-panel .component-select-options:last-child .component-select-single-option,
6207
6153
  .component-select-panel .component-select-options:last-child .component-select-multiple-option {
6208
6154
  color: #323c32; }
6209
6155
  .component-select-panel .component-select-options:last-child .component-select-single-option:last-child,
6210
6156
  .component-select-panel .component-select-options:last-child .component-select-multiple-option:last-child {
6211
- border-radius: 0 0 8px 8px; }
6157
+ border-radius: 0 0 4px 4px; }
6212
6158
  .component-select-panel .component-select-options .component-select-single-option {
6213
6159
  min-height: 40px;
6214
6160
  width: 100%;
@@ -6268,9 +6214,9 @@ h5 {
6268
6214
  .component-select-panel .component-select-panel-footer .component-select-footer-button {
6269
6215
  max-width: 50%;
6270
6216
  font-weight: 700;
6271
- font-size: 16px;
6217
+ font-size: 14px;
6272
6218
  color: #3fa110;
6273
- padding: 0 8px 4px; }
6219
+ padding: 4px 8px; }
6274
6220
  .component-select-panel .component-select-panel-footer .component-select-footer-button > div {
6275
6221
  text-overflow: ellipsis;
6276
6222
  overflow: hidden; }
@@ -6288,20 +6234,6 @@ h5 {
6288
6234
  display: flex;
6289
6235
  align-items: center;
6290
6236
  justify-content: flex-start; }
6291
- .component-select-panel.panel-fade-enter {
6292
- transform: translateY(10px);
6293
- opacity: 0; }
6294
- .component-select-panel.panel-fade-enter-active {
6295
- transition: transform 0.3s ease, opacity 0.3s ease;
6296
- opacity: 1;
6297
- transform: translateY(0); }
6298
- .component-select-panel.panel-fade-exit {
6299
- opacity: 1;
6300
- transform: translateY(0); }
6301
- .component-select-panel.panel-fade-exit-active {
6302
- transition: transform 0.3s ease, opacity 0.3s ease;
6303
- transform: translateY(10px);
6304
- opacity: 0; }
6305
6237
 
6306
6238
  :export {
6307
6239
  widthXs: 575.98px;
@@ -8693,6 +8625,113 @@ nav.component-tabs {
8693
8625
  width: 20px;
8694
8626
  height: 20px; }
8695
8627
 
8628
+ :export {
8629
+ white: #fefefe;
8630
+ darkenWhite: #efefef;
8631
+ black: #121212;
8632
+ transparent: rgba(0, 0, 0, 0);
8633
+ primary: #3fa110;
8634
+ primaryDark: #33820d;
8635
+ primaryLight: #d7e6c8;
8636
+ secondaryDarker: #323c32;
8637
+ secondaryDark: #5a645a;
8638
+ blueDarker: #2b517b;
8639
+ secondary: #828a82;
8640
+ secondaryLight: #cdd3cd;
8641
+ secondaryLighter: #f8f9f7;
8642
+ danger: #e60000;
8643
+ dangerLight: #ffb4b4;
8644
+ dangerDark: #ab4745;
8645
+ warning: #ffcd00;
8646
+ warningLight: #ffeb98;
8647
+ warningDark: #765f00; }
8648
+
8649
+ :export {
8650
+ widthXs: 575.98px;
8651
+ widthSm: 767.98px;
8652
+ widthMd: 991.98px;
8653
+ widthLg: 1199.98px; }
8654
+
8655
+ .component-notification-panel {
8656
+ overflow: hidden;
8657
+ z-index: 987;
8658
+ background-color: #fefefe;
8659
+ border-radius: 8px;
8660
+ box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3);
8661
+ max-width: calc(100vw - 10px); }
8662
+ .component-notification-panel-header {
8663
+ -webkit-user-select: none;
8664
+ -moz-user-select: none;
8665
+ user-select: none;
8666
+ display: flex;
8667
+ align-items: center;
8668
+ background-color: #fafafa;
8669
+ border-bottom: 1px solid #cdd3cd;
8670
+ padding: 16px;
8671
+ gap: 8px; }
8672
+ .component-notification-panel-header svg {
8673
+ font-size: 1rem; }
8674
+ .component-notification-panel-header-icon {
8675
+ color: #3fa110; }
8676
+ .component-notification-panel-header-title {
8677
+ flex: 1 1 auto;
8678
+ line-height: 24px;
8679
+ font-size: 16px;
8680
+ font-family: "Exo 2", sans-serif;
8681
+ font-weight: 300; }
8682
+ .component-notification-panel-body {
8683
+ overflow: auto; }
8684
+ .component-notification-panel-body .component-notification-panel-noti {
8685
+ display: flex;
8686
+ align-items: center;
8687
+ padding: 16px;
8688
+ cursor: pointer;
8689
+ -webkit-user-select: none;
8690
+ -moz-user-select: none;
8691
+ user-select: none;
8692
+ gap: 8px; }
8693
+ .component-notification-panel-body .component-notification-panel-noti:not(:only-child):not(:last-child) {
8694
+ border-bottom: 1px solid #cdd3cd; }
8695
+ .component-notification-panel-body .component-notification-panel-noti-head {
8696
+ display: flex;
8697
+ align-items: center;
8698
+ gap: 10px; }
8699
+ .component-notification-panel-body .component-notification-panel-noti-alert {
8700
+ display: block;
8701
+ background-color: #e60050;
8702
+ width: 8px;
8703
+ height: 8px;
8704
+ border-radius: 20px; }
8705
+ .component-notification-panel-body .component-notification-panel-noti-title {
8706
+ font-family: "Nunito", sans-serif;
8707
+ font-size: 16px;
8708
+ font-weight: 700;
8709
+ line-height: 24px;
8710
+ text-align: left;
8711
+ color: #3fa110; }
8712
+ .component-notification-panel-body .component-notification-panel-noti-text {
8713
+ margin-top: 4px;
8714
+ max-width: 300px;
8715
+ color: #323c32;
8716
+ font-family: "Nunito", sans-serif;
8717
+ font-size: 14px;
8718
+ font-weight: 400;
8719
+ line-height: 18px;
8720
+ text-align: left; }
8721
+ .component-notification-panel-body .component-notification-panel-noti-date {
8722
+ font-family: "Nunito", sans-serif;
8723
+ font-size: 10px;
8724
+ font-weight: 700;
8725
+ line-height: 24px;
8726
+ text-align: left;
8727
+ color: #5a645a; }
8728
+ .component-notification-panel-body .component-notification-panel-noti-right svg {
8729
+ color: #3fa110; }
8730
+ .component-notification-panel-footer {
8731
+ padding: 16px;
8732
+ background-color: #fafafa;
8733
+ border-top: 1px solid #cdd3cd; }
8734
+
8696
8735
  :export {
8697
8736
  widthXs: 575.98px;
8698
8737
  widthSm: 767.98px;
@@ -8825,7 +8864,9 @@ nav.component-tabs {
8825
8864
  line-height: 24px;
8826
8865
  border-radius: 8px; }
8827
8866
  .tooltip-element-tooltip .tooltip-element-label {
8828
- max-width: 300px; }
8867
+ max-width: 300px;
8868
+ font-family: "Nunito", sans-serif;
8869
+ color: #fefefe; }
8829
8870
 
8830
8871
  .tooltip-element-reference {
8831
8872
  display: flex;
package/dist/index.d.ts CHANGED
@@ -170,8 +170,11 @@ import Tooltip from './components/tooltip/Tooltip';
170
170
  import TooltipManager from './components/tooltipManager/TooltipManager';
171
171
  import TopLoader from './components/topLoader/TopLoader';
172
172
  import VideoModal from './components/videoModal/VideoModal';
173
+ import { Bell16Icon } from './assets/icons/Bell16Icon';
174
+ import { BellIcon } from './assets/icons/BellIcon';
173
175
  import { MiniInformationIcon } from './assets/icons/MiniInformationIcon';
174
176
  import { PhonePlusIcon } from './assets/icons/PhonePlusIcon';
177
+ import { Settings16Icon } from './assets/icons/Settings16Icon';
175
178
  import Calendar from './components/calendar/Calendar';
176
179
  import CalendarEvent from './components/calendarEvent/CalendarEvent';
177
180
  import Chip from './components/chip/Chip';
@@ -179,6 +182,7 @@ import FloatingPanel from './components/floatingPanel/FloatingPanel';
179
182
  import FormattedText from './components/formattedText/FormattedText';
180
183
  import HourEvents from './components/hourEvents/HourEvents';
181
184
  import InlineMonthPicker from './components/inlineMonthPicker/InlineMonthPicker';
185
+ import NotificationPanel from './components/notificationPanel/NotificationPanel';
182
186
  import QRCode from './components/qrcode/QRCode';
183
187
  import ScrollArrowOverflow from './components/scrollArrowOverflow/ScrollArrowOverflow';
184
188
  import { LeftControlWithLabel } from './components/table/components/leftControlWithLabel/LeftControlWithLabel';
@@ -190,6 +194,8 @@ import useCarouselBehaviour from './hooks/useCarouselBehaviour/useCarouselBehavi
190
194
  import useControlledTimer from './hooks/useControlledTimer/useControlledTimer';
191
195
  import useDraggableContainer from './hooks/useDraggableContainer/useDraggableContainer';
192
196
  import useDropOpened from './hooks/useDropOpened/useDropOpened';
197
+ import useEvent from './hooks/useEvent/useEvent';
198
+ import useFloatingPanel from './hooks/useFloatingPanel/useFloatingPanel';
193
199
  import useHTMLShare from './hooks/useHTMLShare/useHTMLShare';
194
200
  import useModalManager from './hooks/useModalManager/useModalManager';
195
201
  import useOutsideClick from './hooks/useOutsideClick/useOutsideClick';
@@ -199,6 +205,7 @@ import usePublicMenuList from './hooks/usePublicMenuList/usePublicMenuList';
199
205
  import useScreenSize from './hooks/useScreenSize/useScreenSize';
200
206
  import useScrollTo from './hooks/useScrollTo/useScrollTo';
201
207
  import useStorageState from './hooks/useStorageState/useStorageState';
208
+ import useSystemInfo from './hooks/useSystemInfo/useSystemInfo';
202
209
  import useTimeElapsed from './hooks/useTimeElapsed/useTimeElapsed';
203
210
  import useToastManager from './hooks/useToastManager/useToastManager';
204
211
  import useValidatedState from './hooks/useValidatedState/useValidatedState';
@@ -220,6 +227,7 @@ export * from './libraries/Pautas';
220
227
  export * from './libraries/RadioButtonTheme';
221
228
  export * from './libraries/ScreenSizes';
222
229
  export * from './libraries/SicrediLogoThemes';
230
+ export * from './libraries/System';
223
231
  export * from './libraries/Toast';
224
232
  export * from './libraries/Tooltips';
225
233
  export * from './models/menus';
@@ -228,10 +236,10 @@ export { Accordion, ActionCard, ActionsColumn, AnimatedLink, Banner, BigBlockBut
228
236
  /**
229
237
  * @deprecated Use LeftControlWithLabel instead
230
238
  */
231
- LeftControlWithLabel as LeftCheckboxWithLabel, LeftControlWithLabel, Menu, MenuItem, Modal, ModalManager, MoneyByMonth, MoneyMonthLineChart, Notification, PageSubTitle, PageTitle, Pagination, Paginator, PreviaVideo, QRCode, RadioButton, Row, ScrollArrowOverflow, Search, Select, Switch, Table, TableActions, TableFileNameAndAction, TableWithOverflow, Tabs, TextEditor, Title, Toast, ToastManager, Tooltip, TooltipManager, TopLoader, TypedTable, VideoModal, VideoPlayer, };
232
- export { useCallbackedState, useCarouselBehaviour, useControlledTimer, useDraggableContainer, useDropOpened, useHTMLShare, useModalManager, useOutsideClick, usePagination, useProgressiveCount, usePublicMenuList, useScreenSize, useScrollTo, useStorageState, useTimeElapsed, useToastManager, useValidatedState, };
239
+ LeftControlWithLabel as LeftCheckboxWithLabel, LeftControlWithLabel, Menu, MenuItem, Modal, ModalManager, MoneyByMonth, MoneyMonthLineChart, Notification, NotificationPanel, PageSubTitle, PageTitle, Pagination, Paginator, PreviaVideo, QRCode, RadioButton, Row, ScrollArrowOverflow, Search, Select, Switch, Table, TableActions, TableFileNameAndAction, TableWithOverflow, Tabs, TextEditor, Title, Toast, ToastManager, Tooltip, TooltipManager, TopLoader, TypedTable, VideoModal, VideoPlayer, };
240
+ export { useCallbackedState, useCarouselBehaviour, useControlledTimer, useDraggableContainer, useDropOpened, useEvent, useFloatingPanel, useHTMLShare, useModalManager, useOutsideClick, usePagination, useProgressiveCount, usePublicMenuList, useScreenSize, useScrollTo, useStorageState, useSystemInfo, useTimeElapsed, useToastManager, useValidatedState, };
233
241
  export { ATMIcon, AconteceuIcon, AddAssemblyIcon,
234
242
  /**
235
243
  * @deprecated Use AddIcon instead
236
244
  */
237
- AddIcon as AddCircleIcon, AddIcon, AgencyIcon, AlertIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, ArrowLeftIcon, ArrowRightIcon, AssembleiasIcon, BackOfficeIcon, BarChartIcon, BeeIcon, BigPlayIcon, BoldIcon, CalendarCheckIcon, CalendarIcon, CardsIcon, CataventoVerde, CheckCircleIcon, CheckIcon, ChequeIcon, ChevronArrowDownIcon, ChevronArrowLeftIcon, ChevronArrowRightIcon, Chip, CircleArrowLeft, CircleArrowRight, ClockIcon, CloseIcon, CloudDownloadIcon, CloudUploadIcon, ComitesIcon, ComunidadeIcon, CopyIcon, CreditIcon, CrescerIcon, CrescerLogo, DevicePlusIcon, DownloadIcon, DraggableIcon, EditIcon, EvidenciasIcon, ExclamationIcon, ExitIconArrowLeft, ExitIconArrowRight, EyeIcon, FilePlusIcon, FilesIcon, FilterIcon, FontColorIcon, FontIcon, FormacaoIcon, FundacaoLogo, FundoSocialIcon, GlobeIcon, GraduationIcon, HamburgerIcon, HandUpIcon, HomeIcon, InformationIcon, InvestimentIcon, ItalicIcon, LinkIcon, LinksUteisIcon, ListDotIcon, ListIcon, LoaderIcon, LocalIcon, LockIcon, MessageIcon, MiniInformationIcon, MoneyFileIcon, NavigatorWithMouse, NotebookIcon, OptionsIcon, ParticipantesIcon, PaymentIcon, PercentLoaderIcon, PhonePlusIcon, PieChartIcon, PlayIcon, PrintIcon, QRCodeIcon, QRCodeWhatsapp, RedoIcon, RefreshIcon, SearchIcon, SettingsIcon, SicrediLogo, SquaresIcon, SustentabilidadeIcon, ThreeDotsLoader, ThumbsUpIcon, TimesCircleIcon, TooltipElement, TransferenciaIcon, TrashIcon, TrianguloInferior, TwoFileIcon, Typography, UnderlineIcon, UndoIcon, UserIcon, WebsiteIcon, };
245
+ AddIcon as AddCircleIcon, AddIcon, AgencyIcon, AlertIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, ArrowLeftIcon, ArrowRightIcon, AssembleiasIcon, BackOfficeIcon, BarChartIcon, BeeIcon, Bell16Icon, BellIcon, BigPlayIcon, BoldIcon, CalendarCheckIcon, CalendarIcon, CardsIcon, CataventoVerde, CheckCircleIcon, CheckIcon, ChequeIcon, ChevronArrowDownIcon, ChevronArrowLeftIcon, ChevronArrowRightIcon, Chip, CircleArrowLeft, CircleArrowRight, ClockIcon, CloseIcon, CloudDownloadIcon, CloudUploadIcon, ComitesIcon, ComunidadeIcon, CopyIcon, CreditIcon, CrescerIcon, CrescerLogo, DevicePlusIcon, DownloadIcon, DraggableIcon, EditIcon, EvidenciasIcon, ExclamationIcon, ExitIconArrowLeft, ExitIconArrowRight, EyeIcon, FilePlusIcon, FilesIcon, FilterIcon, FontColorIcon, FontIcon, FormacaoIcon, FundacaoLogo, FundoSocialIcon, GlobeIcon, GraduationIcon, HamburgerIcon, HandUpIcon, HomeIcon, InformationIcon, InvestimentIcon, ItalicIcon, LinkIcon, LinksUteisIcon, ListDotIcon, ListIcon, LoaderIcon, LocalIcon, LockIcon, MessageIcon, MiniInformationIcon, MoneyFileIcon, NavigatorWithMouse, NotebookIcon, OptionsIcon, ParticipantesIcon, PaymentIcon, PercentLoaderIcon, PhonePlusIcon, PieChartIcon, PlayIcon, PrintIcon, QRCodeIcon, QRCodeWhatsapp, RedoIcon, RefreshIcon, SearchIcon, Settings16Icon, SettingsIcon, SicrediLogo, SquaresIcon, SustentabilidadeIcon, ThreeDotsLoader, ThumbsUpIcon, TimesCircleIcon, TooltipElement, TransferenciaIcon, TrashIcon, TrianguloInferior, TwoFileIcon, Typography, UnderlineIcon, UndoIcon, UserIcon, WebsiteIcon, };