@progressive-development/pd-spa-helper 0.5.15 → 0.5.16

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.
@@ -0,0 +1,30 @@
1
+ import { StoryObj } from '@storybook/web-components';
2
+ declare const meta: {
3
+ title: string;
4
+ render: (args: import('@storybook/csf').Args) => import('lit-html').TemplateResult<1>;
5
+ argTypes: {
6
+ pdButtonIcon: {
7
+ control: "text";
8
+ };
9
+ buttonText: {
10
+ control: "text";
11
+ };
12
+ panelButton: {
13
+ control: "boolean";
14
+ };
15
+ };
16
+ };
17
+ export default meta;
18
+ type Story = StoryObj;
19
+ export declare const DefaultButton: Story;
20
+ export declare const DefaulIcontButton: Story;
21
+ export declare const DefaulIcontButtonDisabled: Story;
22
+ export declare const DefaulIcontButtonPrimary: Story;
23
+ export declare const DefaulIcontButtonPrimaryDisabled: Story;
24
+ export declare const DefaulTextIcontButton: Story;
25
+ export declare const PanelButton: Story;
26
+ export declare const PanelButtonWithContent: Story;
27
+ export declare const PanelButtonWithContentRight: Story;
28
+ export declare const PanelButtonWithContentUp: Story;
29
+ export declare const PanelButtonWithContentRightUp: Story;
30
+ //# sourceMappingURL=pd-icon-button.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pd-icon-button.stories.d.ts","sourceRoot":"","sources":["../../src/stories/pd-icon-button.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAEhE,OAAO,mCAAmC,CAAC;AAG3C,QAAA,MAAM,IAAI;;;;;;;;;;;;;;CAoBM,CAAC;AAEjB,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC;AAGtB,eAAO,MAAM,aAAa,EAAE,KAK3B,CAAC;AAGF,eAAO,MAAM,iBAAiB,EAAE,KAO/B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,KAQvC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAQtC,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,KAS9C,CAAC;AAGF,eAAO,MAAM,qBAAqB,EAAE,KAMnC,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAOzB,CAAC;AAGF,eAAO,MAAM,sBAAsB,EAAE,KAgBpC,CAAC;AAGF,eAAO,MAAM,2BAA2B,EAAE,KAiBzC,CAAC;AAGF,eAAO,MAAM,wBAAwB,EAAE,KAiBtC,CAAC;AAGF,eAAO,MAAM,6BAA6B,EAAE,KAkB3C,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { CSSResultGroup, LitElement } from 'lit';
2
+ export declare class PdIconPanelButton extends LitElement {
3
+ pdButtonIcon?: string;
4
+ buttonText: string;
5
+ panelButton: boolean;
6
+ private _panelOpen;
7
+ static styles: CSSResultGroup;
8
+ render(): import('lit-html').TemplateResult<1>;
9
+ private _onKeyDown;
10
+ private _buttonClicked;
11
+ private _togglePanel;
12
+ }
13
+ //# sourceMappingURL=pd-icon-panel-button.d.ts.map
@@ -0,0 +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,WAAW,EAAE,OAAO,CAAS;IAG7B,OAAO,CAAC,UAAU,CAAkB;IAEpC,MAAM,CAAC,MAAM,iBAuHO;IAGpB,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.5.15",
6
+ "version": "0.5.16",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",