@antimatter-audio/antimatter-ui 5.7.2 → 5.7.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -434,7 +434,7 @@ function Col(param) {
434
434
  backgroundImage: componentTheme.backgroundImage
435
435
  }),
436
436
  onClick: onClick,
437
- className: classnames(className, span ? 'col-xs-' + span : 'flex-auto', offset && 'col-xs-offset-' + offset, centerContentHorizontal && 'flex-align-center-horizontal', centerContentVertical && 'flex-align-center-vertical', flexDirection === FLEX_DIRECTION.COLUMN ? 'flex-direction-column' : 'flex-direction-row', alignContentRight && 'flex-align-end', role === "main" && 'bg-main', role === "section" && 'bg-section', padding.length === 1 && 'padding-around-' + padding, padding.length === 2 && 'padding-vertical-' + padding[0], padding.length === 2 && 'padding-horizontal-' + padding[1], padding.length === 4 && 'padding-top-' + [
437
+ className: classnames(className, span ? 'col-xs-' + span : 'flex-auto', offset && 'col-xs-offset-' + offset, centerContentHorizontal && 'flex-align-center-horizontal', centerContentVertical && 'flex-align-center-vertical', flexDirection === FLEX_DIRECTION.COLUMN && 'flex-direction-column', flexDirection === FLEX_DIRECTION.ROW && 'flex-direction-row', alignContentRight && 'flex-align-end', role === "main" && 'bg-main', role === "section" && 'bg-section', padding.length === 1 && 'padding-around-' + padding, padding.length === 2 && 'padding-vertical-' + padding[0], padding.length === 2 && 'padding-horizontal-' + padding[1], padding.length === 4 && 'padding-top-' + [
438
438
  padding[0]
439
439
  ], padding.length === 4 && 'padding-right-' + [
440
440
  padding[1]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antimatter-audio/antimatter-ui",
3
- "version": "5.7.2",
3
+ "version": "5.7.3",
4
4
  "description": "React UI component library for Antimatter Audio.",
5
5
  "repository": {
6
6
  "type": "git",