@sudobility/components 5.0.82 → 5.0.83
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
CHANGED
|
@@ -1678,9 +1678,9 @@ const ua = ({
|
|
|
1678
1678
|
md: "text-sm",
|
|
1679
1679
|
lg: "text-base"
|
|
1680
1680
|
}, i = {
|
|
1681
|
-
default:
|
|
1682
|
-
bordered:
|
|
1683
|
-
accent: "border-l-4 border-
|
|
1681
|
+
default: "border-l-4 border-border bg-muted",
|
|
1682
|
+
bordered: "border border-border bg-card",
|
|
1683
|
+
accent: "border-l-4 border-primary bg-accent"
|
|
1684
1684
|
};
|
|
1685
1685
|
return /* @__PURE__ */ g(
|
|
1686
1686
|
"blockquote",
|
|
@@ -1692,20 +1692,11 @@ const ua = ({
|
|
|
1692
1692
|
o
|
|
1693
1693
|
),
|
|
1694
1694
|
children: [
|
|
1695
|
-
/* @__PURE__ */ a("p", { className: "text-
|
|
1696
|
-
e && /* @__PURE__ */ g(
|
|
1697
|
-
"
|
|
1698
|
-
{
|
|
1699
|
-
|
|
1700
|
-
"mt-2 text-gray-600 dark:text-gray-400",
|
|
1701
|
-
l[n]
|
|
1702
|
-
),
|
|
1703
|
-
children: [
|
|
1704
|
-
"— ",
|
|
1705
|
-
/* @__PURE__ */ a("cite", { className: "not-italic font-medium", children: e })
|
|
1706
|
-
]
|
|
1707
|
-
}
|
|
1708
|
-
)
|
|
1695
|
+
/* @__PURE__ */ a("p", { className: "text-foreground italic", children: t }),
|
|
1696
|
+
e && /* @__PURE__ */ g("footer", { className: c("mt-2 text-muted-foreground", l[n]), children: [
|
|
1697
|
+
"— ",
|
|
1698
|
+
/* @__PURE__ */ a("cite", { className: "not-italic font-medium", children: e })
|
|
1699
|
+
] })
|
|
1709
1700
|
]
|
|
1710
1701
|
}
|
|
1711
1702
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blockquote.d.ts","sourceRoot":"","sources":["../../../src/primitives/typography/blockquote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"blockquote.d.ts","sourceRoot":"","sources":["../../../src/primitives/typography/blockquote.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,eAAe;IAC9B,oBAAoB;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;IAC5C,mBAAmB;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4ChD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/components",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.83",
|
|
4
4
|
"description": "Reusable UI components and design system - Reorganized for better maintainability",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@radix-ui/react-slot": ">=1.0.0",
|
|
53
53
|
"@radix-ui/react-switch": ">=1.0.0",
|
|
54
54
|
"@radix-ui/react-tabs": ">=1.0.0",
|
|
55
|
-
"@sudobility/design": "^1.1.
|
|
55
|
+
"@sudobility/design": "^1.1.34",
|
|
56
56
|
"@sudobility/types": "^1.9.62",
|
|
57
57
|
"class-variance-authority": ">=0.7.0",
|
|
58
58
|
"clsx": ">=2.0.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@radix-ui/react-slot": "^1.2.3",
|
|
75
75
|
"@radix-ui/react-switch": "^1.2.6",
|
|
76
76
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
77
|
-
"@sudobility/design": "^1.1.
|
|
77
|
+
"@sudobility/design": "^1.1.34",
|
|
78
78
|
"@sudobility/types": "^1.9.62",
|
|
79
79
|
"@testing-library/dom": "^10.4.1",
|
|
80
80
|
"@testing-library/jest-dom": "^6.9.1",
|