kritzel-react 0.0.17 → 0.0.19

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
  'use client';
2
2
  import { createComponent } from '@stencil/react-output-target/runtime';
3
3
  import React from 'react';
4
- import { MyButton as MyButtonElement, defineCustomElement as defineMyButton } from "../../../../stencil/dist/components/my-button.js";
5
- import { MyComponent as MyComponentElement, defineCustomElement as defineMyComponent } from "../../../../stencil/dist/components/my-component.js";
6
- import { MyList as MyListElement, defineCustomElement as defineMyList } from "../../../../stencil/dist/components/my-list.js";
7
- import { MyTitle as MyTitleElement, defineCustomElement as defineMyTitle } from "../../../../stencil/dist/components/my-title.js";
4
+ import { MyButton as MyButtonElement, defineCustomElement as defineMyButton } from "../../../../kritzel-stencil/dist/components/my-button.js";
5
+ import { MyComponent as MyComponentElement, defineCustomElement as defineMyComponent } from "../../../../kritzel-stencil/dist/components/my-component.js";
6
+ import { MyList as MyListElement, defineCustomElement as defineMyList } from "../../../../kritzel-stencil/dist/components/my-list.js";
7
+ import { MyTitle as MyTitleElement, defineCustomElement as defineMyTitle } from "../../../../kritzel-stencil/dist/components/my-title.js";
8
8
  export const MyButton = /*@__PURE__*/ createComponent({
9
9
  tagName: 'my-button',
10
10
  elementClass: MyButtonElement,
@@ -3,10 +3,10 @@
3
3
  * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
4
4
  */
5
5
  import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
6
- import { MyButton as MyButtonElement } from "../../../../stencil/dist/components/my-button.js";
7
- import { MyComponent as MyComponentElement } from "../../../../stencil/dist/components/my-component.js";
8
- import { MyList as MyListElement } from "../../../../stencil/dist/components/my-list.js";
9
- import { MyTitle as MyTitleElement } from "../../../../stencil/dist/components/my-title.js";
6
+ import { MyButton as MyButtonElement } from "../../../../kritzel-stencil/dist/components/my-button.js";
7
+ import { MyComponent as MyComponentElement } from "../../../../kritzel-stencil/dist/components/my-component.js";
8
+ import { MyList as MyListElement } from "../../../../kritzel-stencil/dist/components/my-list.js";
9
+ import { MyTitle as MyTitleElement } from "../../../../kritzel-stencil/dist/components/my-title.js";
10
10
  type MyButtonEvents = NonNullable<unknown>;
11
11
  export declare const MyButton: StencilReactComponent<MyButtonElement, MyButtonEvents>;
12
12
  type MyComponentEvents = NonNullable<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kritzel-react",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "> TODO: description",
5
5
  "author": "kasual1 <seifertluk11@gmail.com>",
6
6
  "homepage": "https://gitlab.com/kasual1/kritzel#readme",
@@ -22,7 +22,7 @@
22
22
  "@stencil/react-output-target": "^0.7.4"
23
23
  },
24
24
  "peerDependencies": {
25
- "kritzel-stencil": "^0.0.12"
25
+ "kritzel-stencil": "^0.0.14"
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",