@frontify/fondue 12.0.0-beta.320 → 12.0.0-beta.322
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/components/RichTextEditor/Plugins/CodePlugin/CodeMarkupElement.es.js +6 -6
- package/dist/components/RichTextEditor/Plugins/CodePlugin/CodeMarkupElement.es.js.map +1 -1
- package/dist/extractedThirdPartyStyles.css +6 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -719,7 +719,7 @@ export declare const Code: {
|
|
|
719
719
|
displayName: string;
|
|
720
720
|
};
|
|
721
721
|
|
|
722
|
-
export declare const CODE_CLASSES = "tw-rounded tw-bg-box-neutral tw-text-
|
|
722
|
+
export declare const CODE_CLASSES = "tw-rounded tw-bg-box-neutral tw-text-violet-90 tw-m-0 tw-px-[0.2em] tw-font-mono tw-text-[85%]";
|
|
723
723
|
|
|
724
724
|
declare type CodeColor = 'default' | 'weak' | 'x-weak' | 'disabled' | 'negative' | 'positive' | 'warning' | 'interactive';
|
|
725
725
|
|