bianic-ui 1.0.0-beta.12 → 1.0.0-beta.13

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
@@ -249,8 +249,7 @@ var textClasses = {
249
249
  var childrenElement = function (element) {
250
250
  if (element === undefined)
251
251
  return '';
252
- if (typeof element === 'object')
253
- return '';
252
+ // if (typeof element === 'object') return '';
254
253
  return element;
255
254
  };
256
255
  var validUnion = function (value, union) {
package/dist/esm/index.js CHANGED
@@ -247,8 +247,7 @@ var textClasses = {
247
247
  var childrenElement = function (element) {
248
248
  if (element === undefined)
249
249
  return '';
250
- if (typeof element === 'object')
251
- return '';
250
+ // if (typeof element === 'object') return '';
252
251
  return element;
253
252
  };
254
253
  var validUnion = function (value, union) {
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.12",
6
+ "version": "1.0.0-beta.13",
7
7
  "description": "Design Language System develop by BIAENERGI",
8
8
  "scripts": {
9
9
  "rollup": "rollup -c",