@itilite/lumina-ui 1.0.9-alpha → 1.0.11-alpha
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/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.js +18 -6
- package/dist/atom/AdvancedDateRangePicker/AdvancedDateRangePicker.mjs +1 -1
- package/dist/chunk-GGWY2SYX.mjs +452 -0
- package/dist/chunk-QU73KNTT.mjs +452 -0
- package/dist/chunk-XECXKSTC.mjs +453 -0
- package/dist/index.js +18 -6
- package/dist/index.mjs +8 -8
- package/dist/styles.css +192 -192
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -762,6 +762,114 @@
|
|
|
762
762
|
|
|
763
763
|
|
|
764
764
|
/* CSS Modules */
|
|
765
|
+
/* src/atom/LoadingSpinner/LoadingSpinner.module.scss */
|
|
766
|
+
.LoadingSpinner-module__spinnerContainer___DiPLf {
|
|
767
|
+
display: flex;
|
|
768
|
+
justify-content: center;
|
|
769
|
+
align-items: center;
|
|
770
|
+
height: 100%;
|
|
771
|
+
margin-top: 2rem;
|
|
772
|
+
margin-bottom: 2rem;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
776
|
+
.Checkbox-module__checkbox___xxg5L {
|
|
777
|
+
display: flex;
|
|
778
|
+
align-items: center;
|
|
779
|
+
}
|
|
780
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
781
|
+
height: 16px;
|
|
782
|
+
width: 16px;
|
|
783
|
+
}
|
|
784
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
785
|
+
height: 20px;
|
|
786
|
+
width: 20px;
|
|
787
|
+
}
|
|
788
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
789
|
+
inset-inline-start: 27%;
|
|
790
|
+
}
|
|
791
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
792
|
+
height: 24px;
|
|
793
|
+
width: 24px;
|
|
794
|
+
}
|
|
795
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
796
|
+
inset-inline-start: 33%;
|
|
797
|
+
}
|
|
798
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
799
|
+
border-color: #ec5d25;
|
|
800
|
+
background-color: #ec5d25;
|
|
801
|
+
}
|
|
802
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
803
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
804
|
+
.ant-checkbox-inner {
|
|
805
|
+
--tw-bg-opacity: 1;
|
|
806
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
807
|
+
}
|
|
808
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
809
|
+
outline: 2px solid #0a65e7;
|
|
810
|
+
}
|
|
811
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
|
|
812
|
+
cursor: not-allowed;
|
|
813
|
+
}
|
|
814
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
815
|
+
opacity: 0.5;
|
|
816
|
+
border-color: #ec5d25;
|
|
817
|
+
background-color: #ec5d25;
|
|
818
|
+
}
|
|
819
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
820
|
+
border-color: #ffffff;
|
|
821
|
+
}
|
|
822
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
823
|
+
border-color: #b6bac3;
|
|
824
|
+
}
|
|
825
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
826
|
+
border-color: #6b7280;
|
|
827
|
+
}
|
|
828
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
829
|
+
outline: 2px solid #0a65e7;
|
|
830
|
+
}
|
|
831
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
|
|
832
|
+
cursor: not-allowed;
|
|
833
|
+
}
|
|
834
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
|
|
835
|
+
border-color: #b6bac3;
|
|
836
|
+
background-color: #f9fafb;
|
|
837
|
+
}
|
|
838
|
+
.Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
|
|
839
|
+
color: #363e4f;
|
|
840
|
+
}
|
|
841
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
|
|
842
|
+
color: #363e4f;
|
|
843
|
+
font-weight: 400;
|
|
844
|
+
font-size: 0.875rem;
|
|
845
|
+
line-height: 20px;
|
|
846
|
+
}
|
|
847
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
|
|
848
|
+
color: #363e4f;
|
|
849
|
+
font-weight: 500;
|
|
850
|
+
font-size: 0.875rem;
|
|
851
|
+
line-height: 20px;
|
|
852
|
+
}
|
|
853
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
854
|
+
opacity: 0.5;
|
|
855
|
+
border-color: #ec5d25;
|
|
856
|
+
background-color: #ec5d25;
|
|
857
|
+
}
|
|
858
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
859
|
+
border-color: #ffffff;
|
|
860
|
+
}
|
|
861
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
862
|
+
border-color: #ec5d25 !important;
|
|
863
|
+
background-color: #ec5d25 !important;
|
|
864
|
+
}
|
|
865
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
866
|
+
inset-inline-start: 50%;
|
|
867
|
+
width: 60%;
|
|
868
|
+
height: 3px;
|
|
869
|
+
border-radius: 4px;
|
|
870
|
+
background: white;
|
|
871
|
+
}
|
|
872
|
+
|
|
765
873
|
/* src/atom/Slider/Slider.module.scss */
|
|
766
874
|
.Slider-module__label___9Uea- {
|
|
767
875
|
font-size: 13px;
|
|
@@ -992,29 +1100,6 @@
|
|
|
992
1100
|
outline: none;
|
|
993
1101
|
}
|
|
994
1102
|
|
|
995
|
-
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
996
|
-
.UserProfile-module__userProfile___cRMm9 {
|
|
997
|
-
display: flex;
|
|
998
|
-
align-items: center;
|
|
999
|
-
gap: 0.625rem
|
|
1000
|
-
}
|
|
1001
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1002
|
-
display: flex;
|
|
1003
|
-
flex-direction: column
|
|
1004
|
-
}
|
|
1005
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1006
|
-
display: flex;
|
|
1007
|
-
align-items: center;
|
|
1008
|
-
gap: 0.5rem
|
|
1009
|
-
}
|
|
1010
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1011
|
-
margin: 0px
|
|
1012
|
-
}
|
|
1013
|
-
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1014
|
-
margin: 0px;
|
|
1015
|
-
margin-top: 0.125rem
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
1103
|
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
1019
1104
|
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
1020
1105
|
background-color: white !important;
|
|
@@ -1028,112 +1113,82 @@
|
|
|
1028
1113
|
background-color: white !important;
|
|
1029
1114
|
}
|
|
1030
1115
|
|
|
1031
|
-
/* src/atom/
|
|
1032
|
-
.
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
}
|
|
1036
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
1037
|
-
height: 16px;
|
|
1038
|
-
width: 16px;
|
|
1039
|
-
}
|
|
1040
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
1041
|
-
height: 20px;
|
|
1042
|
-
width: 20px;
|
|
1043
|
-
}
|
|
1044
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
1045
|
-
inset-inline-start: 27%;
|
|
1116
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
1117
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1118
|
+
height: 0.75rem;
|
|
1119
|
+
min-width: 1.5rem
|
|
1046
1120
|
}
|
|
1047
|
-
.
|
|
1048
|
-
|
|
1049
|
-
|
|
1121
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
1122
|
+
height: 0.5rem;
|
|
1123
|
+
width: 0.5rem
|
|
1050
1124
|
}
|
|
1051
|
-
.
|
|
1052
|
-
|
|
1125
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1126
|
+
--tw-bg-opacity: 1;
|
|
1127
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1053
1128
|
}
|
|
1054
|
-
.
|
|
1055
|
-
|
|
1056
|
-
|
|
1129
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1130
|
+
--tw-bg-opacity: 1;
|
|
1131
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1057
1132
|
}
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1133
|
+
|
|
1134
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
1135
|
+
.Tag-module__tag___PIkhI {
|
|
1136
|
+
border-radius: 0.25rem;
|
|
1137
|
+
padding: 0.25rem;
|
|
1138
|
+
font-weight: 500;
|
|
1139
|
+
font-size: 12px;
|
|
1140
|
+
line-height: .75rem;
|
|
1061
1141
|
--tw-bg-opacity: 1;
|
|
1062
|
-
background-color: rgb(
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
cursor: not-allowed;
|
|
1069
|
-
}
|
|
1070
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
|
|
1071
|
-
opacity: 0.5;
|
|
1072
|
-
border-color: #ec5d25;
|
|
1073
|
-
background-color: #ec5d25;
|
|
1074
|
-
}
|
|
1075
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1076
|
-
border-color: #ffffff;
|
|
1077
|
-
}
|
|
1078
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
|
|
1079
|
-
border-color: #b6bac3;
|
|
1080
|
-
}
|
|
1081
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
|
|
1082
|
-
border-color: #6b7280;
|
|
1083
|
-
}
|
|
1084
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
|
|
1085
|
-
outline: 2px solid #0a65e7;
|
|
1142
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1143
|
+
height: -moz-max-content;
|
|
1144
|
+
height: max-content;
|
|
1145
|
+
--tw-text-opacity: 1;
|
|
1146
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1147
|
+
border-width: 0px
|
|
1086
1148
|
}
|
|
1087
|
-
.
|
|
1088
|
-
|
|
1149
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
1150
|
+
padding-top: 2px;
|
|
1151
|
+
padding-bottom: 2px;
|
|
1152
|
+
padding-left: 0.25rem;
|
|
1153
|
+
padding-right: 0.25rem;
|
|
1154
|
+
font-size: 0.625rem;
|
|
1155
|
+
line-height: .75rem
|
|
1089
1156
|
}
|
|
1090
|
-
.
|
|
1091
|
-
|
|
1092
|
-
background-color:
|
|
1157
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
1158
|
+
--tw-bg-opacity: 1;
|
|
1159
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1093
1160
|
}
|
|
1094
|
-
.
|
|
1095
|
-
|
|
1161
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
1162
|
+
--tw-bg-opacity: 1;
|
|
1163
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1096
1164
|
}
|
|
1097
|
-
.
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
font-size: 0.875rem;
|
|
1101
|
-
line-height: 20px;
|
|
1165
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
1166
|
+
--tw-bg-opacity: 1;
|
|
1167
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
1102
1168
|
}
|
|
1103
|
-
.
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
font-size: 0.875rem;
|
|
1107
|
-
line-height: 20px;
|
|
1169
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
1170
|
+
--tw-bg-opacity: 1;
|
|
1171
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1108
1172
|
}
|
|
1109
|
-
.
|
|
1110
|
-
opacity:
|
|
1111
|
-
|
|
1112
|
-
background-color: #ec5d25;
|
|
1173
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
1174
|
+
--tw-bg-opacity: 1;
|
|
1175
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1113
1176
|
}
|
|
1114
|
-
.
|
|
1115
|
-
|
|
1177
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
1178
|
+
--tw-bg-opacity: 1;
|
|
1179
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1116
1180
|
}
|
|
1117
|
-
.
|
|
1118
|
-
|
|
1119
|
-
background-color:
|
|
1181
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
1182
|
+
--tw-bg-opacity: 1;
|
|
1183
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
1120
1184
|
}
|
|
1121
|
-
.
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
height: 3px;
|
|
1125
|
-
border-radius: 4px;
|
|
1126
|
-
background: white;
|
|
1185
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
1186
|
+
--tw-bg-opacity: 1;
|
|
1187
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
1127
1188
|
}
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
display: flex;
|
|
1132
|
-
justify-content: center;
|
|
1133
|
-
align-items: center;
|
|
1134
|
-
height: 100%;
|
|
1135
|
-
margin-top: 2rem;
|
|
1136
|
-
margin-bottom: 2rem;
|
|
1189
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
1190
|
+
--tw-bg-opacity: 1;
|
|
1191
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1137
1192
|
}
|
|
1138
1193
|
|
|
1139
1194
|
/* src/atom/Table/Table.module.scss */
|
|
@@ -1699,84 +1754,6 @@
|
|
|
1699
1754
|
line-height: 20px;
|
|
1700
1755
|
}
|
|
1701
1756
|
|
|
1702
|
-
/* src/atom/Switch/Switch.module.scss */
|
|
1703
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
1704
|
-
height: 0.75rem;
|
|
1705
|
-
min-width: 1.5rem
|
|
1706
|
-
}
|
|
1707
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
1708
|
-
height: 0.5rem;
|
|
1709
|
-
width: 0.5rem
|
|
1710
|
-
}
|
|
1711
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
1712
|
-
--tw-bg-opacity: 1;
|
|
1713
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1714
|
-
}
|
|
1715
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
1716
|
-
--tw-bg-opacity: 1;
|
|
1717
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
/* src/atom/Tag/Tag.module.scss */
|
|
1721
|
-
.Tag-module__tag___PIkhI {
|
|
1722
|
-
border-radius: 0.25rem;
|
|
1723
|
-
padding: 0.25rem;
|
|
1724
|
-
font-weight: 500;
|
|
1725
|
-
font-size: 12px;
|
|
1726
|
-
line-height: .75rem;
|
|
1727
|
-
--tw-bg-opacity: 1;
|
|
1728
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1729
|
-
height: -moz-max-content;
|
|
1730
|
-
height: max-content;
|
|
1731
|
-
--tw-text-opacity: 1;
|
|
1732
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
1733
|
-
border-width: 0px
|
|
1734
|
-
}
|
|
1735
|
-
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
1736
|
-
padding-top: 2px;
|
|
1737
|
-
padding-bottom: 2px;
|
|
1738
|
-
padding-left: 0.25rem;
|
|
1739
|
-
padding-right: 0.25rem;
|
|
1740
|
-
font-size: 0.625rem;
|
|
1741
|
-
line-height: .75rem
|
|
1742
|
-
}
|
|
1743
|
-
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
1744
|
-
--tw-bg-opacity: 1;
|
|
1745
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1746
|
-
}
|
|
1747
|
-
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
1748
|
-
--tw-bg-opacity: 1;
|
|
1749
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1750
|
-
}
|
|
1751
|
-
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
1752
|
-
--tw-bg-opacity: 1;
|
|
1753
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1))
|
|
1754
|
-
}
|
|
1755
|
-
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
1756
|
-
--tw-bg-opacity: 1;
|
|
1757
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1758
|
-
}
|
|
1759
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
1760
|
-
--tw-bg-opacity: 1;
|
|
1761
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1))
|
|
1762
|
-
}
|
|
1763
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
1764
|
-
--tw-bg-opacity: 1;
|
|
1765
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1))
|
|
1766
|
-
}
|
|
1767
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
1768
|
-
--tw-bg-opacity: 1;
|
|
1769
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1))
|
|
1770
|
-
}
|
|
1771
|
-
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
1772
|
-
--tw-bg-opacity: 1;
|
|
1773
|
-
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
|
|
1774
|
-
}
|
|
1775
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
1776
|
-
--tw-bg-opacity: 1;
|
|
1777
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1))
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
1757
|
/* src/atom/Modal/Modal.module.scss */
|
|
1781
1758
|
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
1782
1759
|
margin-top: 0;
|
|
@@ -1850,6 +1827,29 @@
|
|
|
1850
1827
|
margin-inline-start: 0.5rem;
|
|
1851
1828
|
}
|
|
1852
1829
|
|
|
1830
|
+
/* src/molecules/UserProfile/UserProfile.module.scss */
|
|
1831
|
+
.UserProfile-module__userProfile___cRMm9 {
|
|
1832
|
+
display: flex;
|
|
1833
|
+
align-items: center;
|
|
1834
|
+
gap: 0.625rem
|
|
1835
|
+
}
|
|
1836
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E {
|
|
1837
|
+
display: flex;
|
|
1838
|
+
flex-direction: column
|
|
1839
|
+
}
|
|
1840
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt {
|
|
1841
|
+
display: flex;
|
|
1842
|
+
align-items: center;
|
|
1843
|
+
gap: 0.5rem
|
|
1844
|
+
}
|
|
1845
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileHeader___5qYbt .UserProfile-module__profileName___x8pg- {
|
|
1846
|
+
margin: 0px
|
|
1847
|
+
}
|
|
1848
|
+
.UserProfile-module__userProfile___cRMm9 .UserProfile-module__profileContent___tfy8E .UserProfile-module__profileEmail___ZWKDd {
|
|
1849
|
+
margin: 0px;
|
|
1850
|
+
margin-top: 0.125rem
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
1853
|
/* src/atom/RangePicker/RangePicker.module.scss */
|
|
1854
1854
|
.RangePicker-module__range_start___hGQp-::after {
|
|
1855
1855
|
content: "";
|