@cranberry-money/shared-constants 8.15.455 → 8.15.457

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.
@@ -1,4 +1,5 @@
1
1
  export * from './design-tokens';
2
2
  export * from './chart-colors';
3
3
  export * from './sumsub-theme';
4
+ export * from './transak-theme';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC"}
package/dist/ui/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './design-tokens';
2
2
  export * from './chart-colors';
3
3
  export * from './sumsub-theme';
4
+ export * from './transak-theme';
4
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Transak Widget Theme Configuration
3
+ * Hex color code without # for Transak widget customization
4
+ *
5
+ * @see https://docs.transak.com/docs/query-parameters
6
+ */
7
+ export declare const TRANSAK_THEME_COLOR = "6366f1";
8
+ //# sourceMappingURL=transak-theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transak-theme.d.ts","sourceRoot":"","sources":["../../src/ui/transak-theme.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,WAAW,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Transak Widget Theme Configuration
3
+ * Hex color code without # for Transak widget customization
4
+ *
5
+ * @see https://docs.transak.com/docs/query-parameters
6
+ */
7
+ export const TRANSAK_THEME_COLOR = '6366f1';
8
+ //# sourceMappingURL=transak-theme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transak-theme.js","sourceRoot":"","sources":["../../src/ui/transak-theme.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cranberry-money/shared-constants",
3
- "version": "8.15.455",
3
+ "version": "8.15.457",
4
4
  "description": "Shared constants for Blueberry platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",