@revotech-group/revotech-ui-kit 0.1.26 → 0.1.28
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/dist/library.css +1 -1
- package/dist/rtg-ui-kit.js +2364 -2300
- package/dist/rtg-ui-kit.umd.cjs +288 -278
- package/dist/src/components/ui/avatar/avatar-fallback.d.ts +2 -0
- package/dist/src/components/ui/avatar/avatar-image.d.ts +2 -0
- package/dist/src/components/ui/avatar/avatar.d.ts +2 -0
- package/dist/src/components/ui/card/card.d.ts +2 -0
- package/dist/src/components/ui/tabs/tab-contents.d.ts +2 -0
- package/dist/src/components/ui/tabs/tab-list.d.ts +2 -0
- package/dist/src/components/ui/tabs/tab-trigger.d.ts +2 -0
- package/dist/src/components/ui/tabs/tab.d.ts +2 -0
- package/package.json +1 -1
package/dist/library.css
CHANGED
|
@@ -1690,7 +1690,7 @@ body {
|
|
|
1690
1690
|
--border: 0 0% 90%;
|
|
1691
1691
|
--card: 0 0% 100%;
|
|
1692
1692
|
--card-foreground: 0 0% 4%;
|
|
1693
|
-
--destructive: 0
|
|
1693
|
+
--destructive: 0 72% 51%;
|
|
1694
1694
|
--destructive-foreground: 0 85% 97%;
|
|
1695
1695
|
--foreground: 0 0% 4%;
|
|
1696
1696
|
--input: 0 0% 90%;
|