@ballistix.digital/react-components 8.5.2 → 8.5.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.
package/dist/index.js CHANGED
@@ -6155,7 +6155,7 @@ var $341e1fbf5ffaef7b$var$Switch = function(props) {
6155
6155
  checked: value,
6156
6156
  disabled: isDisabled,
6157
6157
  onChange: onChange,
6158
- className: (0, $622cd2936b18c771$export$4370d69198e9314a)(styles.switch.base, value ? styles.switch.checked : styles.switch.unchecked, isDisabled && styles.switch.disabled),
6158
+ className: (0, $622cd2936b18c771$export$4370d69198e9314a)(styles.switch.content, value ? styles.switch.checked : styles.switch.unchecked, isDisabled && styles.switch.disabled),
6159
6159
  children: [
6160
6160
  (0, $iA2ta$reactjsxruntime.jsxs)("span", {
6161
6161
  className: styles.switch.screenreader,
@@ -6165,10 +6165,10 @@ var $341e1fbf5ffaef7b$var$Switch = function(props) {
6165
6165
  ]
6166
6166
  }),
6167
6167
  (0, $iA2ta$reactjsxruntime.jsxs)("span", {
6168
- className: (0, $622cd2936b18c771$export$4370d69198e9314a)(styles.toggle.base, value ? styles.toggle.checked : styles.toggle.unchecked),
6168
+ className: (0, $622cd2936b18c771$export$4370d69198e9314a)(styles.toggle.content, value ? styles.toggle.checked : styles.toggle.unchecked),
6169
6169
  children: [
6170
6170
  iconAccessorUnchecked && (0, $iA2ta$reactjsxruntime.jsx)("span", {
6171
- className: (0, $622cd2936b18c771$export$4370d69198e9314a)(value ? styles.icon.hidden : styles.icon.shown, styles.icon.base),
6171
+ className: (0, $622cd2936b18c771$export$4370d69198e9314a)(value ? styles.icon.hidden : styles.icon.shown, styles.icon.content),
6172
6172
  "aria-hidden": "true",
6173
6173
  children: (0, $iA2ta$reactjsxruntime.jsx)((0, $2125901b4a9afff9$export$2e2bcd8739ae039), {
6174
6174
  accessor: iconAccessorUnchecked,
@@ -6176,7 +6176,7 @@ var $341e1fbf5ffaef7b$var$Switch = function(props) {
6176
6176
  })
6177
6177
  }),
6178
6178
  iconAccessorChecked && (0, $iA2ta$reactjsxruntime.jsx)("span", {
6179
- className: (0, $622cd2936b18c771$export$4370d69198e9314a)(value ? styles.icon.shown : styles.icon.hidden, styles.icon.base),
6179
+ className: (0, $622cd2936b18c771$export$4370d69198e9314a)(value ? styles.icon.shown : styles.icon.hidden, styles.icon.content),
6180
6180
  "aria-hidden": "true",
6181
6181
  children: (0, $iA2ta$reactjsxruntime.jsx)((0, $2125901b4a9afff9$export$2e2bcd8739ae039), {
6182
6182
  accessor: iconAccessorChecked,