@genesislcap/pbc-auth-ui 1.0.6 → 1.0.7

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.
@@ -189,7 +189,7 @@ let Users = class Users extends LifecycleMixin(GenesisElement) {
189
189
  params: {
190
190
  actionClick: () => this.changeStatus(params),
191
191
  actionName: params.value === 'ENABLED' ? 'Deactivate' : 'Activate',
192
- appearance: 'secondary-orange',
192
+ appearance: 'danger',
193
193
  },
194
194
  };
195
195
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-auth-ui",
3
3
  "description": "Genesis PBC auth UI",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-auth.d.ts",