@trilogy-ds/locales 4.2.2-beta-11-en → 4.2.2-beta-12-en

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/lib/index.d.ts CHANGED
@@ -1,5 +1,2 @@
1
- import breadcrumbLocale from './breadcrumb.json';
2
1
  import inputLocale from './input.json';
3
- import modalLocale from './modal.json';
4
- import otpLocale from './otp.json';
5
- export { breadcrumbLocale, inputLocale, modalLocale, otpLocale };
2
+ export { inputLocale };
package/lib/index.js CHANGED
@@ -1,5 +1,2 @@
1
- import breadcrumbLocale from './breadcrumb.json';
2
1
  import inputLocale from './input.json';
3
- import modalLocale from './modal.json';
4
- import otpLocale from './otp.json';
5
- export { breadcrumbLocale, inputLocale, modalLocale, otpLocale };
2
+ export { inputLocale };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trilogy-ds/locales",
3
- "version": "4.2.2-beta-11-en",
3
+ "version": "4.2.2-beta-12-en",
4
4
  "description": "Trilogy assets include traductions (en) for accessibility",
5
5
  "author": "Bouygues Telecom",
6
6
  "license": "UNLICENSED",
package/src/index.ts CHANGED
@@ -1,6 +1,3 @@
1
- import breadcrumbLocale from './breadcrumb.json'
2
1
  import inputLocale from './input.json'
3
- import modalLocale from './modal.json'
4
- import otpLocale from './otp.json'
5
2
 
6
- export { breadcrumbLocale, inputLocale, modalLocale, otpLocale }
3
+ export { inputLocale }
@@ -1,3 +0,0 @@
1
- {
2
- "accessibilityLabel": "Breadcrumb"
3
- }
package/lib/modal.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "accessibilityLabelButtonClose": "Close"
3
- }
package/lib/otp.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "inputTitle": "Number :x of :y of the one-time code"
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "accessibilityLabel":"Breadcrumb"
3
- }
package/src/modal.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "accessibilityLabelButtonClose":"Close"
3
- }
package/src/otp.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "inputTitle":"Number :x of :y of the one-time code"
3
- }