@adoptaunabuelo/react-components 0.3.151 → 0.3.154

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
@@ -1123,8 +1123,8 @@ interface Props$6 {
1123
1123
  options: Array<OptionProps$1>;
1124
1124
  /** Currently selected tab (controlled component) */
1125
1125
  selectedOption?: OptionProps$1;
1126
- /** Visual design: `primary` (underline) or `secondary` (rounded background) */
1127
- design?: "primary" | "secondary";
1126
+ /** Visual design: `primary` (underline), `secondary` (rounded background) or `third` (segmented control) */
1127
+ design?: "primary" | "secondary" | "third";
1128
1128
  /** Callback fired when tab selection changes */
1129
1129
  onChange?: (option: OptionProps$1) => void;
1130
1130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.3.151",
3
+ "version": "0.3.154",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,