bianic-ui 1.0.0-beta.14 → 1.0.0-beta.15

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.js CHANGED
@@ -257,13 +257,13 @@ var validUnion = function (value, union) {
257
257
  };
258
258
 
259
259
  var variantUnion$2 = [
260
+ 'normal-text',
260
261
  'large-text',
261
262
  'large-text-semibold',
262
263
  'medium-text',
263
264
  'medium-text-semibold',
264
265
  'caption',
265
266
  'caption-semibold',
266
- 'normal-text',
267
267
  'normal-text-semilight',
268
268
  'normal-text-semibold',
269
269
  'normal-text-bold',
package/dist/esm/index.js CHANGED
@@ -255,13 +255,13 @@ var validUnion = function (value, union) {
255
255
  };
256
256
 
257
257
  var variantUnion$2 = [
258
+ 'normal-text',
258
259
  'large-text',
259
260
  'large-text-semibold',
260
261
  'medium-text',
261
262
  'medium-text-semibold',
262
263
  'caption',
263
264
  'caption-semibold',
264
- 'normal-text',
265
265
  'normal-text-semilight',
266
266
  'normal-text-semibold',
267
267
  'normal-text-bold',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "@biaenergi:registry": "https://gitlab.com/api/v4/projects/50905269/packages/npm/"
5
5
  },
6
- "version": "1.0.0-beta.14",
6
+ "version": "1.0.0-beta.15",
7
7
  "description": "Design Language System develop by BIAENERGI",
8
8
  "scripts": {
9
9
  "rollup": "rollup -c",