analytica-frontend-lib 1.0.54 → 1.0.56
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/Badge/index.js +1 -1
- package/dist/Badge/index.js.map +1 -1
- package/dist/Badge/index.mjs +1 -1
- package/dist/Badge/index.mjs.map +1 -1
- package/dist/Card/index.js +6 -6
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +6 -6
- package/dist/Card/index.mjs.map +1 -1
- package/dist/DropdownMenu/index.d.mts +2 -2
- package/dist/DropdownMenu/index.d.ts +2 -2
- package/dist/DropdownMenu/index.js +1 -2
- package/dist/DropdownMenu/index.js.map +1 -1
- package/dist/DropdownMenu/index.mjs +1 -2
- package/dist/DropdownMenu/index.mjs.map +1 -1
- package/dist/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +7 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -8
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -246,7 +246,7 @@ var Badge = ({
|
|
|
246
246
|
className: `${baseClasses} ${variantClasses} ${sizeClasses} ${className}`,
|
|
247
247
|
...props,
|
|
248
248
|
children: [
|
|
249
|
-
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_phosphor_react.Bell, { size: 24, className: "text-
|
|
249
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_phosphor_react.Bell, { size: 24, className: "text-current", "aria-hidden": "true" }),
|
|
250
250
|
notificationActive && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
251
251
|
"span",
|
|
252
252
|
{
|
|
@@ -3093,9 +3093,8 @@ var DropdownMenuTrigger = ({
|
|
|
3093
3093
|
const open = (0, import_zustand2.useStore)(store, (s) => s.open);
|
|
3094
3094
|
const toggleOpen = () => store.setState({ open: !open });
|
|
3095
3095
|
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
3096
|
-
|
|
3096
|
+
"button",
|
|
3097
3097
|
{
|
|
3098
|
-
variant: "outline",
|
|
3099
3098
|
onClick: (e) => {
|
|
3100
3099
|
e.stopPropagation();
|
|
3101
3100
|
toggleOpen();
|
|
@@ -4010,7 +4009,7 @@ var CardActivesResults = (0, import_react14.forwardRef)(
|
|
|
4010
4009
|
"div",
|
|
4011
4010
|
{
|
|
4012
4011
|
ref,
|
|
4013
|
-
className: `w-full flex flex-col border border-border-50
|
|
4012
|
+
className: `w-full flex flex-col border border-border-50 bg-background rounded-xl ${className}`,
|
|
4014
4013
|
...props,
|
|
4015
4014
|
children: [
|
|
4016
4015
|
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
@@ -4144,7 +4143,7 @@ var CardProgress = (0, import_react14.forwardRef)(
|
|
|
4144
4143
|
{
|
|
4145
4144
|
ref,
|
|
4146
4145
|
className: `
|
|
4147
|
-
w-full flex border border-border-50 rounded-xl
|
|
4146
|
+
w-full flex border border-border-50 bg-background rounded-xl
|
|
4148
4147
|
${isHorizontal ? "flex-row h-20" : "flex-col"}
|
|
4149
4148
|
${className}
|
|
4150
4149
|
`,
|
|
@@ -4194,7 +4193,7 @@ var CardTopic = (0, import_react14.forwardRef)(
|
|
|
4194
4193
|
"div",
|
|
4195
4194
|
{
|
|
4196
4195
|
ref,
|
|
4197
|
-
className: `w-full py-2 px-4 flex flex-col justify-center gap-2 border border-border-50 rounded-xl min-h-20 ${className}`,
|
|
4196
|
+
className: `w-full py-2 px-4 flex flex-col justify-center gap-2 bg-background border border-border-50 rounded-xl min-h-20 ${className}`,
|
|
4198
4197
|
...props,
|
|
4199
4198
|
children: [
|
|
4200
4199
|
subHead && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "text-text-600 text-2xs flex flex-row gap-1", children: subHead.map((text, index) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_react14.Fragment, { children: [
|
|
@@ -4271,7 +4270,7 @@ var CardResults = (0, import_react14.forwardRef)(
|
|
|
4271
4270
|
{
|
|
4272
4271
|
ref,
|
|
4273
4272
|
className: `
|
|
4274
|
-
w-full flex border border-border-50 rounded-xl min-h-20 flex-row items-center pr-4
|
|
4273
|
+
w-full flex border border-border-50 bg-background rounded-xl min-h-20 flex-row items-center pr-4
|
|
4275
4274
|
${className}
|
|
4276
4275
|
`,
|
|
4277
4276
|
...props,
|
|
@@ -4341,7 +4340,7 @@ var CardStatus = (0, import_react14.forwardRef)(
|
|
|
4341
4340
|
{
|
|
4342
4341
|
ref,
|
|
4343
4342
|
className: `
|
|
4344
|
-
w-full flex border border-border-50 rounded-xl min-h-20 flex-row items-center pr-4
|
|
4343
|
+
w-full flex border border-border-50 bg-background rounded-xl min-h-20 flex-row items-center pr-4
|
|
4345
4344
|
${className}
|
|
4346
4345
|
`,
|
|
4347
4346
|
...props,
|