@khanacademy/wonder-blocks-tabs 0.0.0-PR2913-20251218231224 → 0.0.0-PR2913-20251218231344

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @khanacademy/wonder-blocks-tabs
2
2
 
3
- ## 0.0.0-PR2913-20251218231224
3
+ ## 0.0.0-PR2913-20251218231344
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -75,6 +75,10 @@ type Props = AriaLabelOrAriaLabelledby & {
75
75
  /**
76
76
  * Custom styles for the ResponsiveTabs component.
77
77
  * - `root`: Styles the root `div` element.
78
+ *
79
+ * To customize the styles of the tabs or dropdown, set the `styles` prop on
80
+ * the `tabsProps` or `dropdownProps` props. See the `Tabs` and `TabsDropdown`
81
+ * docs for more details.
78
82
  */
79
83
  styles?: {
80
84
  root?: StyleType;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tabs are used to control what content is shown",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.0.0-PR2913-20251218231224",
6
+ "version": "0.0.0-PR2913-20251218231344",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -25,8 +25,8 @@
25
25
  "@khanacademy/wonder-blocks-core": "12.4.2",
26
26
  "@khanacademy/wonder-blocks-dropdown": "10.6.1",
27
27
  "@khanacademy/wonder-blocks-icon": "5.3.5",
28
- "@khanacademy/wonder-blocks-tokens": "14.1.3",
29
- "@khanacademy/wonder-blocks-typography": "4.2.27"
28
+ "@khanacademy/wonder-blocks-typography": "4.2.27",
29
+ "@khanacademy/wonder-blocks-tokens": "14.1.3"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "aphrodite": "^1.2.5",