@ballistix.digital/react-components 8.5.1 → 8.5.2-rc-108.0

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/index.js CHANGED
@@ -6081,19 +6081,19 @@ var $7343b5b4243d5cba$var$base = {
6081
6081
  foot: 'flex flex-col',
6082
6082
  switch: {
6083
6083
  container: 'flex flex-col',
6084
- base: 'relative inline-flex w-11 shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out',
6084
+ content: 'relative inline-flex w-11 shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out',
6085
6085
  screenreader: 'sr-only',
6086
6086
  checked: 'bg-primary-600 focus:outline-hidden focus:ring-0 focus:ring-primary-600 focus:ring-offset-2',
6087
6087
  unchecked: 'bg-gray-200 focus:outline-hidden focus:ring-0 focus:ring-primary-600 focus:ring-offset-2',
6088
6088
  disabled: 'opacity-50 cursor-not-allowed!'
6089
6089
  },
6090
6090
  toggle: {
6091
- base: 'pointer-events-none relative inline-block my-auto transform rounded-full bg-white shadow-sm ring-0 transition duration-200 ease-in-out',
6091
+ content: 'pointer-events-none relative inline-block my-auto transform rounded-full bg-white shadow-sm ring-0 transition duration-200 ease-in-out',
6092
6092
  checked: 'translate-x-5',
6093
6093
  unchecked: 'translate-x-0'
6094
6094
  },
6095
6095
  icon: {
6096
- base: 'absolute inset-0 flex h-full w-full items-center justify-center transition-opacity',
6096
+ content: 'absolute inset-0 flex h-full w-full items-center justify-center transition-opacity',
6097
6097
  hidden: 'opacity-0 ease-out duration-100',
6098
6098
  shown: 'opacity-100 ease-in duration-200',
6099
6099
  icon: 'h-3 w-3'
@@ -6101,18 +6101,18 @@ var $7343b5b4243d5cba$var$base = {
6101
6101
  };
6102
6102
  var $7343b5b4243d5cba$var$md = {
6103
6103
  switch: {
6104
- base: 'h-6'
6104
+ content: 'h-6'
6105
6105
  },
6106
6106
  toggle: {
6107
- base: 'h-5 w-5'
6107
+ content: 'h-5 w-5'
6108
6108
  }
6109
6109
  };
6110
6110
  var $7343b5b4243d5cba$var$sm = {
6111
6111
  switch: {
6112
- base: 'h-5'
6112
+ content: 'h-5'
6113
6113
  },
6114
6114
  toggle: {
6115
- base: 'h-4 w-4',
6115
+ content: 'h-4 w-4',
6116
6116
  checked: 'translate-x-6'
6117
6117
  }
6118
6118
  };