@spies-ui/react 1.0.1 → 1.0.2

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,18 +1,18 @@
1
-
2
- > @spies-ui/react@1.0.1 build
3
- > tsup src/index.tsx --format esm,cjs --dts --external react
4
-
5
- CLI Building entry: src/index.tsx
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.0.2
8
- CLI Target: es6
9
- ESM Build start
10
- CJS Build start
11
- CJS dist/index.js 20.79 KB
12
- CJS ⚡️ Build success in 23ms
13
- ESM dist/index.mjs 19.45 KB
14
- ESM ⚡️ Build success in 24ms
15
- DTS Build start
16
- DTS ⚡️ Build success in 1998ms
17
- DTS dist/index.d.mts 46.42 KB
18
- DTS dist/index.d.ts 46.42 KB
1
+
2
+ > @spies-ui/react@1.0.2 build
3
+ > tsup src/index.tsx --format esm,cjs --dts --external react
4
+
5
+ CLI Building entry: src/index.tsx
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.0.2
8
+ CLI Target: es6
9
+ ESM Build start
10
+ CJS Build start
11
+ ESM dist/index.mjs 19.94 KB
12
+ ESM ⚡️ Build success in 42ms
13
+ CJS dist/index.js 21.52 KB
14
+ CJS ⚡️ Build success in 41ms
15
+ DTS Build start
16
+ DTS ⚡️ Build success in 3984ms
17
+ DTS dist/index.d.mts 104.63 KB
18
+ DTS dist/index.d.ts 104.63 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @spies-ui/react
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Add fixes and variants to react components
8
+
3
9
  ## 1.0.1
4
10
 
5
11
  ### Patch Changes