@codecademy/gamut 68.7.1-alpha.f618c1.0 → 68.7.2-alpha.0ef7c8.0

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.
Files changed (94) hide show
  1. package/agent-tools/DESIGN.Codecademy.md +91 -121
  2. package/agent-tools/DESIGN.LXStudio.md +127 -132
  3. package/agent-tools/DESIGN.Percipio.md +129 -134
  4. package/agent-tools/DESIGN.md +12 -1
  5. package/agent-tools/rules/accessibility.mdc +1 -1
  6. package/bin/lib/claude.mjs +5 -14
  7. package/bin/lib/cursor.mjs +1 -4
  8. package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.ts +2 -2
  9. package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.js +1 -1
  10. package/dist/AccordionButtonDeprecated/ButtonDeprecated/styles/index.module.scss +5 -5
  11. package/dist/AccordionButtonDeprecated/ButtonDeprecated/styles/mixins.scss +5 -5
  12. package/dist/AccordionButtonDeprecated/ButtonDeprecated/styles/variables.scss +22 -23
  13. package/dist/AccordionButtonDeprecated/styles.module.scss +8 -6
  14. package/dist/Alert/elements.d.ts +2 -2
  15. package/dist/Anchor/index.d.ts +9 -19
  16. package/dist/Anchor/index.js +6 -9
  17. package/dist/BarChart/BarRow/elements.d.ts +45 -47
  18. package/dist/BarChart/utils/hooks.d.ts +2 -2
  19. package/dist/BarChart/utils/hooks.js +1 -3
  20. package/dist/Box/GridBox.d.ts +0 -1
  21. package/dist/Box/GridBox.js +1 -1
  22. package/dist/Box/props.d.ts +1 -1
  23. package/dist/Breadcrumbs/index.d.ts +5 -5
  24. package/dist/Breadcrumbs/index.js +2 -2
  25. package/dist/Button/CTAButton.d.ts +2 -2
  26. package/dist/Button/FillButton.d.ts +4 -4
  27. package/dist/Button/IconButton.d.ts +4 -4
  28. package/dist/Button/StrokeButton.d.ts +4 -4
  29. package/dist/Button/TextButton.d.ts +4 -4
  30. package/dist/Button/shared/InlineIconButton.d.ts +2 -2
  31. package/dist/Button/shared/styles.d.ts +3 -3
  32. package/dist/Button/shared/types.d.ts +1 -1
  33. package/dist/ButtonBase/ButtonBase.d.ts +4 -9
  34. package/dist/ButtonBase/ButtonBase.js +4 -11
  35. package/dist/Card/elements.d.ts +103 -109
  36. package/dist/Card/styles.d.ts +8 -8
  37. package/dist/Coachmark/index.d.ts +1 -1
  38. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -1
  39. package/dist/ConnectedForm/ConnectedFormGroup.js +6 -6
  40. package/dist/ConnectedForm/SubmitButton.js +3 -2
  41. package/dist/ConnectedForm/utils.d.ts +1 -1
  42. package/dist/ConnectedForm/utils.js +1 -1
  43. package/dist/DatePicker/DatePickerInput/index.d.ts +1 -1
  44. package/dist/Disclosure/elements.d.ts +12 -18
  45. package/dist/FeatureShimmer/index.js +1 -1
  46. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  47. package/dist/Form/SelectDropdown/elements/containers.js +1 -1
  48. package/dist/Form/SelectDropdown/elements/controls.js +2 -2
  49. package/dist/Form/SelectDropdown/elements/multi-value.js +2 -2
  50. package/dist/Form/SelectDropdown/types/internal.d.ts +2 -2
  51. package/dist/Form/SelectDropdown/utils.js +1 -2
  52. package/dist/Form/elements/Form.d.ts +15 -15
  53. package/dist/Form/elements/FormGroup.d.ts +1 -1
  54. package/dist/Form/styles/Checkbox-styles.d.ts +1 -1
  55. package/dist/GridForm/GridFormButtons/index.d.ts +4 -4
  56. package/dist/GridForm/GridFormInputGroup/index.js +4 -3
  57. package/dist/List/ListProvider.d.ts +1 -1
  58. package/dist/List/elements.d.ts +42 -44
  59. package/dist/Menu/MenuItem.js +6 -10
  60. package/dist/Menu/elements.d.ts +2 -2
  61. package/dist/Modals/Dialog.js +2 -6
  62. package/dist/Modals/Modal.js +2 -5
  63. package/dist/Modals/elements.d.ts +1 -1
  64. package/dist/Pagination/AnimatedPaginationButtons.d.ts +29 -31
  65. package/dist/Pagination/EllipsisButton.d.ts +2 -2
  66. package/dist/Pagination/PaginationButton.d.ts +6 -6
  67. package/dist/Pagination/utils.d.ts +29 -31
  68. package/dist/Pagination/utils.js +11 -14
  69. package/dist/Popover/Popover.js +6 -6
  70. package/dist/Popover/types.d.ts +3 -4
  71. package/dist/PopoverContainer/PopoverContainer.js +9 -9
  72. package/dist/PopoverContainer/hooks.d.ts +4 -16
  73. package/dist/PopoverContainer/hooks.js +27 -50
  74. package/dist/PopoverContainer/types.d.ts +1 -2
  75. package/dist/Tabs/TabButton.d.ts +2 -2
  76. package/dist/Tabs/TabNavLink.d.ts +2 -2
  77. package/dist/Tag/elements.d.ts +8 -14
  78. package/dist/Tag/index.js +1 -1
  79. package/dist/Tip/InfoTip/InfoTipButton.d.ts +4 -4
  80. package/dist/Tip/PreviewTip/elements.d.ts +6 -12
  81. package/dist/Tip/__tests__/helpers.d.ts +1 -1
  82. package/dist/Tip/shared/FloatingTip.js +2 -2
  83. package/dist/Tip/shared/types.d.ts +2 -2
  84. package/dist/Tip/shared/utils.js +1 -1
  85. package/dist/Typography/styles/_variables.scss +54 -0
  86. package/dist/Video/styles/vds_base_theme.scss +3 -1
  87. package/dist/index.d.ts +0 -1
  88. package/dist/index.js +0 -1
  89. package/dist/utils/react.js +2 -4
  90. package/package.json +10 -10
  91. package/dist/HiddenText/index.d.ts +0 -7
  92. package/dist/HiddenText/index.js +0 -16
  93. package/dist/utils/nullish.d.ts +0 -10
  94. package/dist/utils/nullish.js +0 -11
