@purple/phoenix-components 4.23.5 → 4.24.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/CHANGELOG.md +21 -0
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +2 -2
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.umd.js +1 -1
- package/dist/bundle.umd.js.map +1 -1
- package/dist/index.d.ts +10 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -105,6 +105,7 @@ declare const PhoenixIconsOutlinedSrc: {
|
|
|
105
105
|
readonly 'chevron-up': string;
|
|
106
106
|
readonly 'dots-handle-reorder': string;
|
|
107
107
|
readonly download: string;
|
|
108
|
+
readonly 'driving-licence': string;
|
|
108
109
|
readonly edit: string;
|
|
109
110
|
readonly ellipsis: string;
|
|
110
111
|
readonly email: string;
|
|
@@ -131,6 +132,7 @@ declare const PhoenixIconsOutlinedSrc: {
|
|
|
131
132
|
readonly profile: string;
|
|
132
133
|
readonly 'question-circle': string;
|
|
133
134
|
readonly refresh: string;
|
|
135
|
+
readonly refund: string;
|
|
134
136
|
readonly revert: string;
|
|
135
137
|
readonly scales: string;
|
|
136
138
|
readonly search: string;
|
|
@@ -149,6 +151,7 @@ declare const PhoenixIconsOutlinedSrc: {
|
|
|
149
151
|
declare const PhoenixIconsColoredSrc: {
|
|
150
152
|
readonly 'calendar-primary': string;
|
|
151
153
|
readonly 'camera-primary': string;
|
|
154
|
+
readonly 'driving-licence-primary': string;
|
|
152
155
|
readonly 'email-primary': string;
|
|
153
156
|
readonly 'exclamation-error': string;
|
|
154
157
|
readonly 'exclamation-warning': string;
|
|
@@ -165,6 +168,7 @@ declare const PhoenixIconsColoredSrc: {
|
|
|
165
168
|
declare const PhoenixIconsSrc: {
|
|
166
169
|
readonly 'calendar-primary': string;
|
|
167
170
|
readonly 'camera-primary': string;
|
|
171
|
+
readonly 'driving-licence-primary': string;
|
|
168
172
|
readonly 'email-primary': string;
|
|
169
173
|
readonly 'exclamation-error': string;
|
|
170
174
|
readonly 'exclamation-warning': string;
|
|
@@ -207,6 +211,7 @@ declare const PhoenixIconsSrc: {
|
|
|
207
211
|
readonly 'chevron-up': string;
|
|
208
212
|
readonly 'dots-handle-reorder': string;
|
|
209
213
|
readonly download: string;
|
|
214
|
+
readonly 'driving-licence': string;
|
|
210
215
|
readonly edit: string;
|
|
211
216
|
readonly ellipsis: string;
|
|
212
217
|
readonly email: string;
|
|
@@ -233,6 +238,7 @@ declare const PhoenixIconsSrc: {
|
|
|
233
238
|
readonly profile: string;
|
|
234
239
|
readonly 'question-circle': string;
|
|
235
240
|
readonly refresh: string;
|
|
241
|
+
readonly refund: string;
|
|
236
242
|
readonly revert: string;
|
|
237
243
|
readonly scales: string;
|
|
238
244
|
readonly search: string;
|
|
@@ -248,11 +254,11 @@ declare const PhoenixIconsSrc: {
|
|
|
248
254
|
readonly withdrawal: string;
|
|
249
255
|
readonly wrench: string;
|
|
250
256
|
};
|
|
251
|
-
declare const PhoenixIconsOutlined: ("filter" | "search" | "revert" | "document" | "list" | "email" | "copy" | "download" | "actions" | "add-circle" | "android" | "angled-arrow-left" | "angled-arrow-right" | "apple" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "browser" | "bullet-point" | "burger" | "calendar" | "camera" | "check" | "check-circle" | "clock" | "cog" | "cross" | "deposit" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "dots-handle-reorder" | "edit" | "ellipsis" | "exclamation" | "exit" | "external" | "eye" | "forward-arrow" | "gift" | "history" | "house" | "id-card" | "info-circle" | "language" | "later" | "lock" | "paper" | "passport" | "photo-user" | "pin" | "play-circle" | "profile" | "question-circle" | "refresh" | "scales" | "star" | "star-circle" | "stopwatch" | "subtract-circle" | "times-circle" | "transfer" | "trash" | "upload" | "windows" | "withdrawal" | "wrench")[];
|
|
257
|
+
declare const PhoenixIconsOutlined: ("filter" | "search" | "revert" | "document" | "list" | "email" | "copy" | "download" | "actions" | "add-circle" | "android" | "angled-arrow-left" | "angled-arrow-right" | "apple" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "browser" | "bullet-point" | "burger" | "calendar" | "camera" | "check" | "check-circle" | "clock" | "cog" | "cross" | "deposit" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "dots-handle-reorder" | "driving-licence" | "edit" | "ellipsis" | "exclamation" | "exit" | "external" | "eye" | "forward-arrow" | "gift" | "history" | "house" | "id-card" | "info-circle" | "language" | "later" | "lock" | "paper" | "passport" | "photo-user" | "pin" | "play-circle" | "profile" | "question-circle" | "refresh" | "refund" | "scales" | "star" | "star-circle" | "stopwatch" | "subtract-circle" | "times-circle" | "transfer" | "trash" | "upload" | "windows" | "withdrawal" | "wrench")[];
|
|
252
258
|
declare type PhoenixIconsOutlined = keyof typeof PhoenixIconsOutlinedSrc;
|
|
253
|
-
declare const PhoenixIconsColored: ("calendar-primary" | "camera-primary" | "email-primary" | "exclamation-error" | "exclamation-warning" | "house-primary" | "id-card-primary" | "lock-primary" | "lock-success" | "paper-primary" | "passport-primary" | "photo-user-primary" | "pin-primary" | "trash-error")[];
|
|
259
|
+
declare const PhoenixIconsColored: ("calendar-primary" | "camera-primary" | "driving-licence-primary" | "email-primary" | "exclamation-error" | "exclamation-warning" | "house-primary" | "id-card-primary" | "lock-primary" | "lock-success" | "paper-primary" | "passport-primary" | "photo-user-primary" | "pin-primary" | "trash-error")[];
|
|
254
260
|
declare type PhoenixIconsColored = keyof typeof PhoenixIconsColoredSrc;
|
|
255
|
-
declare const PhoenixIcons: ("filter" | "search" | "revert" | "document" | "list" | "email" | "copy" | "download" | "actions" | "add-circle" | "android" | "angled-arrow-left" | "angled-arrow-right" | "apple" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "browser" | "bullet-point" | "burger" | "calendar" | "camera" | "check" | "check-circle" | "clock" | "cog" | "cross" | "deposit" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "dots-handle-reorder" | "edit" | "ellipsis" | "exclamation" | "exit" | "external" | "eye" | "forward-arrow" | "gift" | "history" | "house" | "id-card" | "info-circle" | "language" | "later" | "lock" | "paper" | "passport" | "photo-user" | "pin" | "play-circle" | "profile" | "question-circle" | "refresh" | "scales" | "star" | "star-circle" | "stopwatch" | "subtract-circle" | "times-circle" | "transfer" | "trash" | "upload" | "windows" | "withdrawal" | "wrench" | "calendar-primary" | "camera-primary" | "email-primary" | "exclamation-error" | "exclamation-warning" | "house-primary" | "id-card-primary" | "lock-primary" | "lock-success" | "paper-primary" | "passport-primary" | "photo-user-primary" | "pin-primary" | "trash-error")[];
|
|
261
|
+
declare const PhoenixIcons: ("filter" | "search" | "revert" | "document" | "list" | "email" | "copy" | "download" | "actions" | "add-circle" | "android" | "angled-arrow-left" | "angled-arrow-right" | "apple" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-up" | "asterisk" | "browser" | "bullet-point" | "burger" | "calendar" | "camera" | "check" | "check-circle" | "clock" | "cog" | "cross" | "deposit" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "dots-handle-reorder" | "driving-licence" | "edit" | "ellipsis" | "exclamation" | "exit" | "external" | "eye" | "forward-arrow" | "gift" | "history" | "house" | "id-card" | "info-circle" | "language" | "later" | "lock" | "paper" | "passport" | "photo-user" | "pin" | "play-circle" | "profile" | "question-circle" | "refresh" | "refund" | "scales" | "star" | "star-circle" | "stopwatch" | "subtract-circle" | "times-circle" | "transfer" | "trash" | "upload" | "windows" | "withdrawal" | "wrench" | "calendar-primary" | "camera-primary" | "driving-licence-primary" | "email-primary" | "exclamation-error" | "exclamation-warning" | "house-primary" | "id-card-primary" | "lock-primary" | "lock-success" | "paper-primary" | "passport-primary" | "photo-user-primary" | "pin-primary" | "trash-error")[];
|
|
256
262
|
declare type PhoenixIcons = keyof typeof PhoenixIconsSrc;
|
|
257
263
|
|
|
258
264
|
declare type IconType = PhoenixIconsOutlined | React.ReactElement | string;
|
|
@@ -582,6 +588,7 @@ interface SelectPickerProps extends GenericComponentProps {
|
|
|
582
588
|
name?: string;
|
|
583
589
|
multiSelect?: boolean;
|
|
584
590
|
error?: string | boolean;
|
|
591
|
+
warning?: string;
|
|
585
592
|
onMouseOver?: (event: React__default.MouseEvent) => void;
|
|
586
593
|
onMouseLeave?: (event: React__default.MouseEvent) => void;
|
|
587
594
|
colorTheme?: ButtonColorTheme;
|