@policystudio/policy-studio-ui-vue 1.0.30 → 1.0.31

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 (69) hide show
  1. package/.storybook/preview.js +7 -1
  2. package/README.md +6 -2
  3. package/dist/css/psui_styles.css +461 -139
  4. package/package.json +15 -5
  5. package/src/assets/scss/base.scss +2 -0
  6. package/src/assets/scss/components/PsAccordion.scss +28 -11
  7. package/src/assets/scss/components/PsButton.scss +21 -4
  8. package/src/assets/scss/components/PsCardInfos.scss +1 -1
  9. package/src/assets/scss/components/PsCheckbox.scss +4 -5
  10. package/src/assets/scss/components/PsChips.scss +13 -8
  11. package/src/assets/scss/components/PsDialog.scss +5 -2
  12. package/src/assets/scss/components/PsDraggable.scss +64 -0
  13. package/src/assets/scss/components/PsDropdown.scss +5 -22
  14. package/src/assets/scss/components/PsDropdownList.scss +19 -0
  15. package/src/assets/scss/components/PsInput.scss +8 -3
  16. package/src/assets/scss/components/PsInputSelect.scss +6 -3
  17. package/src/assets/scss/components/PsInputTextArea.scss +5 -2
  18. package/src/assets/scss/components/PsRadioButton.scss +5 -5
  19. package/src/assets/scss/components/PsSwitch.scss +4 -4
  20. package/src/assets/scss/components/PsTabHeader.scss +14 -0
  21. package/src/assets/scss/components/PsToast.scss +3 -3
  22. package/src/assets/scss/components/PsToggle.scss +6 -2
  23. package/src/assets/scss/components/PsTooltip.scss +51 -18
  24. package/src/components/accordion/PsAccordion.vue +7 -23
  25. package/src/components/accordion/PsAccordionItem.vue +41 -25
  26. package/src/components/badges-and-tags/PsCardInfos.vue +12 -0
  27. package/src/components/badges-and-tags/PsChartLegend.vue +13 -0
  28. package/src/components/badges-and-tags/PsClimateZoneBadge.vue +7 -0
  29. package/src/components/badges-and-tags/PsCostEffectBar.vue +6 -0
  30. package/src/components/badges-and-tags/PsHighlightRippleDot.vue +3 -1
  31. package/src/components/badges-and-tags/PsMiniTag.vue +6 -0
  32. package/src/components/badges-and-tags/PsProgressBar.vue +17 -9
  33. package/src/components/buttons/PsButton.vue +22 -1
  34. package/src/components/chips/PsChips.vue +24 -3
  35. package/src/components/controls/PsCheckbox.vue +32 -16
  36. package/src/components/controls/PsDraggable.vue +39 -150
  37. package/src/components/controls/PsInlineSelector.vue +30 -0
  38. package/src/components/controls/PsRadioButton.vue +28 -15
  39. package/src/components/controls/PsSwitch.vue +20 -11
  40. package/src/components/controls/PsToggle.vue +33 -12
  41. package/src/components/datatable/PsDataTable.vue +18 -0
  42. package/src/components/forms/PsDropdown.vue +18 -60
  43. package/src/components/forms/PsDropdownList.vue +82 -0
  44. package/src/components/forms/PsInput.vue +28 -1
  45. package/src/components/forms/PsInputSelect.vue +21 -0
  46. package/src/components/forms/PsInputTextArea.vue +53 -40
  47. package/src/components/notifications/PsDialog.vue +15 -0
  48. package/src/components/notifications/PsToast.vue +12 -0
  49. package/src/components/playground/PsScrollBar.vue +15 -0
  50. package/src/components/tabs/PsTabHeader.vue +18 -0
  51. package/src/components/tooltip/PsDialogTooltip.vue +103 -20
  52. package/src/components/tooltip/PsRichTooltip.vue +6 -3
  53. package/src/components/tooltip/PsTooltip.vue +19 -3
  54. package/src/components/ui/PsIcon.vue +30 -0
  55. package/src/index.js +30 -2
  56. package/src/stories/Accordion.stories.js +12 -48
  57. package/src/stories/Button.stories.js +30 -7
  58. package/src/stories/Chips.stories.js +14 -2
  59. package/src/stories/Dropdown.stories.js +36 -13
  60. package/src/stories/Playground.stories.js +16 -0
  61. package/src/stories/Switch.stories.js +8 -2
  62. package/src/stories/Toast.stories.js +16 -16
  63. package/src/stories/Tooltip.stories.js +6 -6
  64. package/src/stories/Typography.stories.mdx +22 -18
  65. package/src/util/GeneralFunctions.js +8 -0
  66. package/tailwind.config.js +7 -3
  67. package/vetur/attributes.json +1376 -0
  68. package/vetur/tags.json +632 -0
  69. package/src/components/forms/PsDropdownCopy.vue +0 -212
@@ -7371,6 +7371,16 @@ video {
7371
7371
  cursor: not-allowed;
7372
7372
  }
7373
7373
 
7374
+ .psui-cursor-grab{
7375
+ cursor: -webkit-grab;
7376
+ cursor: grab;
7377
+ }
7378
+
7379
+ .psui-cursor-grabbing{
7380
+ cursor: -webkit-grabbing;
7381
+ cursor: grabbing;
7382
+ }
7383
+
7374
7384
  .psui-block{
7375
7385
  display: block;
7376
7386
  }
