@openremote/or-mwc-components 1.13.1 → 1.14.0-snapshot

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.
@@ -18,7 +18,7 @@
18
18
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
  */
20
20
  import {setCustomElementsManifest, type Meta, type StoryObj } from "@storybook/web-components";
21
- import {getStorybookHelpers} from "@wc-toolkit/storybook-helpers";
21
+ import {getORStorybookHelpers} from "../../../storybook-utils";
22
22
  import customElements from "../../custom-elements.json" with { type: "json" };
23
23
  import packageJson from "../../package.json" with { type: "json" };
24
24
  import {InputType} from "../../src/or-mwc-input";
@@ -28,7 +28,7 @@ const tagName = "or-mwc-input";
28
28
  type Story = StoryObj;
29
29
  setCustomElementsManifest(customElements);
30
30
 
31
- const { events, args, argTypes, template } = getStorybookHelpers(tagName);
31
+ const { events, args, argTypes, template } = getORStorybookHelpers(tagName);
32
32
 
33
33
  const meta: Meta = {
34
34
  title: "Playground/or-mwc-input/checkbox",
@@ -18,7 +18,7 @@
18
18
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
  */
20
20
  import {setCustomElementsManifest, type Meta, type StoryObj } from "@storybook/web-components";
21
- import {getStorybookHelpers} from "@wc-toolkit/storybook-helpers";
21
+ import {getORStorybookHelpers} from "../../../storybook-utils";
22
22
  import customElements from "../../custom-elements.json" with { type: "json" };
23
23
  import packageJson from "../../package.json" with { type: "json" };
24
24
  import {InputType} from "../../src/or-mwc-input";
@@ -28,7 +28,7 @@ const tagName = "or-mwc-input";
28
28
  type Story = StoryObj;
29
29
  setCustomElementsManifest(customElements);
30
30
 
31
- const { events, args, argTypes, template } = getStorybookHelpers(tagName);
31
+ const { events, args, argTypes, template } = getORStorybookHelpers(tagName);
32
32
 
33
33
  const meta: Meta = {
34
34
  title: "Playground/or-mwc-input/color",
@@ -18,7 +18,7 @@
18
18
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
  */
20
20
  import {setCustomElementsManifest, type Meta, type StoryObj } from "@storybook/web-components";
21
- import {getStorybookHelpers} from "@wc-toolkit/storybook-helpers";
21
+ import {getORStorybookHelpers} from "../../../storybook-utils";
22
22
  import customElements from "../../custom-elements.json" with { type: "json" };
23
23
  import packageJson from "../../package.json" with { type: "json" };
24
24
  import {InputType} from "../../src/or-mwc-input";
@@ -28,7 +28,7 @@ const tagName = "or-mwc-input";
28
28
  type Story = StoryObj;
29
29
  setCustomElementsManifest(customElements);
30
30
 
31
- const { events, args, argTypes, template } = getStorybookHelpers(tagName);
31
+ const { events, args, argTypes, template } = getORStorybookHelpers(tagName);
32
32
 
33
33
  const meta: Meta = {
34
34
  title: "Playground/or-mwc-input/date",
@@ -18,7 +18,7 @@
18
18
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
  */
20
20
  import {setCustomElementsManifest, type Meta, type StoryObj } from "@storybook/web-components";
21
- import {getStorybookHelpers} from "@wc-toolkit/storybook-helpers";
21
+ import {getORStorybookHelpers} from "../../../storybook-utils";
22
22
  import customElements from "../../custom-elements.json" with { type: "json" };
23
23
  import packageJson from "../../package.json" with { type: "json" };
24
24
  import {InputType} from "../../src/or-mwc-input";
@@ -28,7 +28,7 @@ const tagName = "or-mwc-input";
28
28
  type Story = StoryObj;
29
29
  setCustomElementsManifest(customElements);
30
30
 
31
- const { events, args, argTypes, template } = getStorybookHelpers(tagName);
31
+ const { events, args, argTypes, template } = getORStorybookHelpers(tagName);
32
32
 
33
33
  const meta: Meta = {
34
34
  title: "Playground/or-mwc-input/input",
@@ -18,7 +18,7 @@
18
18
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
  */
20
20
  import {setCustomElementsManifest, type Meta, type StoryObj } from "@storybook/web-components";
21
- import {getStorybookHelpers} from "@wc-toolkit/storybook-helpers";
21
+ import {getORStorybookHelpers} from "../../../storybook-utils";
22
22
  import customElements from "../../custom-elements.json" with { type: "json" };
23
23
  import packageJson from "../../package.json" with { type: "json" };
24
24
  import {InputType} from "../../src/or-mwc-input";
@@ -28,7 +28,7 @@ const tagName = "or-mwc-input";
28
28
  type Story = StoryObj;
29
29
  setCustomElementsManifest(customElements);
30
30
 
31
- const { events, args, argTypes, template } = getStorybookHelpers(tagName);
31
+ const { events, args, argTypes, template } = getORStorybookHelpers(tagName);
32
32
 
33
33
  const meta: Meta = {
34
34
  title: "Playground/or-mwc-input/select",
@@ -18,7 +18,7 @@
18
18
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
  */
20
20
  import {setCustomElementsManifest, type Meta, type StoryObj } from "@storybook/web-components";
21
- import {getStorybookHelpers} from "@wc-toolkit/storybook-helpers";
21
+ import {getORStorybookHelpers} from "../../storybook-utils";
22
22
  import customElements from "../custom-elements.json" with { type: "json" };
23
23
  import packageJson from "../package.json" with { type: "json" };
24
24
  import "../src/or-mwc-table";
@@ -27,7 +27,7 @@ const tagName = "or-mwc-table";
27
27
  type Story = StoryObj;
28
28
  setCustomElementsManifest(customElements);
29
29
 
30
- const { events, args, argTypes, template } = getStorybookHelpers(tagName);
30
+ const { events, args, argTypes, template } = getORStorybookHelpers(tagName);
31
31
 
32
32
  const meta: Meta = {
33
33
  title: "Playground/or-mwc-table",