@giv-igniteui/react 2.0.0 → 2.0.1
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/.eslintrc.json +2 -2
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1718 -5
- package/dist/index.d.ts +1718 -5
- package/dist/index.js +54 -16
- package/dist/index.mjs +45 -15
- package/package.json +1 -1
- package/src/components/Avatar/index.tsx +18 -18
- package/src/components/Avatar/styles.ts +29 -29
- package/src/components/Box.tsx +12 -12
- package/src/components/Button.tsx +87 -84
- package/src/components/Checkbox/index.tsx +20 -20
- package/src/components/Checkbox/styles.ts +55 -55
- package/src/components/Heading.tsx +27 -27
- package/src/components/MultiStep/index.tsx +23 -23
- package/src/components/MultiStep/styles.ts +33 -33
- package/src/components/Text.tsx +32 -32
- package/src/components/TextArea.tsx +34 -34
- package/src/components/TextInput/index.tsx +19 -17
- package/src/components/TextInput/styles.ts +58 -43
- package/src/index.tsx +11 -9
- package/src/styles/index.ts +36 -36
- package/tsconfig.json +5 -5
package/.eslintrc.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
{
|
2
|
-
"extends": "@giv-igniteui/eslint-config"
|
1
|
+
{
|
2
|
+
"extends": "@giv-igniteui/eslint-config"
|
3
3
|
}
|
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @giv-igniteui/react@2.0.
|
2
|
+
> @giv-igniteui/react@2.0.1 build
|
3
3
|
> tsup src/index.tsx --format esm,cjs --dts --external react
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -8,11 +8,11 @@
|
|
8
8
|
[34mCLI[39m Target: es6
|
9
9
|
[34mESM[39m Build start
|
10
10
|
[34mCJS[39m Build start
|
11
|
-
[32mESM[39m [1mdist
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
13
|
-
[32mCJS[39m [1mdist
|
14
|
-
[32mCJS[39m ⚡️ Build success in
|
11
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m11.62 KB[39m
|
12
|
+
[32mESM[39m ⚡️ Build success in 61ms
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m13.94 KB[39m
|
14
|
+
[32mCJS[39m ⚡️ Build success in 61ms
|
15
15
|
[34mDTS[39m Build start
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
17
|
-
[32mDTS[39m [1mdist
|
18
|
-
[32mDTS[39m [1mdist
|
16
|
+
[32mDTS[39m ⚡️ Build success in 6296ms
|
17
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m97.98 KB[39m
|
18
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m97.98 KB[39m
|