@vchasno/ui-kit 0.4.57 → 0.4.58

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 CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.4.58] - 2025-08-11
11
+
12
+ ## Added
13
+
14
+ - add TTN mobile app links for android & ios
15
+
10
16
  ## [0.4.57] - 2025-08-09
11
17
 
12
18
  ## Changed
@@ -1,5 +1,5 @@
1
1
  import { VchasnoProduct } from '../types.js';
2
2
 
3
- type Product = Exclude<VchasnoProduct, 'edi' | 'ttn' | 'dm' | 'kep' | 'hrs' | 'zvit'>;
3
+ type Product = Exclude<VchasnoProduct, 'edi' | 'dm' | 'kep' | 'hrs' | 'zvit'>;
4
4
 
5
5
  export type { Product };
@@ -1,2 +1,2 @@
1
- var a={edo:{android:"https://play.google.com/store/apps/details?id=ua.vchasno.edo",ios:"https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%B5%D0%B4%D0%BE/id6462861848"},kasa:{android:"https://play.google.com/store/apps/details?id=ua.vchasno.kasa",ios:"https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%BA%D0%B0%D1%81%D0%B0/id6444186091"}};export{a as config};
1
+ var a={edo:{android:"https://play.google.com/store/apps/details?id=ua.vchasno.edo",ios:"https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%B5%D0%B4%D0%BE/id6462861848"},kasa:{android:"https://play.google.com/store/apps/details?id=ua.vchasno.kasa",ios:"https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%BA%D0%B0%D1%81%D0%B0/id6444186091"},ttn:{android:"https://play.google.com/store/apps/details?id=ua.vchasno.ttn.mobile",ios:"https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D1%82%D1%82%D0%BD/id6550909392"}};export{a as config};
2
2
  //# sourceMappingURL=config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sources":["../../../src/components/MobileAppLinks/config.ts"],"sourcesContent":["import { VchasnoProduct } from '../types';\nimport { LinkConfig } from './types';\n\nexport type Product = Exclude<VchasnoProduct, 'edi' | 'ttn' | 'dm' | 'kep' | 'hrs' | 'zvit'>;\n\nexport const config: Record<Product, LinkConfig> = {\n edo: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.edo',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%B5%D0%B4%D0%BE/id6462861848',\n },\n kasa: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.kasa',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%BA%D0%B0%D1%81%D0%B0/id6444186091',\n },\n};\n"],"names":["config","edo","android","ios","kasa"],"mappings":"IAKaA,EAAsC,CAC/CC,IAAK,CACDC,QAAS,+DACTC,IAAK,oGACT,EACAC,KAAM,CACFF,QAAS,gEACTC,IAAK,0GACT,CACJ"}
1
+ {"version":3,"file":"config.js","sources":["../../../src/components/MobileAppLinks/config.ts"],"sourcesContent":["import { VchasnoProduct } from '../types';\nimport { LinkConfig } from './types';\n\nexport type Product = Exclude<VchasnoProduct, 'edi' | 'dm' | 'kep' | 'hrs' | 'zvit'>;\n\nexport const config: Record<Product, LinkConfig> = {\n edo: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.edo',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%B5%D0%B4%D0%BE/id6462861848',\n },\n kasa: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.kasa',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D0%BA%D0%B0%D1%81%D0%B0/id6444186091',\n },\n ttn: {\n android: 'https://play.google.com/store/apps/details?id=ua.vchasno.ttn.mobile',\n ios: 'https://apps.apple.com/ua/app/%D0%B2%D1%87%D0%B0%D1%81%D0%BD%D0%BE-%D1%82%D1%82%D0%BD/id6550909392',\n },\n};\n"],"names":["config","edo","android","ios","kasa","ttn"],"mappings":"IAKaA,EAAsC,CAC/CC,IAAK,CACDC,QAAS,+DACTC,IAAK,oGACT,EACAC,KAAM,CACFF,QAAS,gEACTC,IAAK,0GACT,EACAE,IAAK,CACDH,QAAS,sEACTC,IAAK,oGACT,CACJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vchasno/ui-kit",
3
- "version": "0.4.57",
3
+ "version": "0.4.58",
4
4
  "description": "React UI components for Vchasno applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",