@codecademy/gamut 72.2.5-alpha.cd2140.0 → 72.2.5-alpha.f6eeb2.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 (79) hide show
  1. package/dist/Alert/elements.d.ts +2 -2
  2. package/dist/Anchor/index.d.ts +19 -9
  3. package/dist/Anchor/index.js +9 -6
  4. package/dist/BarChart/BarRow/elements.d.ts +47 -45
  5. package/dist/BarChart/utils/hooks.d.ts +2 -2
  6. package/dist/BarChart/utils/hooks.js +3 -1
  7. package/dist/Box/GridBox.d.ts +1 -0
  8. package/dist/Box/GridBox.js +1 -1
  9. package/dist/Box/props.d.ts +1 -1
  10. package/dist/Breadcrumbs/index.d.ts +5 -5
  11. package/dist/Breadcrumbs/index.js +2 -2
  12. package/dist/Button/CTAButton.d.ts +2 -2
  13. package/dist/Button/FillButton.d.ts +4 -4
  14. package/dist/Button/IconButton.d.ts +4 -4
  15. package/dist/Button/StrokeButton.d.ts +4 -4
  16. package/dist/Button/TextButton.d.ts +4 -4
  17. package/dist/Button/shared/InlineIconButton.d.ts +2 -2
  18. package/dist/Button/shared/styles.d.ts +3 -3
  19. package/dist/Button/shared/types.d.ts +1 -1
  20. package/dist/ButtonBase/ButtonBase.d.ts +9 -4
  21. package/dist/ButtonBase/ButtonBase.js +11 -4
  22. package/dist/Card/elements.d.ts +109 -103
  23. package/dist/Card/styles.d.ts +8 -8
  24. package/dist/Coachmark/index.d.ts +1 -1
  25. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -1
  26. package/dist/ConnectedForm/ConnectedFormGroup.js +3 -2
  27. package/dist/ConnectedForm/utils.d.ts +1 -1
  28. package/dist/ConnectedForm/utils.js +1 -1
  29. package/dist/DatePicker/DatePickerInput/index.d.ts +1 -1
  30. package/dist/Disclosure/elements.d.ts +18 -12
  31. package/dist/FeatureShimmer/index.js +1 -1
  32. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  33. package/dist/Form/SelectDropdown/elements/containers.js +1 -1
  34. package/dist/Form/SelectDropdown/elements/controls.js +2 -2
  35. package/dist/Form/SelectDropdown/elements/multi-value.js +2 -2
  36. package/dist/Form/SelectDropdown/types/internal.d.ts +2 -2
  37. package/dist/Form/SelectDropdown/utils.js +2 -1
  38. package/dist/Form/elements/Form.d.ts +15 -15
  39. package/dist/Form/elements/FormGroup.d.ts +1 -1
  40. package/dist/Form/styles/Checkbox-styles.d.ts +1 -1
  41. package/dist/GridForm/GridFormButtons/index.d.ts +4 -4
  42. package/dist/List/ListProvider.d.ts +1 -1
  43. package/dist/List/elements.d.ts +44 -42
  44. package/dist/Menu/MenuItem.js +10 -6
  45. package/dist/Menu/elements.d.ts +2 -2
  46. package/dist/Modals/Dialog.js +6 -2
  47. package/dist/Modals/Modal.js +5 -2
  48. package/dist/Modals/elements.d.ts +1 -1
  49. package/dist/Pagination/AnimatedPaginationButtons.d.ts +31 -29
  50. package/dist/Pagination/EllipsisButton.d.ts +2 -2
  51. package/dist/Pagination/PaginationButton.d.ts +6 -6
  52. package/dist/Pagination/utils.d.ts +31 -29
  53. package/dist/Pagination/utils.js +14 -11
  54. package/dist/Popover/Popover.js +6 -6
  55. package/dist/Popover/types.d.ts +4 -3
  56. package/dist/PopoverContainer/PopoverContainer.js +9 -9
  57. package/dist/PopoverContainer/hooks.d.ts +16 -4
  58. package/dist/PopoverContainer/hooks.js +50 -27
  59. package/dist/PopoverContainer/types.d.ts +2 -1
  60. package/dist/Tabs/TabButton.d.ts +2 -2
  61. package/dist/Tabs/TabNavLink.d.ts +2 -2
  62. package/dist/Tag/elements.d.ts +14 -8
  63. package/dist/Tag/index.js +1 -1
  64. package/dist/Tip/InfoTip/InfoTipButton.d.ts +4 -4
  65. package/dist/Tip/PreviewTip/elements.d.ts +12 -6
  66. package/dist/Tip/__tests__/helpers.d.ts +1 -1
  67. package/dist/Tip/shared/FloatingTip.js +2 -2
  68. package/dist/Tip/shared/types.d.ts +2 -2
  69. package/dist/Tip/shared/utils.js +1 -1
  70. package/dist/Video/lib/VidstackPlayer.d.ts +1 -1
  71. package/dist/Video/lib/VidstackPlayer.js +2 -4
  72. package/dist/Video/styles/vds_base_theme.scss +101 -0
  73. package/dist/utils/nullish.d.ts +10 -0
  74. package/dist/utils/nullish.js +11 -0
  75. package/dist/utils/react.js +4 -2
  76. package/package.json +10 -10
  77. package/dist/Video/styles.d.ts +0 -1
  78. package/dist/Video/styles.js +0 -10
  79. package/dist/Video/vidstack-vendor.css +0 -3
