@purple/phoenix-components 4.27.2 → 4.29.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/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;
@@ -149,6 +152,7 @@ declare const PhoenixIconsOutlinedSrc: {
149
152
  readonly wrench: string;
150
153
  };
151
154
  declare const PhoenixIconsColoredSrc: {
155
+ readonly 'browser-primary': string;
152
156
  readonly 'calendar-primary': string;
153
157
  readonly 'camera-primary': string;
154
158
  readonly 'driving-licence-primary': string;
@@ -163,9 +167,14 @@ declare const PhoenixIconsColoredSrc: {
163
167
  readonly 'passport-primary': string;
164
168
  readonly 'photo-user-primary': string;
165
169
  readonly 'pin-primary': string;
170
+ readonly 'question-circle-primary': string;
171
+ readonly 'smartphone-primary': string;
172
+ readonly 'star-primary': string;
173
+ readonly 'star-warning': string;
166
174
  readonly 'trash-error': string;
167
175
  };
168
176
  declare const PhoenixIconsSrc: {
177
+ readonly 'browser-primary': string;
169
178
  readonly 'calendar-primary': string;
170
179
  readonly 'camera-primary': string;
171
180
  readonly 'driving-licence-primary': string;
@@ -180,6 +189,10 @@ declare const PhoenixIconsSrc: {
180
189
  readonly 'passport-primary': string;
181
190
  readonly 'photo-user-primary': string;
182
191
  readonly 'pin-primary': string;
192
+ readonly 'question-circle-primary': string;
193
+ readonly 'smartphone-primary': string;
194
+ readonly 'star-primary': string;
195
+ readonly 'star-warning': string;
183
196
  readonly 'trash-error': string;
184
197
  readonly actions: string;
185
198
  readonly 'add-circle': string;
@@ -192,11 +205,13 @@ declare const PhoenixIconsSrc: {
192
205
  readonly 'arrow-right': string;
193
206
  readonly 'arrow-up': string;
194
207
  readonly asterisk: string;
208
+ readonly bell: string;
195
209
  readonly browser: string;
196
210
  readonly 'bullet-point': string;
197
211
  readonly burger: string;
198
212
  readonly calendar: string;
199
213
  readonly camera: string;
214
+ readonly chat: string;
200
215
  readonly check: string;
201
216
  readonly 'check-circle': string;
202
217
  readonly clock: string;
@@ -243,6 +258,7 @@ declare const PhoenixIconsSrc: {
243
258
  readonly scales: string;
244
259
  readonly search: string;
245
260
  readonly star: string;
261
+ readonly smartphone: string;
246
262
  readonly 'star-circle': string;
247
263
  readonly stopwatch: string;
248
264
  readonly 'subtract-circle': string;
@@ -254,11 +270,11 @@ declare const PhoenixIconsSrc: {
254
270
  readonly withdrawal: string;
255
271
  readonly wrench: string;
256
272
  };
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")[];
273
+ 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
274
  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")[];
275
+ declare const PhoenixIconsColored: ("browser-primary" | "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
276
  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")[];
277
+ 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" | "browser-primary" | "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
278
  declare type PhoenixIcons = keyof typeof PhoenixIconsSrc;
263
279
 
264
280
  declare type IconType = PhoenixIconsOutlined | React.ReactElement | string;
@@ -628,7 +644,7 @@ interface SpinnerProps extends MarginProps, GenericComponentProps {
628
644
  }
629
645
  declare const Spinner: React__default.FC<SpinnerProps>;
630
646
 
631
- interface TabProps extends Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'tabIndex'> {
647
+ interface TabProps extends Omit<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, 'tabIndex'>, GenericComponentProps {
632
648
  animate?: boolean;
633
649
  selected?: boolean;
634
650
  disabled?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purple/phoenix-components",
3
- "version": "4.27.2",
3
+ "version": "4.29.0",
4
4
  "description": "",
5
5
  "main": "dist/bundle.umd.js",
6
6
  "module": "dist/bundle.esm.js",