@codeforamerica/marcomms-design-system 1.21.0 → 1.21.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.
@@ -77,7 +77,7 @@
77
77
  flex: 1;
78
78
  }
79
79
 
80
- :host([theme="authors-note"]) {
80
+ :host([theme="author-note"]) {
81
81
  --box-border-width: 0;
82
82
 
83
83
  font-family: var(--font-family-serif);
package/dist/index.js CHANGED
@@ -277,7 +277,7 @@
277
277
  flex: 1;
278
278
  }
279
279
 
280
- :host([theme="authors-note"]) {
280
+ :host([theme="author-note"]) {
281
281
  --box-border-width: 0;
282
282
 
283
283
  font-family: var(--font-family-serif);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeforamerica/marcomms-design-system",
3
- "version": "1.21.0",
3
+ "version": "1.21.1",
4
4
  "main": "dist/index.js",
5
5
  "dependencies": {
6
6
  "lit": "^3.2.1",
@@ -23,7 +23,7 @@ class Box extends LitElement {
23
23
  flex: 1;
24
24
  }
25
25
 
26
- :host([theme="authors-note"]) {
26
+ :host([theme="author-note"]) {
27
27
  --box-border-width: 0;
28
28
 
29
29
  font-family: var(--font-family-serif);
@@ -11,7 +11,7 @@ export default {
11
11
  },
12
12
  argTypes: {
13
13
  theme: {
14
- options: ["default", "authors-note"],
14
+ options: ["default", "author-note"],
15
15
  control: { type: "radio" },
16
16
  },
17
17
  content: { type: "string" },