@@ -0,0 +1,101 @@
1
+ @import "~@vidstack/react/player/styles/default/theme.css";
2
+ @import "~@vidstack/react/player/styles/default/layouts/video.css";
3
+ @import "~@vidstack/react/player/styles/default/layouts/audio.css";
4
+
5
+ /**
6
+ * Youtube overlay
7
+ * - Why 120% ? hiding yt logo and copy link button which are not accessible.
8
+ */
9
+ iframe.vds-youtube[data-no-controls] {
10
+ height: 120%;
11
+ }
12
+
13
+ [data-started] iframe.vds-youtube[data-no-controls] {
14
+ height: 1000%;
15
+ }
16
+
17
+ // Control buttons
18
+ :where(.vds-button .vds-icon) {
19
+ border-radius: unset;
20
+ }
21
+
22
+ .vds-controls button {
23
+ border-radius: var(--media-button-border-radius);
24
+ }
25
+
26
+ :where(.vds-video-layout[data-sm]) :where(.vds-button) {
27
+ padding: 0px 4px !important;
28
+ }
29
+
30
+ // Small layout volume / time slider
31
+ :where(.vds-video-layout[data-sm] .vds-volume-slider .vds-slider-track) {
32
+ background-color: var(--color-gray-600);
33
+ }
34
+ :where(.vds-video-layout[data-sm] .vds-volume-slider .vds-slider-track-fill) {
35
+ background-color: var(--color-secondary);
36
+ }
37
+ .vds-video-layout .vds-time-slider .vds-slider-value {
38
+ border: unset;
39
+ color: white;
40
+ }
41
+
42
+ // Tooltip
43
+ .vds-tooltip-content::after {
44
+ content: "";
45
+ -webkit-transform: rotate(45deg);
46
+ -moz-transform: rotate(45deg);
47
+ -ms-transform: rotate(45deg);
48
+ transform: rotate(45deg);
49
+ border-style: solid;
50
+ display: block;
51
+ width: 1rem;
52
+ height: 1rem;
53
+ position: absolute;
54
+ border-color: currentColor;
55
+ }
56
+ :where(.vds-tooltip-content[data-placement~="top"])::after {
57
+ border-width: 0 1px 1px 0;
58
+ bottom: -0.5rem;
59
+ left: calc(50% - 0.5rem);
60
+ background-image: linear-gradient(
61
+ to top left,
62
+ var(--color-background-contrast) 55%,
63
+ rgba(0, 0, 0, 0) 20%
64
+ );
65
+ }
66
+
67
+ :where(.vds-tooltip-content[data-placement~="bottom"])::after {
68
+ border-width: 1px 0px 0px 1px;
69
+ top: -0.5rem;
70
+ left: calc(50% - 0.5rem);
71
+ background-image: linear-gradient(
72
+ to bottom right,
73
+ var(--color-background-contrast) 55%,
74
+ rgba(0, 0, 0, 0) 20%
75
+ );
76
+ }
77
+
78
+ :where(.vds-tooltip-content[data-placement~="start"])::after {
79
+ left: calc(0% + 0.5rem);
80
+ }
81
+ :where(.vds-tooltip-content[data-placement~="end"])::after {
82
+ left: unset;
83
+ right: calc(0% + 0.5rem);
84
+ }
85
+
86
+ @keyframes vds-tooltip-exit {
87
+ 0% {
88
+ opacity: 1;
89
+ }
90
+ 100% {
91
+ opacity: 0;
92
+ }
93
+ }
94
+ @keyframes vds-tooltip-enter {
95
+ 0% {
96
+ opacity: 0;
97
+ }
98
+ 100% {
99
+ opacity: 1;
100
+ }
101
+ }
@@ -0,0 +1,10 @@
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;
@@ -0,0 +1,11 @@
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;
@@ -1,4 +1,5 @@
1
1
  import { Children, isValidElement } from 'react';