@@ -1,3 +1,5 @@
1
+ @use "~@codecademy/gamut-styles/utils" as *;
2
+
1
3
  @import "~@vidstack/react/player/styles/default/theme.css";
2
4
  @import "~@vidstack/react/player/styles/default/layouts/video.css";
3
5
  @import "~@vidstack/react/player/styles/default/layouts/audio.css";
@@ -24,7 +26,7 @@ iframe.vds-youtube[data-no-controls] {
24
26
  }
25
27
 
26
28
  :where(.vds-video-layout[data-sm]) :where(.vds-button) {
27
- padding: 0px 4px !important;
29
+ padding: 0px px-rem(4px) !important;
28
30
  }
29
31
 
30
32
  // Small layout volume / time slider
package/dist/index.d.ts CHANGED
@@ -27,7 +27,6 @@ export * from './FocusTrap';
27
27
  export * from './Form';
28
28
  export type { OptionStrict, ExtendedOption, SelectDropdownGroup, } from './Form/SelectDropdown';
29
29
  export * from './GridForm';
30
- export * from './HiddenText';
31
30
  export * from './Layout/Column';
32
31
  export * from './Layout/LayoutGrid';
33
32
  export * from './List';
package/dist/index.js CHANGED
@@ -25,7 +25,6 @@ export * from './Flyout';
25
25
  export * from './FocusTrap';
26
26
  export * from './Form';
27
27
  export * from './GridForm';
28
- export * from './HiddenText';
29
28
  export * from './Layout/Column';
30
29
  export * from './Layout/LayoutGrid';
31
30
  export * from './List';
@@ -1,5 +1,4 @@
1
1
  import { Children, isValidElement } from 'react';
2
- import { isNullish } from './nullish';
3
2
 
4
3
  /**
5
4
  * Recursively extracts plain text content from React children.
@@ -30,12 +29,11 @@ export const extractTextContent = children => {
30
29
  if (typeof child === 'string' || typeof child === 'number') {
31
30
  return String(child);
32
31
  }
33
- if (typeof child === 'boolean' || isNullish(child)) {
32
+ if (typeof child === 'boolean' || child == null) {
34
33
  return '';
35
34
  }
36
35
  if (/*#__PURE__*/isValidElement(child)) {
37
- const props = child.props;
38
- const textContent = props.children ?? props.text ?? '';
36
+ const textContent = child.props.children ?? child.props.text ?? '';
39
37
  return extractTextContent(textContent);
40
38
  }
41
39
  return '';
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@codecademy/gamut",
3
3
  "description": "Styleguide & Component library for Codecademy",
