@openlettermarketing/olc-react-sdk 0.0.6 → 0.0.7
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/build/19e2520a62b20389e028.woff2 +1 -0
- package/build/1c8abe65b494e8857e3b.woff +1 -0
- package/build/25b3ede39b815b236e88f20a2c8f1dd9.woff2 +0 -0
- package/build/4eedffe43452a87e61bdb93da0d15f78.woff +0 -0
- package/build/55210e1886d5828d86ca.woff2 +1 -0
- package/build/6629df60b0706dec8113c91268006db7.woff2 +0 -0
- package/build/68c7627743fb1611116e5d11063dbde2.woff2 +0 -0
- package/build/6a929e85aafcd1a1e698.woff2 +1 -0
- package/build/7e98faddc130d66527577239d70c0d45.woff2 +0 -0
- package/build/7f8e1151711520ce9fc4e8315943a0e4.woff +0 -0
- package/build/8020b202d4b0795f9508.woff +1 -0
- package/build/82dc54b7b33d9c0c77ca.woff +1 -0
- package/build/8ca81df583572824d0a4.woff2 +1 -0
- package/build/909b2b7a7902d6341d93b84eeaa1e908.woff +0 -0
- package/build/9b02d2bf56911d37add3.woff2 +1 -0
- package/build/a42357ac67211cae22ab.woff +1 -0
- package/build/abd2dd4838a0148febb90d3ee7f3aac7.woff +0 -0
- package/build/b383b8f9bdc0c56db1b5.woff2 +1 -0
- package/build/b9e54687c2c3945acd3eb379a0138ddf.woff +0 -0
- package/build/bed85b98c34f434a1c80759a9928efeb.woff2 +0 -0
- package/build/c7f4dff84d396048aaa5.woff +1 -0
- package/build/c98fe3c759f4ffce976b.woff2 +1 -0
- package/build/d00214cacc612d93f72f.woff +1 -0
- package/build/d8069a1346433d2b4a9b9207b6cc07de.woff +0 -0
- package/build/e61e9a576501694ae126.woff +1 -0
- package/build/e976a27f6c1a9efb14ac0accbc503e52.woff2 +0 -0
- package/build/eaeec67b4fe456b017b6174c25dde870.woff +0 -0
- package/build/f9896560cd4b6f46b38e42a277fbb517.woff2 +0 -0
- package/build/index.js +13 -13
- package/build/index.js.map +1 -1
- package/build/types/index.d.ts +1 -0
- package/build/types/utils/customStyles.d.ts +1 -0
- package/build/types/utils/message.d.ts +1 -1
- package/package.json +1 -1
package/build/types/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import './index.scss';
|
|
|
2
2
|
import '@fontsource/inter/400.css';
|
|
3
3
|
import '@fontsource/inter/700.css';
|
|
4
4
|
import '@fontsource/inter/600.css';
|
|
5
|
+
import '@fontsource/inter/500.css';
|
|
5
6
|
import { CustomCSSProperties } from './utils/customStyles';
|
|
6
7
|
interface TemplateBuilderProps {
|
|
7
8
|
container: HTMLElement | null;
|
|
@@ -25,6 +25,7 @@ export interface CustomCSSProperties extends React.CSSProperties {
|
|
|
25
25
|
'--selectOptionFocusedTextColor'?: string;
|
|
26
26
|
'--selectOptionSelectedColor'?: string;
|
|
27
27
|
'--selectOptionSelectedTextColor'?: string;
|
|
28
|
+
'--selectOptionSelectedBg'?: string;
|
|
28
29
|
'--topbarBgColor'?: string;
|
|
29
30
|
'--sidepanelBgColor'?: string;
|
|
30
31
|
'--sidepanelTextColor'?: string;
|
|
@@ -40,7 +40,7 @@ export declare const MESSAGES: {
|
|
|
40
40
|
readonly HEADING: "Are you sure you want to cancel this Template?";
|
|
41
41
|
readonly PARAGRAPH: "You will lose your changes after canceling.";
|
|
42
42
|
readonly BACK_BUTTON: "Go Back";
|
|
43
|
-
readonly CANCEL_BUTTON: "Cancel";
|
|
43
|
+
readonly CANCEL_BUTTON: "Cancel Template";
|
|
44
44
|
};
|
|
45
45
|
readonly DESIGN_YOUR_OWN: {
|
|
46
46
|
readonly TITLE: "Confirm";
|