@blockle/blocks-react-slot 1.1.0 → 1.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.
@@ -3,3 +3,4 @@ type SlotProps = {
3
3
  };
4
4
  export declare const Slot: React.FC<SlotProps>;
5
5
  export {};
6
+ //# sourceMappingURL=Slot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Slot.d.ts","sourceRoot":"","sources":["../../src/Slot/Slot.tsx"],"names":[],"mappings":"AACA,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAEpC,CAAC"}
@@ -30,3 +30,4 @@ export declare function createSlottable<T extends keyof HTMLElementTagNameMap>(d
30
30
  Slot: typeof Slot
31
31
  ];
32
32
  export {};
33
+ //# sourceMappingURL=createSlottable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createSlottable.d.ts","sourceRoot":"","sources":["../src/createSlottable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAc,MAAM,sBAAsB,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtC,KAAK,aAAa,GAAG;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;CAC1B,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,qBAAqB,EACnE,cAAc,EAAE,CAAC,GAChB;IACD,QAAQ,EAAE,KAAK,CAAC,EAAE,CAChB,aAAa,GAAG,gBAAgB,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAC3D;IACD,IAAI,EAAE,OAAO,IAAI;CAClB,CAmFA"}
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export { createSlottable } from './createSlottable.js';
2
2
  export { Slot } from './Slot/Slot.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockle/blocks-react-slot",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "Slot",
5
5
  "type": "module",
6
6
  "exports": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+ssh://git@github.com/Blockle/blocks.git"
25
+ "url": "git+https://github.com/Blockle/blocks.git"
26
26
  },
27
27
  "author": "Niek Saarberg <n.saarberg@gmail.com>",
28
28
  "license": "MIT",
@@ -31,7 +31,11 @@
31
31
  },
32
32
  "homepage": "https://github.com/Blockle/blocks#readme",
33
33
  "peerDependencies": {
34
- "react": ">= 18 || >= 19",
35
- "@blockle/blocks-core": ">= 0.x"
34
+ "@blockle/blocks-core": ">=1.2.x",
35
+ "react": "^19.2.3"
36
+ },
37
+ "publishConfig": {
38
+ "access": "public",
39
+ "provenance": true
36
40
  }
37
41
  }