@true-tech-team/react-components 1.2.0 → 1.2.1

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/index.mjs CHANGED
@@ -5742,7 +5742,7 @@ const gr = (e) => {
5742
5742
  children: /* @__PURE__ */ t(ue, { name: $, size: B, className: Po.icon })
5743
5743
  }
5744
5744
  );
5745
- }, ad = "_buttonGroup_ql8ng_1", id = {
5745
+ }, ad = "_buttonGroup_99rrr_1", id = {
5746
5746
  buttonGroup: ad
5747
5747
  }, Oy = ({
5748
5748
  ref: e,
@@ -32,8 +32,8 @@ export interface ButtonGroupProps extends BaseComponentProps {
32
32
  * icon button.
33
33
  *
34
34
  * Buttons share the group's `variant` (same text/icon and background color) by
35
- * default, and are separated by a divider colored to match that text color.
36
- * Pass `variant` directly on a child to opt it out and give it a different look.
35
+ * default. Pass `variant` directly on a child to opt it out and give it a
36
+ * different look.
37
37
  *
38
38
  * @example
39
39
  * ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@true-tech-team/react-components",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "React TypeScript component library",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",