@stamcat/craftsman 0.0.38 → 0.0.39
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/Components.esm.js
CHANGED
|
@@ -37,7 +37,6 @@ import { IconStripe as F } from "./src/components/Icons/IconStripe.esm.js";
|
|
|
37
37
|
import { IconUnionPay as I } from "./src/components/Icons/IconUnionPay.esm.js";
|
|
38
38
|
import { IconVenmo as L } from "./src/components/Icons/IconVenmo.esm.js";
|
|
39
39
|
import { IconVisa as R } from "./src/components/Icons/IconVisa.esm.js";
|
|
40
|
-
import "./src/components/Icons/index.esm.js";
|
|
41
40
|
//#region src/components/index.ts
|
|
42
41
|
var z = /* @__PURE__ */ e({
|
|
43
42
|
Accordion: () => t,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stamcat/craftsman",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A powerful, lightweight framework for design systems",
|
|
6
6
|
"repository": {
|
|
@@ -27,15 +27,13 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"clsx": "2.1.1",
|
|
29
29
|
"country-flag-icons": "1.6.20",
|
|
30
|
-
"
|
|
31
|
-
"sass-embedded": "1.100.0",
|
|
32
|
-
"typescript-plugin-css-modules": "5.2.0",
|
|
33
|
-
"zod": "4.4.3"
|
|
30
|
+
"sass-embedded": "1.100.0"
|
|
34
31
|
},
|
|
35
32
|
"peerDependencies": {
|
|
36
33
|
"@atlaskit/pragmatic-drag-and-drop": "^3.0.0",
|
|
37
|
-
"@wojtekmaj/react-daterange-picker": "^7.1.0",
|
|
38
34
|
"@floating-ui/react-dom": "^2.1.0",
|
|
35
|
+
"@wojtekmaj/react-daterange-picker": "^7.1.0",
|
|
36
|
+
"dompurify": "^3.4.0",
|
|
39
37
|
"embla-carousel-react": "^8.6.0",
|
|
40
38
|
"react": "^19.0.0",
|
|
41
39
|
"react-date-picker": "^12.0.0",
|
|
@@ -46,13 +44,158 @@
|
|
|
46
44
|
"react-international-phone": "^4.8.0",
|
|
47
45
|
"react-intl": "^10.0.0",
|
|
48
46
|
"react-time-picker": "^8.1.0",
|
|
49
|
-
"react-toastify": "^11.0.0"
|
|
47
|
+
"react-toastify": "^11.0.0",
|
|
48
|
+
"zod": "^4.0.0"
|
|
50
49
|
},
|
|
51
50
|
"devDependencies": {},
|
|
52
51
|
"overrides": {
|
|
52
|
+
"array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
|
|
53
|
+
"array-includes": "npm:@socketregistry/array-includes@^1",
|
|
54
|
+
"array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
|
|
55
|
+
"array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
|
|
56
|
+
"arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
|
|
57
|
+
"available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
|
|
58
|
+
"define-properties": "npm:@socketregistry/define-properties@^1",
|
|
59
|
+
"es-define-property": "npm:@socketregistry/es-define-property@^1",
|
|
60
|
+
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
|
|
61
|
+
"for-each": "npm:@socketregistry/for-each@^1",
|
|
62
|
+
"function-bind": "npm:@socketregistry/function-bind@^1",
|
|
63
|
+
"function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
|
|
64
|
+
"functions-have-names": "npm:@socketregistry/functions-have-names@^1",
|
|
65
|
+
"get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
|
|
66
|
+
"glob": "13.0.6",
|
|
67
|
+
"globalthis": "npm:@socketregistry/globalthis@^1",
|
|
68
|
+
"gopd": "npm:@socketregistry/gopd@^1",
|
|
69
|
+
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
|
|
70
|
+
"has-proto": "npm:@socketregistry/has-proto@^1",
|
|
71
|
+
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
72
|
+
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
|
|
73
|
+
"hasown": "npm:@socketregistry/hasown@^1",
|
|
74
|
+
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
75
|
+
"internal-slot": "npm:@socketregistry/internal-slot@^1",
|
|
76
|
+
"is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
|
|
77
|
+
"is-bigint": "npm:@socketregistry/is-bigint@^1",
|
|
78
|
+
"is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
|
|
79
|
+
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
80
|
+
"is-date-object": "npm:@socketregistry/is-date-object@^1",
|
|
81
|
+
"is-generator-function": "npm:@socketregistry/is-generator-function@^1",
|
|
82
|
+
"is-map": "npm:@socketregistry/is-map@^1",
|
|
83
|
+
"is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
|
|
84
|
+
"is-number-object": "npm:@socketregistry/is-number-object@^1",
|
|
85
|
+
"is-regex": "npm:@socketregistry/is-regex@^1",
|
|
86
|
+
"is-set": "npm:@socketregistry/is-set@^1",
|
|
87
|
+
"is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
|
|
88
|
+
"is-string": "npm:@socketregistry/is-string@^1",
|
|
89
|
+
"is-symbol": "npm:@socketregistry/is-symbol@^1",
|
|
90
|
+
"is-typed-array": "npm:@socketregistry/is-typed-array@^1",
|
|
91
|
+
"is-weakmap": "npm:@socketregistry/is-weakmap@^1",
|
|
92
|
+
"is-weakref": "npm:@socketregistry/is-weakref@^1",
|
|
93
|
+
"is-weakset": "npm:@socketregistry/is-weakset@^1",
|
|
94
|
+
"isarray": "npm:@socketregistry/isarray@^1",
|
|
95
|
+
"object-keys": "npm:@socketregistry/object-keys@^1",
|
|
96
|
+
"object.assign": "npm:@socketregistry/object.assign@^1",
|
|
97
|
+
"object.fromentries": "npm:@socketregistry/object.fromentries@^1",
|
|
98
|
+
"object.values": "npm:@socketregistry/object.values@^1",
|
|
99
|
+
"path-parse": "npm:@socketregistry/path-parse@^1",
|
|
53
100
|
"postcss": "8.5.23",
|
|
54
|
-
"
|
|
101
|
+
"reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
|
|
102
|
+
"regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
|
|
103
|
+
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
|
|
104
|
+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
105
|
+
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
|
|
106
|
+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|
|
107
|
+
"set-function-length": "npm:@socketregistry/set-function-length@^1",
|
|
108
|
+
"sharp": "0.35.3",
|
|
109
|
+
"side-channel": "npm:@socketregistry/side-channel@^1",
|
|
110
|
+
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
|
|
111
|
+
"string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
|
|
112
|
+
"string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
|
|
113
|
+
"string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
|
|
114
|
+
"typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
|
|
115
|
+
"typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
|
|
116
|
+
"typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
|
|
117
|
+
"typed-array-length": "npm:@socketregistry/typed-array-length@^1",
|
|
118
|
+
"typedarray": "npm:@socketregistry/typedarray@^1",
|
|
119
|
+
"unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
|
|
120
|
+
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
|
|
121
|
+
"which-collection": "npm:@socketregistry/which-collection@^1",
|
|
122
|
+
"which-typed-array": "npm:@socketregistry/which-typed-array@^1"
|
|
55
123
|
},
|
|
124
|
+
"resolutions": {
|
|
125
|
+
"array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
|
|
126
|
+
"array-includes": "npm:@socketregistry/array-includes@^1",
|
|
127
|
+
"array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
|
|
128
|
+
"array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
|
|
129
|
+
"arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
|
|
130
|
+
"available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
|
|
131
|
+
"define-properties": "npm:@socketregistry/define-properties@^1",
|
|
132
|
+
"es-define-property": "npm:@socketregistry/es-define-property@^1",
|
|
133
|
+
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
|
|
134
|
+
"for-each": "npm:@socketregistry/for-each@^1",
|
|
135
|
+
"function-bind": "npm:@socketregistry/function-bind@^1",
|
|
136
|
+
"function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
|
|
137
|
+
"functions-have-names": "npm:@socketregistry/functions-have-names@^1",
|
|
138
|
+
"get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
|
|
139
|
+
"glob": "13.0.6",
|
|
140
|
+
"globalthis": "npm:@socketregistry/globalthis@^1",
|
|
141
|
+
"gopd": "npm:@socketregistry/gopd@^1",
|
|
142
|
+
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
|
|
143
|
+
"has-proto": "npm:@socketregistry/has-proto@^1",
|
|
144
|
+
"has-symbols": "npm:@socketregistry/has-symbols@^1",
|
|
145
|
+
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
|
|
146
|
+
"hasown": "npm:@socketregistry/hasown@^1",
|
|
147
|
+
"indent-string": "npm:@socketregistry/indent-string@^1",
|
|
148
|
+
"internal-slot": "npm:@socketregistry/internal-slot@^1",
|
|
149
|
+
"is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
|
|
150
|
+
"is-bigint": "npm:@socketregistry/is-bigint@^1",
|
|
151
|
+
"is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
|
|
152
|
+
"is-core-module": "npm:@socketregistry/is-core-module@^1",
|
|
153
|
+
"is-date-object": "npm:@socketregistry/is-date-object@^1",
|
|
154
|
+
"is-generator-function": "npm:@socketregistry/is-generator-function@^1",
|
|
155
|
+
"is-map": "npm:@socketregistry/is-map@^1",
|
|
156
|
+
"is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
|
|
157
|
+
"is-number-object": "npm:@socketregistry/is-number-object@^1",
|
|
158
|
+
"is-regex": "npm:@socketregistry/is-regex@^1",
|
|
159
|
+
"is-set": "npm:@socketregistry/is-set@^1",
|
|
160
|
+
"is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
|
|
161
|
+
"is-string": "npm:@socketregistry/is-string@^1",
|
|
162
|
+
"is-symbol": "npm:@socketregistry/is-symbol@^1",
|
|
163
|
+
"is-typed-array": "npm:@socketregistry/is-typed-array@^1",
|
|
164
|
+
"is-weakmap": "npm:@socketregistry/is-weakmap@^1",
|
|
165
|
+
"is-weakref": "npm:@socketregistry/is-weakref@^1",
|
|
166
|
+
"is-weakset": "npm:@socketregistry/is-weakset@^1",
|
|
167
|
+
"isarray": "npm:@socketregistry/isarray@^1",
|
|
168
|
+
"object-keys": "npm:@socketregistry/object-keys@^1",
|
|
169
|
+
"object.assign": "npm:@socketregistry/object.assign@^1",
|
|
170
|
+
"object.fromentries": "npm:@socketregistry/object.fromentries@^1",
|
|
171
|
+
"object.values": "npm:@socketregistry/object.values@^1",
|
|
172
|
+
"path-parse": "npm:@socketregistry/path-parse@^1",
|
|
173
|
+
"reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
|
|
174
|
+
"regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
|
|
175
|
+
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
|
|
176
|
+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
|
|
177
|
+
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
|
|
178
|
+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
|
|
179
|
+
"set-function-length": "npm:@socketregistry/set-function-length@^1",
|
|
180
|
+
"side-channel": "npm:@socketregistry/side-channel@^1",
|
|
181
|
+
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
|
|
182
|
+
"string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
|
|
183
|
+
"string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
|
|
184
|
+
"string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
|
|
185
|
+
"typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
|
|
186
|
+
"typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
|
|
187
|
+
"typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
|
|
188
|
+
"typed-array-length": "npm:@socketregistry/typed-array-length@^1",
|
|
189
|
+
"typedarray": "npm:@socketregistry/typedarray@^1",
|
|
190
|
+
"unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
|
|
191
|
+
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
|
|
192
|
+
"which-collection": "npm:@socketregistry/which-collection@^1",
|
|
193
|
+
"which-typed-array": "npm:@socketregistry/which-typed-array@^1"
|
|
194
|
+
},
|
|
195
|
+
"sideEffects": [
|
|
196
|
+
"**/*.css",
|
|
197
|
+
"**/*.scss"
|
|
198
|
+
],
|
|
56
199
|
"exports": {
|
|
57
200
|
".": {
|
|
58
201
|
"types": "./src/components/index.d.ts",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { isEmpty as e } from "../../utilities/validations.esm.js";
|
|
3
3
|
import { InputWrapper as t } from "./InputWrapper.esm.js";
|
|
4
|
-
import "../../utilities/types.esm.js";
|
|
5
4
|
import { useId as n } from "react";
|
|
6
5
|
import r from "clsx";
|
|
7
6
|
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "./constants.esm.js";
|
|
3
2
|
import { inactivateEmblaTransform as e, setContainerStyles as t, setSlideStyles as n, snapOnPointerUp as r } from "./utilities.esm.js";
|
|
4
3
|
import { useCallback as i, useEffect as a, useLayoutEffect as o, useRef as s } from "react";
|
|
5
4
|
import c from "clsx";
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IconAmazonPay as e } from "./IconAmazonPay.esm.js";
|
|
2
|
-
import { IconAmex as t } from "./IconAmex.esm.js";
|
|
3
|
-
import { IconApplePay as n } from "./IconApplePay.esm.js";
|
|
4
|
-
import { IconDiscover as r } from "./IconDiscover.esm.js";
|
|
5
|
-
import { IconGooglePay as i } from "./IconGooglePay.esm.js";
|
|
6
|
-
import { IconMaestro as a } from "./IconMaestro.esm.js";
|
|
7
|
-
import { IconMastercard as o } from "./IconMastercard.esm.js";
|
|
8
|
-
import { IconPayPal as s } from "./IconPayPal.esm.js";
|
|
9
|
-
import { IconSepa as c } from "./IconSepa.esm.js";
|
|
10
|
-
import { IconShopPay as l } from "./IconShopPay.esm.js";
|
|
11
|
-
import { IconSquare as u } from "./IconSquare.esm.js";
|
|
12
|
-
import { IconStripe as d } from "./IconStripe.esm.js";
|
|
13
|
-
import { IconUnionPay as f } from "./IconUnionPay.esm.js";
|
|
14
|
-
import { IconVenmo as p } from "./IconVenmo.esm.js";
|
|
15
|
-
import { IconVisa as m } from "./IconVisa.esm.js";
|
|
16
|
-
export { e as IconAmazonPay, t as IconAmex, n as IconApplePay, r as IconDiscover, i as IconGooglePay, a as IconMaestro, o as IconMastercard, s as IconPayPal, c as IconSepa, l as IconShopPay, u as IconSquare, d as IconStripe, f as IconUnionPay, p as IconVenmo, m as IconVisa };
|