payload-richtext-tiptap 0.0.56 → 0.0.57
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/src/fields/TiptapEditor/extensions/extension-kit.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/extensions/extension-kit.js +1 -2
- package/dist/src/fields/TiptapEditor/extensions/extension-kit.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js +1 -17
- package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/components/EditorInfo.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/BlockEditor/components/EditorInfo.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/panels/AICommandPanel/AICommandPanel.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/panels/AICommandPanel/AICommandPanel.js +0 -1
- package/dist/src/fields/TiptapEditor/features/panels/AICommandPanel/AICommandPanel.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Button/SpanButton.d.ts +16 -0
- package/dist/src/fields/TiptapEditor/features/ui/Button/SpanButton.d.ts.map +1 -0
- package/dist/src/fields/TiptapEditor/features/ui/Button/SpanButton.js +16 -0
- package/dist/src/fields/TiptapEditor/features/ui/Button/SpanButton.js.map +1 -0
- package/dist/src/fields/TiptapEditor/features/ui/Button/index.d.ts +1 -0
- package/dist/src/fields/TiptapEditor/features/ui/Button/index.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Button/index.js +1 -0
- package/dist/src/fields/TiptapEditor/features/ui/Button/index.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Dropdown/Dropdown.js +3 -4
- package/dist/src/fields/TiptapEditor/features/ui/Dropdown/Dropdown.js.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Toolbar.d.ts.map +1 -1
- package/dist/src/fields/TiptapEditor/features/ui/Toolbar.js +2 -3
- package/dist/src/fields/TiptapEditor/features/ui/Toolbar.js.map +1 -1
- package/dist/src/styles.css +1 -68
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/styles.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.4.
|
|
2
|
+
! tailwindcss v3.4.9 | MIT License | https://tailwindcss.com
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
/*
|
|
@@ -1641,10 +1641,6 @@ select {
|
|
|
1641
1641
|
margin-top: 0px !important;
|
|
1642
1642
|
}
|
|
1643
1643
|
|
|
1644
|
-
.-ml-3 {
|
|
1645
|
-
margin-left: -0.75rem;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
1644
|
.-ml-6 {
|
|
1649
1645
|
margin-left: -1.5rem;
|
|
1650
1646
|
}
|
|
@@ -1689,10 +1685,6 @@ select {
|
|
|
1689
1685
|
margin-left: 0.5rem;
|
|
1690
1686
|
}
|
|
1691
1687
|
|
|
1692
|
-
.ml-3 {
|
|
1693
|
-
margin-left: 0.75rem;
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
1688
|
.ml-auto {
|
|
1697
1689
|
margin-left: auto;
|
|
1698
1690
|
}
|
|
@@ -1965,10 +1957,6 @@ select {
|
|
|
1965
1957
|
max-width: 328px;
|
|
1966
1958
|
}
|
|
1967
1959
|
|
|
1968
|
-
.max-w-\[4rem\] {
|
|
1969
|
-
max-width: 4rem;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
1960
|
.max-w-none {
|
|
1973
1961
|
max-width: none;
|
|
1974
1962
|
}
|
|
@@ -2247,11 +2235,6 @@ select {
|
|
|
2247
2235
|
border-color: transparent;
|
|
2248
2236
|
}
|
|
2249
2237
|
|
|
2250
|
-
.border-white {
|
|
2251
|
-
--tw-border-opacity: 1;
|
|
2252
|
-
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
2238
|
.border-b-black\/10 {
|
|
2256
2239
|
border-bottom-color: rgb(0 0 0 / 0.1);
|
|
2257
2240
|
}
|
|
@@ -2273,11 +2256,6 @@ select {
|
|
|
2273
2256
|
border-top-color: transparent;
|
|
2274
2257
|
}
|
|
2275
2258
|
|
|
2276
|
-
.bg-\[\#FFA2A2\] {
|
|
2277
|
-
--tw-bg-opacity: 1;
|
|
2278
|
-
background-color: rgb(255 162 162 / var(--tw-bg-opacity));
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
2259
|
.bg-black {
|
|
2282
2260
|
--tw-bg-opacity: 1;
|
|
2283
2261
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
@@ -2310,16 +2288,6 @@ select {
|
|
|
2310
2288
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
2311
2289
|
}
|
|
2312
2290
|
|
|
2313
|
-
.bg-green-400 {
|
|
2314
|
-
--tw-bg-opacity: 1;
|
|
2315
|
-
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
.bg-green-500 {
|
|
2319
|
-
--tw-bg-opacity: 1;
|
|
2320
|
-
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
2291
|
.bg-neutral-100 {
|
|
2324
2292
|
--tw-bg-opacity: 1;
|
|
2325
2293
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
@@ -2340,11 +2308,6 @@ select {
|
|
|
2340
2308
|
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
2341
2309
|
}
|
|
2342
2310
|
|
|
2343
|
-
.bg-red-400 {
|
|
2344
|
-
--tw-bg-opacity: 1;
|
|
2345
|
-
background-color: rgb(248 113 113 / var(--tw-bg-opacity));
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
2311
|
.bg-red-500 {
|
|
2349
2312
|
--tw-bg-opacity: 1;
|
|
2350
2313
|
background-color: rgb(239 68 68 / var(--tw-bg-opacity));
|
|
@@ -2364,16 +2327,6 @@ select {
|
|
|
2364
2327
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2365
2328
|
}
|
|
2366
2329
|
|
|
2367
|
-
.bg-yellow-400 {
|
|
2368
|
-
--tw-bg-opacity: 1;
|
|
2369
|
-
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
|
-
.bg-yellow-500 {
|
|
2373
|
-
--tw-bg-opacity: 1;
|
|
2374
|
-
background-color: rgb(234 179 8 / var(--tw-bg-opacity));
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
2330
|
.bg-zinc-100 {
|
|
2378
2331
|
--tw-bg-opacity: 1;
|
|
2379
2332
|
background-color: rgb(244 244 245 / var(--tw-bg-opacity));
|
|
@@ -3009,11 +2962,6 @@ select {
|
|
|
3009
2962
|
opacity: 0.5;
|
|
3010
2963
|
}
|
|
3011
2964
|
|
|
3012
|
-
.dark\:border-black:is([data-theme="dark"] *) {
|
|
3013
|
-
--tw-border-opacity: 1;
|
|
3014
|
-
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
2965
|
.dark\:border-neutral-800:is([data-theme="dark"] *) {
|
|
3018
2966
|
--tw-border-opacity: 1;
|
|
3019
2967
|
border-color: rgb(38 38 38 / var(--tw-border-opacity));
|
|
@@ -3039,11 +2987,6 @@ select {
|
|
|
3039
2987
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
3040
2988
|
}
|
|
3041
2989
|
|
|
3042
|
-
.dark\:bg-green-400:is([data-theme="dark"] *) {
|
|
3043
|
-
--tw-bg-opacity: 1;
|
|
3044
|
-
background-color: rgb(74 222 128 / var(--tw-bg-opacity));
|
|
3045
|
-
}
|
|
3046
|
-
|
|
3047
2990
|
.dark\:bg-neutral-300:is([data-theme="dark"] *) {
|
|
3048
2991
|
--tw-bg-opacity: 1;
|
|
3049
2992
|
background-color: rgb(212 212 212 / var(--tw-bg-opacity));
|
|
@@ -3059,11 +3002,6 @@ select {
|
|
|
3059
3002
|
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
3060
3003
|
}
|
|
3061
3004
|
|
|
3062
|
-
.dark\:bg-red-400:is([data-theme="dark"] *) {
|
|
3063
|
-
--tw-bg-opacity: 1;
|
|
3064
|
-
background-color: rgb(248 113 113 / var(--tw-bg-opacity));
|
|
3065
|
-
}
|
|
3066
|
-
|
|
3067
3005
|
.dark\:bg-white:is([data-theme="dark"] *) {
|
|
3068
3006
|
--tw-bg-opacity: 1;
|
|
3069
3007
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -3077,11 +3015,6 @@ select {
|
|
|
3077
3015
|
background-color: rgb(255 255 255 / 0.2);
|
|
3078
3016
|
}
|
|
3079
3017
|
|
|
3080
|
-
.dark\:bg-yellow-400:is([data-theme="dark"] *) {
|
|
3081
|
-
--tw-bg-opacity: 1;
|
|
3082
|
-
background-color: rgb(250 204 21 / var(--tw-bg-opacity));
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
3018
|
.dark\:text-black:is([data-theme="dark"] *) {
|
|
3086
3019
|
--tw-text-opacity: 1;
|
|
3087
3020
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|