@coorpacademy/components 10.27.1 → 10.27.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/es/organism/podcast-popin-intro/index.native.d.ts +10 -0
- package/es/organism/podcast-popin-intro/index.native.d.ts.map +1 -0
- package/es/organism/podcast-popin-intro/index.native.js +114 -0
- package/es/organism/podcast-popin-intro/index.native.js.map +1 -0
- package/es/template/app-review/template-context.d.ts +1 -1
- package/es/template/app-review/template-context.d.ts.map +1 -1
- package/es/template/app-review/template-context.js +2 -1
- package/es/template/app-review/template-context.js.map +1 -1
- package/es/variables/default-mobile-translations.d.ts +214 -0
- package/es/variables/default-mobile-translations.d.ts.map +1 -0
- package/es/variables/default-mobile-translations.js +278 -0
- package/es/variables/default-mobile-translations.js.map +1 -0
- package/es/variables/theme.native.d.ts +4 -0
- package/es/variables/theme.native.d.ts.map +1 -1
- package/es/variables/theme.native.js +5 -1
- package/es/variables/theme.native.js.map +1 -1
- package/lib/organism/podcast-popin-intro/index.native.d.ts +10 -0
- package/lib/organism/podcast-popin-intro/index.native.d.ts.map +1 -0
- package/lib/organism/podcast-popin-intro/index.native.js +131 -0
- package/lib/organism/podcast-popin-intro/index.native.js.map +1 -0
- package/lib/template/app-review/template-context.d.ts +1 -1
- package/lib/template/app-review/template-context.d.ts.map +1 -1
- package/lib/template/app-review/template-context.js +3 -1
- package/lib/template/app-review/template-context.js.map +1 -1
- package/lib/variables/default-mobile-translations.d.ts +214 -0
- package/lib/variables/default-mobile-translations.d.ts.map +1 -0
- package/lib/variables/default-mobile-translations.js +283 -0
- package/lib/variables/default-mobile-translations.js.map +1 -0
- package/lib/variables/theme.native.d.ts +4 -0
- package/lib/variables/theme.native.d.ts.map +1 -1
- package/lib/variables/theme.native.js +5 -1
- package/lib/variables/theme.native.js.map +1 -1
- package/package.json +2 -2
- package/es/types/translations.d.ts +0 -12
- package/es/types/translations.d.ts.map +0 -1
- package/es/types/translations.js +0 -2
- package/es/types/translations.js.map +0 -1
- package/lib/types/translations.d.ts +0 -12
- package/lib/types/translations.d.ts.map +0 -1
- package/lib/types/translations.js +0 -2
- package/lib/types/translations.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/types/translations.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE;QACV,QAAQ,CAAC,EAAE;YACT,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;SACf,CAAC;KACH,CAAC;CACH,CAAC"}
|
package/es/types/translations.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","names":[],"sources":["../../src/types/translations.ts"],"sourcesContent":["export type Translations = {\n selectAnAnswer?: string;\n selectSomethingBelow?: string;\n typeHere?: string;\n appReview?: {\n noSkills?: {\n title?: string;\n text?: string;\n };\n };\n};\n"],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../src/types/translations.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,GAAG;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE;QACV,QAAQ,CAAC,EAAE;YACT,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,IAAI,CAAC,EAAE,MAAM,CAAC;SACf,CAAC;KACH,CAAC;CACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","names":[],"sources":["../../src/types/translations.ts"],"sourcesContent":["export type Translations = {\n selectAnAnswer?: string;\n selectSomethingBelow?: string;\n typeHere?: string;\n appReview?: {\n noSkills?: {\n title?: string;\n text?: string;\n };\n };\n};\n"],"mappings":""}
|