analytica-frontend-lib 1.0.54 → 1.0.55
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/Card/index.js +5 -5
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +5 -5
- package/dist/Card/index.mjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3986,7 +3986,7 @@ var CardActivesResults = forwardRef12(
|
|
|
3986
3986
|
"div",
|
|
3987
3987
|
{
|
|
3988
3988
|
ref,
|
|
3989
|
-
className: `w-full flex flex-col border border-border-50
|
|
3989
|
+
className: `w-full flex flex-col border border-border-50 bg-background rounded-xl ${className}`,
|
|
3990
3990
|
...props,
|
|
3991
3991
|
children: [
|
|
3992
3992
|
/* @__PURE__ */ jsxs21(
|
|
@@ -4120,7 +4120,7 @@ var CardProgress = forwardRef12(
|
|
|
4120
4120
|
{
|
|
4121
4121
|
ref,
|
|
4122
4122
|
className: `
|
|
4123
|
-
w-full flex border border-border-50 rounded-xl
|
|
4123
|
+
w-full flex border border-border-50 bg-background rounded-xl
|
|
4124
4124
|
${isHorizontal ? "flex-row h-20" : "flex-col"}
|
|
4125
4125
|
${className}
|
|
4126
4126
|
`,
|
|
@@ -4170,7 +4170,7 @@ var CardTopic = forwardRef12(
|
|
|
4170
4170
|
"div",
|
|
4171
4171
|
{
|
|
4172
4172
|
ref,
|
|
4173
|
-
className: `w-full py-2 px-4 flex flex-col justify-center gap-2 border border-border-50 rounded-xl min-h-20 ${className}`,
|
|
4173
|
+
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}`,
|
|
4174
4174
|
...props,
|
|
4175
4175
|
children: [
|
|
4176
4176
|
subHead && /* @__PURE__ */ jsx26("span", { className: "text-text-600 text-2xs flex flex-row gap-1", children: subHead.map((text, index) => /* @__PURE__ */ jsxs21(Fragment4, { children: [
|
|
@@ -4247,7 +4247,7 @@ var CardResults = forwardRef12(
|
|
|
4247
4247
|
{
|
|
4248
4248
|
ref,
|
|
4249
4249
|
className: `
|
|
4250
|
-
w-full flex border border-border-50 rounded-xl min-h-20 flex-row items-center pr-4
|
|
4250
|
+
w-full flex border border-border-50 bg-background rounded-xl min-h-20 flex-row items-center pr-4
|
|
4251
4251
|
${className}
|
|
4252
4252
|
`,
|
|
4253
4253
|
...props,
|
|
@@ -4317,7 +4317,7 @@ var CardStatus = forwardRef12(
|
|
|
4317
4317
|
{
|
|
4318
4318
|
ref,
|
|
4319
4319
|
className: `
|
|
4320
|
-
w-full flex border border-border-50 rounded-xl min-h-20 flex-row items-center pr-4
|
|
4320
|
+
w-full flex border border-border-50 bg-background rounded-xl min-h-20 flex-row items-center pr-4
|
|
4321
4321
|
${className}
|
|
4322
4322
|
`,
|
|
4323
4323
|
...props,
|