@openzeppelin/ui-components 1.6.0 → 1.7.0
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/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -7
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +4 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -37,6 +37,10 @@ let _openzeppelin_ui_types = require("@openzeppelin/ui-types");
|
|
|
37
37
|
let sonner = require("sonner");
|
|
38
38
|
let next_themes = require("next-themes");
|
|
39
39
|
|
|
40
|
+
//#region src/version.ts
|
|
41
|
+
const VERSION = "1.7.0";
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
40
44
|
//#region src/components/ui/accordion.tsx
|
|
41
45
|
const accordionItemVariants = (0, class_variance_authority.cva)("", {
|
|
42
46
|
variants: { variant: {
|
|
@@ -6464,6 +6468,7 @@ exports.TooltipContent = TooltipContent;
|
|
|
6464
6468
|
exports.TooltipProvider = TooltipProvider;
|
|
6465
6469
|
exports.TooltipTrigger = TooltipTrigger;
|
|
6466
6470
|
exports.UrlField = UrlField;
|
|
6471
|
+
exports.VERSION = VERSION;
|
|
6467
6472
|
exports.ViewContractStateButton = ViewContractStateButton;
|
|
6468
6473
|
exports.WizardLayout = WizardLayout;
|
|
6469
6474
|
exports.WizardNavigation = WizardNavigation;
|