@nyaruka/temba-components 0.58.8 → 0.59.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,5 +1,5 @@
1
1
  // for cache busting we dynamically generate a fingerprint, use yarn svg to update
2
- export const SVG_FINGERPRINT = 'fd046809342c62aaccb61aa8a97f7eba';
2
+ export const SVG_FINGERPRINT = '943563372837e937c0ad5933e4efb7a5';
3
3
 
4
4
  // only icons below are included in the sprite sheet
5
5
  export enum Icon {
@@ -123,6 +123,9 @@ export enum Icon {
123
123
  new = 'plus',
124
124
  next_schedule = 'alarm-clock',
125
125
  notification = 'bell-01',
126
+ optin_requested = 'message-notification-circle',
127
+ optin = 'message-check-circle',
128
+ optout = 'message-x-circle',
126
129
  org_active = 'credit-card-02',
127
130
  org_anonymous = 'glasses-01',
128
131
  org_bulk = 'credit-card-plus',