@televet/kibble-ui 1.0.13 → 1.0.14-beta.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/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/theme/tokens/colors.d.ts +82 -0
- package/package.json +2 -11
package/build/index.js
CHANGED
|
@@ -1364,10 +1364,10 @@ var theme = react.extendTheme({
|
|
|
1364
1364
|
components: {
|
|
1365
1365
|
Text: TextConfig,
|
|
1366
1366
|
Heading: HeadingConfig,
|
|
1367
|
-
|
|
1368
|
-
|
|
1367
|
+
Textarea: TextareaConfig,
|
|
1368
|
+
Button: ButtonConfig,
|
|
1369
1369
|
Drawer: DrawerConfig,
|
|
1370
|
-
|
|
1370
|
+
Tooltip: TooltipConfig,
|
|
1371
1371
|
},
|
|
1372
1372
|
});
|
|
1373
1373
|
|