@purple/phoenix-components 5.30.2 → 5.31.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
@@ -195,6 +195,7 @@ declare const PhoenixIconsColoredSrc: {
195
195
  readonly 'email-brand': string;
196
196
  readonly 'exclamation-error': string;
197
197
  readonly 'exclamation-warning': string;
198
+ readonly 'eye-brand': string;
198
199
  readonly 'house-brand': string;
199
200
  readonly 'id-card-brand': string;
200
201
  readonly 'key-brand': string;
@@ -221,6 +222,7 @@ declare const PhoenixIconsSrc: {
221
222
  readonly 'email-brand': string;
222
223
  readonly 'exclamation-error': string;
223
224
  readonly 'exclamation-warning': string;
225
+ readonly 'eye-brand': string;
224
226
  readonly 'house-brand': string;
225
227
  readonly 'id-card-brand': string;
226
228
  readonly 'key-brand': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purple/phoenix-components",
3
- "version": "5.30.2",
3
+ "version": "5.31.0",
4
4
  "description": "",
5
5
  "main": "dist/bundle.umd.js",
6
6
  "module": "dist/bundle.esm.js",