@vitrosoftware/common-ui-ts 1.1.207 → 1.1.209

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1353,13 +1353,25 @@ div._component-loader_vitro-component-loader_3J3a2or {
1353
1353
  font-family: 'InterRegular';
1354
1354
  font-size: 14px;
1355
1355
  line-height: 21px;
1356
- padding: 8px 10px;
1356
+ padding: 0;
1357
1357
  border-radius: 4px;
1358
1358
  background: #4A556C;
1359
1359
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
1360
- max-width: 224px;
1360
+ max-width: 336px;
1361
+
1361
1362
  text-align: left;
1362
1363
  white-space: pre-wrap;
1364
+ overflow: hidden;
1365
+ }
1366
+
1367
+ ._tooltip_vitro-tooltip_JvGPShz .tooltip-inner > .ps {
1368
+ max-height: 224px;
1369
+ padding: 8px 10px;
1370
+ }
1371
+
1372
+ ._tooltip_vitro-tooltip_JvGPShz .tooltip-inner > .ps > .ps__rail-y {
1373
+ border: none;
1374
+ background-color: #4A556C !important;
1363
1375
  }
1364
1376
 
1365
1377
  ._tooltip_vitro-tooltip_JvGPShz .tooltip-arrow::before {
@@ -1392,7 +1404,15 @@ div._component-loader_vitro-component-loader_3J3a2or {
1392
1404
  left: -3px;
1393
1405
  transform: rotate(-90deg);
1394
1406
  }
1395
-
1407
+
1408
+ ._tooltip_vitro-tooltip_JvGPShz .vitro-arrow-separator {
1409
+ background-color: #fff;
1410
+ }
1411
+
1412
+ ._tooltip_vitro-tooltip_JvGPShz .tooltip-inner p,
1413
+ ._tooltip_vitro-tooltip_JvGPShz .tooltip-inner span {
1414
+ color: #fff;
1415
+ }
1396
1416
  .vitro-display-none {
1397
1417
  display: none;
1398
1418
  }
@@ -1554,13 +1574,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
1554
1574
  }
1555
1575
  }
