@cayuse-test/react 1.0.9 → 1.0.10

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.
@@ -67,13 +67,13 @@ import {
67
67
  setDictionary,
68
68
  setLoginTenantId,
69
69
  useActiveColumns
70
- } from "../chunk-XU6XYQR5.js";
70
+ } from "../chunk-RJUCILWA.js";
71
71
  import "../chunk-XVA4YFXM.js";
72
72
  import "../chunk-QPEQWFAR.js";
73
73
  import "../chunk-HRVK43NB.js";
74
74
  import "../chunk-LDCYFDOO.js";
75
75
  import "../chunk-MJBMK4OG.js";
76
- import "../chunk-M2L7SQBQ.js";
76
+ import "../chunk-6DB5M6WN.js";
77
77
  export {
78
78
  AccordionAttachmentsForm,
79
79
  AccordionFormWrapper,
package/dist/index.css CHANGED
@@ -958,7 +958,7 @@
958
958
  padding: 0.7143rem 0;
959
959
  }
960
960
  @media screen and (max-width: 768px) {
961
- .custom-dropdown .menuList {
961
+ .custom-dropdown__container .menuList {
962
962
  height: 100px;
963
963
  overflow-x: auto;
964
964
  overflow-y: scroll;
@@ -967,25 +967,25 @@
967
967
  .custom-dropdown .menuListOpen {
968
968
  display: block;
969
969
  }
970
- .custom-dropdown .menuList > li {
970
+ .custom-dropdown__container .menuList > li {
971
971
  display: flex;
972
972
  margin: 0;
973
973
  padding: 0;
974
974
  }
975
- .custom-dropdown .menuList > li:hover {
975
+ .custom-dropdown__container .menuList > li:hover {
976
976
  background: rgba(0, 0, 0, 0.05);
977
977
  color: rgba(0, 0, 0, 0.95);
978
978
  }
979
- .custom-dropdown .menuList > li:focus-within {
979
+ .custom-dropdown__container .menuList > li:focus-within {
980
980
  background: rgba(0, 0, 0, 0.05);
981
981
  color: rgba(0, 0, 0, 0.95);
982
982
  }
983
- .custom-dropdown .menuList:not(.custom-styling) > li.active {
983
+ .custom-dropdown__container .menuList:not(.custom-styling) > li.active {
984
984
  border-bottom: 4px solid #0076b6;
985
985
  color: #0076b6;
986
986
  font-weight: 700;
987
987
  }
988
- .custom-dropdown .menuList > li > a {
988
+ .custom-dropdown__container .menuList > li > a {
989
989
  cursor: pointer;
990
990
  line-height: 1em;
991
991
  padding: 0.78571429rem 1.14285714rem;
@@ -998,11 +998,11 @@
998
998
  outline: 0;
999
999
  width: 100%;
1000
1000
  }
1001
- .custom-dropdown .menuList.custom-styling li {
1001
+ .custom-dropdown__container .menuList.custom-styling li {
1002
1002
  font-size: 1rem;
1003
1003
  color: rgba(0, 0, 0, 0.87);
1004
1004
  }
1005
- .custom-dropdown .menuList.custom-styling li.disabled {
1005
+ .custom-dropdown__container .menuList.custom-styling li.disabled {
1006
1006
  cursor: default;
1007
1007
  pointer-events: none;
1008
1008
  opacity: 0.45;
@@ -1016,11 +1016,11 @@
1016
1016
  z-index: 12;
1017
1017
  }
1018
1018
  @media screen and (max-width: 768px) {
1019
- .custom-dropdown .menuList > li > a {
1019
+ .custom-dropdown__container .menuList > li > a {
1020
1020
  font-size: 12px;
1021
1021
  padding: 8px 10px;
1022
1022
  }
1023
- .custom-dropdown li:not(.custom-styling) {
1023
+ .custom-dropdown__container li:not(.custom-styling) {
1024
1024
  font-size: 12px;
1025
1025
  padding: 8px 10px;
1026
1026
  }
@@ -2469,15 +2469,6 @@ td {
2469
2469
  font-size: var(--font-size-d-small);
2470
2470
  width: 350px;
2471
2471
  }
2472
- .attachmentType {
2473
- background-color: var(--color-lightest);
2474
- border: 1px solid var(--color-medium-grey);
2475
- box-sizing: border-box;
2476
- font-size: var(--font-size-d-small);
2477
- height: 35px;
2478
- padding: var(--spacing-v-1x) var(--spacing-h-0-5x);
2479
- width: 350px;
2480
- }
2481
2472
  .fileUploadWrapper .dropzone {
2482
2473
  height: auto !important;
2483
2474
  width: auto !important;