@purple/phoenix-components 4.27.0 → 4.28.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/CHANGELOG.md +21 -0
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +1 -1
- 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 +17 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -86,11 +86,13 @@ declare const PhoenixIconsOutlinedSrc: {
|
|
|
86
86
|
readonly 'arrow-right': string;
|
|
87
87
|
readonly 'arrow-up': string;
|
|
88
88
|
readonly asterisk: string;
|
|
89
|
+
readonly bell: string;
|
|
89
90
|
readonly browser: string;
|
|
90
91
|
readonly 'bullet-point': string;
|
|
91
92
|
readonly burger: string;
|
|
92
93
|
readonly calendar: string;
|
|
93
94
|
readonly camera: string;
|
|
95
|
+
readonly chat: string;
|
|
94
96
|
readonly check: string;
|
|
95
97
|
readonly 'check-circle': string;
|
|
96
98
|
readonly clock: string;
|
|
@@ -137,6 +139,7 @@ declare const PhoenixIconsOutlinedSrc: {
|
|
|
137
139
|
readonly scales: string;
|
|
138
140
|
readonly search: string;
|
|
139
141
|
readonly star: string;
|
|
142
|
+
readonly smartphone: string;
|
|
140
143
|
readonly 'star-circle': string;
|
|
141
144
|
readonly stopwatch: string;
|
|
142
145
|
readonly 'subtract-circle': string;
|
|
@@ -163,6 +166,10 @@ declare const PhoenixIconsColoredSrc: {
|
|
|
163
166
|
readonly 'passport-primary': string;
|
|
164
167
|
readonly 'photo-user-primary': string;
|
|
165
168
|
readonly 'pin-primary': string;
|
|
169
|
+
readonly 'question-circle-primary': string;
|
|
170
|
+
readonly 'smartphone-primary': string;
|
|
171
|
+
readonly 'star-primary': string;
|
|
172
|
+
readonly 'star-warning': string;
|
|
166
173
|
readonly 'trash-error': string;
|
|
167
174
|
};
|
|
168
175
|
declare const PhoenixIconsSrc: {
|
|
@@ -180,6 +187,10 @@ declare const PhoenixIconsSrc: {
|
|
|
180
187
|
readonly 'passport-primary': string;
|
|
181
188
|
readonly 'photo-user-primary': string;
|
|
182
189
|
readonly 'pin-primary': string;
|
|
190
|
+
readonly 'question-circle-primary': string;
|
|
191
|
+
readonly 'smartphone-primary': string;
|
|
192
|
+
readonly 'star-primary': string;
|
|
193
|
+
readonly 'star-warning': string;
|
|
183
194
|
readonly 'trash-error': string;
|
|
184
195
|
readonly actions: string;
|
|
185
196
|
readonly 'add-circle': string;
|
|
@@ -192,11 +203,13 @@ declare const PhoenixIconsSrc: {
|
|
|
192
203
|
readonly 'arrow-right': string;
|
|
193
204
|
readonly 'arrow-up': string;
|
|
194
205
|
readonly asterisk: string;
|
|
206
|
+
readonly bell: string;
|
|
195
207
|
readonly browser: string;
|
|
196
208
|
readonly 'bullet-point': string;
|
|
197
209
|
readonly burger: string;
|
|
198
210
|
readonly calendar: string;
|
|
199
211
|
readonly camera: string;
|
|
212
|
+
readonly chat: string;
|
|
200
213
|
readonly check: string;
|
|
201
214
|
readonly 'check-circle': string;
|
|
202
215
|
readonly clock: string;
|
|
@@ -243,6 +256,7 @@ declare const PhoenixIconsSrc: {
|
|
|
243
256
|
readonly scales: string;
|
|
244
257
|
readonly search: string;
|
|
245
258
|
readonly star: string;
|
|
259
|
+
readonly smartphone: string;
|
|
246
260
|
readonly 'star-circle': string;
|
|
247
261
|
readonly stopwatch: string;
|
|
248
262
|
readonly 'subtract-circle': string;
|
|
@@ -254,11 +268,11 @@ declare const PhoenixIconsSrc: {
|
|
|
254
268
|
readonly withdrawal: string;
|
|
255
269
|
readonly wrench: string;
|
|
256
270
|
};
|
|
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")[];
|
|
271
|
+
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" | "bell" | "browser" | "bullet-point" | "burger" | "calendar" | "camera" | "chat" | "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" | "smartphone" | "star-circle" | "stopwatch" | "subtract-circle" | "times-circle" | "transfer" | "trash" | "upload" | "windows" | "withdrawal" | "wrench")[];
|
|
258
272
|
declare type PhoenixIconsOutlined = keyof typeof PhoenixIconsOutlinedSrc;
|
|
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")[];
|
|
273
|
+
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" | "question-circle-primary" | "smartphone-primary" | "star-primary" | "star-warning" | "trash-error")[];
|
|
260
274
|
declare type PhoenixIconsColored = keyof typeof PhoenixIconsColoredSrc;
|
|
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")[];
|
|
275
|
+
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" | "bell" | "browser" | "bullet-point" | "burger" | "calendar" | "camera" | "chat" | "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" | "smartphone" | "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" | "question-circle-primary" | "smartphone-primary" | "star-primary" | "star-warning" | "trash-error")[];
|
|
262
276
|
declare type PhoenixIcons = keyof typeof PhoenixIconsSrc;
|
|
263
277
|
|
|
264
278
|
declare type IconType = PhoenixIconsOutlined | React.ReactElement | string;
|