@pb33f/cowboy-components 0.5.1 → 0.5.2

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,10 +1,10 @@
1
1
  import { css } from "lit";
2
2
  export default css `
3
-
4
-
3
+
5
4
  .doctor {
6
5
  width: 100%;
7
6
  height: 100%;
7
+ position: relative;
8
8
  }
9
9
 
10
10
  .editor {
@@ -4949,11 +4949,11 @@ Please report this to https://github.com/markedjs/marked.`,p){const m="<p>An err
4949
4949
  </sl-button>
4950
4950
  </sl-dialog>
4951
4951
  `}};P1.styles=[Gwt,f3e,qp,w8,d3e,Pwt],ym([z.query("#save-button")],P1.prototype,"saveButton",2),ym([z.query("#export-button")],P1.prototype,"exportButton",2),ym([z.query("sl-radio-group")],P1.prototype,"rulesetSelector",2),ym([z.query("#custom-ruleset")],P1.prototype,"customRulesetSelector",2),ym([z.query("sl-dialog#confirm-custom-wipe")],P1.prototype,"customWipeDialog",2),ym([z.query("sl-button#confirm-override-wipe-button")],P1.prototype,"confirmWipeButton",2),ym([z.query("sl-switch")],P1.prototype,"allRulesSwitch",2),ym([z.property({type:Boolean})],P1.prototype,"sortAlpha",2),ym([z.property({type:Boolean})],P1.prototype,"sortSeverity",2),P1=ym([z.customElement("pb33f-manage-ruleset")],P1);function Wwt(b){return new Worker("/assets/rule-documentation.worker-B7xOWY5M.js",{name:b==null?void 0:b.name})}const Ywt=I.css`
4952
-
4953
-
4952
+
4954
4953
  .doctor {
4955
4954
  width: 100%;
4956
4955
  height: 100%;
4956
+ position: relative;
4957
4957
  }
4958
4958
 
4959
4959
  .editor {
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.5.1",
6
+ "version": "0.5.2",
7
7
  "type": "module",
8
8
  "main": "./dist/cowboy-components.umd.cjs",
9
9
  "module": "./dist/cowboy-components.js",