@pb33f/cowboy-components 0.0.9 → 0.0.11

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.
@@ -3,7 +3,6 @@ export default css `
3
3
  :host {
4
4
  color: var(--font-color);
5
5
  font-family: var(--font-stack), monospace;
6
- font-size: 0.9rem;
7
6
  }
8
7
  .bracket {
9
8
  color: var(--secondary-color);
@@ -1515,7 +1515,6 @@ Please report this to https://github.com/markedjs/marked.`,e){const n="<p>An err
1515
1515
  :host {
1516
1516
  color: var(--font-color);
1517
1517
  font-family: var(--font-stack), monospace;
1518
- font-size: 0.9rem;
1519
1518
  }
1520
1519
  .bracket {
1521
1520
  color: var(--secondary-color);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Princess Beef Heavy Industries Cowboy Components",
4
4
  "private": false,
5
5
  "license": "BUSL-1.1",
6
- "version": "0.0.9",
6
+ "version": "0.0.11",
7
7
  "type": "module",
8
8
  "main": "./dist/cowboy-components.umd.cjs",
9
9
  "module": "./dist/cowboy-components.js",
@@ -22,6 +22,7 @@
22
22
  "./cowboy-components.css": "./dist/style.css",
23
23
  "./css/pb33f-theme.css": "./dist/pb33f-theme.css",
24
24
  "./components/*": "./dist/components/*",
25
+ "./model/*": "./dist/model/*",
25
26
  "./assets*": "./dist/assets/*"
26
27
  },
27
28
  "files": [