tw-react-components 0.0.187 → 0.0.191
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/README.md +1 -1
- package/index.css +2 -2
- package/index.esm.js +475 -490
- package/package.json +1 -1
- package/src/components/Card/index.d.ts +30 -3
- package/src/components/Form/controls/primitive/BasicInput.d.ts +0 -1
- package/src/components/Form/controls/with-form.d.ts +1 -0
- package/src/components/Spinner/index.d.ts +1 -0
- package/src/components/types.d.ts +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# TailwindCSS React Components
|
|
2
2
|
|
|
3
3
|

|
|
4
|
-
[](https://codecov.io/gh/bacali95/tw-react-components)
|
|
4
|
+
[](https://codecov.io/gh/bacali95/tw-react-components)
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
A comprehensive library of React components built with TailwindCSS for creating beautiful and responsive dashboards.
|
package/index.css
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
--ring: 215 20.2% 65.1%;
|
|
36
36
|
|
|
37
|
-
--radius: 0.
|
|
37
|
+
--radius: 0.625rem;
|
|
38
38
|
|
|
39
39
|
--sidebar-background: var(--color-slate-100);
|
|
40
40
|
--sidebar-foreground: 240 5.3% 26.1%;
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
--ring: 216 34% 17%;
|
|
81
81
|
|
|
82
|
-
--radius: 0.
|
|
82
|
+
--radius: 0.625rem;
|
|
83
83
|
|
|
84
84
|
--sidebar-background: var(--color-slate-900);
|
|
85
85
|
--sidebar-foreground: 240 4.8% 95.9%;
|