@algenium/blocks 1.11.0 → 1.12.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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8486,7 +8486,7 @@ var sizeClasses4 = {
|
|
|
8486
8486
|
padding: "px-2 py-0.5"
|
|
8487
8487
|
}
|
|
8488
8488
|
};
|
|
8489
|
-
function
|
|
8489
|
+
function VerifiedProfessionalBadge({
|
|
8490
8490
|
status,
|
|
8491
8491
|
size = "md",
|
|
8492
8492
|
showLabel = false,
|
|
@@ -8612,7 +8612,7 @@ exports.TooltipProvider = TooltipProvider;
|
|
|
8612
8612
|
exports.TooltipTrigger = TooltipTrigger;
|
|
8613
8613
|
exports.USAddressInput = USAddressInput;
|
|
8614
8614
|
exports.UpcomingEvents = UpcomingEvents;
|
|
8615
|
-
exports.
|
|
8615
|
+
exports.VerifiedProfessionalBadge = VerifiedProfessionalBadge;
|
|
8616
8616
|
exports.buttonVariants = buttonVariants;
|
|
8617
8617
|
exports.cn = cn;
|
|
8618
8618
|
exports.defaultLanguages = defaultLanguages;
|