@stamcat/craftsman 0.0.23-alpha.3 → 0.0.23-alpha.8

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/Button.esm.js ADDED
@@ -0,0 +1,5 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/Button.tsx
3
+ var t = (t) => /* @__PURE__ */ e("button", { ...t });
4
+ //#endregion
5
+ export { t as Button };
@@ -0,0 +1,3 @@
1
+ import { Button as e } from "./Button.esm.js";
2
+ import { Input as t } from "./Input.esm.js";
3
+ export { e as Button, t as Input };
package/Input.esm.js ADDED
@@ -0,0 +1,5 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/Input.tsx
3
+ var t = (t) => /* @__PURE__ */ e("input", { ...t });
4
+ //#endregion
5
+ export { t as Input };
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @stamcat/craftsman
2
+
3
+ # Craftsman Design System Framework
4
+
5
+ trivial commit to test ci publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamcat/craftsman",
3
- "version": "0.0.23-alpha.3",
3
+ "version": "0.0.23-alpha.8",
4
4
  "type": "module",
5
5
  "description": "A powerful, lightweight framework for design systems",
6
6
  "repository": {
@@ -25,14 +25,14 @@
25
25
  "dependencies": {
26
26
  "@emotion/react": "11.14.0",
27
27
  "@emotion/styled": "11.14.1",
28
- "dompurify": "3.2.6",
28
+ "dompurify": "3.4.11",
29
29
  "emotion": "11.0.0",
30
- "react": "19.1.1",
31
- "react-date-picker": "12.0.1",
32
- "react-datetime-picker": "7.0.1",
33
- "react-dom": "19.1.1",
34
- "react-international-phone": "4.6.0",
35
- "zod": "4.1.9"
30
+ "react": "19.2.7",
31
+ "react-date-picker": "12.0.2",
32
+ "react-datetime-picker": "7.0.2",
33
+ "react-dom": "19.2.7",
34
+ "react-international-phone": "4.8.0",
35
+ "zod": "4.4.3"
36
36
  },
37
37
  "devDependencies": {},
38
38
  "exports": {
package/Button.es.js DELETED
@@ -1,5 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- const r = (t) => /* @__PURE__ */ o("button", { ...t });
3
- export {
4
- r as Button
5
- };
package/Components.es.js DELETED
@@ -1,6 +0,0 @@
1
- import { Button as r } from "./Button.es.js";
2
- import { Input as e } from "./Input.es.js";
3
- export {
4
- r as Button,
5
- e as Input
6
- };
package/Input.es.js DELETED
@@ -1,5 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- const n = (t) => /* @__PURE__ */ o("input", { ...t });
3
- export {
4
- n as Input
5
- };