@@ -8024,17 +8034,17 @@ video {
8024
8034
 
8025
8035
  .psui-text-p{
8026
8036
  font-size: 16px;
8027
- line-height: 120%;
8037
+ line-height: 130%;
8028
8038
  }
8029
8039
 
8030
8040
  .psui-text-h1{
8031
8041
  font-size: 28px;
8032
- line-height: 120%;
8042
+ line-height: 130%;
8033
8043
  }
8034
8044
 
8035
8045
  .psui-text-h2{
8036
8046
  font-size: 24px;
8037
- line-height: 120%;
8047
+ line-height: 130%;
8038
8048
  }
8039
8049
 
8040
8050
  .psui-text-h3{
@@ -17171,6 +17181,143 @@ html {
17171
17181
  -webkit-font-smoothing: antialiased;
17172
17182
  }
17173
17183
 
17184
+ .psui-el-draggable {
17185
+ width: 100%;
17186
+ display: flex;
17187
+ flex-wrap: wrap;
17188
+ justify-content: flex-start;
17189
+ grid-gap: 0.5rem;
17190
+ gap: 0.5rem;
17191
+ }
17192
+
17193
+ .psui-el-draggable .psui-el-draggable-wrapper {
17194
+ width: 100%;
17195
+ border-radius: 0.5rem;
17196
+ --bg-opacity: 1;
17197
+ background-color: #E6ECF2;
17198
+ background-color: rgba(230, 236, 242, var(--bg-opacity));
17199
+ padding: 0.5rem;
17200
+ display: flex;
17201
+ align-items: center;
17202
+ flex-direction: column;
17203
+ padding: 8px 8px 0px 8px;
17204
+ }
17205
+
17206
+ .psui-el-draggable .psui-el-draggable-title {
17207
+ width: 100%;
17208
+ display: flex;
17209
+ border-radius: 0.125rem;
17210
+ align-items: center;
17211
+ cursor: -webkit-grab;
17212
+ cursor: grab;
17213
+ vertical-align: middle;
17214
+ }
17215
+
17216
+ .psui-el-draggable .psui-el-draggable-title:active {
17217
+ cursor: -webkit-grabbing;
17218
+ cursor: grabbing;
17219
+ }
17220
+
17221
+ .psui-el-draggable .psui-el-draggable-title{
17222
+ padding: 6px 16px;
17223
+ }
17224
+
17225
+ .psui-el-draggable .psui-el-draggable-title h2 {
17226
+ width: 100%;
17227
+ --text-opacity: 1;
17228
+ color: #28323B;
17229
+ color: rgba(40, 50, 59, var(--text-opacity));
17230
+ font-weight: 700;
17231
+ text-transform: uppercase;
17232
+ font-size: 12px;
17233
+ }
17234
+
17235
+ .psui-el-draggable .psui-el-draggable-title i {
17236
+ font-family: 'Material Icons Round';
17237
+ font-weight: normal;
17238
+ font-style: normal;
17239
+ font-size: 24px;
17240
+ line-height: 1;
17241
+ letter-spacing: normal;
17242
+ text-transform: none;
17243
+ display: inline-block;
17244
+ white-space: nowrap;
17245
+ word-wrap: normal;
17246
+ direction: ltr;
17247
+ -webkit-font-feature-settings: 'liga';
17248
+ -webkit-font-smoothing: antialiased;
17249
+ --text-opacity: 1;
17250
+ color: #A2ACB7;
17251
+ color: rgba(162, 172, 183, var(--text-opacity));
17252
+ font-size: 18px;
17253
+ }
17254
+
17255
+ .psui-el-draggable .psui-el-draggable-list-items-wrapper {
17256
+ width: 100%;
17257
+ display: flex;
17258
+ flex-wrap: wrap;
17259
+ }
17260
+
17261
+ .psui-el-draggable .psui-el-draggable-list-items-wrapper li {
17262
+ width: 100%;
17263
+ margin-bottom: 0.5rem;
17264
+ box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.1);
17265
+ background-color: #ffffff;
17266
+ border-radius: 0.25rem;
17267
+ display: flex;
17268
+ align-items: center;
17269
+ padding: 7px 16px;
17270
+ }
17271
+
17272
+ .psui-el-draggable .psui-el-draggable-list-items-wrapper li:hover {
17273
+ --text-opacity: 1;
17274
+ color: #798490;
17275
+ color: rgba(121, 132, 144, var(--text-opacity));
17276
+ cursor: -webkit-grab;
17277
+ cursor: grab
17278
+ }
17279
+
17280
+ .psui-el-draggable .psui-el-draggable-list-items-wrapper li:active {
17281
+ cursor: -webkit-grabbing;
17282
+ cursor: grabbing
17283
+ }
17284
+
17285
+ .psui-el-draggable .psui-el-draggable-list-items-wrapper .psui-el-draggable-item-wrapper {
17286
+ -webkit-user-select: none;
17287
+ -moz-user-select: none;
17288
+ -ms-user-select: none;
17289
+ user-select: none;
17290
+ width: 100%;
17291
+ display: flex;
17292
+ align-items: center
17293
+ }
17294
+
17295
+ .psui-el-draggable .psui-el-draggable-list-items-wrapper .psui-el-draggable-item-icon {
17296
+ display: flex;
17297
+ justify-content: flex-end;
17298
+ margin-left: auto;
17299
+ }
17300
+
17301
+ .psui-el-draggable .psui-el-draggable-list-items-wrapper .psui-el-draggable-item-icon i {
17302
+ font-family: 'Material Icons Round';
17303
+ font-weight: normal;
17304
+ font-style: normal;
17305
+ font-size: 24px;
17306
+ line-height: 1;
17307
+ letter-spacing: normal;
17308
+ text-transform: none;
17309
+ display: inline-block;
17310
+ white-space: nowrap;
17311
+ word-wrap: normal;
17312
+ direction: ltr;
17313
+ -webkit-font-feature-settings: 'liga';
17314
+ -webkit-font-smoothing: antialiased;
17315
+ --text-opacity: 1;
17316
+ color: #D6DDE5;
17317
+ color: rgba(214, 221, 229, var(--text-opacity));
17318
+ font-size: 18px;
17319
+ }
17320
+
17174
17321
  .psui-el-input-select {
17175
17322
  width: 100%;
17176
17323
  display: flex;
@@ -17180,6 +17327,7 @@ html {
17180
17327
  color: #A2ACB7;
17181
17328
  color: rgba(162, 172, 183, var(--text-opacity));
17182
17329
  box-sizing: border-box;
17330
+ transition: ease 130ms;
17183
17331
  }
17184
17332
 
17185
17333
  .psui-el-input-select.disabled {
@@ -17229,7 +17377,7 @@ html {
17229
17377
  content: 'arrow_drop_down';
17230
17378
  font-family: 'Material Icons Round';
17231
17379
  font-size: 24px;
17232
- top: 26px;
17380
+ top: 38px;
17233
17381
  right: 15px;
17234
17382
  z-index: -20;
17235
17383
  }
@@ -17277,12 +17425,12 @@ html {
17277
17425
  --text-opacity: 1;
17278
17426
  color: #28323B;
17279
17427
  color: rgba(40, 50, 59, var(--text-opacity));
17280
- font-size: 16px;
17281
- line-height: 130%;
17282
17428
  align-items: center;
17283
17429
  width: 100%;
17284
17430
  font-weight: 700;
17285
- pointer-events: none
17431
+ pointer-events: none;
17432
+ font-size: 16px;
17433
+ line-height: 32px;
17286
17434
  }
17287
17435
 
17288
17436
  .psui-el-input-select .psui-el-input-helper {
@@ -17290,7 +17438,7 @@ html {
17290
17438
  color: #798490;
17291
17439
  color: rgba(121, 132, 144, var(--text-opacity));
17292
17440
  font-size: 12px;
17293
- line-height: 120%;
17441
+ line-height: 24px;
17294
17442
  }
17295
17443
 
17296
17444
  .psui-el-input-select.layout-mini select {
@@ -17388,6 +17536,7 @@ html {
17388
17536
  .psui-el-input-textarea .psui-el-input-textarea-wrapper {
17389
17537
  display: flex;
17390
17538
  flex-direction: column;
17539
+ transition: ease 130ms;
17391
17540
  }
17392
17541
 
17393
17542
  .psui-el-input-textarea .psui-el-input-textarea-wrapper label {
@@ -17398,7 +17547,9 @@ html {
17398
17547
  font-size: 16px;
17399
17548
  line-height: 130%;
17400
17549
  padding-top: 0.25rem;
17401
- padding-bottom: 0.25rem
17550
+ padding-bottom: 0.25rem;
17551
+ font-size: 16px;
17552
+ line-height: 32px;
17402
17553
  }
17403
17554
 
17404
17555
  .psui-el-input-textarea .psui-el-input-textarea-wrapper textarea {
@@ -17452,7 +17603,7 @@ html {
17452
17603
  display: flex;
17453
17604
  font-weight: 400;
17454
17605
  font-size: 12px;
17455
- line-height: 120%;
17606
+ line-height: 24px;
17456
17607
  padding: 5px 0px;
17457
17608
  }
17458
17609
 
@@ -17462,24 +17613,23 @@ html {
17462
17613
 
17463
17614
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog {
17464
17615
  position: fixed;
17465
- display: none;
17466
17616
  opacity: 0;
17467
17617
  transition-property: opacity;
17468
- transition-duration: 500ms;
17618
+ transition-duration: 300ms;
17469
17619
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17620
+ transition-delay: 0.4s;
17621
+ min-width: 256px;
17470
17622
  }
17471
17623
 
17472
17624
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content {
17473
17625
  display: flex;
17474
17626
  flex-direction: column;
17475
- border-radius: 0.375rem;
17476
- box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
17477
- z-index: 20;
17478
17627
  --bg-opacity: 1;
17479
17628
  background-color: #798490;
17480
17629
  background-color: rgba(121, 132, 144, var(--bg-opacity));
17481
17630
  color: #ffffff;
17482
- padding: 5px 8px;
17631
+ padding: 5px 8px 4px 8px;
17632
+ border-radius: 4px;
17483
17633
  }
17484
17634
 
17485
17635
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content h2 {
@@ -17499,9 +17649,10 @@ html {
17499
17649
  --text-opacity: 1;
17500
17650
  color: #28323B;
17501
17651
  color: rgba(40, 50, 59, var(--text-opacity));
17502
- padding: 1rem;
17652
+ box-shadow: none;
17503
17653
  font-size: 12px;
17504
17654
  line-height: 120%;
17655
+ padding: 10px 16px 12px 16px;
17505
17656
  }
17506
17657
 
17507
17658
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-gray .psui-el-tooltip-content-wrapper {
@@ -17514,9 +17665,10 @@ html {
17514
17665
  background-color: #00465F;
17515
17666
  background-color: rgba(0, 70, 95, var(--bg-opacity));
17516
17667
  color: #ffffff;
17517
- padding: 1rem;
17668
+ box-shadow: none;
17518
17669
  font-size: 12px;
17519
17670
  line-height: 120%;
17671
+ padding: 10px 16px 12px 16px;
17520
17672
  }
17521
17673
 
17522
17674
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-blue .psui-el-tooltip-content-wrapper {
@@ -17531,9 +17683,10 @@ html {
17531
17683
  --text-opacity: 1;
17532
17684
  color: #AA3937;
17533
17685
  color: rgba(170, 57, 55, var(--text-opacity));
17534
- padding: 1rem;
17686
+ box-shadow: none;
17535
17687
  font-size: 12px;
17536
17688
  line-height: 120%;
17689
+ padding: 10px 16px 12px 16px;
17537
17690
  }
17538
17691
 
17539
17692
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-red .psui-el-tooltip-content-wrapper {
@@ -17548,9 +17701,9 @@ html {
17548
17701
  padding-left: 1.5rem;
17549
17702
  padding-right: 1.5rem;
17550
17703
  display: flex;
17551
- grid-gap: 0.75rem;
17552
- gap: 0.75rem;
17553
17704
  flex-direction: column;
17705
+ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.15);
17706
+ gap: 8.8px;
17554
17707
  }
17555
17708
 
17556
17709
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white h2 {
@@ -17566,13 +17719,12 @@ html {
17566
17719
  --text-opacity: 1;
17567
17720
  color: #798490;
17568
17721
  color: rgba(121, 132, 144, var(--text-opacity));
17569
- font-size: 14px;
17570
- line-height: 130%;
17571
17722
  font-weight: 400;
17572
17723
  display: flex;
17573
17724
  flex-direction: column;
17574
- grid-gap: 0.75rem;
17575
- gap: 0.75rem;
17725
+ gap: 13.6px;
17726
+ font-size: 14px;
17727
+ line-height: 120%;
17576
17728
  }
17577
17729
 
17578
17730
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white .psui-el-tooltip-content-wrapper button {
@@ -17583,12 +17735,17 @@ html {
17583
17735
  --text-opacity: 1;
17584
17736
  color: #318FAC;
17585
17737
  color: rgba(49, 143, 172, var(--text-opacity));
17738
+ font-weight: 700;
17586
17739
  padding: 7px 16px;
17587
17740
  width: -webkit-fit-content;
17588
17741
  width: -moz-fit-content;
17589
17742
  width: fit-content;
17590
17743
  }
17591
17744
 
17745
+ .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-white .psui-el-tooltip-content-wrapper button:focus {
17746
+ outline: none;
17747
+ }
17748
+
17592
17749
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark {
17593
17750
  --bg-opacity: 1;
17594
17751
  background-color: #00465F;
@@ -17598,9 +17755,9 @@ html {
17598
17755
  padding-left: 1.5rem;
17599
17756
  padding-right: 1.5rem;
17600
17757
  display: flex;
17601
- grid-gap: 0.75rem;
17602
- gap: 0.75rem;
17603
17758
  flex-direction: column;
17759
+ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.15);
17760
+ gap: 8.8px;
17604
17761
  }
17605
17762
 
17606
17763
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark h2 {
@@ -17612,13 +17769,12 @@ html {
17612
17769
 
17613
17770
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark .psui-el-tooltip-content-wrapper {
17614
17771
  color: #ffffff;
17615
- font-size: 14px;
17616
- line-height: 130%;
17617
17772
  font-weight: 400;
17618
17773
  display: flex;
17619
17774
  flex-direction: column;
17620
- grid-gap: 0.75rem;
17621
- gap: 0.75rem;
17775
+ gap: 13.6px;
17776
+ font-size: 14px;
17777
+ line-height: 120%;
17622
17778
  }
17623
17779
 
17624
17780
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark .psui-el-tooltip-content-wrapper button {
@@ -17627,12 +17783,17 @@ html {
17627
17783
  background-color: #318FAC;
17628
17784
  background-color: rgba(49, 143, 172, var(--bg-opacity));
17629
17785
  color: #ffffff;
17786
+ font-weight: 700;
17630
17787
  padding: 7px 16px;
17631
17788
  width: -webkit-fit-content;
17632
17789
  width: -moz-fit-content;
17633
17790
  width: fit-content;
17634
17791
  }
17635
17792
 
17793
+ .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-dark .psui-el-tooltip-content-wrapper button:focus {
17794
+ outline: none;
17795
+ }
17796
+
17636
17797
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color {
17637
17798
  --bg-opacity: 1;
17638
17799
  background-color: #64B5CE;
@@ -17642,9 +17803,9 @@ html {
17642
17803
  padding-left: 1.5rem;
17643
17804
  padding-right: 1.5rem;
17644
17805
  display: flex;
17645
- grid-gap: 0.75rem;
17646
- gap: 0.75rem;
17647
17806
  flex-direction: column;
17807
+ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.15);
17808
+ gap: 8.8px;
17648
17809
  }
17649
17810
 
17650
17811
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color h2 {
@@ -17656,13 +17817,12 @@ html {
17656
17817
 
17657
17818
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper {
17658
17819
  color: #ffffff;
17659
- font-size: 14px;
17660
- line-height: 130%;
17661
17820
  font-weight: 400;
17662
17821
  display: flex;
17663
17822
  flex-direction: column;
17664
- grid-gap: 0.75rem;
17665
- gap: 0.75rem;
17823
+ gap: 13.6px;
17824
+ font-size: 14px;
17825
+ line-height: 120%;
17666
17826
  }
17667
17827
 
17668
17828
  .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper button {
@@ -17671,12 +17831,17 @@ html {
17671
17831
  background-color: #318FAC;
17672
17832
  background-color: rgba(49, 143, 172, var(--bg-opacity));
17673
17833
  color: #ffffff;
17834
+ font-weight: 700;
17674
17835
  padding: 7px 16px;
17675
17836
  width: -webkit-fit-content;
17676
17837
  width: -moz-fit-content;
17677
17838
  width: fit-content;
17678
17839
  }
17679
17840
 
17841
+ .psui-el-tooltip .psui-el-tooltip-wrapper .psui-el-tooltip-dialog .psui-el-tooltip-content.layout-color .psui-el-tooltip-content-wrapper button:focus {
17842
+ outline: none;
17843
+ }
17844
+
17680
17845
  .psui-el-inline-selector {
17681
17846
  width: auto;
17682
17847
  max-width: 100%;
@@ -17928,6 +18093,7 @@ html {
17928
18093
  padding-right: 1rem;
17929
18094
  border-radius: 0.375rem;
17930
18095
  font-weight: 700;
18096
+ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
17931
18097
  }
17932
18098
 
17933
18099
  .psui-el-toast .psui-el-toast-icon {
@@ -17943,7 +18109,9 @@ html {
17943
18109
  .psui-el-toast .psui-el-toast-actions {
17944
18110
  display: flex;
17945
18111
  grid-gap: 1rem;
17946
- gap: 1rem
18112
+ gap: 1rem;
18113
+ font-size: 12px;
18114
+ line-height: 130%;
17947
18115
  }
17948
18116
 
17949
18117
  .psui-el-toast.fill-intense.layout-info {
@@ -17976,7 +18144,7 @@ html {
17976
18144
  color: rgba(49, 143, 172, var(--text-opacity));
17977
18145
  --bg-opacity: 1;
17978
18146
  background-color: #E0EFF6;
17979
- background-color: rgba(224, 239, 246, var(--bg-opacity))
18147
+ background-color: rgba(224, 239, 246, var(--bg-opacity));
17980
18148
  }
17981
18149
 
17982
18150
  .psui-el-toast.fill-soft.layout-success {
@@ -18018,29 +18186,43 @@ html {
18018
18186
  line-height: 130%
18019
18187
  }
18020
18188
 
18021
- .psui-el-dropdown-menu {
18022
- position: relative;
18023
- display: inline-block;
18024
- text-align: left;
18025
- background-color: #ffffff;
18026
- padding: 0px 20px;
18027
- width: 230px;
18189
+ .psui-el-dropdown-menu-list {
18190
+ width: 100%;
18191
+ font-weight: 700;
18028
18192
  }
18029
18193
 
18030
- .psui-el-dropdown-menu:hover {
18031
- cursor: pointer;
18032
- --bg-opacity: 1;
18033
- background-color: #ECF7FB;
18034
- background-color: rgba(236, 247, 251, var(--bg-opacity));
18194
+ .psui-el-dropdown-menu-list li {
18195
+ width: 100%;
18035
18196
  --text-opacity: 1;
18036
- color: #318FAC;
18037
- color: rgba(49, 143, 172, var(--text-opacity));
18197
+ color: #515E6A;
18198
+ color: rgba(81, 94, 106, var(--text-opacity));
18199
+ font-size: 14px;
18200
+ line-height: 130%;
18201
+ list-style-type: none;
18202
+ display: flex;
18203
+ flex-direction: column;
18204
+ cursor: pointer;
18205
+ padding: 7px 20px;
18206
+ font-weight: 700;
18038
18207
  }
18039
18208
 
18040
- .psui-el-dropdown-menu:first-child {
18041
- }
18209
+ .psui-el-dropdown-menu-list li:hover {
18210
+ --text-opacity: 1;
18211
+ color: #318FAC;
18212
+ color: rgba(49, 143, 172, var(--text-opacity))
18213
+ }
18042
18214
 
18043
- .psui-el-dropdown-menu-button {
18215
+ .psui-el-dropdown-menu-list li span {
18216
+ width: 100%;
18217
+ }
18218
+
18219
+ .psui-el-dropdown-menu {
18220
+ position: relative;
18221
+ display: inline-block;
18222
+ text-align: left;
18223
+ }
18224
+
18225
+ .psui-el-dropdown-menu button {
18044
18226
  display: inline-flex;
18045
18227
  justify-content: center;
18046
18228
  align-items: center;
@@ -18054,37 +18236,32 @@ html {
18054
18236
  font-size: 0.875rem;
18055
18237
  }
18056
18238
 
18057
- .psui-el-dropdown-menu-button:focus {
18239
+ .psui-el-dropdown-menu button:focus {
18058
18240
  outline: none;
18059
18241
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
18060
18242
  }
18061
18243
 
18062
- .psui-el-dropdown-menu-dialog {
18244
+ .psui-el-dropdown-menu-dialog-wrapper {
18063
18245
  display: none;
18064
18246
  transform-origin: top right;
18247
+ padding-top: 1rem;
18248
+ padding-bottom: 1rem;
18249
+ background-color: #ffffff;
18065
18250
  position: fixed;
18066
- margin-top: 0.5rem;
18067
18251
  width: auto;
18068
- border-radius: 0.25rem;
18069
- box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.15);
18252
+ border-radius: 0.375rem;
18070
18253
  z-index: 50;
18071
18254
  opacity: 0;
18072
- transition: opacity 150ms ease-in-out;
18255
+ box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
18256
+ transition-property: all;
18257
+ transition-duration: 100ms;
18258
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
18073
18259
  }
18074
18260
 
18075
- .psui-el-dropdown-menu-dialog-category-divider {
18261
+ .psui-el-dropdown-menu-dialog-wrapper-dialog {
18076
18262
  width: 100%;
18077
18263
  }
18078
18264
 
18079
- .psui-el-dropdown-menu-dialog-category-divider h2 {
18080
- --text-opacity: 1;
18081
- color: #E6ECF2;
18082
- color: rgba(230, 236, 242, var(--text-opacity));
18083
- font-weight: 700;
18084
- white-space: nowrap;
18085
- margin-bottom: 1rem;
18086
- }
18087
-
18088
18265
  .psui-el-simple-progress-bar {
18089
18266
  position: relative;
18090
18267
  height: 0.5rem;
@@ -18148,7 +18325,7 @@ html {
18148
18325
  border-radius: 9999px;
18149
18326
  transition-property: all;
18150
18327
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18151
- transition-duration: 500ms;
18328
+ transition-duration: 300ms;
18152
18329
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
18153
18330
  box-shadow: 0 0 98px 6px rgba(0, 0, 0, 0.2);
18154
18331
  left: 2px;
@@ -18170,7 +18347,7 @@ html {
18170
18347
  border-radius: 9999px;
18171
18348
  transition-property: all;
18172
18349
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18173
- transition-duration: 500ms;
18350
+ transition-duration: 300ms;
18174
18351
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
18175
18352
  box-shadow: 0 0 98px 6px rgba(0, 0, 0, 0.2);
18176
18353
  left: 16px;
@@ -18214,7 +18391,7 @@ html {
18214
18391
  border-radius: 9999px;
18215
18392
  transition-property: all;
18216
18393
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18217
- transition-duration: 500ms;
18394
+ transition-duration: 300ms;
18218
18395
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
18219
18396
  left: 2px;
18220
18397
  top: 2px;
@@ -18235,7 +18412,7 @@ html {
18235
18412
  border-radius: 9999px;
18236
18413
  transition-property: all;
18237
18414
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18238
- transition-duration: 500ms;
18415
+ transition-duration: 300ms;
18239
18416
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04), 0px 5px 6px rgba(0, 0, 0, 0.1);
18240
18417
  left: 24px;
18241
18418
  top:2px;
@@ -18247,6 +18424,10 @@ html {
18247
18424
  --text-opacity: 1;
18248
18425
  color: #798490;
18249
18426
  color: rgba(121, 132, 144, var(--text-opacity));
18427
+ display: flex;
18428
+ --bg-opacity: 1;
18429
+ background-color: #F3F6F9;
18430
+ background-color: rgba(243, 246, 249, var(--bg-opacity));
18250
18431
  }
18251
18432
 
18252
18433
  .psui-el-radio.disabled .psui-el-checkmark {
@@ -18284,8 +18465,9 @@ html {
18284
18465
  }
18285
18466
 
18286
18467
  .psui-el-radio.size-small .psui-el-checkmark {
18287
- display: block;
18288
18468
  cursor: pointer;
18469
+ display: flex;
18470
+ align-items: center;
18289
18471
  height: 18px;
18290
18472
  }
18291
18473
 
@@ -18298,7 +18480,6 @@ html {
18298
18480
  --text-opacity: 1;
18299
18481
  color: #A2ACB7;
18300
18482
  color: rgba(162, 172, 183, var(--text-opacity));
18301
- vertical-align: text-bottom;
18302
18483
  font-family: 'Material Icons Round';
18303
18484
  font-size: 18px;
18304
18485
  }
@@ -18325,8 +18506,9 @@ html {
18325
18506
  }
18326
18507
 
18327
18508
  .psui-el-radio.size-big .psui-el-checkmark {
18328
- display: block;
18329
18509
  cursor: pointer;
18510
+ display: flex;
18511
+ align-items: center;
18330
18512
  height: 24px;
18331
18513
  }
18332
18514
 
@@ -18339,7 +18521,6 @@ html {
18339
18521
  --text-opacity: 1;
18340
18522
  color: #A2ACB7;
18341
18523
  color: rgba(162, 172, 183, var(--text-opacity));
18342
- vertical-align: text-bottom;
18343
18524
  font-family: 'Material Icons Round';
18344
18525
  font-size: 24px;
18345
18526
  }
@@ -18420,9 +18601,9 @@ html {
18420
18601
  align-items: flex-start;
18421
18602
  padding-right: 0.75rem;
18422
18603
  padding-left: 0.5rem;
18423
- padding-top: 0.5rem;
18424
- padding-bottom: 0.5rem;
18425
18604
  border-radius: 0.375rem;
18605
+ padding-top: 8.8px;
18606
+ padding-bottom: 8.8px;
18426
18607
  }
18427
18608
 
18428
18609
  .psui-el-dialog-wrapper {
@@ -18452,10 +18633,9 @@ html {
18452
18633
  }
18453
18634
 
18454
18635
  .psui-el-dialog.layout-vertical {
18455
- padding-right: 0.5rem;
18456
- padding-left: 0.5rem;
18457
18636
  display: flex;
18458
18637
  align-items: flex-start;
18638
+ padding: 9.6px 9.6px 11.2px 9.6px;
18459
18639
  }
18460
18640
 
18461
18641
  .psui-el-dialog.layout-vertical .psui-el-dialog-wrapper {
@@ -18541,6 +18721,9 @@ html {
18541
18721
  --text-opacity: 1;
18542
18722
  color: #798490;
18543
18723
  color: rgba(121, 132, 144, var(--text-opacity));
18724
+ --bg-opacity: 1;
18725
+ background-color: #F3F6F9;
18726
+ background-color: rgba(243, 246, 249, var(--bg-opacity));
18544
18727
  }
18545
18728
 
18546
18729
  .psui-el-checkbox.disabled .psui-el-checkmark {
@@ -18586,8 +18769,9 @@ html {
18586
18769
  }
18587
18770
 
18588
18771
  .psui-el-checkbox.size-small .psui-el-checkmark {
18589
- display: block;
18772
+ display: flex;
18590
18773
  cursor: pointer;
18774
+ align-items: center;
18591
18775
  height: 18px;
18592
18776
  }
18593
18777
 
@@ -18600,7 +18784,6 @@ html {
18600
18784
  --text-opacity: 1;
18601
18785
  color: #A2ACB7;
18602
18786
  color: rgba(162, 172, 183, var(--text-opacity));
18603
- vertical-align: text-bottom;
18604
18787
  font-family:'Material Icons Round';
18605
18788
  font-size: 18px;
18606
18789
  }
@@ -18637,12 +18820,11 @@ html {
18637
18820
  .psui-el-checkbox.size-big .psui-el-checkmark {
18638
18821
  display: flex;
18639
18822
  cursor: pointer;
18640
- align-content: center;
18823
+ align-items: center;
18641
18824
  height: 24px;
18642
18825
  }
18643
18826
 
18644
18827
  .psui-el-checkbox.size-big .psui-el-checkmark span {
18645
- margin-top: 1px;
18646
18828
  margin-left: 8px;
18647
18829
  }
18648
18830
 
@@ -18887,7 +19069,7 @@ html {
18887
19069
 
18888
19070
  .psui-el-chart-legend-total {
18889
19071
  font-size: 16px;
18890
- line-height: 120%;
19072
+ line-height: 130%;
18891
19073
  --text-opacity: 1;
18892
19074
  color: #28323B;
18893
19075
  color: rgba(40, 50, 59, var(--text-opacity));
@@ -18930,10 +19112,10 @@ html {
18930
19112
  .psui-el-card-infos-content {
18931
19113
  width: 100%;
18932
19114
  display: flex;
18933
- justify-content: center;
19115
+ justify-content: flex-end;
18934
19116
  align-items: center;
18935
19117
  font-size: 16px;
18936
- line-height: 120%;
19118
+ line-height: 130%;
18937
19119
  }
18938
19120
 
18939
19121
  .psui-el-card-infos-icon {
@@ -18956,7 +19138,9 @@ html {
18956
19138
  display: flex;
18957
19139
  align-content: center;
18958
19140
  border-radius: 0.375rem;
18959
- transition: cubic-bezier(.17,.67,.83,.67) 250ms;
19141
+ transition-property: all;
19142
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19143
+ transition-duration: 130ms;
18960
19144
  }
18961
19145
 
18962
19146
  .psui-el-button span {
@@ -19004,7 +19188,7 @@ html {
19004
19188
  display: flex;
19005
19189
  align-items: center;
19006
19190
  align-content: center;
19007
- padding: 7px 16px;
19191
+ padding: 7px 13px;
19008
19192
  font-size: 14px;
19009
19193
  }
19010
19194
 
@@ -19129,9 +19313,14 @@ html {
19129
19313
  color: rgba(49, 143, 172, var(--text-opacity));
19130
19314
  }
19131
19315
 
19132
- .psui-el-button.layout-ghost.hover,
19133
- .psui-el-button.layout-ghost:active:not(.disabled) {
19134
- box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05);
19316
+ .psui-el-button.layout-ghost.hover {
19317
+ --bg-opacity: 1;
19318
+ background-color: #ECF7FB;
19319
+ background-color: rgba(236, 247, 251, var(--bg-opacity))
19320
+ }
19321
+
19322
+ .psui-el-button.layout-ghost:active:not(.disabled) {
19323
+ box-shadow: inset 0px 1px 2px rgba(0,0,0,0.05)
19135
19324
  }
19136
19325
 
19137
19326
  .psui-el-button.layout-ghost.disabled {
@@ -19164,6 +19353,35 @@ html {
19164
19353
  color: rgba(100, 181, 206, var(--text-opacity))
19165
19354
  }
19166
19355
 
19356
+ .psui-el-button.layout-caution {
19357
+ --bg-opacity: 1;
19358
+ background-color: #FCEBEB;
19359
+ background-color: rgba(252, 235, 235, var(--bg-opacity));
19360
+ --text-opacity: 1;
19361
+ color: #D65C5A;
19362
+ color: rgba(214, 92, 90, var(--text-opacity));
19363
+ }
19364
+
19365
+ .psui-el-button.layout-caution.hover,
19366
+ .psui-el-button.layout-caution:active:not(.disabled) {
19367
+ --bg-opacity: 1;
19368
+ background-color: #FCEBEB;
19369
+ background-color: rgba(252, 235, 235, var(--bg-opacity));
19370
+ --text-opacity: 1;
19371
+ color: #AA3937;
19372
+ color: rgba(170, 57, 55, var(--text-opacity));
19373
+ }
19374
+
19375
+ .psui-el-button.layout-caution.disabled {
19376
+ --text-opacity: 1;
19377
+ color: #A2ACB7;
19378
+ color: rgba(162, 172, 183, var(--text-opacity));
19379
+ --bg-opacity: 1;
19380
+ background-color: #E6ECF2;
19381
+ background-color: rgba(230, 236, 242, var(--bg-opacity));
19382
+ cursor: default
19383
+ }
19384
+
19167
19385
  .psui-el-chips {
19168
19386
  display: inline-flex;
19169
19387
  position: relative;
@@ -19361,11 +19579,12 @@ html {
19361
19579
  padding-right: 0.5rem;
19362
19580
  }
19363
19581
 
19364
- .psui-el-chips.type-button.layout-rich label:hover {
19365
- --text-opacity: 1;
19366
- color: #798490;
19367
- color: rgba(121, 132, 144, var(--text-opacity));
19368
- }
19582
+ .psui-el-chips.type-button.layout-rich label:hover,
19583
+ .psui-el-chips.type-button.layout-rich label:hover .psui-el-chips-close {
19584
+ --text-opacity: 1;
19585
+ color: #798490;
19586
+ color: rgba(121, 132, 144, var(--text-opacity));
19587
+ }
19369
19588
 
19370
19589
  .psui-el-chips.type-button.layout-rich label:hover .psui-el-chips-icon-prepend {
19371
19590
  --bg-opacity: 1;
@@ -19378,11 +19597,17 @@ html {
19378
19597
  --bg-opacity: 1;
19379
19598
  background-color: #E0EFF6;
19380
19599
  background-color: rgba(224, 239, 246, var(--bg-opacity));
19381
- --text-opacity: 1;
19382
- color: #318FAC;
19383
- color: rgba(49, 143, 172, var(--text-opacity));
19384
19600
  }
19385
19601
 
19602
+ .psui-el-chips.type-button.layout-rich label:focus,
19603
+ .psui-el-chips.type-button.layout-rich label:focus .psui-el-chips-close,
19604
+ .psui-el-chips.type-button.layout-rich label:active,
19605
+ .psui-el-chips.type-button.layout-rich label:active .psui-el-chips-close {
19606
+ --text-opacity: 1;
19607
+ color: #318FAC;
19608
+ color: rgba(49, 143, 172, var(--text-opacity));
19609
+ }
19610
+
19386
19611
  .psui-el-chips.type-button.layout-rich label:focus .psui-el-chips-icon-prepend, .psui-el-chips.type-button.layout-rich label:active .psui-el-chips-icon-prepend {
19387
19612
  --bg-opacity: 1;
19388
19613
  background-color: #318FAC;
@@ -19400,6 +19625,11 @@ html {
19400
19625
  border-radius: 9999px;
19401
19626
  color: #ffffff;
19402
19627
  margin-right: 0.5rem;
19628
+ width: 1.5rem;
19629
+ height: 1.5rem;
19630
+ display: flex;
19631
+ align-items: center;
19632
+ justify-content: center;
19403
19633
  }
19404
19634
 
19405
19635
  .psui-el-chips.type-button.layout-rich .psui-el-chips-close {
@@ -19409,28 +19639,23 @@ html {
19409
19639
  display: flex;
19410
19640
  align-items: center;
19411
19641
  justify-content: center;
19642
+ margin-left: 0.5rem;
19412
19643
  }
19413
19644
 
19414
- .psui-el-chips.type-button.layout-rich .psui-el-chips-close span {
19415
- margin-left: 0.5rem;
19416
- }
19417
-
19418
19645
  .psui-el-toggle {
19419
19646
  display: flex;
19420
- border-radius: 0.125rem;
19421
19647
  --bg-opacity: 1;
19422
19648
  background-color: #F3F6F9;
19423
19649
  background-color: rgba(243, 246, 249, var(--bg-opacity));
19424
- grid-column-gap: 1px;
19425
- -moz-column-gap: 1px;
19426
- column-gap: 1px;
19650
+ align-items: center;
19427
19651
  padding: 2px;
19652
+ gap: 2px;
19653
+ border-radius: 4px;
19428
19654
  }
19429
19655
 
19430
19656
  .psui-el-toggle button {
19431
19657
  transition: cubic-bezier(.17,.67,.83,.67) 250ms;
19432
19658
  display: inline-flex;
19433
- border-radius: 0.125rem;
19434
19659
  font-size: 14px;
19435
19660
  line-height: 130%;
19436
19661
  --bg-opacity: 1;
@@ -19439,8 +19664,11 @@ html {
19439
19664
  --text-opacity: 1;
19440
19665
  color: #318FAC;
19441
19666
  color: rgba(49, 143, 172, var(--text-opacity));
19442
- padding-left: 0.5rem;
19443
- padding-right: 0.5rem;
19667
+ outline: 2px solid transparent;
19668
+ outline-offset: 2px;
19669
+ vertical-align: middle;
19670
+ border-radius: 4px;
19671
+ padding:1px 8px;
19444
19672
  }
19445
19673
 
19446
19674
  .psui-el-toggle button.status-active {
@@ -19476,6 +19704,10 @@ html {
19476
19704
  cursor: not-allowed
19477
19705
  }
19478
19706
 
19707
+ .psui-el-tab-header button:focus {
19708
+ outline: none;
19709
+ }
19710
+
19479
19711
  .psui-el-tab-header.status-disabled .psui-el-input-wrapper {
19480
19712
  --bg-opacity: 1;
19481
19713
  background-color: #E6ECF2;
@@ -19499,6 +19731,7 @@ html {
19499
19731
  color: #515E6A;
19500
19732
  color: rgba(81, 94, 106, var(--text-opacity));
19501
19733
  padding: 6px 12px;
19734
+ box-shadow: inset 0px 0px 8px rgba(40, 50, 59, 0.05);
19502
19735
  }
19503
19736
 
19504
19737
  .psui-el-tab-header.layout-standard button:not(:last-child) {
@@ -19519,6 +19752,7 @@ html {
19519
19752
  --text-opacity: 1;
19520
19753
  color: #318FAC;
19521
19754
  color: rgba(49, 143, 172, var(--text-opacity));
19755
+ box-shadow: inset 0px 0px 8px rgba(40, 50, 59, 0.05);
19522
19756
  }
19523
19757
 
19524
19758
  .psui-el-tab-header.layout-standard button.status-active {
@@ -19553,6 +19787,12 @@ html {
19553
19787
  padding: 11.5px 0;
19554
19788
  }
19555
19789
 
19790
+ .psui-el-tab-header.layout-underline button:hover {
19791
+ --text-opacity: 1;
19792
+ color: #318FAC;
19793
+ color: rgba(49, 143, 172, var(--text-opacity));
19794
+ }
19795
+
19556
19796
  .psui-el-tab-header.layout-underline button:not(:last-child) {
19557
19797
  margin-right: 20px;
19558
19798
  }
@@ -19586,6 +19826,12 @@ html {
19586
19826
  padding: 9px 12px;
19587
19827
  }
19588
19828
 
19829
+ .psui-el-tab-header.layout-folder button:hover {
19830
+ --text-opacity: 1;
19831
+ color: #318FAC;
19832
+ color: rgba(49, 143, 172, var(--text-opacity));
19833
+ }
19834
+
19589
19835
  .psui-el-tab-header.layout-folder button:not(:last-child) {
19590
19836
  margin-right: 4px;
19591
19837
  }
@@ -19627,18 +19873,28 @@ html {
19627
19873
  color: rgba(49, 143, 172, var(--text-opacity));
19628
19874
  }
19629
19875
 
19630
- .psui-el-accordion-item-content {
19631
- padding-bottom: 24px;
19632
- }
19633
-
19634
19876
  .psui-el-accordion-item-icon {
19877
+ font-family: 'Material Icons Round';
19878
+ font-weight: normal;
19879
+ font-style: normal;
19880
+ font-size: 24px;
19881
+ line-height: 1;
19882
+ letter-spacing: normal;
19883
+ text-transform: none;
19884
+ display: inline-block;
19885
+ white-space: nowrap;
19886
+ word-wrap: normal;
19887
+ direction: ltr;
19888
+ -webkit-font-feature-settings: 'liga';
19889
+ -webkit-font-smoothing: antialiased;
19635
19890
  font-size: 20px;
19636
19891
  width: 20px;
19892
+ transition: transform 0.4s ease-in-out;
19637
19893
  }
19638
19894
 
19639
19895
  .psui-el-accordion.layout-big .psui-el-accordion-item-header, .psui-el-accordion.layout-big .psui-el-accordion-item-content {
19640
- padding-left: 16px;
19641
- padding-right: 16px;
19896
+ padding-left: 1rem;
19897
+ padding-right: 1rem;
19642
19898
  }
19643
19899
 
19644
19900
  .psui-el-accordion.layout-big .psui-el-accordion-item-title {
@@ -19662,9 +19918,13 @@ html {
19662
19918
  .psui-el-accordion.layout-medium .psui-el-accordion-item-icon {
19663
19919
  --text-opacity: 1;
19664
19920
  color: #515E6A;
19665
- color: rgba(81, 94, 106, var(--text-opacity))
19921
+ color: rgba(81, 94, 106, var(--text-opacity));
19666
19922
  }
19667
19923
 
19924
+ .psui-el-accordion.layout-medium .psui-el-accordion-item.status-opened .psui-el-accordion-item-icon {
19925
+ transform: rotate(180deg);
19926
+ }
19927
+
19668
19928
  .psui-el-accordion .psui-el-accordion-item.status-opened .psui-el-accordion-item-header, .psui-el-accordion .psui-el-accordion-item-header:hover {
19669
19929
  --text-opacity: 1;
19670
19930
  color: #318FAC;
@@ -19677,6 +19937,27 @@ html {
19677
19937
  color: rgba(49, 143, 172, var(--text-opacity));
19678
19938
  }
19679
19939
 
19940
+ .psui-el-accordion .psui-el-accordion-item-content {
19941
+ list-style-type: none;
19942
+ --text-opacity: 1;
19943
+ color: #515E6A;
19944
+ color: rgba(81, 94, 106, var(--text-opacity));
19945
+ margin-bottom: 1.25rem;
19946
+ }
19947
+
19948
+ .psui-el-accordion .accordion-fade-enter-active,
19949
+ .psui-el-accordion .accordion-fade-leave-active {
19950
+ will-change: height, margin-bottom;
19951
+ transition: height 0.4s ease, margin-bottom 0.4s ease-in-out;
19952
+ overflow: hidden;
19953
+ }
19954
+
19955
+ .psui-el-accordion .accordion-fade-enter,
19956
+ .psui-el-accordion .accordion-fade-leave-to {
19957
+ height: 0 !important;
19958
+ margin-bottom: 0 !important;
19959
+ }
19960
+
19680
19961
  .psui-el-input {
19681
19962
  /* Layout Default */
19682
19963
  /* ----------------------------------------- Layout Default */
@@ -19701,9 +19982,9 @@ html {
19701
19982
  --text-opacity: 1;
19702
19983
  color: #798490;
19703
19984
  color: rgba(121, 132, 144, var(--text-opacity));
19985
+ margin-top: 0.25rem;
19704
19986
  font-size: 12px;
19705
- line-height: 130%;
19706
- margin-top: 0.25rem
19987
+ line-height: 24px;
19707
19988
  }
19708
19989
 
19709
19990
  .psui-el-input-wrapper {
@@ -19716,14 +19997,15 @@ html {
19716
19997
  border-radius: 0.375rem;
19717
19998
  background-color: #ffffff;
19718
19999
  display: flex;
19719
- transition: cubic-bezier(.17,.67,.83,.67) 250ms
20000
+ transition: ease 130ms;
19720
20001
  }
19721
20002
 
19722
20003
  .psui-el-input label {
19723
20004
  font-weight: 700;
19724
20005
  --text-opacity: 1;
19725
20006
  color: #28323B;
19726
- color: rgba(40, 50, 59, var(--text-opacity))
20007
+ color: rgba(40, 50, 59, var(--text-opacity));
20008
+ line-height: 32px;
19727
20009
  }
19728
20010
 
19729
20011
  .psui-el-input input {
@@ -19775,7 +20057,7 @@ html {
19775
20057
 
19776
20058
  .psui-el-input.layout-default input {
19777
20059
  font-size: 16px;
19778
- line-height: 120%;
20060
+ line-height: 130%;
19779
20061
  padding: 11.5px 16px;
19780
20062
  }
19781
20063
 
@@ -24631,6 +24913,16 @@ html {
24631
24913
  cursor: not-allowed;
24632
24914
  }
24633
24915
 
24916
+ .sm\:psui-cursor-grab{
24917
+ cursor: -webkit-grab;
24918
+ cursor: grab;
24919
+ }
24920
+
24921
+ .sm\:psui-cursor-grabbing{
24922
+ cursor: -webkit-grabbing;
24923
+ cursor: grabbing;
24924
+ }
24925
+
24634
24926
  .sm\:psui-block{
24635
24927
  display: block;
24636
24928
  }
@@ -25284,17 +25576,17 @@ html {
25284
25576
 
25285
25577
  .sm\:psui-text-p{
25286
25578
  font-size: 16px;
25287
- line-height: 120%;
25579
+ line-height: 130%;
25288
25580
  }
25289
25581
 
25290
25582
  .sm\:psui-text-h1{
25291
25583
  font-size: 28px;
25292
- line-height: 120%;
25584
+ line-height: 130%;
25293
25585
  }
25294
25586
 
25295
25587
  .sm\:psui-text-h2{
25296
25588
  font-size: 24px;
25297
- line-height: 120%;
25589
+ line-height: 130%;
25298
25590
  }
25299
25591
 
25300
25592
  .sm\:psui-text-h3{
@@ -39041,6 +39333,16 @@ html {
39041
39333
  cursor: not-allowed;
39042
39334
  }
39043
39335
 
39336
+ .md\:psui-cursor-grab{
39337
+ cursor: -webkit-grab;
39338
+ cursor: grab;
39339
+ }
39340
+
39341
+ .md\:psui-cursor-grabbing{
39342
+ cursor: -webkit-grabbing;
39343
+ cursor: grabbing;
39344
+ }
39345
+
39044
39346
  .md\:psui-block{
39045
39347
  display: block;
39046
39348
  }
@@ -39694,17 +39996,17 @@ html {
39694
39996
 
39695
39997
  .md\:psui-text-p{
39696
39998
  font-size: 16px;
39697
- line-height: 120%;
39999
+ line-height: 130%;
39698
40000
  }
39699
40001
 
39700
40002
  .md\:psui-text-h1{
39701
40003
  font-size: 28px;
39702
- line-height: 120%;
40004
+ line-height: 130%;
39703
40005
  }
39704
40006
 
39705
40007
  .md\:psui-text-h2{
39706
40008
  font-size: 24px;
39707
- line-height: 120%;
40009
+ line-height: 130%;
39708
40010
  }
39709
40011
 
39710
40012
  .md\:psui-text-h3{
@@ -53451,6 +53753,16 @@ html {
53451
53753
  cursor: not-allowed;
53452
53754
  }
53453
53755
 
53756
+ .lg\:psui-cursor-grab{
53757
+ cursor: -webkit-grab;
53758
+ cursor: grab;
53759
+ }
53760
+
53761
+ .lg\:psui-cursor-grabbing{
53762
+ cursor: -webkit-grabbing;
53763
+ cursor: grabbing;
53764
+ }
53765
+
53454
53766
  .lg\:psui-block{
53455
53767
  display: block;
53456
53768
  }
@@ -54104,17 +54416,17 @@ html {
54104
54416
 
54105
54417
  .lg\:psui-text-p{
54106
54418
  font-size: 16px;
54107
- line-height: 120%;
54419
+ line-height: 130%;
54108
54420
  }
54109
54421
 
54110
54422
  .lg\:psui-text-h1{
54111
54423
  font-size: 28px;
54112
- line-height: 120%;
54424
+ line-height: 130%;
54113
54425
  }
54114
54426
 
54115
54427
  .lg\:psui-text-h2{
54116
54428
  font-size: 24px;
54117
- line-height: 120%;
54429
+ line-height: 130%;
54118
54430
  }
54119
54431
 
54120
54432
  .lg\:psui-text-h3{
@@ -67861,6 +68173,16 @@ html {
67861
68173
  cursor: not-allowed;
67862
68174
  }
67863
68175
 
68176
+ .xl\:psui-cursor-grab{
68177
+ cursor: -webkit-grab;
68178
+ cursor: grab;
68179
+ }
68180
+
68181
+ .xl\:psui-cursor-grabbing{
68182
+ cursor: -webkit-grabbing;
68183
+ cursor: grabbing;
68184
+ }
68185
+
67864
68186
  .xl\:psui-block{
67865
68187
  display: block;
67866
68188
  }
@@ -68514,17 +68836,17 @@ html {
68514
68836
 
68515
68837
  .xl\:psui-text-p{
68516
68838
  font-size: 16px;
68517
- line-height: 120%;
68839
+ line-height: 130%;
68518
68840
  }
68519
68841
 
68520
68842
  .xl\:psui-text-h1{
68521
68843
  font-size: 28px;
68522
- line-height: 120%;
68844
+ line-height: 130%;
68523
68845
  }
68524
68846
 
68525
68847
  .xl\:psui-text-h2{
68526
68848
  font-size: 24px;
68527
- line-height: 120%;
68849
+ line-height: 130%;
68528
68850
  }
68529
68851
 
68530
68852
  .xl\:psui-text-h3{