@progressive-development/pd-spa-helper 0.6.3 → 0.6.4

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.
@@ -96,13 +96,17 @@ PdIconPanelButton.styles = [
96
96
  background-color: var(--pd-icon-button-bgcol, #0c6fc5);
97
97
  padding: 0.3em 0.8em;
98
98
  border: 1px solid var(--pd-icon-button-bordercol, rgba(0, 0, 0, 0.5));
99
- border-radius: 0.2em;
99
+ border-radius: var(--pd-icon-button-border-radius, 0.2em);
100
100
  transition: background-color 0.3s ease;
101
101
  --pd-icon-size: 20px;
102
102
  color: var(--pd-icon-button-txtcol, white);
103
103
  text-shadow: 0 - 0.05em 0.05em rgba(0, 0, 0, 0.5);
104
104
  font-size: var(--pd-icon-button-font-size, 125%);
105
- line-height: 1.5;
105
+ line-height: var(--pd-icon-button-line-height, 1.5);
106
+ height: var(--pd-icon-button-height, auto);
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
106
110
  }
107
111
 
108
112
  :host(:not([disabled])) .icon-button-style:hover {
@@ -1 +1 @@
1
- {"version":3,"file":"pd-icon-panel-button.d.ts","sourceRoot":"","sources":["../../src/tmpown/pd-icon-panel-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5D,OAAO,0CAA0C,CAAC;AAElD,qBACa,iBAAkB,SAAQ,UAAU;IAG/C,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,UAAU,EAAE,MAAM,CAAQ;IAG1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,OAAO,CAAS;IAG7B,OAAO,CAAC,UAAU,CAAkB;IAEpC,MAAM,CAAC,MAAM,iBA6HO;IAEpB,iBAAiB;IAKjB,oBAAoB;IAKpB,OAAO,CAAC,WAAW,CAEjB;IAGF,MAAM;IA0BN,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,cAAc;IAUtB,OAAO,CAAC,YAAY;CAOrB"}
1
+ {"version":3,"file":"pd-icon-panel-button.d.ts","sourceRoot":"","sources":["../../src/tmpown/pd-icon-panel-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAG5D,OAAO,0CAA0C,CAAC;AAElD,qBACa,iBAAkB,SAAQ,UAAU;IAG/C,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,UAAU,EAAE,MAAM,CAAQ;IAG1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,OAAO,CAAS;IAG7B,OAAO,CAAC,UAAU,CAAkB;IAEpC,MAAM,CAAC,MAAM,iBAiIO;IAEpB,iBAAiB;IAKjB,oBAAoB;IAKpB,OAAO,CAAC,WAAW,CAEjB;IAGF,MAAM;IA0BN,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,cAAc;IAUtB,OAAO,CAAC,YAAY;CAOrB"}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent pd-spa-helper following open-wc recommendations",
4
4
  "author": "PD Progressive Development",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
- "version": "0.6.3",
6
+ "version": "0.6.4",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",
@@ -111,12 +111,7 @@
111
111
  "prettier": {
112
112
  "singleQuote": true,
113
113
  "arrowParens": "avoid"
114
- },
115
- "husky": {
116
- "hooks": {
117
- "pre-commit": "lint-staged"
118
- }
119
- },
114
+ },
120
115
  "lint-staged": {
121
116
  "*.ts": [
122
117
  "eslint --fix",