@phillips/seldon 1.143.2 → 1.145.0
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/_virtual/build.js +4 -0
- package/dist/_virtual/defaults.js +4 -0
- package/dist/_virtual/encode-new-lines.js +4 -0
- package/dist/_virtual/encode-param-value.js +4 -0
- package/dist/_virtual/fold-line.js +4 -0
- package/dist/_virtual/format-date.js +4 -0
- package/dist/_virtual/format-duration.js +4 -0
- package/dist/_virtual/format-text.js +4 -0
- package/dist/_virtual/format.js +4 -0
- package/dist/_virtual/index.browser.js +6 -0
- package/dist/_virtual/index.cjs.production.min.js +4 -0
- package/dist/_virtual/index.esm.js +6 -0
- package/dist/_virtual/index10.js +4 -0
- package/dist/_virtual/index11.js +4 -0
- package/dist/_virtual/index12.js +4 -0
- package/dist/_virtual/index7.js +4 -0
- package/dist/_virtual/index8.js +4 -0
- package/dist/_virtual/index9.js +4 -0
- package/dist/_virtual/set-alarm.js +4 -0
- package/dist/_virtual/set-contact.js +4 -0
- package/dist/_virtual/set-description.js +4 -0
- package/dist/_virtual/set-geolocation.js +4 -0
- package/dist/_virtual/set-location.js +4 -0
- package/dist/_virtual/set-organizer.js +4 -0
- package/dist/_virtual/set-summary.js +4 -0
- package/dist/_virtual/validate.js +4 -0
- package/dist/components/AddToCalendar/AddToCalendar.d.ts +10 -0
- package/dist/components/AddToCalendar/AddToCalendar.js +62 -0
- package/dist/components/AddToCalendar/AddToCalendar.stories.d.ts +25 -0
- package/dist/components/AddToCalendar/AddToCalendar.test.d.ts +1 -0
- package/dist/components/AddToCalendar/calendarLinks.d.ts +6 -0
- package/dist/components/AddToCalendar/calendarLinks.js +89 -0
- package/dist/components/AddToCalendar/calendarLinks.test.d.ts +1 -0
- package/dist/components/AddToCalendar/index.d.ts +1 -0
- package/dist/components/AddToCalendar/types.d.ts +8 -0
- package/dist/components/ComboBox/ComboBox.d.ts +69 -0
- package/dist/components/ComboBox/ComboBox.js +221 -0
- package/dist/components/ComboBox/ComboBox.stories.d.ts +18 -0
- package/dist/components/ComboBox/ComboBox.test.d.ts +1 -0
- package/dist/components/ComboBox/index.d.ts +1 -0
- package/dist/components/PhoneNumberPicker/PhoneNumberPicker.d.ts +38 -0
- package/dist/components/PhoneNumberPicker/PhoneNumberPicker.stories.d.ts +14 -0
- package/dist/components/PhoneNumberPicker/PhoneNumberPicker.test.d.ts +1 -0
- package/dist/index.d.ts +10 -1
- package/dist/index.js +116 -112
- package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +208 -0
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-primitive/dist/index.js +32 -0
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-slot/dist/index.js +49 -0
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +52 -0
- package/dist/node_modules/@radix-ui/react-menu/dist/index.js +608 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-arrow/dist/index.js +24 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-collection/dist/index.js +48 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +127 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-focus-scope/dist/index.js +136 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-popper/dist/index.js +218 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-portal/dist/index.js +15 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-presence/dist/index.js +70 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-primitive/dist/index.js +36 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-roving-focus/dist/index.js +183 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.js +49 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +52 -0
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +18 -17
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-arrow/dist/index.js +24 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +127 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-focus-scope/dist/index.js +136 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-popper/dist/index.js +218 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-portal/dist/index.js +15 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-presence/dist/index.js +70 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive/dist/index.js +36 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js +49 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +52 -0
- package/dist/node_modules/cmdk/dist/chunk-NZJY6EH4.js +17 -0
- package/dist/node_modules/cmdk/dist/index.js +312 -0
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +7 -0
- package/dist/node_modules/date-fns/_lib/format/formatters.js +517 -0
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +59 -0
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +52 -0
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +20 -0
- package/dist/node_modules/date-fns/addHours.js +9 -0
- package/dist/node_modules/date-fns/addMilliseconds.js +9 -0
- package/dist/node_modules/date-fns/constants.js +6 -5
- package/dist/node_modules/date-fns/format.js +58 -0
- package/dist/node_modules/date-fns/getDayOfYear.js +11 -0
- package/dist/node_modules/date-fns/getISOWeek.js +12 -0
- package/dist/node_modules/date-fns/getISOWeekYear.js +15 -0
- package/dist/node_modules/date-fns/getWeek.js +12 -0
- package/dist/node_modules/date-fns/getWeekYear.js +16 -0
- package/dist/node_modules/date-fns/isDate.js +7 -0
- package/dist/node_modules/date-fns/isValid.js +9 -0
- package/dist/node_modules/date-fns/startOfISOWeek.js +8 -0
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +11 -0
- package/dist/node_modules/date-fns/startOfWeekYear.js +12 -0
- package/dist/node_modules/date-fns/startOfYear.js +9 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +7 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/newDateUTC/index.js +7 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzParseTimezone/index.js +63 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzPattern/index.js +4 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzTokenizeDate/index.js +71 -0
- package/dist/node_modules/date-fns-tz/dist/esm/toDate/index.js +180 -0
- package/dist/node_modules/date-fns-tz/dist/esm/toZonedTime/index.js +10 -0
- package/dist/node_modules/ics/dist/defaults.js +23 -0
- package/dist/node_modules/ics/dist/index.js +115 -0
- package/dist/node_modules/ics/dist/pipeline/build.js +50 -0
- package/dist/node_modules/ics/dist/pipeline/format.js +70 -0
- package/dist/node_modules/ics/dist/pipeline/index.js +53 -0
- package/dist/node_modules/ics/dist/pipeline/validate.js +17 -0
- package/dist/node_modules/ics/dist/schema/index.js +211 -0
- package/dist/node_modules/ics/dist/utils/encode-new-lines.js +9 -0
- package/dist/node_modules/ics/dist/utils/encode-param-value.js +9 -0
- package/dist/node_modules/ics/dist/utils/fold-line.js +14 -0
- package/dist/node_modules/ics/dist/utils/format-date.js +68 -0
- package/dist/node_modules/ics/dist/utils/format-duration.js +10 -0
- package/dist/node_modules/ics/dist/utils/format-text.js +9 -0
- package/dist/node_modules/ics/dist/utils/index.js +87 -0
- package/dist/node_modules/ics/dist/utils/set-alarm.js +49 -0
- package/dist/node_modules/ics/dist/utils/set-contact.js +18 -0
- package/dist/node_modules/ics/dist/utils/set-description.js +15 -0
- package/dist/node_modules/ics/dist/utils/set-geolocation.js +10 -0
- package/dist/node_modules/ics/dist/utils/set-location.js +15 -0
- package/dist/node_modules/ics/dist/utils/set-organizer.js +16 -0
- package/dist/node_modules/ics/dist/utils/set-summary.js +15 -0
- package/dist/node_modules/nanoid/index.browser.js +19 -0
- package/dist/node_modules/nanoid/url-alphabet/index.js +4 -0
- package/dist/node_modules/property-expr/index.js +77 -0
- package/dist/node_modules/runes2/dist/index.cjs.development.js +139 -0
- package/dist/node_modules/runes2/dist/index.cjs.production.min.js +86 -0
- package/dist/node_modules/runes2/dist/index.js +8 -0
- package/dist/node_modules/tiny-case/index.js +17 -0
- package/dist/node_modules/toposort/index.js +65 -0
- package/dist/node_modules/yup/index.esm.js +1899 -0
- package/dist/scss/_vars.scss +3 -0
- package/dist/scss/_vars.scss.js +3 -0
- package/dist/scss/componentStyles.scss +2 -0
- package/dist/scss/components/AddToCalendar/_addToCalendar.scss +64 -0
- package/dist/scss/components/ComboBox/_combobox.scss +149 -0
- package/package.json +8 -2
package/dist/scss/_vars.scss
CHANGED
|
@@ -19,6 +19,7 @@ $soft-black-2: #535050;
|
|
|
19
19
|
$keyline-gray: #949494;
|
|
20
20
|
$medium-gray: #c3bebb;
|
|
21
21
|
$soft-gray: #fafafa;
|
|
22
|
+
$pale-gray: #f4f4f4;
|
|
22
23
|
$light-gray: #eceae7;
|
|
23
24
|
$off-white: #f4f2f1;
|
|
24
25
|
|
|
@@ -150,6 +151,7 @@ $breakpoint-xl: 1801px;
|
|
|
150
151
|
--label-size1: 1rem;
|
|
151
152
|
--label-size2: 0.75rem;
|
|
152
153
|
--label-size3: 0.56rem;
|
|
154
|
+
--label-size4: 0.56rem;
|
|
153
155
|
--link-label-size: 0.75rem;
|
|
154
156
|
--link-label-line-height: 0.75rem;
|
|
155
157
|
--button-label-size: 0.75rem;
|
|
@@ -194,6 +196,7 @@ $breakpoint-xl: 1801px;
|
|
|
194
196
|
--label-size1: 1.25rem;
|
|
195
197
|
--label-size2: 1rem;
|
|
196
198
|
--label-size3: 0.75rem;
|
|
199
|
+
--label-size4: 0.75rem;
|
|
197
200
|
--link-label-size: 1rem;
|
|
198
201
|
--link-label-line-height: 1rem;
|
|
199
202
|
--button-label-size: 1rem;
|
package/dist/scss/_vars.scss.js
CHANGED
|
@@ -19,6 +19,7 @@ $soft-black-2: #535050;
|
|
|
19
19
|
$keyline-gray: #949494;
|
|
20
20
|
$medium-gray: #c3bebb;
|
|
21
21
|
$soft-gray: #fafafa;
|
|
22
|
+
$pale-gray: #f4f4f4;
|
|
22
23
|
$light-gray: #eceae7;
|
|
23
24
|
$off-white: #f4f2f1;
|
|
24
25
|
|
|
@@ -150,6 +151,7 @@ $breakpoint-xl: 1801px;
|
|
|
150
151
|
--label-size1: 1rem;
|
|
151
152
|
--label-size2: 0.75rem;
|
|
152
153
|
--label-size3: 0.56rem;
|
|
154
|
+
--label-size4: 0.56rem;
|
|
153
155
|
--link-label-size: 0.75rem;
|
|
154
156
|
--link-label-line-height: 0.75rem;
|
|
155
157
|
--button-label-size: 0.75rem;
|
|
@@ -194,6 +196,7 @@ $breakpoint-xl: 1801px;
|
|
|
194
196
|
--label-size1: 1.25rem;
|
|
195
197
|
--label-size2: 1rem;
|
|
196
198
|
--label-size3: 0.75rem;
|
|
199
|
+
--label-size4: 0.75rem;
|
|
197
200
|
--link-label-size: 1rem;
|
|
198
201
|
--link-label-line-height: 1rem;
|
|
199
202
|
--button-label-size: 1rem;
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
@use 'components/ContentPeek/contentPeek';
|
|
40
40
|
@use 'components/PageContentWrapper/pageContentWrapper';
|
|
41
41
|
@use 'components/Carousel/carousel';
|
|
42
|
+
@use 'components/ComboBox/combobox';
|
|
42
43
|
@use 'components/Tags/tags';
|
|
43
44
|
@use 'components/Countdown/countdown';
|
|
44
45
|
@use 'components/Countdown/duration';
|
|
@@ -70,3 +71,4 @@
|
|
|
70
71
|
@use 'components/Article/article';
|
|
71
72
|
@use 'components/Divider/divider';
|
|
72
73
|
@use 'components/TextArea/textArea';
|
|
74
|
+
@use 'components/AddToCalendar/addToCalendar';
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
@use '../../allPartials' as *;
|
|
2
|
+
|
|
3
|
+
.#{$px}-add-to-calendar {
|
|
4
|
+
svg {
|
|
5
|
+
height: 30px;
|
|
6
|
+
width: 30px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&-icon-button {
|
|
10
|
+
background: none;
|
|
11
|
+
border: none;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
|
|
14
|
+
&:focus-visible {
|
|
15
|
+
border-radius: 5px;
|
|
16
|
+
outline: 1px solid $medium-gray;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&-atcb-list {
|
|
21
|
+
background: #fff;
|
|
22
|
+
border: 1px solid#ECEAE7;
|
|
23
|
+
padding: $spacing-sm;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&-atcb-item {
|
|
27
|
+
margin-bottom: $spacing-xsm;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&-atcb-item-link {
|
|
31
|
+
@include text($body-size2);
|
|
32
|
+
|
|
33
|
+
background: none;
|
|
34
|
+
border: none;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
font-variation-settings: 'wght' 400;
|
|
37
|
+
outline: none;
|
|
38
|
+
padding: 0;
|
|
39
|
+
text-decoration: none;
|
|
40
|
+
|
|
41
|
+
p {
|
|
42
|
+
margin-bottom: 0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:hover {
|
|
46
|
+
color: #000;
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&:focus-visible {
|
|
51
|
+
color: #000;
|
|
52
|
+
text-decoration: underline;
|
|
53
|
+
text-decoration-thickness: 1px;
|
|
54
|
+
text-underline-offset: $spacing-micro;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
span {
|
|
58
|
+
@include text($body-size2);
|
|
59
|
+
|
|
60
|
+
font-variation-settings: 'wght' 400;
|
|
61
|
+
text-decoration: none;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
@use '../../allPartials' as *;
|
|
2
|
+
|
|
3
|
+
.#{$px}-combo-box {
|
|
4
|
+
position: relative;
|
|
5
|
+
width: 100%;
|
|
6
|
+
|
|
7
|
+
&__input {
|
|
8
|
+
accent-color: $soft-black;
|
|
9
|
+
border: 1px solid $keyline-gray;
|
|
10
|
+
border-radius: 0.1875rem;
|
|
11
|
+
margin-bottom: 0.25rem;
|
|
12
|
+
outline: none;
|
|
13
|
+
padding: $padding-xsm;
|
|
14
|
+
width: 100%;
|
|
15
|
+
|
|
16
|
+
@include text($string2);
|
|
17
|
+
|
|
18
|
+
&:hover {
|
|
19
|
+
border: 1px solid $primary-black;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&:focus {
|
|
23
|
+
outline: 1px solid $primary-black;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&__label {
|
|
28
|
+
@include text($string2);
|
|
29
|
+
|
|
30
|
+
color: $pure-black;
|
|
31
|
+
display: inline-block;
|
|
32
|
+
font-variation-settings: 'wght' 600;
|
|
33
|
+
margin-bottom: 0.5rem;
|
|
34
|
+
width: fit-content;
|
|
35
|
+
word-break: break-word;
|
|
36
|
+
|
|
37
|
+
&--hidden {
|
|
38
|
+
@include hidden;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&__input-wrapper {
|
|
43
|
+
position: relative;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&__close-button {
|
|
47
|
+
all: unset;
|
|
48
|
+
color: $text-color;
|
|
49
|
+
padding-bottom: 0.25rem;
|
|
50
|
+
position: absolute;
|
|
51
|
+
right: 2.5rem;
|
|
52
|
+
top: 50%;
|
|
53
|
+
transform: translateY(-50%);
|
|
54
|
+
transition:
|
|
55
|
+
visibility 0.2s ease,
|
|
56
|
+
opacity 0.2s ease;
|
|
57
|
+
visibility: hidden;
|
|
58
|
+
|
|
59
|
+
&:hover {
|
|
60
|
+
visibility: visible;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&:focus {
|
|
64
|
+
visibility: visible;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.#{$px}-combo-box__input:hover + &,
|
|
68
|
+
.#{$px}-combo-box__input:focus + & {
|
|
69
|
+
visibility: visible;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&__dropdown-button {
|
|
74
|
+
all: unset;
|
|
75
|
+
color: $text-color;
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
padding-bottom: 0.25rem;
|
|
78
|
+
position: absolute;
|
|
79
|
+
right: 0.5rem;
|
|
80
|
+
top: 50%;
|
|
81
|
+
transform: translateY(-50%);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&__icon-button {
|
|
85
|
+
pointer-events: none;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&__icon {
|
|
89
|
+
align-items: center;
|
|
90
|
+
align-self: normal;
|
|
91
|
+
background-position: center;
|
|
92
|
+
border-radius: 50%;
|
|
93
|
+
display: flex;
|
|
94
|
+
height: 2rem;
|
|
95
|
+
justify-content: center;
|
|
96
|
+
transition: background 0.8s;
|
|
97
|
+
width: 2rem;
|
|
98
|
+
|
|
99
|
+
&:hover {
|
|
100
|
+
background: $light-gray radial-gradient(circle, transparent 1%, $light-gray 1%) center/15000%;
|
|
101
|
+
background-color: $light-gray;
|
|
102
|
+
cursor: pointer;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&:active {
|
|
106
|
+
background-color: $medium-gray;
|
|
107
|
+
background-size: 100%;
|
|
108
|
+
transition: background 0s;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&--flipped {
|
|
112
|
+
transform: rotate(180deg);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&__content {
|
|
117
|
+
transform: translateY(1px);
|
|
118
|
+
width: var(--radix-popper-anchor-width);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&__group {
|
|
122
|
+
padding: $padding-xsm 0;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&__list {
|
|
126
|
+
max-height: 200px;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
overflow-y: auto;
|
|
129
|
+
position: relative;
|
|
130
|
+
transition: height 100ms ease;
|
|
131
|
+
width: 100%;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&__item {
|
|
135
|
+
background-color: $pale-gray;
|
|
136
|
+
padding: $padding-micro $padding-xsm;
|
|
137
|
+
|
|
138
|
+
@include text($string2);
|
|
139
|
+
|
|
140
|
+
&:hover {
|
|
141
|
+
background-color: $light-gray;
|
|
142
|
+
cursor: pointer;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
&[data-selected='true'] {
|
|
146
|
+
background-color: $light-gray;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phillips/seldon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.145.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/PhillipsAuctionHouse/seldon"
|
|
@@ -45,19 +45,24 @@
|
|
|
45
45
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
46
46
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
47
47
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
48
|
-
"@radix-ui/react-
|
|
48
|
+
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
49
|
+
"@radix-ui/react-popover": "^1.1.11",
|
|
49
50
|
"@radix-ui/react-select": "^2.1.1",
|
|
50
51
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
51
52
|
"@types/dompurify": "^3.0.5",
|
|
52
53
|
"change-case": "^5.4.4",
|
|
53
54
|
"classnames": "^2.5.1",
|
|
55
|
+
"cmdk": "^1.1.1",
|
|
54
56
|
"date-fns": "^4.1.0",
|
|
57
|
+
"date-fns-tz": "^3.2.0",
|
|
55
58
|
"dompurify": "^3.2.4",
|
|
56
59
|
"embla-carousel-class-names": "^8.5.1",
|
|
57
60
|
"embla-carousel-react": "^8.5.1",
|
|
58
61
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
59
62
|
"flatpickr": "^4.6.13",
|
|
60
63
|
"html-react-parser": "^5.2.2",
|
|
64
|
+
"ics": "^3.8.1",
|
|
65
|
+
"libphonenumber-js": "^1.12.6",
|
|
61
66
|
"react-intersection-observer": "^9.13.1",
|
|
62
67
|
"react-modal": "^3.16.1",
|
|
63
68
|
"react-remove-scroll": "^2.6.3",
|
|
@@ -110,6 +115,7 @@
|
|
|
110
115
|
"eslint-plugin-react-refresh": "^0.4.13",
|
|
111
116
|
"eslint-plugin-storybook": "^0.11.2",
|
|
112
117
|
"husky": "^9.1.6",
|
|
118
|
+
"jsdom": "^26.1.0",
|
|
113
119
|
"markdownlint-cli": "^0.41.0",
|
|
114
120
|
"prettier": "3.3.3",
|
|
115
121
|
"react": "^18.3.1",
|