@progressive-development/pd-forms 0.9.1 → 0.9.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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pd-base-ui.d.ts","sourceRoot":"","sources":["../../src/base/pd-base-ui.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAGH,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"pd-base-ui.d.ts","sourceRoot":"","sources":["../../src/base/pd-base-ui.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAGH,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjD;;;;;;GAMG;AACH,8BAAsB,QAAS,SAAQ,UAAU;IAC/C,OAAgB,MAAM,EAAE,cAAc,CAAM;CAC7C"}
|
package/dist/base/pd-base-ui.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
import { PdColorStyles, PdFontStyles } from '@progressive-development/pd-shared-styles';
|
|
3
2
|
|
|
4
3
|
/**
|
|
5
4
|
* @license
|
|
@@ -21,7 +20,7 @@ import { PdColorStyles, PdFontStyles } from '@progressive-development/pd-shared-
|
|
|
21
20
|
*/
|
|
22
21
|
class PdBaseUI extends LitElement {
|
|
23
22
|
static {
|
|
24
|
-
this.styles = [
|
|
23
|
+
this.styles = [];
|
|
25
24
|
}
|
|
26
25
|
}
|
|
27
26
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PdPanelButton.d.ts","sourceRoot":"","sources":["../../src/pd-panel-button/PdPanelButton.ts"],"names":[],"mappings":"AACA;;;GAGG;AAEH,OAAO,EAAE,cAAc,EAAa,MAAM,KAAK,CAAC;AAGhD,OAAO,0CAA0C,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"PdPanelButton.d.ts","sourceRoot":"","sources":["../../src/pd-panel-button/PdPanelButton.ts"],"names":[],"mappings":"AACA;;;GAGG;AAEH,OAAO,EAAE,cAAc,EAAa,MAAM,KAAK,CAAC;AAGhD,OAAO,0CAA0C,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAG9C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAAa,aAAc,SAAQ,QAAQ;IAEzC,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,UAAU,EAAE,MAAM,CAAQ;IAG1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,OAAO,CAAS;IAG7B,OAAO,EAAE,OAAO,CAAS;IAGzB,QAAQ,EAAE,OAAO,CAAS;IAG1B,OAAO,EAAE,OAAO,CAAS;IAGzB,kBAAkB,EAAE,MAAM,CAAM;IAGhC,SAAS,EAAE,OAAO,CAAS;IAI3B,OAAO,CAAC,cAAc,CAAkB;IAGxC,OAAO,CAAC,UAAU,CAAkB;IAEpC,OAAgB,MAAM,EAAE,cAAc,CA2OpC;IAEF,iBAAiB;IAKjB,oBAAoB;IAKpB,OAAO,CAAC,WAAW,CAEjB;IAGF,MAAM;IA8CN,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,cAAc;IAsBtB,OAAO,CAAC,YAAY;CAQrB"}
|
|
@@ -2,7 +2,6 @@ import { css, html } from 'lit';
|
|
|
2
2
|
import { property, state } from 'lit/decorators.js';
|
|
3
3
|
import '@progressive-development/pd-icon/pd-icon';
|
|
4
4
|
import { PdBaseUI } from '../base/pd-base-ui.js';
|
|
5
|
-
import { PdColorStyles, PdFontStyles } from '@progressive-development/pd-shared-styles';
|
|
6
5
|
import { pdIcons } from '@progressive-development/pd-icon';
|
|
7
6
|
|
|
8
7
|
var __defProp = Object.defineProperty;
|
|
@@ -32,8 +31,6 @@ class PdPanelButton extends PdBaseUI {
|
|
|
32
31
|
}
|
|
33
32
|
static {
|
|
34
33
|
this.styles = [
|
|
35
|
-
PdColorStyles,
|
|
36
|
-
PdFontStyles,
|
|
37
34
|
css`
|
|
38
35
|
:host {
|
|
39
36
|
display: inline-block; /* Verhindert, dass :host die volle Breite bekommt */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progressive-development/pd-forms",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Webcomponents library 'pd-forms' for form input elements.",
|
|
5
5
|
"author": "PD Progressive Development",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@lit/localize": "^0.12.2",
|
|
41
41
|
"@lit-labs/motion": "^1.0.8",
|
|
42
42
|
"tslib": "^2.8.1",
|
|
43
|
-
"@progressive-development/pd-icon": "0.9.
|
|
43
|
+
"@progressive-development/pd-icon": "0.9.2",
|
|
44
44
|
"@progressive-development/pd-shared-styles": "0.3.0"
|
|
45
45
|
},
|
|
46
46
|
"customElements": "custom-elements.json",
|
|
47
47
|
"scripts": {
|
|
48
48
|
"analyze": "cem analyze --litelement --exclude dist,demo",
|
|
49
49
|
"start": "vite",
|
|
50
|
-
"build": "vite build",
|
|
50
|
+
"build": "pnpm run analyze && vite build",
|
|
51
51
|
"preview": "vite preview",
|
|
52
52
|
"clean": "rm -rf dist",
|
|
53
53
|
"clean:all": "rm -rf dist node_modules pnpm-lock.yaml",
|