@pequity/squirrel 7.0.0 → 7.0.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/dist/cjs/chunks/index.js +748 -504
- package/dist/cjs/chunks/p-btn.js +1 -1
- package/dist/es/chunks/index.js +748 -504
- package/dist/es/chunks/p-btn.js +1 -1
- package/dist/squirrel/components/p-btn/p-btn.vue.d.ts +5 -245
- package/dist/squirrel/utils/inputClasses.d.ts +23 -551
- package/package.json +25 -25
- package/squirrel/components/p-btn/p-btn.spec.js +1 -0
- package/squirrel/components/p-btn/p-btn.vue +1 -1
package/dist/cjs/chunks/p-btn.js
CHANGED
|
@@ -10,7 +10,7 @@ const _hoisted_1 = ["href", "disabled", "aria-disabled"];
|
|
|
10
10
|
const _hoisted_2 = { class: "slot-wrapper empty:hidden" };
|
|
11
11
|
const btnClasses = {
|
|
12
12
|
slots: {
|
|
13
|
-
button: "relative inline-block rounded font-medium outline-none disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50",
|
|
13
|
+
button: "relative inline-block whitespace-nowrap rounded font-medium outline-none disabled:pointer-events-none disabled:cursor-default disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:cursor-default aria-disabled:opacity-50",
|
|
14
14
|
content: "flex items-center justify-center has-[.slot-wrapper:empty]:gap-0",
|
|
15
15
|
loader: "absolute bottom-0 left-0 right-0 top-0 flex items-center justify-center font-medium",
|
|
16
16
|
icon: "shrink-0"
|