@rango-dev/widget-embedded 0.34.1-next.2 → 0.34.1-next.4
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/Quote/Quote.styles.d.ts +1 -1
- package/dist/components/RefreshModal/RefreshModal.styles.d.ts +1 -1
- package/dist/constants/languages.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/dist/store/AppStore.d.ts +2 -2
- package/dist/store/app.d.ts +2 -2
- package/dist/widget-embedded.build.json +1 -1
- package/package.json +2 -2
- package/src/constants/languages.ts +64 -10
|
@@ -328,6 +328,7 @@ export declare const stepsDetailsStyles: import("@stitches/react/types/styled-co
|
|
|
328
328
|
transitions: {};
|
|
329
329
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
330
330
|
export declare const AllRoutesButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
331
|
+
id?: string | undefined;
|
|
331
332
|
slot?: string | undefined;
|
|
332
333
|
style?: import("react").CSSProperties | undefined;
|
|
333
334
|
title?: string | undefined;
|
|
@@ -347,7 +348,6 @@ export declare const AllRoutesButton: import("@stitches/react/types/styled-compo
|
|
|
347
348
|
contextMenu?: string | undefined;
|
|
348
349
|
dir?: string | undefined;
|
|
349
350
|
draggable?: boolean | "true" | "false" | undefined;
|
|
350
|
-
id?: string | undefined;
|
|
351
351
|
lang?: string | undefined;
|
|
352
352
|
nonce?: string | undefined;
|
|
353
353
|
placeholder?: string | undefined;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
/// <reference types="trusted-types" />
|
|
4
4
|
export declare const RefreshButton: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
5
|
+
id?: string | undefined;
|
|
5
6
|
slot?: string | undefined;
|
|
6
7
|
style?: import("react").CSSProperties | undefined;
|
|
7
8
|
title?: string | undefined;
|
|
@@ -21,7 +22,6 @@ export declare const RefreshButton: import("@stitches/react/types/styled-compone
|
|
|
21
22
|
contextMenu?: string | undefined;
|
|
22
23
|
dir?: string | undefined;
|
|
23
24
|
draggable?: boolean | "true" | "false" | undefined;
|
|
24
|
-
id?: string | undefined;
|
|
25
25
|
lang?: string | undefined;
|
|
26
26
|
nonce?: string | undefined;
|
|
27
27
|
placeholder?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../src/constants/languages.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../src/constants/languages.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAuC7D,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,QAAQ,CAAC;IAChB,OAAO,EAAE,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;CAC7C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,YAAY,EAmDnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAO,CAAC"}
|