@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.
- package/dist/{chunk-M2L7SQBQ.js → chunk-6DB5M6WN.js} +3 -3
- package/dist/chunk-6DB5M6WN.js.map +1 -0
- package/dist/{chunk-XU6XYQR5.js → chunk-RJUCILWA.js} +32 -39
- package/dist/chunk-RJUCILWA.js.map +1 -0
- package/dist/components/index.css +10 -19
- package/dist/components/index.css.map +1 -1
- package/dist/components/index.js +2 -2
- package/dist/index.css +10 -19
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/services/upload-s3/index.d.ts +2 -2
- package/dist/services/upload-s3/index.js +1 -1
- package/package.json +13 -16
- package/dist/chunk-M2L7SQBQ.js.map +0 -1
- package/dist/chunk-XU6XYQR5.js.map +0 -1
package/dist/components/index.js
CHANGED
|
@@ -67,13 +67,13 @@ import {
|
|
|
67
67
|
setDictionary,
|
|
68
68
|
setLoginTenantId,
|
|
69
69
|
useActiveColumns
|
|
70
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
970
|
+
.custom-dropdown__container .menuList > li {
|
|
971
971
|
display: flex;
|
|
972
972
|
margin: 0;
|
|
973
973
|
padding: 0;
|
|
974
974
|
}
|
|
975
|
-
.custom-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1019
|
+
.custom-dropdown__container .menuList > li > a {
|
|
1020
1020
|
font-size: 12px;
|
|
1021
1021
|
padding: 8px 10px;
|
|
1022
1022
|
}
|
|
1023
|
-
.custom-
|
|
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;
|