@ballistix.digital/react-components 8.5.2 → 8.5.3-rc-111.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.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -6085,7 +6085,7 @@ var $10ded3c19afe27a9$var$Switch = function(props) {
|
|
|
6085
6085
|
checked: value,
|
|
6086
6086
|
disabled: isDisabled,
|
|
6087
6087
|
onChange: onChange,
|
|
6088
|
-
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(styles.switch.
|
|
6088
|
+
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(styles.switch.content, value ? styles.switch.checked : styles.switch.unchecked, isDisabled && styles.switch.disabled),
|
|
6089
6089
|
children: [
|
|
6090
6090
|
(0, $4MPRY$jsxs)("span", {
|
|
6091
6091
|
className: styles.switch.screenreader,
|
|
@@ -6095,10 +6095,10 @@ var $10ded3c19afe27a9$var$Switch = function(props) {
|
|
|
6095
6095
|
]
|
|
6096
6096
|
}),
|
|
6097
6097
|
(0, $4MPRY$jsxs)("span", {
|
|
6098
|
-
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(styles.toggle.
|
|
6098
|
+
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(styles.toggle.content, value ? styles.toggle.checked : styles.toggle.unchecked),
|
|
6099
6099
|
children: [
|
|
6100
6100
|
iconAccessorUnchecked && (0, $4MPRY$jsx)("span", {
|
|
6101
|
-
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(value ? styles.icon.hidden : styles.icon.shown, styles.icon.
|
|
6101
|
+
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(value ? styles.icon.hidden : styles.icon.shown, styles.icon.content),
|
|
6102
6102
|
"aria-hidden": "true",
|
|
6103
6103
|
children: (0, $4MPRY$jsx)((0, $77cd4416ca4a0639$export$2e2bcd8739ae039), {
|
|
6104
6104
|
accessor: iconAccessorUnchecked,
|
|
@@ -6106,7 +6106,7 @@ var $10ded3c19afe27a9$var$Switch = function(props) {
|
|
|
6106
6106
|
})
|
|
6107
6107
|
}),
|
|
6108
6108
|
iconAccessorChecked && (0, $4MPRY$jsx)("span", {
|
|
6109
|
-
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(value ? styles.icon.shown : styles.icon.hidden, styles.icon.
|
|
6109
|
+
className: (0, $66c3dcaaa74b5389$export$4370d69198e9314a)(value ? styles.icon.shown : styles.icon.hidden, styles.icon.content),
|
|
6110
6110
|
"aria-hidden": "true",
|
|
6111
6111
|
children: (0, $4MPRY$jsx)((0, $77cd4416ca4a0639$export$2e2bcd8739ae039), {
|
|
6112
6112
|
accessor: iconAccessorChecked,
|