@accretion_ui/react 0.1.2 → 0.1.3

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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ React wrappers for Accretion UI web components.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @accretion_ui/react @accretion_ui/core
8
+ npm install @accretion_ui/react
9
9
  ```
10
10
 
11
11
  ## Usage
@@ -22,4 +22,5 @@ export function Example() {
22
22
 
23
23
  - `react` `^18.2.0 || ^19.0.0`
24
24
  - `react-dom` `^18.2.0 || ^19.0.0`
25
- - `@accretion_ui/core` `^0.1.3`
25
+
26
+ `@accretion_ui/core` is installed automatically as a direct dependency of `@accretion_ui/react`.
@@ -6,4 +6,3 @@ import { AccretionButton as AccretionButtonElement } from "@accretion_ui/core/di
6
6
  import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
7
7
  export type AccretionButtonEvents = NonNullable<unknown>;
8
8
  export declare const AccretionButton: StencilReactComponent<AccretionButtonElement, AccretionButtonEvents>;
9
- //# sourceMappingURL=components.d.ts.map
@@ -15,4 +15,3 @@ export const AccretionButton = /*@__PURE__*/ createComponent({
15
15
  events: {},
16
16
  defineCustomElement: defineAccretionButton
17
17
  });
18
- //# sourceMappingURL=components.js.map
package/dist/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- export * from './generated/components';
2
- //# sourceMappingURL=index.d.ts.map
1
+ export * from './generated/components.js';
package/dist/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  'use client';
2
- export * from './generated/components';
3
- //# sourceMappingURL=index.js.map
2
+ export * from './generated/components.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accretion_ui/react",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "React wrappers for Accretion UI web components.",
5
5
  "keywords": [
6
6
  "accretion",
@@ -42,15 +42,14 @@
42
42
  "publish:package": "npm publish --access public"
43
43
  },
44
44
  "dependencies": {
45
+ "@accretion_ui/core": "^0.1.5",
45
46
  "@stencil/react-output-target": "^1.4.2"
46
47
  },
47
48
  "peerDependencies": {
48
- "@accretion_ui/core": "^0.1.3",
49
49
  "react": "^18.2.0 || ^19.0.0",
50
50
  "react-dom": "^18.2.0 || ^19.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@accretion_ui/core": "file:../core",
54
53
  "@types/react": "^19.1.0",
55
54
  "@types/react-dom": "^19.1.0",
56
55
  "typescript": "^5.9.3"
@@ -1 +0,0 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/generated/components.ts"],"names":[],"mappings":"AAEA;;;GAGG;AAIH,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAgD,MAAM,wDAAwD,CAAC;AACjK,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAIlF,MAAM,MAAM,qBAAqB,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAEzD,eAAO,MAAM,eAAe,EAAE,qBAAqB,CAAC,sBAAsB,EAAE,qBAAqB,CAO/F,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/generated/components.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb;;;GAGG;AAEH,oBAAoB;AAEpB,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,mBAAmB,IAAI,qBAAqB,EAAE,MAAM,wDAAwD,CAAC;AAEjK,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,CAAC,MAAM,eAAe,GAAyE,aAAa,CAAC,eAAe,CAAgD;IAC9K,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,sBAAsB;IACpC,0GAA0G;IAC1G,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,EAA2B;IACnC,mBAAmB,EAAE,qBAAqB;CAC7C,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,wBAAwB,CAAC"}
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,cAAc,wBAAwB,CAAC"}