@layerfi/components 0.1.126-alpha.1 → 0.1.126
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/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -220,7 +220,7 @@ const getIntlLocale = (locale) => {
|
|
|
220
220
|
return isSupportedLocale(locale) ? locale : DEFAULT_LOCALE;
|
|
221
221
|
};
|
|
222
222
|
const name = "@layerfi/components";
|
|
223
|
-
const version$1 = "0.1.126
|
|
223
|
+
const version$1 = "0.1.126";
|
|
224
224
|
const description = "Layer React Components";
|
|
225
225
|
const main = "dist/cjs/index.cjs";
|
|
226
226
|
const module$1 = "dist/esm/index.mjs";
|
package/dist/esm/index.mjs
CHANGED
|
@@ -191,7 +191,7 @@ const getIntlLocale = (locale) => {
|
|
|
191
191
|
return isSupportedLocale(locale) ? locale : DEFAULT_LOCALE;
|
|
192
192
|
};
|
|
193
193
|
const name = "@layerfi/components";
|
|
194
|
-
const version = "0.1.126
|
|
194
|
+
const version = "0.1.126";
|
|
195
195
|
const description = "Layer React Components";
|
|
196
196
|
const main = "dist/cjs/index.cjs";
|
|
197
197
|
const module = "dist/esm/index.mjs";
|