4
- "version": "68.7.1-alpha.f618c1.0",
4
+ "version": "68.7.2-alpha.0ef7c8.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bin": "./bin/gamut.mjs",
7
7
  "dependencies": {
8
- "@codecademy/gamut-icons": "9.57.6-alpha.f618c1.0",
9
- "@codecademy/gamut-illustrations": "0.58.12-alpha.f618c1.0",
10
- "@codecademy/gamut-patterns": "0.10.31-alpha.f618c1.0",
11
- "@codecademy/gamut-styles": "18.0.1-alpha.f618c1.0",
12
- "@codecademy/variance": "0.26.2-alpha.f618c1.0",
8
+ "@codecademy/gamut-icons": "9.57.6-alpha.0ef7c8.0",
9
+ "@codecademy/gamut-illustrations": "0.58.12-alpha.0ef7c8.0",
10
+ "@codecademy/gamut-patterns": "0.10.31-alpha.0ef7c8.0",
11
+ "@codecademy/gamut-styles": "18.0.1-alpha.0ef7c8.0",
12
+ "@codecademy/variance": "0.26.2-alpha.0ef7c8.0",
13
13
  "@formatjs/intl-locale": "5.3.1",
14
14
  "@react-aria/interactions": "3.25.0",
15
15
  "@types/marked": "^4.0.8",
16
16
  "@vidstack/react": "^1.12.12",
17
17
  "classnames": "^2.2.5",
18
- "framer-motion": "^12.0.0",
18
+ "framer-motion": "^11.18.0",
19
19
  "html-to-react": "^1.6.0",
20
20
  "invariant": "^2.2.4",
21
21
  "lodash": "^4.17.23",
@@ -23,7 +23,7 @@
23
23
  "polished": "^4.1.2",
24
24
  "react-aria-components": "1.7.1",
25
25
  "react-focus-on": "3.10.0",
26
- "react-hook-form": "^7.71.2",
26
+ "react-hook-form": "^7.65.0",
27
27
  "react-player": "^2.16.0",
28
28
  "react-select": "^5.2.2",
29
29
  "react-truncate-markup": "^5.1.2",
@@ -44,8 +44,8 @@
44
44
  "peerDependencies": {
45
45
  "@emotion/react": "^11.4.0",
46
46
  "@emotion/styled": "^11.3.0",
47
- "react": "^17.0.2 || ^18.3.0 || ^19.0.0",
48
- "react-dom": "^17.0.2 || ^18.3.0 || ^19.0.0"
47
+ "react": "^17.0.2 || ^18.3.0",
48
+ "react-dom": "^17.0.2 || ^18.3.0"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -1,7 +0,0 @@
1
- /**
2
- * @deprecated Use `<Text>` instead with `screenreader='true'`
3
- */
4
- export declare const HiddenText: import("@emotion/styled").StyledComponent<{
5
- theme?: import("@emotion/react").Theme;
6
- as?: React.ElementType;
7
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,16 +0,0 @@
1
- import _styled from "@emotion/styled/base";
2
- function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
3
- /**
4
- * @deprecated Use `<Text>` instead with `screenreader='true'`
5
- */
6
- export const HiddenText = /*#__PURE__*/_styled("span", {
7
- target: "e88fw8k0",
8
- label: "HiddenText"
9
- })(process.env.NODE_ENV === "production" ? {
10
- name: "3a43ku",
11
- styles: "display:inline-block;font-size:0;height:1px;overflow:hidden;position:absolute;width:1px"
12
- } : {
13
- name: "3a43ku",
14
- styles: "display:inline-block;font-size:0;height:1px;overflow:hidden;position:absolute;width:1px/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9IaWRkZW5UZXh0L2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLcUMiLCJmaWxlIjoiLi4vLi4vc3JjL0hpZGRlblRleHQvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkIFVzZSBgPFRleHQ+YCBpbnN0ZWFkIHdpdGggYHNjcmVlbnJlYWRlcj0ndHJ1ZSdgXG4gKi9cbmV4cG9ydCBjb25zdCBIaWRkZW5UZXh0ID0gc3R5bGVkLnNwYW5gXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgZm9udC1zaXplOiAwO1xuICBoZWlnaHQ6IDFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMXB4O1xuYDtcbiJdfQ== */",
15
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
16
- });
@@ -1,10 +0,0 @@
1
- /**
2
- * True when `value` is `null` or `undefined`.
3
- * Use instead of `value == null` when `eqeqeq` is enforced.
4
- */
5
- export declare const isNullish: (value: unknown) => value is null | undefined;
6
- /**
7
- * True when `value` is neither `null` nor `undefined`.
8
- * Use instead of `value != null` when `eqeqeq` is enforced.
9
- */
10
- export declare const isDefined: <T>(value: T | null | undefined) => value is T;
@@ -1,11 +0,0 @@
1
- /**
2
- * True when `value` is `null` or `undefined`.
3
- * Use instead of `value == null` when `eqeqeq` is enforced.
4
- */
5
- export const isNullish = value => value === null || value === undefined;
6
-
7
- /**
8
- * True when `value` is neither `null` nor `undefined`.
9
- * Use instead of `value != null` when `eqeqeq` is enforced.
10
- */
11
- export const isDefined = value => value !== undefined && value !== null;