@phillips/seldon 1.9.2 → 1.10.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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import b from "../../node_modules/classnames/index.mjs";
3
- import { px as t } from "../../utils/index.mjs";
2
+ import b from "../../node_modules/classnames/index.js";
3
+ import { px as t } from "../../utils/index.js";
4
4
  const f = ({ buttonType: n = "primary", size: a = "md", children: r, iconLast: s = !1, id: o, ...u }) => /* @__PURE__ */ m(
5
5
  "button",
6
6
  {
@@ -1,5 +1,5 @@
1
1
  import { jsx as l, jsxs as e, Fragment as d } from "react/jsx-runtime";
2
- import i from "../Button/Button.mjs";
2
+ import i from "../Button/Button.js";
3
3
  const a = ({ user: n, onLogin: h, onLogout: r, onCreateAccount: c }) => /* @__PURE__ */ l("header", { children: /* @__PURE__ */ e("div", { className: "storybook-header", children: [
4
4
  /* @__PURE__ */ e("div", { children: [
5
5
  /* @__PURE__ */ l("svg", { width: "32", height: "32", viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("g", { fill: "none", fillRule: "evenodd", children: [
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, jsxs as s } from "react/jsx-runtime";
2
- import { px as t } from "../../utils/index.mjs";
2
+ import { px as t } from "../../utils/index.js";
3
3
  const r = `${t}-hero-banner`, m = ({ prehead: e, date: l, headerText: o, subHeadText: c, association: h, background: p, id: a }) => /* @__PURE__ */ n(
4
4
  "header",
5
5
  {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as P, jsx as l } from "react/jsx-runtime";
2
2
  import * as R from "react";
3
- import d from "../../node_modules/classnames/index.mjs";
4
- import { px as i, useNormalizedInputProps as y } from "../../utils/index.mjs";
3
+ import d from "../../node_modules/classnames/index.js";
4
+ import { px as i, useNormalizedInputProps as y } from "../../utils/index.js";
5
5
  const z = R.forwardRef(
6
6
  ({
7
7
  className: a,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as R, jsx as l } from "react/jsx-runtime";
2
2
  import * as y from "react";
3
- import a from "../../node_modules/classnames/index.mjs";
4
- import { px as t, useNormalizedInputProps as z } from "../../utils/index.mjs";
3
+ import a from "../../node_modules/classnames/index.js";
4
+ import { px as t, useNormalizedInputProps as z } from "../../utils/index.js";
5
5
  const S = y.forwardRef(
6
6
  ({
7
7
  children: r,
@@ -1,6 +1,6 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import * as u from "react";
3
- import c from "./ViewingsList.mjs";
3
+ import c from "./ViewingsList.js";
4
4
  const S = ({
5
5
  defaultViewing: o,
6
6
  i18n: d,
@@ -1,9 +1,9 @@
1
1
  import { jsxs as B, jsx as l } from "react/jsx-runtime";
2
2
  import * as d from "react";
3
- import p from "../../node_modules/classnames/index.mjs";
4
- import { px as $ } from "../../utils/index.mjs";
5
- import M from "./ViewingsListCard.mjs";
6
- import R from "../Button/Button.mjs";
3
+ import p from "../../node_modules/classnames/index.js";
4
+ import { px as $ } from "../../utils/index.js";
5
+ import M from "./ViewingsListCard.js";
6
+ import R from "../Button/Button.js";
7
7
  const S = () => Math.floor(Math.random() * 100) + Date.now(), z = ({
8
8
  cardTitle: O = "Viewing Details",
9
9
  id: f,
@@ -1,10 +1,10 @@
1
1
  import { jsxs as a, jsx as t, Fragment as y } from "react/jsx-runtime";
2
2
  import * as r from "react";
3
- import st from "../../node_modules/classnames/index.mjs";
4
- import { px as $ } from "../../utils/index.mjs";
5
- import g from "../Input/Input.mjs";
6
- import u from "../Button/Button.mjs";
7
- import ct from "./ViewingsListCardForm.mjs";
3
+ import st from "../../node_modules/classnames/index.js";
4
+ import { px as $ } from "../../utils/index.js";
5
+ import g from "../Input/Input.js";
6
+ import u from "../Button/Button.js";
7
+ import ct from "./ViewingsListCardForm.js";
8
8
  const l = `${$}-viewings-list-card`, ft = ({
9
9
  address1: C,
10
10
  address1Label: E,
@@ -49,10 +49,13 @@ export interface ViewingsListCardFormProps {
49
49
  previewHours2?: string | undefined;
50
50
  previewLabelValue?: string | undefined;
51
51
  previewOn?: string | undefined;
52
+ emailOn?: string | undefined;
52
53
  viewingLabelValue?: string | undefined;
53
54
  viewingDates?: string | undefined;
54
55
  viewingHours1?: string | undefined;
55
56
  viewingHours2?: string | undefined;
57
+ emailLabel?: string | undefined;
58
+ emailToggleLabel?: string | undefined;
56
59
  };
57
60
  /**
58
61
  * Label for preview label input
@@ -126,6 +129,30 @@ export interface ViewingsListCardFormProps {
126
129
  * Label for viewing Hours1 input
127
130
  */
128
131
  viewingHours2Label?: string;
132
+ /**
133
+ * Email toggle
134
+ */
135
+ emailOn?: string;
136
+ /**
137
+ * Email value:
138
+ */
139
+ email?: string;
140
+ /**
141
+ * Label for email toggle
142
+ */
143
+ emailToggleLabel?: string;
144
+ /**
145
+ * Label for email input:
146
+ */
147
+ emailLabel?: string;
148
+ /**
149
+ * EmailLink value
150
+ */
151
+ emailLink?: string;
152
+ /**
153
+ * Label for email Link input:
154
+ */
155
+ emailLinkLabel?: string;
129
156
  }
130
- declare const ViewingsListCardForm: ({ address1, address1Label, addressUrl, addressUrlLabel, address2, address2Label, address3, address3Label, id, invalidFields, previewDates, previewDatesLabel, previewHours1, previewHours1Label, previewHours2, previewHours2Label, previewLabel, previewLabelValue, previewOn, previewToggleLabel, viewingLabel, viewingLabelValue, viewingDates, viewingDatesLabel, viewingHours1, viewingHours1Label, viewingHours2, viewingHours2Label, }: ViewingsListCardFormProps) => import("react/jsx-runtime").JSX.Element;
157
+ declare const ViewingsListCardForm: ({ address1, address1Label, addressUrl, addressUrlLabel, address2, address2Label, address3, address3Label, id, invalidFields, previewDates, previewDatesLabel, previewHours1, previewHours1Label, previewHours2, previewHours2Label, previewLabel, previewLabelValue, previewOn, previewToggleLabel, viewingLabel, viewingLabelValue, viewingDates, viewingDatesLabel, viewingHours1, viewingHours1Label, viewingHours2, viewingHours2Label, emailOn, emailToggleLabel, email, emailLabel, emailLink, emailLinkLabel, }: ViewingsListCardFormProps) => import("react/jsx-runtime").JSX.Element;
131
158
  export default ViewingsListCardForm;
@@ -1,88 +1,129 @@
1
- import { jsxs as p, Fragment as Y, jsx as t } from "react/jsx-runtime";
2
- import Z from "../../node_modules/classnames/index.mjs";
3
- import * as x from "react";
4
- import { px as q } from "../../utils/index.mjs";
5
- import u from "../Input/Input.mjs";
6
- const T = `${q}-viewings-list-card-form`, M = ({
7
- address1: b,
8
- address1Label: f = "Address ('432 Park Ave', ETC)",
9
- addressUrl: g,
10
- addressUrlLabel: H = "URL for map link ('http://www.website.com')",
11
- address2: V,
12
- address2Label: a = "City, State, Zip ('New York, NY 10019')",
13
- address3: $,
14
- address3Label: c = "Country (United States)",
1
+ import { jsxs as T, Fragment as W, jsx as t } from "react/jsx-runtime";
2
+ import b from "../../node_modules/classnames/index.js";
3
+ import * as a from "react";
4
+ import { px as X } from "../../utils/index.js";
5
+ import u from "../Input/Input.js";
6
+ const o = `${X}-viewings-list-card-form`, l = ({
7
+ address1: g,
8
+ address1Label: V = "Address ('432 Park Ave', ETC)",
9
+ addressUrl: $,
10
+ addressUrlLabel: c = "URL for map link ('http://www.website.com')",
11
+ address2: H,
12
+ address2Label: h = "City, State, Zip ('New York, NY 10019')",
13
+ address3: z,
14
+ address3Label: L = "Country (United States)",
15
15
  id: r,
16
16
  invalidFields: e,
17
- previewDates: z,
18
- previewDatesLabel: h = "Date(s)",
19
- previewHours1: L,
20
- previewHours1Label: D = "Hours1",
21
- previewHours2: C,
22
- previewHours2Label: O = "Hours2",
23
- previewLabel: U = "Label ('Preview', 'Opening NIght', etc)",
24
- previewLabelValue: y,
25
- previewOn: m = "false",
26
- previewToggleLabel: S = "Preview/ Reception",
27
- viewingLabel: k = "Label ('Open to public')",
28
- viewingLabelValue: N,
17
+ previewDates: O,
18
+ previewDatesLabel: D = "Date(s)",
19
+ previewHours1: C,
20
+ previewHours1Label: S = "Hours1",
21
+ previewHours2: _,
22
+ previewHours2Label: k = "Hours2",
23
+ previewLabel: y = "Label ('Preview', 'Opening NIght', etc)",
24
+ previewLabelValue: E,
25
+ previewOn: p = "false",
26
+ previewToggleLabel: U = "Preview/ Reception",
27
+ viewingLabel: N = "Label ('Open to public')",
28
+ viewingLabelValue: A,
29
29
  viewingDates: P,
30
- viewingDatesLabel: _ = "Date(s)",
30
+ viewingDatesLabel: I = "Date(s)",
31
31
  viewingHours1: R,
32
32
  viewingHours1Label: j = "Hours1",
33
- viewingHours2: A,
34
- viewingHours2Label: E = "Hours2"
33
+ viewingHours2: Y,
34
+ viewingHours2Label: Z = "Hours2",
35
+ emailOn: q = "false",
36
+ emailToggleLabel: B = "Include Email Address",
37
+ email: G,
38
+ emailLabel: J = "Email",
39
+ emailLink: K,
40
+ emailLinkLabel: M = "Email Address"
35
41
  }) => {
36
- const [w, o] = x.useState(m === "true");
37
- return x.useEffect(() => {
38
- o(m === "true");
39
- }, [m]), /* @__PURE__ */ p(Y, { children: [
42
+ const [m, f] = a.useState(p === "true"), [w, Q] = a.useState(q === "true");
43
+ return a.useEffect(() => {
44
+ f(p === "true");
45
+ }, [p]), /* @__PURE__ */ T(W, { children: [
46
+ /* @__PURE__ */ t(
47
+ u,
48
+ {
49
+ id: `viewingLabel-${r}`,
50
+ name: "viewingLabelValue",
51
+ defaultValue: A,
52
+ labelText: N,
53
+ size: "sm",
54
+ invalid: e == null ? void 0 : e.viewingLabelValue,
55
+ invalidText: e == null ? void 0 : e.viewingLabelValue
56
+ }
57
+ ),
58
+ /* @__PURE__ */ t(
59
+ u,
60
+ {
61
+ id: `viewingDates-${r}`,
62
+ name: "viewingDates",
63
+ defaultValue: P,
64
+ labelText: I,
65
+ size: "sm",
66
+ invalid: e == null ? void 0 : e.viewingDates,
67
+ invalidText: e == null ? void 0 : e.viewingDates
68
+ }
69
+ ),
70
+ /* @__PURE__ */ t(
71
+ u,
72
+ {
73
+ id: `viewingHours1-${r}`,
74
+ name: "viewingHours1",
75
+ defaultValue: R,
76
+ labelText: j,
77
+ size: "sm",
78
+ invalid: e == null ? void 0 : e.viewingHours1,
79
+ invalidText: e == null ? void 0 : e.viewingHours1
80
+ }
81
+ ),
82
+ /* @__PURE__ */ t(
83
+ u,
84
+ {
85
+ id: `viewingHours2-${r}`,
86
+ name: "viewingHours2",
87
+ defaultValue: Y,
88
+ labelText: Z,
89
+ size: "sm",
90
+ invalid: e == null ? void 0 : e.viewingHours2,
91
+ invalidText: e == null ? void 0 : e.viewingHours2
92
+ }
93
+ ),
40
94
  /* @__PURE__ */ t(
41
95
  u,
42
96
  {
43
97
  id: `previewOn-${r}`,
44
98
  type: "toggle",
45
- labelText: S,
99
+ labelText: U,
46
100
  size: "md",
47
- defaultChecked: w,
101
+ defaultChecked: m,
48
102
  inline: !0,
49
103
  invalid: e == null ? void 0 : e.previewOn,
50
104
  invalidText: e == null ? void 0 : e.previewOn,
51
105
  value: !0,
52
106
  name: "previewOn",
53
- onChange: () => o((I) => !I)
107
+ onChange: () => f((x) => !x)
54
108
  }
55
109
  ),
56
- w ? null : /* @__PURE__ */ t("input", { type: "hidden", name: "previewOn", value: "false" }),
57
- /* @__PURE__ */ p(
110
+ m ? null : /* @__PURE__ */ t("input", { type: "hidden", name: "previewOn", value: "false" }),
111
+ /* @__PURE__ */ T(
58
112
  "div",
59
113
  {
60
- className: Z(`${T}__preview-set`, { [`${T}__preview-set--hidden`]: !w }),
114
+ className: b(`${o}__preview-set`, { [`${o}__preview-set--hidden`]: !m }),
61
115
  children: [
62
- /* @__PURE__ */ t(
63
- u,
64
- {
65
- id: `previewLabel-${r}`,
66
- name: "previewLabelValue",
67
- defaultValue: y,
68
- labelText: U,
69
- size: "sm",
70
- invalid: e == null ? void 0 : e.previewLabelValue,
71
- invalidText: e == null ? void 0 : e.previewLabelValue,
72
- hidden: !w
73
- }
74
- ),
75
116
  /* @__PURE__ */ t(
76
117
  u,
77
118
  {
78
119
  id: `previewDates-${r}`,
79
120
  name: "previewDates",
80
- defaultValue: z,
81
- labelText: h,
121
+ defaultValue: O,
122
+ labelText: D,
82
123
  size: "sm",
83
124
  invalid: e == null ? void 0 : e.previewDates,
84
125
  invalidText: e == null ? void 0 : e.previewDates,
85
- hidden: !w
126
+ hidden: !m
86
127
  }
87
128
  ),
88
129
  /* @__PURE__ */ t(
@@ -90,12 +131,12 @@ const T = `${q}-viewings-list-card-form`, M = ({
90
131
  {
91
132
  id: `previewHours1-${r}`,
92
133
  name: "previewHours1",
93
- defaultValue: L,
94
- labelText: D,
134
+ defaultValue: C,
135
+ labelText: S,
95
136
  size: "sm",
96
137
  invalid: e == null ? void 0 : e.previewHours1,
97
138
  invalidText: e == null ? void 0 : e.previewHours1,
98
- hidden: !w
139
+ hidden: !m
99
140
  }
100
141
  ),
101
142
  /* @__PURE__ */ t(
@@ -103,12 +144,25 @@ const T = `${q}-viewings-list-card-form`, M = ({
103
144
  {
104
145
  id: `previewHours2-${r}`,
105
146
  name: "previewHours2",
106
- defaultValue: C,
107
- labelText: O,
147
+ defaultValue: _,
148
+ labelText: k,
108
149
  size: "sm",
109
150
  invalid: e == null ? void 0 : e.previewHours2,
110
151
  invalidText: e == null ? void 0 : e.previewHours2,
111
- hidden: !w
152
+ hidden: !m
153
+ }
154
+ ),
155
+ /* @__PURE__ */ t(
156
+ u,
157
+ {
158
+ id: `previewLabel-${r}`,
159
+ name: "previewLabelValue",
160
+ defaultValue: E,
161
+ labelText: y,
162
+ size: "sm",
163
+ invalid: e == null ? void 0 : e.previewLabelValue,
164
+ invalidText: e == null ? void 0 : e.previewLabelValue,
165
+ hidden: !m
112
166
  }
113
167
  )
114
168
  ]
@@ -117,61 +171,26 @@ const T = `${q}-viewings-list-card-form`, M = ({
117
171
  /* @__PURE__ */ t(
118
172
  u,
119
173
  {
120
- id: `viewingLabel-${r}`,
121
- name: "viewingLabelValue",
122
- defaultValue: N,
123
- labelText: k,
124
- size: "sm",
125
- invalid: e == null ? void 0 : e.viewingLabelValue,
126
- invalidText: e == null ? void 0 : e.viewingLabelValue
127
- }
128
- ),
129
- /* @__PURE__ */ t(
130
- u,
131
- {
132
- id: `viewingDates-${r}`,
133
- name: "viewingDates",
134
- defaultValue: P,
135
- labelText: _,
136
- size: "sm",
137
- invalid: e == null ? void 0 : e.viewingDates,
138
- invalidText: e == null ? void 0 : e.viewingDates
139
- }
140
- ),
141
- /* @__PURE__ */ t(
142
- u,
143
- {
144
- id: `viewingHours1-${r}`,
145
- name: "viewingHours1",
146
- defaultValue: R,
147
- labelText: j,
148
- size: "sm",
149
- invalid: e == null ? void 0 : e.viewingHours1,
150
- invalidText: e == null ? void 0 : e.viewingHours1
151
- }
152
- ),
153
- /* @__PURE__ */ t(
154
- u,
155
- {
156
- id: `viewingHours2-${r}`,
157
- name: "viewingHours2",
158
- defaultValue: A,
159
- labelText: E,
174
+ id: `address1-${r}`,
175
+ name: "address1",
176
+ defaultValue: g,
177
+ labelText: V,
160
178
  size: "sm",
161
- invalid: e == null ? void 0 : e.viewingHours2,
162
- invalidText: e == null ? void 0 : e.viewingHours2
179
+ invalid: e == null ? void 0 : e.address1,
180
+ invalidText: e == null ? void 0 : e.address1
163
181
  }
164
182
  ),
165
183
  /* @__PURE__ */ t(
166
184
  u,
167
185
  {
168
- id: `address1-${r}`,
169
- name: "address1",
170
- defaultValue: b,
171
- labelText: f,
186
+ id: `addressUrl-${r}`,
187
+ name: "addressUrl",
188
+ defaultValue: $,
189
+ labelText: c,
172
190
  size: "sm",
173
- invalid: e == null ? void 0 : e.address1,
174
- invalidText: e == null ? void 0 : e.address1
191
+ type: "url",
192
+ invalid: e == null ? void 0 : e.addressUrl,
193
+ invalidText: e == null ? void 0 : e.addressUrl
175
194
  }
176
195
  ),
177
196
  /* @__PURE__ */ t(
@@ -179,8 +198,8 @@ const T = `${q}-viewings-list-card-form`, M = ({
179
198
  {
180
199
  id: `address2-${r}`,
181
200
  name: "address2",
182
- defaultValue: V,
183
- labelText: a,
201
+ defaultValue: H,
202
+ labelText: h,
184
203
  size: "sm",
185
204
  invalid: e == null ? void 0 : e.address2,
186
205
  invalidText: e == null ? void 0 : e.address2
@@ -191,8 +210,8 @@ const T = `${q}-viewings-list-card-form`, M = ({
191
210
  {
192
211
  id: `address3-${r}`,
193
212
  name: "address3",
194
- defaultValue: $,
195
- labelText: c,
213
+ defaultValue: z,
214
+ labelText: L,
196
215
  size: "sm",
197
216
  invalid: e == null ? void 0 : e.address3,
198
217
  invalidText: e == null ? void 0 : e.address3
@@ -201,18 +220,56 @@ const T = `${q}-viewings-list-card-form`, M = ({
201
220
  /* @__PURE__ */ t(
202
221
  u,
203
222
  {
204
- id: `addressUrl-${r}`,
205
- name: "addressUrl",
206
- defaultValue: g,
207
- labelText: H,
208
- size: "sm",
209
- type: "url",
210
- invalid: e == null ? void 0 : e.addressUrl,
211
- invalidText: e == null ? void 0 : e.addressUrl
223
+ id: `emailOn-${r}`,
224
+ type: "toggle",
225
+ labelText: B,
226
+ size: "md",
227
+ defaultChecked: w,
228
+ inline: !0,
229
+ invalid: e == null ? void 0 : e.emailOn,
230
+ invalidText: e == null ? void 0 : e.emailOn,
231
+ value: !0,
232
+ name: "emailOn",
233
+ onChange: () => Q((x) => !x)
234
+ }
235
+ ),
236
+ w ? null : /* @__PURE__ */ t("input", { type: "hidden", name: "emailOn", value: "false" }),
237
+ /* @__PURE__ */ T(
238
+ "div",
239
+ {
240
+ className: b(`${o}__preview-set`, { [`${o}__preview-set--hidden`]: !w }),
241
+ children: [
242
+ /* @__PURE__ */ t(
243
+ u,
244
+ {
245
+ id: `email-${r}`,
246
+ name: "email",
247
+ defaultValue: G,
248
+ labelText: J,
249
+ size: "sm",
250
+ invalid: e == null ? void 0 : e.address2,
251
+ invalidText: e == null ? void 0 : e.address2,
252
+ hidden: !w
253
+ }
254
+ ),
255
+ /* @__PURE__ */ t(
256
+ u,
257
+ {
258
+ id: `emailLink-${r}`,
259
+ name: "emailLink",
260
+ defaultValue: K,
261
+ labelText: M,
262
+ size: "sm",
263
+ invalid: e == null ? void 0 : e.address3,
264
+ invalidText: e == null ? void 0 : e.address3,
265
+ hidden: !w
266
+ }
267
+ )
268
+ ]
212
269
  }
213
270
  )
214
271
  ] });
215
272
  };
216
273
  export {
217
- M as default
274
+ l as default
218
275
  };
@@ -1,12 +1,12 @@
1
- import { default as r } from "./components/Button/Button.mjs";
2
- import { default as o } from "./components/ErrorBoundary/ErrorBoundary.mjs";
3
- import { default as s } from "./components/Header/Header.mjs";
4
- import { default as d } from "./components/HeroBanner/HeroBanner.mjs";
5
- import { default as p } from "./components/Input/Input.mjs";
6
- import { default as x } from "./components/Select/Select.mjs";
7
- import { default as i } from "./components/ViewingsList/ViewingsList.mjs";
8
- import { default as B } from "./components/ViewingsList/StatefulViewingsList.mjs";
9
- import { default as H } from "./pages/Page.mjs";
1
+ import { default as r } from "./components/Button/Button.js";
2
+ import { default as o } from "./components/ErrorBoundary/ErrorBoundary.js";
3
+ import { default as s } from "./components/Header/Header.js";
4
+ import { default as d } from "./components/HeroBanner/HeroBanner.js";
5
+ import { default as p } from "./components/Input/Input.js";
6
+ import { default as x } from "./components/Select/Select.js";
7
+ import { default as i } from "./components/ViewingsList/ViewingsList.js";
8
+ import { default as B } from "./components/ViewingsList/StatefulViewingsList.js";
9
+ import { default as H } from "./pages/Page.js";
10
10
  export {
11
11
  r as Button,
12
12
  o as ErrorBoundary,
@@ -1,5 +1,5 @@
1
- import { getDefaultExportFromCjs as u } from "../../_virtual/_commonjsHelpers.mjs";
2
- import { __module as i } from "../../_virtual/index.mjs";
1
+ import { getDefaultExportFromCjs as u } from "../../_virtual/_commonjsHelpers.js";
2
+ import { __module as i } from "../../_virtual/index.js";
3
3
  /*!
4
4
  Copyright (c) 2018 Jed Watson.
5
5
  Licensed under the MIT License (MIT), see
@@ -1,6 +1,6 @@
1
1
  import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
2
  import * as n from "react";
3
- import a from "../components/Header/Header.mjs";
3
+ import a from "../components/Header/Header.js";
4
4
  const h = () => {
5
5
  const [r, t] = n.useState();
6
6
  return /* @__PURE__ */ o("article", { children: [
@@ -5,7 +5,7 @@
5
5
  @import './typography';
6
6
  // ⚛️ Components
7
7
  @import 'components/Button/button';
8
- @import 'components/DatePicker/datePicker';
8
+ // @import 'components/DatePicker/datePicker';
9
9
  @import 'components/Header/header';
10
10
  @import 'components/HeroBanner/heroBanner';
11
11
  @import 'components/Input/input';
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.9.2",
3
+ "version": "1.10.0",
4
4
  "type": "module",
5
- "main": "./dist/index.mjs",
6
- "module": "./dist/index.mjs",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
10
  "import": {
11
11
  "types": "./dist/index.d.ts",
12
- "default": "./dist/index.mjs"
12
+ "default": "./dist/index.js"
13
13
  }
14
14
  },
15
15
  "./dist/": {
File without changes
File without changes