@firecms/ui 3.0.0-canary.41 → 3.0.0-canary.43
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.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/styles.d.ts +3 -3
- package/package.json +13 -13
- package/src/components/Markdown.tsx +2 -2
- package/src/styles.ts +3 -3
package/dist/index.es.js
CHANGED
@@ -22,7 +22,7 @@ import * as Zn from "react-dom";
|
|
22
22
|
import * as J from "@radix-ui/react-tooltip";
|
23
23
|
import * as ln from "@radix-ui/react-tabs";
|
24
24
|
import * as Z from "@radix-ui/react-popover";
|
25
|
-
const A = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent", In = "focus:bg-opacity-70 focus:bg-slate-100 focus:dark:bg-gray-800 focus:dark:bg-opacity-60", hn = "z-30 outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent ", q = "bg-opacity-50 bg-slate-200 dark:bg-gray-700 dark:bg-opacity-40 transition duration-
|
25
|
+
const A = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-opacity-75 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent", In = "focus:bg-opacity-70 focus:bg-slate-100 focus:dark:bg-gray-800 focus:dark:bg-opacity-60", hn = "z-30 outline-none ring-2 ring-primary ring-opacity-75 ring-offset-2 ring-offset-transparent ", q = "bg-opacity-50 bg-slate-200 dark:bg-gray-700 dark:bg-opacity-40 transition duration-100 ease-in-out", kn = "bg-opacity-0 bg-slate-100 dark:bg-gray-800 dark:bg-opacity-0 transition duration-100 ease-in-out", G = "dark:bg-gray-800 bg-opacity-80 dark:bg-opacity-90", z = "hover:bg-opacity-70 dark:hover:bg-opacity-60", j = "border-gray-100 dark:border-gray-800 dark:border-opacity-80", Q = "bg-white rounded-md dark:bg-gray-950 border dark:border-gray-800 dark:border-opacity-80 border-gray-100", $n = "bg-white border border-gray-100 dark:border-transparent rounded-md dark:bg-gray-950 dark:border-gray-800 dark:border-opacity-50 transition duration-100 ease-in-out m-1 -p-1", Yn = "hover:bg-primary-bg dark:hover:bg-primary-bg hover:bg-opacity-20 dark:hover:bg-opacity-20 hover:ring-2 hover:ring-primary cursor-pointer", to = "bg-primary-bg dark:bg-primary-bg bg-opacity-30 dark:bg-opacity-10 ring-1 ring-primary ring-opacity-75";
|
26
26
|
function _(...n) {
|
27
27
|
return zn(Wn(n));
|
28
28
|
}
|
@@ -16163,8 +16163,8 @@ function Pon({
|
|
16163
16163
|
);
|
16164
16164
|
}
|
16165
16165
|
const Le = {
|
16166
|
-
small: "prose-sm",
|
16167
|
-
medium: "prose",
|
16166
|
+
small: "prose-sm text-sm",
|
16167
|
+
medium: "prose text-base",
|
16168
16168
|
large: "prose-lg",
|
16169
16169
|
xl: "prose-xl",
|
16170
16170
|
"2xl": "prose-2xl"
|