2
+ import { isNullish } from './nullish';
2
3
 
3
4
  /**
4
5
  * Recursively extracts plain text content from React children.
@@ -29,11 +30,12 @@ export const extractTextContent = children => {
29
30
  if (typeof child === 'string' || typeof child === 'number') {
30
31
  return String(child);
31
32
  }
32
- if (typeof child === 'boolean' || child == null) {
33
+ if (typeof child === 'boolean' || isNullish(child)) {
33
34
  return '';
34
35
  }
35
36
  if (/*#__PURE__*/isValidElement(child)) {
36
- const textContent = child.props.children ?? child.props.text ?? '';
37
+ const props = child.props;
38
+ const textContent = props.children ?? props.text ?? '';
37
39
  return extractTextContent(textContent);
38
40
  }
39
41
  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": "72.2.5-alpha.cd2140.0",
4
+ "version": "72.2.5-alpha.f6eeb2.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "bin": "./bin/gamut.mjs",
7
7
  "dependencies": {
8
- "@codecademy/gamut-icons": "9.57.11-alpha.cd2140.0",
9
- "@codecademy/gamut-illustrations": "0.58.16-alpha.cd2140.0",
10
- "@codecademy/gamut-patterns": "0.10.35-alpha.cd2140.0",
11
- "@codecademy/gamut-styles": "20.0.3-alpha.cd2140.0",
12
- "@codecademy/variance": "0.26.2-alpha.cd2140.0",
8
+ "@codecademy/gamut-icons": "9.57.11-alpha.f6eeb2.0",
9
+ "@codecademy/gamut-illustrations": "0.58.16-alpha.f6eeb2.0",
10
+ "@codecademy/gamut-patterns": "0.10.35-alpha.f6eeb2.0",
11
+ "@codecademy/gamut-styles": "20.0.3-alpha.f6eeb2.0",
12
+ "@codecademy/variance": "0.26.2-alpha.f6eeb2.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": "^11.18.0",
18
+ "framer-motion": "^12.0.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.65.0",
26
+ "react-hook-form": "^7.71.2",
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",
48
- "react-dom": "^17.0.2 || ^18.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"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -1 +0,0 @@
1
- export declare const vdsBaseThemeStyles: import("@emotion/react").SerializedStyles;
@@ -1,10 +0,0 @@
1
- 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)."; }
2
- import { css } from '@emotion/react';
3
- export const vdsBaseThemeStyles = process.env.NODE_ENV === "production" ? {
4
- name: "169rs5q-vdsBaseThemeStyles",
5
- styles: "iframe.vds-youtube[data-no-controls]{height:120%;}[data-started] iframe.vds-youtube[data-no-controls]{height:1000%;}:where(.vds-button .vds-icon){border-radius:unset;}.vds-controls button{border-radius:var(--media-button-border-radius);}:where(.vds-video-layout[data-sm]) :where(.vds-button){padding:0px 4px!important;}:where(.vds-video-layout[data-sm] .vds-volume-slider .vds-slider-track){background-color:var(--color-gray-600);}:where(.vds-video-layout[data-sm] .vds-volume-slider .vds-slider-track-fill){background-color:var(--color-secondary);}.vds-video-layout .vds-time-slider .vds-slider-value{border:unset;color:white;}.vds-tooltip-content::after{content:'';-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-style:solid;display:block;width:1rem;height:1rem;position:absolute;border-color:currentColor;}:where(.vds-tooltip-content[data-placement~='top'])::after{border-width:0 1px 1px 0;bottom:-0.5rem;left:calc(50% - 0.5rem);background-image:linear-gradient(\n to top left,\n var(--color-background-contrast) 55%,\n rgba(0, 0, 0, 0) 20%\n );}:where(.vds-tooltip-content[data-placement~='bottom'])::after{border-width:1px 0px 0px 1px;top:-0.5rem;left:calc(50% - 0.5rem);background-image:linear-gradient(\n to bottom right,\n var(--color-background-contrast) 55%,\n rgba(0, 0, 0, 0) 20%\n );}:where(.vds-tooltip-content[data-placement~='start'])::after{left:calc(0% + 0.5rem);}:where(.vds-tooltip-content[data-placement~='end'])::after{left:unset;right:calc(0% + 0.5rem);}@keyframes vds-tooltip-exit{0%{opacity:1;}100%{opacity:0;}}@keyframes vds-tooltip-enter{0%{opacity:0;}100%{opacity:1;}};label:vdsBaseThemeStyles;"
6
- } : {
7
- name: "169rs5q-vdsBaseThemeStyles",
8
- styles: "iframe.vds-youtube[data-no-controls]{height:120%;}[data-started] iframe.vds-youtube[data-no-controls]{height:1000%;}:where(.vds-button .vds-icon){border-radius:unset;}.vds-controls button{border-radius:var(--media-button-border-radius);}:where(.vds-video-layout[data-sm]) :where(.vds-button){padding:0px 4px!important;}:where(.vds-video-layout[data-sm] .vds-volume-slider .vds-slider-track){background-color:var(--color-gray-600);}:where(.vds-video-layout[data-sm] .vds-volume-slider .vds-slider-track-fill){background-color:var(--color-secondary);}.vds-video-layout .vds-time-slider .vds-slider-value{border:unset;color:white;}.vds-tooltip-content::after{content:'';-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-style:solid;display:block;width:1rem;height:1rem;position:absolute;border-color:currentColor;}:where(.vds-tooltip-content[data-placement~='top'])::after{border-width:0 1px 1px 0;bottom:-0.5rem;left:calc(50% - 0.5rem);background-image:linear-gradient(\n to top left,\n var(--color-background-contrast) 55%,\n rgba(0, 0, 0, 0) 20%\n );}:where(.vds-tooltip-content[data-placement~='bottom'])::after{border-width:1px 0px 0px 1px;top:-0.5rem;left:calc(50% - 0.5rem);background-image:linear-gradient(\n to bottom right,\n var(--color-background-contrast) 55%,\n rgba(0, 0, 0, 0) 20%\n );}:where(.vds-tooltip-content[data-placement~='start'])::after{left:calc(0% + 0.5rem);}:where(.vds-tooltip-content[data-placement~='end'])::after{left:unset;right:calc(0% + 0.5rem);}@keyframes vds-tooltip-exit{0%{opacity:1;}100%{opacity:0;}}@keyframes vds-tooltip-enter{0%{opacity:0;}100%{opacity:1;}};label:vdsBaseThemeStyles;/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9WaWRlby9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRXFDIiwiZmlsZSI6Ii4uLy4uL3NyYy9WaWRlby9zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmV4cG9ydCBjb25zdCB2ZHNCYXNlVGhlbWVTdHlsZXMgPSBjc3NgXG4gIC8qKlxuICAgKiBZb3V0dWJlIG92ZXJsYXlcbiAgICogLSBXaHkgMTIwJSA/IGhpZGluZyB5dCBsb2dvIGFuZCBjb3B5IGxpbmsgYnV0dG9uIHdoaWNoIGFyZSBub3QgYWNjZXNzaWJsZS5cbiAgICovXG4gIGlmcmFtZS52ZHMteW91dHViZVtkYXRhLW5vLWNvbnRyb2xzXSB7XG4gICAgaGVpZ2h0OiAxMjAlO1xuICB9XG5cbiAgW2RhdGEtc3RhcnRlZF0gaWZyYW1lLnZkcy15b3V0dWJlW2RhdGEtbm8tY29udHJvbHNdIHtcbiAgICBoZWlnaHQ6IDEwMDAlO1xuICB9XG5cbiAgLyogQ29udHJvbCBidXR0b25zICovXG4gIDp3aGVyZSgudmRzLWJ1dHRvbiAudmRzLWljb24pIHtcbiAgICBib3JkZXItcmFkaXVzOiB1bnNldDtcbiAgfVxuXG4gIC52ZHMtY29udHJvbHMgYnV0dG9uIHtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoLS1tZWRpYS1idXR0b24tYm9yZGVyLXJhZGl1cyk7XG4gIH1cblxuICA6d2hlcmUoLnZkcy12aWRlby1sYXlvdXRbZGF0YS1zbV0pIDp3aGVyZSgudmRzLWJ1dHRvbikge1xuICAgIHBhZGRpbmc6IDBweCA0cHggIWltcG9ydGFudDtcbiAgfVxuXG4gIC8qIFNtYWxsIGxheW91dCB2b2x1bWUgLyB0aW1lIHNsaWRlciAqL1xuICA6d2hlcmUoLnZkcy12aWRlby1sYXlvdXRbZGF0YS1zbV0gLnZkcy12b2x1bWUtc2xpZGVyIC52ZHMtc2xpZGVyLXRyYWNrKSB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tY29sb3ItZ3JheS02MDApO1xuICB9XG4gIDp3aGVyZSgudmRzLXZpZGVvLWxheW91dFtkYXRhLXNtXSAudmRzLXZvbHVtZS1zbGlkZXIgLnZkcy1zbGlkZXItdHJhY2stZmlsbCkge1xuICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLWNvbG9yLXNlY29uZGFyeSk7XG4gIH1cbiAgLnZkcy12aWRlby1sYXlvdXQgLnZkcy10aW1lLXNsaWRlciAudmRzLXNsaWRlci12YWx1ZSB7XG4gICAgYm9yZGVyOiB1bnNldDtcbiAgICBjb2xvcjogd2hpdGU7XG4gIH1cblxuICAvKiBUb29sdGlwICovXG4gIC52ZHMtdG9vbHRpcC1jb250ZW50OjphZnRlciB7XG4gICAgY29udGVudDogJyc7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XG4gICAgLW1vei10cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XG4gICAgLW1zLXRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XG4gICAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICB3aWR0aDogMXJlbTtcbiAgICBoZWlnaHQ6IDFyZW07XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGJvcmRlci1jb2xvcjogY3VycmVudENvbG9yO1xuICB9XG4gIDp3aGVyZSgudmRzLXRvb2x0aXAtY29udGVudFtkYXRhLXBsYWNlbWVudH49J3RvcCddKTo6YWZ0ZXIge1xuICAgIGJvcmRlci13aWR0aDogMCAxcHggMXB4IDA7XG4gICAgYm90dG9tOiAtMC41cmVtO1xuICAgIGxlZnQ6IGNhbGMoNTAlIC0gMC41cmVtKTtcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiBsaW5lYXItZ3JhZGllbnQoXG4gICAgICB0byB0b3AgbGVmdCxcbiAgICAgIHZhcigtLWNvbG9yLWJhY2tncm91bmQtY29udHJhc3QpIDU1JSxcbiAgICAgIHJnYmEoMCwgMCwgMCwgMCkgMjAlXG4gICAgKTtcbiAgfVxuXG4gIDp3aGVyZSgudmRzLXRvb2x0aXAtY29udGVudFtkYXRhLXBsYWNlbWVudH49J2JvdHRvbSddKTo6YWZ0ZXIge1xuICAgIGJvcmRlci13aWR0aDogMXB4IDBweCAwcHggMXB4O1xuICAgIHRvcDogLTAuNXJlbTtcbiAgICBsZWZ0OiBjYWxjKDUwJSAtIDAuNXJlbSk7XG4gICAgYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KFxuICAgICAgdG8gYm90dG9tIHJpZ2h0LFxuICAgICAgdmFyKC0tY29sb3ItYmFja2dyb3VuZC1jb250cmFzdCkgNTUlLFxuICAgICAgcmdiYSgwLCAwLCAwLCAwKSAyMCVcbiAgICApO1xuICB9XG5cbiAgOndoZXJlKC52ZHMtdG9vbHRpcC1jb250ZW50W2RhdGEtcGxhY2VtZW50fj0nc3RhcnQnXSk6OmFmdGVyIHtcbiAgICBsZWZ0OiBjYWxjKDAlICsgMC41cmVtKTtcbiAgfVxuICA6d2hlcmUoLnZkcy10b29sdGlwLWNvbnRlbnRbZGF0YS1wbGFjZW1lbnR+PSdlbmQnXSk6OmFmdGVyIHtcbiAgICBsZWZ0OiB1bnNldDtcbiAgICByaWdodDogY2FsYygwJSArIDAuNXJlbSk7XG4gIH1cblxuICBAa2V5ZnJhbWVzIHZkcy10b29sdGlwLWV4aXQge1xuICAgIDAlIHtcbiAgICAgIG9wYWNpdHk6IDE7XG4gICAgfVxuICAgIDEwMCUge1xuICAgICAgb3BhY2l0eTogMDtcbiAgICB9XG4gIH1cbiAgQGtleWZyYW1lcyB2ZHMtdG9vbHRpcC1lbnRlciB7XG4gICAgMCUge1xuICAgICAgb3BhY2l0eTogMDtcbiAgICB9XG4gICAgMTAwJSB7XG4gICAgICBvcGFjaXR5OiAxO1xuICAgIH1cbiAgfVxuYDtcbiJdfQ== */",
9
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
10
- };
@@ -1,3 +0,0 @@
1
- @import "~@vidstack/react/player/styles/default/theme.css";
2
- @import "~@vidstack/react/player/styles/default/layouts/video.css";
3
- @import "~@vidstack/react/player/styles/default/layouts/audio.css";