@next-degree/pickle-shared-js 0.7.51 → 0.9.2
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/components/jobPost/JobDescription.cjs +2 -1
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js +2 -1
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +2 -1
- package/dist/components/jobPost/JobPost.cjs.map +1 -1
- package/dist/components/jobPost/JobPost.d.cts +1 -1
- package/dist/components/jobPost/JobPost.d.ts +1 -1
- package/dist/components/jobPost/JobPost.js +2 -1
- package/dist/components/jobPost/JobPost.js.map +1 -1
- package/dist/components/primitives/command.d.cts +7 -7
- package/dist/components/primitives/command.d.ts +7 -7
- package/dist/components/primitives/radio-group.cjs +74 -0
- package/dist/components/primitives/radio-group.cjs.map +1 -0
- package/dist/components/primitives/radio-group.d.cts +9 -0
- package/dist/components/primitives/radio-group.d.ts +9 -0
- package/dist/components/primitives/radio-group.js +39 -0
- package/dist/components/primitives/radio-group.js.map +1 -0
- package/dist/components/ui/Button.cjs +2 -1
- package/dist/components/ui/Button.cjs.map +1 -1
- package/dist/components/ui/Button.d.cts +1 -1
- package/dist/components/ui/Button.d.ts +1 -1
- package/dist/components/ui/Button.js +2 -1
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Checkbox.cjs +38 -13
- package/dist/components/ui/Checkbox.cjs.map +1 -1
- package/dist/components/ui/Checkbox.d.cts +2 -1
- package/dist/components/ui/Checkbox.d.ts +2 -1
- package/dist/components/ui/Checkbox.js +31 -11
- package/dist/components/ui/Checkbox.js.map +1 -1
- package/dist/components/ui/Combobox.cjs +62 -41
- package/dist/components/ui/Combobox.cjs.map +1 -1
- package/dist/components/ui/Combobox.js +53 -32
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/DatePicker.cjs +133 -149
- package/dist/components/ui/DatePicker.cjs.map +1 -1
- package/dist/components/ui/DatePicker.js +132 -148
- package/dist/components/ui/DatePicker.js.map +1 -1
- package/dist/components/ui/ListItem.cjs +40 -21
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js +36 -17
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/Radio.cjs +177 -0
- package/dist/components/ui/Radio.cjs.map +1 -0
- package/dist/components/ui/Radio.d.cts +27 -0
- package/dist/components/ui/Radio.d.ts +27 -0
- package/dist/components/ui/Radio.js +142 -0
- package/dist/components/ui/Radio.js.map +1 -0
- package/dist/components/ui/ReadMore.cjs +2 -1
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js +2 -1
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs +48 -24
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js +49 -25
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/components/ui/Switch.cjs +83 -0
- package/dist/components/ui/Switch.cjs.map +1 -0
- package/dist/components/ui/Switch.d.cts +10 -0
- package/dist/components/ui/Switch.d.ts +10 -0
- package/dist/components/ui/Switch.js +48 -0
- package/dist/components/ui/Switch.js.map +1 -0
- package/dist/components/ui/buttonShadcn.cjs +2 -9
- package/dist/components/ui/buttonShadcn.cjs.map +1 -1
- package/dist/components/ui/buttonShadcn.d.cts +2 -2
- package/dist/components/ui/buttonShadcn.d.ts +2 -2
- package/dist/components/ui/buttonShadcn.js +2 -9
- package/dist/components/ui/buttonShadcn.js.map +1 -1
- package/dist/components/ui/calendar.cjs +7 -17
- package/dist/components/ui/calendar.cjs.map +1 -1
- package/dist/components/ui/calendar.js +7 -17
- package/dist/components/ui/calendar.js.map +1 -1
- package/dist/{displayText-CQRZ2fOT.d.cts → displayText-ca_ofoAC.d.cts} +2 -2
- package/dist/{displayText-LlsLfkTS.d.ts → displayText-eoAHqSNz.d.ts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/index.cjs +574 -259
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -7
- package/dist/index.d.ts +13 -7
- package/dist/index.js +536 -224
- package/dist/index.js.map +1 -1
- package/dist/lib/locations.d.cts +2 -2
- package/dist/lib/locations.d.ts +2 -2
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/salaryRange.d.cts +1 -1
- package/dist/lib/salaryRange.d.ts +1 -1
- package/dist/services/displayText.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/styles/globals.css +78 -0
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.d.cts +1 -1
- package/dist/types/data/company_service_latest.d.ts +1 -1
- package/dist/types/data/job_posting_service_latest.d.cts +1 -1
- package/dist/types/data/job_posting_service_latest.d.ts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.cts +1 -1
- package/dist/types/data/shared_pickle_output_latest.d.ts +1 -1
- package/package.json +7 -10
- package/dist/{company_service_latest-8IMr2hMZ.d.cts → company_service_latest-CRQFzMep.d.cts} +364 -364
- package/dist/{company_service_latest-8IMr2hMZ.d.ts → company_service_latest-CRQFzMep.d.ts} +364 -364
- package/dist/{job_posting_service_latest-CKITrYyz.d.cts → job_posting_service_latest-BOVbz68F.d.cts} +314 -314
- package/dist/{job_posting_service_latest-CKITrYyz.d.ts → job_posting_service_latest-BOVbz68F.d.ts} +314 -314
- package/dist/{shared_pickle_output_latest-Cwf2EMdH.d.cts → shared_pickle_output_latest-DKOmTyYk.d.cts} +18 -18
- package/dist/{shared_pickle_output_latest-Cwf2EMdH.d.ts → shared_pickle_output_latest-DKOmTyYk.d.ts} +18 -18
package/dist/lib/locations.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-BOVbz68F.cjs';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-DKOmTyYk.cjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): string | null;
|
package/dist/lib/locations.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { J as JobPostModel } from '../job_posting_service_latest-
|
|
2
|
-
import { P as PostalAddressModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { J as JobPostModel } from '../job_posting_service_latest-BOVbz68F.js';
|
|
2
|
+
import { P as PostalAddressModel } from '../shared_pickle_output_latest-DKOmTyYk.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare function formattedAddress(address: PostalAddressModel): string | null;
|
package/dist/lib/mappings.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-ca_ofoAC.cjs';
|
|
3
|
+
import '../job_posting_service_latest-BOVbz68F.cjs';
|
|
4
|
+
import '../shared_pickle_output_latest-DKOmTyYk.cjs';
|
package/dist/lib/mappings.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { b as bestFitDisplayText, f as clinicalSettingDisplayText, d as clinicalSpecialtyDisplayText, c as currencyDisplayText, g as defaultMappings, a as employmentLevelDisplayText, e as employmentTypeDisplayText, j as jobFunctionDisplayText, s as shiftDisplayText, u as unitTextDisplayText } from '../displayText-eoAHqSNz.js';
|
|
3
|
+
import '../job_posting_service_latest-BOVbz68F.js';
|
|
4
|
+
import '../shared_pickle_output_latest-DKOmTyYk.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-
|
|
1
|
+
import { M as MonetaryAmountModel } from '../shared_pickle_output_latest-DKOmTyYk.cjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
declare function salaryRange(salary?: MonetaryAmountModel): string | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-ca_ofoAC.cjs';
|
|
3
|
+
import '../job_posting_service_latest-BOVbz68F.cjs';
|
|
4
|
+
import '../shared_pickle_output_latest-DKOmTyYk.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'zod';
|
|
2
|
-
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-
|
|
3
|
-
import '../job_posting_service_latest-
|
|
4
|
-
import '../shared_pickle_output_latest-
|
|
2
|
+
export { D as DisplayTextConfig, h as DisplayTextService, I as IDisplayTextService, S as ServiceMappings } from '../displayText-eoAHqSNz.js';
|
|
3
|
+
import '../job_posting_service_latest-BOVbz68F.js';
|
|
4
|
+
import '../shared_pickle_output_latest-DKOmTyYk.js';
|
package/dist/styles/globals.css
CHANGED
|
@@ -897,6 +897,9 @@ video {
|
|
|
897
897
|
.mr-4 {
|
|
898
898
|
margin-right: 1rem;
|
|
899
899
|
}
|
|
900
|
+
.mt-1 {
|
|
901
|
+
margin-top: 0.25rem;
|
|
902
|
+
}
|
|
900
903
|
.mt-2 {
|
|
901
904
|
margin-top: 0.5rem;
|
|
902
905
|
}
|
|
@@ -906,6 +909,9 @@ video {
|
|
|
906
909
|
.mt-8 {
|
|
907
910
|
margin-top: 2rem;
|
|
908
911
|
}
|
|
912
|
+
.block {
|
|
913
|
+
display: block;
|
|
914
|
+
}
|
|
909
915
|
.flex {
|
|
910
916
|
display: flex;
|
|
911
917
|
}
|
|
@@ -963,6 +969,12 @@ video {
|
|
|
963
969
|
.h-\[1px\] {
|
|
964
970
|
height: 1px;
|
|
965
971
|
}
|
|
972
|
+
.h-\[21px\] {
|
|
973
|
+
height: 21px;
|
|
974
|
+
}
|
|
975
|
+
.h-\[25px\] {
|
|
976
|
+
height: 25px;
|
|
977
|
+
}
|
|
966
978
|
.h-\[36rem\] {
|
|
967
979
|
height: 36rem;
|
|
968
980
|
}
|
|
@@ -987,6 +999,9 @@ video {
|
|
|
987
999
|
.min-h-16 {
|
|
988
1000
|
min-height: 4rem;
|
|
989
1001
|
}
|
|
1002
|
+
.min-h-52 {
|
|
1003
|
+
min-height: 13rem;
|
|
1004
|
+
}
|
|
990
1005
|
.w-10 {
|
|
991
1006
|
width: 2.5rem;
|
|
992
1007
|
}
|
|
@@ -1026,9 +1041,15 @@ video {
|
|
|
1026
1041
|
.w-\[1px\] {
|
|
1027
1042
|
width: 1px;
|
|
1028
1043
|
}
|
|
1044
|
+
.w-\[21px\] {
|
|
1045
|
+
width: 21px;
|
|
1046
|
+
}
|
|
1029
1047
|
.w-\[36rem\] {
|
|
1030
1048
|
width: 36rem;
|
|
1031
1049
|
}
|
|
1050
|
+
.w-\[42px\] {
|
|
1051
|
+
width: 42px;
|
|
1052
|
+
}
|
|
1032
1053
|
.w-\[var\(--radix-select-trigger-width\)\] {
|
|
1033
1054
|
width: var(--radix-select-trigger-width);
|
|
1034
1055
|
}
|
|
@@ -1078,6 +1099,10 @@ video {
|
|
|
1078
1099
|
.border-collapse {
|
|
1079
1100
|
border-collapse: collapse;
|
|
1080
1101
|
}
|
|
1102
|
+
.translate-x-0\.5 {
|
|
1103
|
+
--tw-translate-x: 0.125rem;
|
|
1104
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1105
|
+
}
|
|
1081
1106
|
.translate-x-\[-50\%\] {
|
|
1082
1107
|
--tw-translate-x: -50%;
|
|
1083
1108
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1575,6 +1600,9 @@ video {
|
|
|
1575
1600
|
.text-grey-80 {
|
|
1576
1601
|
color: hsla(0, 0%, 20%, 1);
|
|
1577
1602
|
}
|
|
1603
|
+
.text-inherit {
|
|
1604
|
+
color: inherit;
|
|
1605
|
+
}
|
|
1578
1606
|
.text-neutral-50 {
|
|
1579
1607
|
--tw-text-opacity: 1;
|
|
1580
1608
|
color: rgb(250 250 250 / var(--tw-text-opacity, 1));
|
|
@@ -1634,6 +1662,14 @@ video {
|
|
|
1634
1662
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
1635
1663
|
var(--tw-shadow);
|
|
1636
1664
|
}
|
|
1665
|
+
.shadow-\[0_2px_2px\] {
|
|
1666
|
+
--tw-shadow: 0 2px 2px;
|
|
1667
|
+
--tw-shadow-colored: 0 2px 2px var(--tw-shadow-color);
|
|
1668
|
+
box-shadow:
|
|
1669
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1670
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
1671
|
+
var(--tw-shadow);
|
|
1672
|
+
}
|
|
1637
1673
|
.shadow-lg {
|
|
1638
1674
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1639
1675
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1732,12 +1768,23 @@ video {
|
|
|
1732
1768
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1733
1769
|
transition-duration: 150ms;
|
|
1734
1770
|
}
|
|
1771
|
+
.transition-transform {
|
|
1772
|
+
transition-property: transform;
|
|
1773
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1774
|
+
transition-duration: 150ms;
|
|
1775
|
+
}
|
|
1776
|
+
.duration-100 {
|
|
1777
|
+
transition-duration: 100ms;
|
|
1778
|
+
}
|
|
1735
1779
|
.duration-1000 {
|
|
1736
1780
|
transition-duration: 1000ms;
|
|
1737
1781
|
}
|
|
1738
1782
|
.duration-200 {
|
|
1739
1783
|
transition-duration: 200ms;
|
|
1740
1784
|
}
|
|
1785
|
+
.will-change-transform {
|
|
1786
|
+
will-change: transform;
|
|
1787
|
+
}
|
|
1741
1788
|
@keyframes enter {
|
|
1742
1789
|
from {
|
|
1743
1790
|
opacity: var(--tw-enter-opacity, 1);
|
|
@@ -1765,6 +1812,9 @@ video {
|
|
|
1765
1812
|
.zoom-in-95 {
|
|
1766
1813
|
--tw-enter-scale: .95;
|
|
1767
1814
|
}
|
|
1815
|
+
.duration-100 {
|
|
1816
|
+
animation-duration: 100ms;
|
|
1817
|
+
}
|
|
1768
1818
|
.duration-1000 {
|
|
1769
1819
|
animation-duration: 1000ms;
|
|
1770
1820
|
}
|
|
@@ -2181,6 +2231,9 @@ video {
|
|
|
2181
2231
|
.disabled\:opacity-50:disabled {
|
|
2182
2232
|
opacity: 0.5;
|
|
2183
2233
|
}
|
|
2234
|
+
.group:hover .group-hover\:border-grey-20 {
|
|
2235
|
+
border-color: hsla(0, 0%, 80%, 1);
|
|
2236
|
+
}
|
|
2184
2237
|
.group:hover .group-hover\:opacity-100 {
|
|
2185
2238
|
opacity: 1;
|
|
2186
2239
|
}
|
|
@@ -2214,6 +2267,22 @@ video {
|
|
|
2214
2267
|
.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true] {
|
|
2215
2268
|
pointer-events: none;
|
|
2216
2269
|
}
|
|
2270
|
+
.data-\[state\=checked\]\:translate-x-\[19px\][data-state=checked] {
|
|
2271
|
+
--tw-translate-x: 19px;
|
|
2272
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2273
|
+
}
|
|
2274
|
+
.data-\[state\=checked\]\:border-4[data-state=checked] {
|
|
2275
|
+
border-width: 4px;
|
|
2276
|
+
}
|
|
2277
|
+
.data-\[disabled\]\:border-grey-20[data-disabled] {
|
|
2278
|
+
border-color: hsla(0, 0%, 80%, 1);
|
|
2279
|
+
}
|
|
2280
|
+
.data-\[state\=checked\]\:border-green-90[data-state=checked] {
|
|
2281
|
+
border-color: hsla(164, 80%, 10%, 1);
|
|
2282
|
+
}
|
|
2283
|
+
.data-\[disabled\]\:bg-grey-10[data-disabled] {
|
|
2284
|
+
background-color: hsla(0, 0%, 90%, 1);
|
|
2285
|
+
}
|
|
2217
2286
|
.data-\[selected\=\'true\'\]\:bg-neutral-100[data-selected=true] {
|
|
2218
2287
|
--tw-bg-opacity: 1;
|
|
2219
2288
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
@@ -2221,6 +2290,9 @@ video {
|
|
|
2221
2290
|
.data-\[state\=checked\]\:bg-green-80[data-state=checked] {
|
|
2222
2291
|
background-color: hsla(164, 76%, 16%, 1);
|
|
2223
2292
|
}
|
|
2293
|
+
.data-\[state\=checked\]\:bg-green-90[data-state=checked] {
|
|
2294
|
+
background-color: hsla(164, 80%, 10%, 1);
|
|
2295
|
+
}
|
|
2224
2296
|
.data-\[state\=checked\]\:bg-grey-20[data-state=checked] {
|
|
2225
2297
|
background-color: hsla(0, 0%, 80%, 1);
|
|
2226
2298
|
}
|
|
@@ -2357,6 +2429,9 @@ video {
|
|
|
2357
2429
|
.data-\[placeholder\]\:disabled\:text-grey-40:disabled[data-placeholder] {
|
|
2358
2430
|
color: hsla(0, 0%, 60%, 1);
|
|
2359
2431
|
}
|
|
2432
|
+
.group:hover .data-\[state\=checked\]\:group-hover\:border-green-80[data-state=checked] {
|
|
2433
|
+
border-color: hsla(164, 76%, 16%, 1);
|
|
2434
|
+
}
|
|
2360
2435
|
.group[data-state=checked] .group-data-\[state\=checked\]\:block {
|
|
2361
2436
|
display: block;
|
|
2362
2437
|
}
|
|
@@ -2367,6 +2442,9 @@ video {
|
|
|
2367
2442
|
--tw-rotate: 180deg;
|
|
2368
2443
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2369
2444
|
}
|
|
2445
|
+
.peer[data-disabled] ~ .peer-data-\[disabled\]\:text-grey-40 {
|
|
2446
|
+
color: hsla(0, 0%, 60%, 1);
|
|
2447
|
+
}
|
|
2370
2448
|
.dark\:border-neutral-800:is(.dark *) {
|
|
2371
2449
|
--tw-border-opacity: 1;
|
|
2372
2450
|
border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
|