1556
1576
  ._button_vitro-button_hVfBuSO {
1557
- font-family: 'InterMedium';
1558
- font-size: 14px;
1559
1577
  outline: none;
1560
- height: 32px;
1561
- min-width: 85px;
1562
- color: #fff;
1563
- background: #347FDE;
1564
1578
  border: none;
1565
1579
  border-radius: 4px;
1566
1580
  cursor: pointer;
@@ -1568,8 +1582,11 @@ div._component-loader_vitro-component-loader_3J3a2or {
1568
1582
  display: flex;
1569
1583
  align-items: center;
1570
1584
  justify-content: center;
1585
+ font-size: 14px;
1571
1586
  line-height: 16px;
1572
- padding: 4px 8px;
1587
+ padding: 4px 16px;
1588
+ height: 32px;
1589
+ min-width: 85px;
1573
1590
  }
1574
1591
 
1575
1592
  ._button_vitro-button_hVfBuSO > div {
@@ -1578,28 +1595,18 @@ div._component-loader_vitro-component-loader_3J3a2or {
1578
1595
  justify-content: center;
1579
1596
  flex: 1 1;
1580
1597
  overflow: hidden;
1598
+ gap: 4px;
1581
1599
  }
1582
1600
 
1583
1601
  ._button_vitro-button_hVfBuSO > div > div {
1584
1602
  text-overflow: ellipsis;
1585
1603
  white-space: nowrap;
1586
1604
  overflow: hidden;
1587
- }
1588
-
1589
- ._button_vitro-button_hVfBuSO:hover,
1590
- ._button_vitro-button_hVfBuSO:active,
1591
- ._button_vitro-button_hVfBuSO:focus {
1592
- background: #3274E0;
1593
- }
1594
-
1595
- ._button_vitro-button_hVfBuSO:disabled {
1596
- background: #E4E6EC;
1597
1605
  }
1598
1606
 
1599
1607
  ._button_vitro-button_hVfBuSO .vitro-image-default,
1600
1608
  ._button_vitro-button_hVfBuSO .vitro-image-hover,
1601
1609
  ._button_vitro-button_hVfBuSO .vitro-image {
1602
- margin-right: 4px;
1603
1610
  height: 24px;
1604
1611
  width: 24px;
1605
1612
  }
@@ -1629,20 +1636,70 @@ div._component-loader_vitro-component-loader_3J3a2or {
1629
1636
  .vitro-display-none {
1630
1637
  display: none;
1631
1638
  }
1632
- ._button-cancel_vitro-button-cancel_2UT1K9Z {
1633
- cursor: pointer;
1634
- background: #fff !important;
1635
- color: #222D44 !important;
1636
- border: 1px solid #E4E6EC !important;
1637
- font-family: 'InterRegular' !important;
1638
- }
1639
-
1640
- ._button-cancel_vitro-button-cancel_2UT1K9Z:hover,
1641
- ._button-cancel_vitro-button-cancel_2UT1K9Z:active,
1642
- ._button-cancel_vitro-button-cancel_2UT1K9Z:focus {
1643
- background: #F3F8FF !important;
1644
- }
1645
1639
 
1640
+ ._button_vitro-button_hVfBuSO.vitro-primary {
1641
+ font-family: 'InterMedium';
1642
+ color: #fff;
1643
+ background: #347FDE;
1644
+ }
1645
+
1646
+ ._button_vitro-button_hVfBuSO.vitro-primary:hover,
1647
+ ._button_vitro-button_hVfBuSO.vitro-primary:active,
1648
+ ._button_vitro-button_hVfBuSO.vitro-primary:focus {
1649
+ background: #3274E0;
1650
+ }
1651
+
1652
+ ._button_vitro-button_hVfBuSO.vitro-primary:disabled {
1653
+ background: #E4E6EC;
1654
+ }
1655
+
1656
+ ._button_vitro-button_hVfBuSO.vitro-outline-primary {
1657
+ background: #fff;
1658
+ border: 1px solid #0060D9;
1659
+ color: #0060D9;
1660
+ font-family: 'InterRegular';
1661
+ }
1662
+
1663
+ ._button_vitro-button_hVfBuSO.vitro-outline-primary:hover,
1664
+ ._button_vitro-button_hVfBuSO.vitro-outline-primary:active,
1665
+ ._button_vitro-button_hVfBuSO.vitro-outline-primary:focus {
1666
+ background: #3274E0;
1667
+ border: 1px solid #3274E0;
1668
+ color: #fff;
1669
+ }
1670
+
1671
+ ._button_vitro-button_hVfBuSO.vitro-outline-primary:disabled {
1672
+ background: #fff;
1673
+ border: 1px solid #8E98A3;
1674
+ color: #8E98A3;
1675
+ }
1676
+
1677
+ ._button_vitro-button_hVfBuSO.vitro-outline-light {
1678
+ background: #fff;
1679
+ color: #222D44;
1680
+ border: 1px solid #E4E6EC;
1681
+ font-family: 'InterRegular';
1682
+ }
1683
+
1684
+ ._button_vitro-button_hVfBuSO.vitro-outline-light:hover,
1685
+ ._button_vitro-button_hVfBuSO.vitro-outline-light:active,
1686
+ ._button_vitro-button_hVfBuSO.vitro-outline-light:focus {
1687
+ background: #F3F8FF;
1688
+ }
1689
+
1690
+ ._button_vitro-button_hVfBuSO.vitro-light {
1691
+ background: #fff;
1692
+ border: none;
1693
+ color: #222D44;
1694
+ font-family: 'InterRegular';
1695
+ padding: 4px 8px;
1696
+ }
1697
+
1698
+ ._button_vitro-button_hVfBuSO.vitro-light:hover,
1699
+ ._button_vitro-button_hVfBuSO.vitro-light:active,
1700
+ ._button_vitro-button_hVfBuSO.vitro-light:focus {
1701
+ background: #F3F8FF;
1702
+ }
1646
1703
  ._button-group_vitro-button-group_3TLqxjf {
1647
1704
  display: flex;
1648
1705
  justify-content: flex-start;
@@ -4764,28 +4821,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
4764
4821
  ._command-menu_vitro-command-menu_l82vtIh .nav > li:last-child {
4765
4822
  margin-right: 0;
4766
4823
  }
4767
- ._command-menu-button_vitro-command-menu-button_2IiXVbP {
4768
- font-family: 'InterRegular' !important;
4769
- border: none !important;
4770
- color: #222D44 !important;
4771
- background: #fff !important;
4772
- padding: 4px 8px !important;
4773
- }
4774
-
4775
- ._command-menu-button_vitro-command-menu-button_2IiXVbP:hover,
4776
- ._command-menu-button_vitro-command-menu-button_2IiXVbP:active {
4777
- background: #F3F8FF !important;
4778
- }
4779
-
4780
- ._command-menu-button_vitro-command-menu-button_2IiXVbP > div {
4781
- gap: 4px;
4782
- }
4783
-
4784
- ._command-menu-button_vitro-image_27yILgG {
4785
- width: 24px;
4786
- height: 24px;
4787
- }
4788
-
4789
4824
  @media (max-width: 800px) {
4790
4825
  ._command-menu-button_vitro-command-menu-button_2IiXVbP ._command-menu-button_vitro-image_27yILgG + div {
4791
4826
  display: none;
@@ -4798,16 +4833,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
4798
4833
  ._command-menu-item_vitro-item_2pVhk23 {
4799
4834
  display: flex;
4800
4835
  align-items: center;
4801
- }
4802
-
4803
- li:first-child ._command-menu-item_vitro-item_2pVhk23 {
4804
- background: #347FDE;
4805
- font-family: 'InterMedium';
4806
- color: #fff;
4807
- }
4808
-
4809
- li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
4810
- background: #3274E0;
4811
4836
  }
4812
4837
  ._command-menu-lookup-picker_vitro-item-lookup-picker_28SsSpP {
4813
4838
  padding: 0px !important;
@@ -5008,30 +5033,30 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5008
5033
  margin-left: -8px;
5009
5034
  }
5010
5035
 
5011
- .vitro-button-active {
5036
+ .vitro-addon-button {
5012
5037
  border: 1px solid #4292F7 !important;
5013
5038
  }
5014
5039
 
5015
- .vitro-button-active:hover,
5016
- .vitro-button-active:active {
5040
+ .vitro-addon-button:hover,
5041
+ .vitro-addon-button:active {
5017
5042
  border-color: #3274E0 !important;
5018
5043
  background: #3274E0;
5019
5044
  color: #fff;
5020
5045
  }
5021
5046
 
5022
- .vitro-button-context {
5047
+ .vitro-context-button {
5023
5048
  padding: 0 !important;
5024
5049
  width: 24px;
5025
5050
  background-color: #fff !important;
5026
5051
  }
5027
5052
 
5028
- .vitro-button-context > div,
5029
- .vitro-button-context img {
5053
+ .vitro-context-button > div,
5054
+ .vitro-context-button img {
5030
5055
  margin: 0 !important;
5031
5056
  }
5032
5057
 
5033
- .vitro-button-context:hover,
5034
- .vitro-button-context:active {
5058
+ .vitro-context-button:hover,
5059
+ .vitro-context-button:active {
5035
5060
  border-color: #fff !important;
5036
5061
  }
5037
5062
 
@@ -5039,6 +5064,28 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5039
5064
  max-height: 288px;
5040
5065
  }
5041
5066
 
5067
+ ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .vitro-primary {
5068
+ font-family: 'InterMedium';
5069
+ color: #fff;
5070
+ background: #347FDE;
5071
+ }
5072
+
5073
+ ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .vitro-primary {
5074
+ font-family: 'InterMedium';
5075
+ color: #fff;
5076
+ background: #347FDE;
5077
+ }
5078
+
5079
+ ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .vitro-primary:hover,
5080
+ ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .vitro-primary:active,
5081
+ ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .vitro-primary:focus {
5082
+ background: #3274E0;
5083
+ }
5084
+
5085
+ ._command-menu-dropdown-button_vitro-dropdown-button-container_29qd-_O .vitro-primary:disabled {
5086
+ background: #E4E6EC;
5087
+ }
5088
+
5042
5089
  @media (max-width: 800px) {
5043
5090
  ._command-menu-dropdown-button_vitro-command-menu-dropdown-button_2ImIuc3 ._command-menu-dropdown-button_vitro-image_2VNGo-H + div {
5044
5091
  display: none;
@@ -5052,7 +5099,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5052
5099
  display: block;
5053
5100
  }
5054
5101
 
5055
- .vitro-button-context {
5102
+ .vitro-context-button {
5056
5103
  min-width: 32px !important;
5057
5104
  width: 32px;
5058
5105
  }
@@ -5789,18 +5836,28 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5789
5836
 
5790
5837
  ._alert_vitro-alert_3sPAkJb {
5791
5838
  border: 0;
5839
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
5840
+ border-radius: 4px;
5841
+ display: flex;
5842
+ flex-wrap: wrap;
5843
+ justify-content: space-between;
5844
+ gap: 12px;
5845
+ }
5846
+
5847
+ ._alert_vitro-position-absolute_2A33Lq4 {
5792
5848
  z-index: 1000;
5793
5849
  position: absolute;
5794
5850
  right: 0;
5795
5851
  width: 450px;
5796
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
5797
- border-radius: 4px;
5798
5852
  }
5799
5853
 
5800
5854
  ._alert_vitro-alert_3sPAkJb .alert {
5801
5855
  margin-bottom: 0;
5802
5856
  padding: 12px;
5803
5857
  border-radius: 4px;
5858
+ display: flex;
5859
+ flex-direction: column;
5860
+ gap: 12px;
5804
5861
  }
5805
5862
 
5806
5863
  #Timesheets ._alert_vitro-alert_3sPAkJb {
@@ -5837,7 +5894,6 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5837
5894
  background-position: center;
5838
5895
  background-size: 100%;
5839
5896
  background-repeat: no-repeat;
5840
- align-self: center;
5841
5897
  }
5842
5898
 
5843
5899
  ._alert_vitro-text_37Erxqj {
@@ -5848,6 +5904,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5848
5904
  color: #4A556C;
5849
5905
  flex-direction: column;
5850
5906
  overflow: hidden;
5907
+ white-space: pre-wrap;
5851
5908
  }
5852
5909
 
5853
5910
  ._alert_vitro-text_37Erxqj > strong {
@@ -6260,10 +6317,10 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6260
6317
  }
6261
6318
 
6262
6319
  ._activity-message_vitro-item_3Q-7zX3 {
6263
- display: flex;
6264
- grid-gap: 4px 0;
6265
- align-items: center;
6266
- white-space: nowrap;
6320
+ position: relative;
6321
+ display: inline-block;
6322
+ max-height: 80px;
6323
+ overflow: hidden;
6267
6324
  }
6268
6325
 
6269
6326
  ._activity-message_vitro-value_O4DpuTR {
@@ -6304,18 +6361,44 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6304
6361
  margin-right: 8px;
6305
6362
  }
6306
6363
 
6307
- ._activity-message_vitro-separator_vxgHLaH {
6308
- width: 24px;
6309
- height: 24px;
6310
- min-width: 24px;
6311
- background-size: 100%;
6312
- background-position: center;
6313
- background-repeat: no-repeat;
6314
- margin: 0 4px;
6315
- white-space: nowrap;
6316
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/activity-item/img/activity-arrow.svg');
6364
+ .vitro-arrow-separator {
6365
+ margin: 0 10px;
6366
+ background-color: #4A556C;
6367
+ -webkit-mask-image: url('@vitrosoftware/common-ui-ts/css/std/controls/activity-item/img/activity-arrow.svg');
6368
+ mask-image: url('@vitrosoftware/common-ui-ts/css/std/controls/activity-item/img/activity-arrow.svg');
6369
+ -webkit-mask-repeat: no-repeat;
6370
+ -webkit-mask-size: contain;
6371
+ mask-size: contain;
6372
+ display: inline-block;
6373
+ height: 12px;
6374
+ width: 18px;
6375
+ vertical-align: middle;
6317
6376
  }
6318
-
6377
+
6378
+ ._activity-message_vitro-ellipsis_1fIRwiW::after {
6379
+ content: '...';
6380
+ position: absolute;
6381
+ right: 0;
6382
+ bottom: 1px;
6383
+ background: #f8f9fa;
6384
+ padding: 0 1px;
6385
+ display: block;
6386
+ width: 32px;
6387
+ }
6388
+
6389
+ ._activity-message_vitro-value-content_1fdGuBJ {
6390
+ max-height: 80px;
6391
+ display: inline;
6392
+ overflow: hidden;
6393
+ }
6394
+
6395
+ ._activity-message_vitro-value-content_1fdGuBJ p {
6396
+ display: inline;
6397
+ }
6398
+
6399
+ ._activity-message_vitro-value-tooltip_3oYwdFU {
6400
+ margin-bottom: -4px;
6401
+ }
6319
6402
  ._attached-file_vitro-attached-file-container_3AhHHlm {
6320
6403
  position: relative;
6321
6404
  }