@apolitical/component-library 4.7.7-SW.0 → 4.7.7-SW.1

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.
@@ -14,7 +14,7 @@ interface Props {
14
14
  /** Optional styling for the page */
15
15
  styling?: {
16
16
  /** The background of the page. Defaults to `default` */
17
- background?: 'default' | 'gradient' | 'bold' | 'subtle';
17
+ background?: 'default' | 'gradient' | 'bold';
18
18
  /** The styling variants of the `bold` background */
19
19
  variant?: 'default' | 'inverted' | 'alt-1' | 'alt-2';
20
20
  /** The size of the circle on the `bold` background */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "4.7.7-SW.0",
3
+ "version": "4.7.7-SW.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {