@ballistix.digital/react-components 4.4.1 → 4.4.2

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.d.ts CHANGED
@@ -1194,6 +1194,7 @@ declare const styles: {
1194
1194
  };
1195
1195
  toggle: {
1196
1196
  base: string;
1197
+ checked: string;
1197
1198
  };
1198
1199
  };
1199
1200
  };
package/dist/index.esm.js CHANGED
@@ -7252,7 +7252,7 @@ var md = {
7252
7252
  };
7253
7253
  var sm = {
7254
7254
  switch: { base: 'h-5' },
7255
- toggle: { base: 'h-4 w-4' },
7255
+ toggle: { base: 'h-4 w-4', checked: 'translate-x-6' },
7256
7256
  };
7257
7257
  var styles$4 = {
7258
7258
  base: base$3,
package/dist/index.js CHANGED
@@ -7254,7 +7254,7 @@ var md = {
7254
7254
  };
7255
7255
  var sm = {
7256
7256
  switch: { base: 'h-5' },
7257
- toggle: { base: 'h-4 w-4' },
7257
+ toggle: { base: 'h-4 w-4', checked: 'translate-x-6' },
7258
7258
  };
7259
7259
  var styles$4 = {
7260
7260
  base: base$3,