@revotech-group/revotech-ui-kit 0.1.29 → 0.1.30
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 +6 -0
- package/dist/rtg-ui-kit.js +3147 -3063
- package/dist/rtg-ui-kit.umd.cjs +228 -161
- package/dist/src/components/ui/tabs/tab-list.d.ts +1 -1
- package/dist/src/components/ui/tabs/tab-trigger.d.ts +1 -0
- package/dist/src/components/ui/tabs/tab.d.ts +1 -0
- package/dist/src/components/ui/tabs/tab.stories.d.ts +2 -1
- package/dist/src/components/ui/tabs/tabs.style.d.ts +3 -0
- package/package.json +1 -1
package/dist/library.css
CHANGED
|
@@ -841,6 +841,9 @@ body {
|
|
|
841
841
|
.rtg-w-48 {
|
|
842
842
|
width: 12rem;
|
|
843
843
|
}
|
|
844
|
+
.rtg-w-60 {
|
|
845
|
+
width: 15rem;
|
|
846
|
+
}
|
|
844
847
|
.rtg-w-64 {
|
|
845
848
|
width: 16rem;
|
|
846
849
|
}
|
|
@@ -1145,6 +1148,9 @@ body {
|
|
|
1145
1148
|
.rtg-break-words {
|
|
1146
1149
|
overflow-wrap: break-word;
|
|
1147
1150
|
}
|
|
1151
|
+
.\!rtg-rounded-2xl {
|
|
1152
|
+
border-radius: calc(var(--radius) + 8px) !important;
|
|
1153
|
+
}
|
|
1148
1154
|
.rtg-rounded {
|
|
1149
1155
|
border-radius: 0.25rem;
|
|
1150
1156
|
}
|