@retinalabsllc/zairusjs 14.0.80 → 14.0.85
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.js +2 -5
- package/dist/index.mjs +2 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -232,8 +232,7 @@ var ThreeDActionButton = ({
|
|
|
232
232
|
disabled = false,
|
|
233
233
|
isLoading = false,
|
|
234
234
|
children,
|
|
235
|
-
className = ""
|
|
236
|
-
ariaLabel
|
|
235
|
+
className = ""
|
|
237
236
|
}) => {
|
|
238
237
|
const isInteractionDisabled = disabled || isLoading;
|
|
239
238
|
const baseShadow = `
|
|
@@ -1120,7 +1119,6 @@ var UniversalProfileSettings = ({
|
|
|
1120
1119
|
{
|
|
1121
1120
|
type: "button",
|
|
1122
1121
|
onClick: () => setIsPinModalOpen(true),
|
|
1123
|
-
"aria-label": "PIN Settings",
|
|
1124
1122
|
className: "w-9 h-9 flex items-center justify-center border border-neutral-200 rounded-full text-black hover:bg-neutral-50 transition-colors outline-none"
|
|
1125
1123
|
},
|
|
1126
1124
|
/* @__PURE__ */ import_react17.default.createElement(import_react18.HugeiconsIcon, { icon: import_core_free_icons4.LockKeyIcon, size: 17, className: "text-black" })
|
|
@@ -2167,8 +2165,7 @@ var UniversalCardPage = ({
|
|
|
2167
2165
|
onClick: () => {
|
|
2168
2166
|
if (onCreateCard) onCreateCard();
|
|
2169
2167
|
},
|
|
2170
|
-
className: "w-
|
|
2171
|
-
"aria-label": "Create New Card"
|
|
2168
|
+
className: "w-10 h-10 rounded-full bg-white flex items-center justify-center text-neutral-500 hover:text-black transition-colors shrink-0 outline-none"
|
|
2172
2169
|
},
|
|
2173
2170
|
/* @__PURE__ */ import_react33.default.createElement(import_react34.HugeiconsIcon, { icon: import_core_free_icons12.PlusSignIcon, size: 18 })
|
|
2174
2171
|
)), /* @__PURE__ */ import_react33.default.createElement("div", { className: "w-full pt-2 pb-2 flex justify-center" }, /* @__PURE__ */ import_react33.default.createElement(
|
package/dist/index.mjs
CHANGED
|
@@ -156,8 +156,7 @@ var ThreeDActionButton = ({
|
|
|
156
156
|
disabled = false,
|
|
157
157
|
isLoading = false,
|
|
158
158
|
children,
|
|
159
|
-
className = ""
|
|
160
|
-
ariaLabel
|
|
159
|
+
className = ""
|
|
161
160
|
}) => {
|
|
162
161
|
const isInteractionDisabled = disabled || isLoading;
|
|
163
162
|
const baseShadow = `
|
|
@@ -1058,7 +1057,6 @@ var UniversalProfileSettings = ({
|
|
|
1058
1057
|
{
|
|
1059
1058
|
type: "button",
|
|
1060
1059
|
onClick: () => setIsPinModalOpen(true),
|
|
1061
|
-
"aria-label": "PIN Settings",
|
|
1062
1060
|
className: "w-9 h-9 flex items-center justify-center border border-neutral-200 rounded-full text-black hover:bg-neutral-50 transition-colors outline-none"
|
|
1063
1061
|
},
|
|
1064
1062
|
/* @__PURE__ */ React12.createElement(HugeiconsIcon6, { icon: LockKeyIcon, size: 17, className: "text-black" })
|
|
@@ -2142,8 +2140,7 @@ var UniversalCardPage = ({
|
|
|
2142
2140
|
onClick: () => {
|
|
2143
2141
|
if (onCreateCard) onCreateCard();
|
|
2144
2142
|
},
|
|
2145
|
-
className: "w-
|
|
2146
|
-
"aria-label": "Create New Card"
|
|
2143
|
+
className: "w-10 h-10 rounded-full bg-white flex items-center justify-center text-neutral-500 hover:text-black transition-colors shrink-0 outline-none"
|
|
2147
2144
|
},
|
|
2148
2145
|
/* @__PURE__ */ React20.createElement(HugeiconsIcon14, { icon: PlusSignIcon2, size: 18 })
|
|
2149
2146
|
)), /* @__PURE__ */ React20.createElement("div", { className: "w-full pt-2 pb-2 flex justify-center" }, /* @__PURE__ */ React20.createElement(
|