@onehat/ui 0.4.92 → 0.4.93

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.4.92",
3
+ "version": "0.4.93",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -279,7 +279,7 @@ import Panel from './Panel/Panel.js';
279
279
  // import Picker from './Panel/Picker.js';
280
280
  import PlusMinusButton from './Buttons/PlusMinusButton.js';
281
281
  import RadioGroup from './Form/Field/RadioGroup/RadioGroup.js';
282
- import Slider from './Form/Field/Slider.js';
282
+ // import Slider from './Form/Field/Slider.js'; // Currently, Slider is not compatible with the new React architecture. Temporarily remove it from index.js to prevent issues.
283
283
  import SquareButton from './Buttons/SquareButton.js';
284
284
  import TabPanel from './Panel/TabPanel.js';
285
285
  import Tag from './Form/Field/Tag/Tag.js';
@@ -574,7 +574,7 @@ const components = {
574
574
  // Picker,
575
575
  PlusMinusButton,
576
576
  RadioGroup,
577
- Slider,
577
+ // Slider,
578
578
  SquareButton,
579
579
  TabPanel,
580
580
  Tag,