@rango-dev/widget-embedded 0.34.1-next.4 → 0.34.2
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/CHANGELOG.md +4 -0
- 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 +3 -3
- package/src/constants/languages.ts +10 -64
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [0.34.1](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.34.0...widget-embedded@0.34.1) (2024-10-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
1
5
|
# [0.34.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.33.3...widget-embedded@0.34.0) (2024-10-12)
|
|
2
6
|
|
|
3
7
|
|
|
@@ -328,7 +328,6 @@ 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;
|
|
332
331
|
slot?: string | undefined;
|
|
333
332
|
style?: import("react").CSSProperties | undefined;
|
|
334
333
|
title?: string | undefined;
|
|
@@ -348,6 +347,7 @@ export declare const AllRoutesButton: import("@stitches/react/types/styled-compo
|
|
|
348
347
|
contextMenu?: string | undefined;
|
|
349
348
|
dir?: string | undefined;
|
|
350
349
|
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,7 +2,6 @@
|
|
|
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;
|
|
6
5
|
slot?: string | undefined;
|
|
7
6
|
style?: import("react").CSSProperties | undefined;
|
|
8
7
|
title?: string | undefined;
|
|
@@ -22,6 +21,7 @@ export declare const RefreshButton: import("@stitches/react/types/styled-compone
|
|
|
22
21
|
contextMenu?: string | undefined;
|
|
23
22
|
dir?: string | undefined;
|
|
24
23
|
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;AAoB7D,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,EAgBnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,OAAO,CAAC"}
|