@wistia/vhs 2.77.2-beta.9e39acb8.85546d7 → 2.77.2-beta.badb476a.b497659

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 (46) hide show
  1. package/dist/components/Breakline/Breakline.d.ts +19 -0
  2. package/dist/components/Breakline/Breakline.d.ts.map +1 -0
  3. package/dist/components/Breakline/index.d.ts +3 -0
  4. package/dist/components/Breakline/index.d.ts.map +1 -0
  5. package/dist/components/RangeSelector/RangeSelector.d.ts +1 -1
  6. package/dist/components/RangeSelector/RangeSelector.d.ts.map +1 -1
  7. package/dist/index.cjs +484 -481
  8. package/dist/index.cjs.map +4 -4
  9. package/dist/index.d.ts +1 -2
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.mjs +398 -395
  12. package/dist/index.mjs.map +4 -4
  13. package/dist/private/components/RangeSelectorCalendar/RangeSelectorCalendar.d.ts.map +1 -0
  14. package/dist/private/components/RangeSelectorCalendar/index.d.ts.map +1 -0
  15. package/dist/private/components/RangeSelectorInput/ErrorMessages.d.ts.map +1 -0
  16. package/dist/private/components/RangeSelectorInput/RangeSelectorInput.d.ts.map +1 -0
  17. package/dist/private/components/RangeSelectorInput/constants.d.ts.map +1 -0
  18. package/dist/private/components/RangeSelectorInput/conversions.d.ts.map +1 -0
  19. package/dist/private/components/RangeSelectorInput/eventTypes.d.ts.map +1 -0
  20. package/dist/private/components/RangeSelectorInput/index.d.ts.map +1 -0
  21. package/dist/private/components/RangeSelectorInput/iterators.d.ts.map +1 -0
  22. package/dist/private/components/RangeSelectorInput/selection.d.ts.map +1 -0
  23. package/dist/private/components/RangeSelectorInput/utils.d.ts.map +1 -0
  24. package/package.json +1 -1
  25. package/dist/components/RangeSelectorCalendar/RangeSelectorCalendar.d.ts.map +0 -1
  26. package/dist/components/RangeSelectorCalendar/index.d.ts.map +0 -1
  27. package/dist/components/RangeSelectorInput/ErrorMessages.d.ts.map +0 -1
  28. package/dist/components/RangeSelectorInput/RangeSelectorInput.d.ts.map +0 -1
  29. package/dist/components/RangeSelectorInput/constants.d.ts.map +0 -1
  30. package/dist/components/RangeSelectorInput/conversions.d.ts.map +0 -1
  31. package/dist/components/RangeSelectorInput/eventTypes.d.ts.map +0 -1
  32. package/dist/components/RangeSelectorInput/index.d.ts.map +0 -1
  33. package/dist/components/RangeSelectorInput/iterators.d.ts.map +0 -1
  34. package/dist/components/RangeSelectorInput/selection.d.ts.map +0 -1
  35. package/dist/components/RangeSelectorInput/utils.d.ts.map +0 -1
  36. /package/dist/{components → private/components}/RangeSelectorCalendar/RangeSelectorCalendar.d.ts +0 -0
  37. /package/dist/{components → private/components}/RangeSelectorCalendar/index.d.ts +0 -0
  38. /package/dist/{components → private/components}/RangeSelectorInput/ErrorMessages.d.ts +0 -0
  39. /package/dist/{components → private/components}/RangeSelectorInput/RangeSelectorInput.d.ts +0 -0
  40. /package/dist/{components → private/components}/RangeSelectorInput/constants.d.ts +0 -0
  41. /package/dist/{components → private/components}/RangeSelectorInput/conversions.d.ts +0 -0
  42. /package/dist/{components → private/components}/RangeSelectorInput/eventTypes.d.ts +0 -0
  43. /package/dist/{components → private/components}/RangeSelectorInput/index.d.ts +0 -0
  44. /package/dist/{components → private/components}/RangeSelectorInput/iterators.d.ts +0 -0
  45. /package/dist/{components → private/components}/RangeSelectorInput/selection.d.ts +0 -0
  46. /package/dist/{components → private/components}/RangeSelectorInput/utils.d.ts +0 -0
@@ -0,0 +1,19 @@
1
+ import type { ReactNode, ComponentPropsWithoutRef, JSX } from 'react';
2
+ export type BreaklineComponentProps = {
3
+ $hyphenated: boolean;
4
+ };
5
+ export type BreaklineProps = ComponentPropsWithoutRef<'div'> & {
6
+ /**
7
+ * The text that will be broken onto a new line
8
+ */
9
+ children: ReactNode;
10
+ /**
11
+ * Use a hyphen before breaking
12
+ */
13
+ hyphenated?: boolean;
14
+ };
15
+ export declare const Breakline: {
16
+ ({ children, hyphenated, ...otherProps }: BreaklineProps): JSX.Element;
17
+ displayName: string;
18
+ };
19
+ //# sourceMappingURL=Breakline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breakline.d.ts","sourceRoot":"","sources":["../../../src/components/Breakline/Breakline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,wBAAwB,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGtE,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAAG;IAC7D;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAOF,eAAO,MAAM,SAAS;8CAInB,cAAc,GAAG,GAAG,CAAC,OAAO;;CAO9B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export type { BreaklineProps } from './Breakline';
2
+ export { Breakline } from './Breakline';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Breakline/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { JSX, ComponentType } from 'react';
2
- import type { DateRangeType } from '../RangeSelectorInput/utils';
2
+ import type { DateRangeType } from '../../private/components/RangeSelectorInput/utils';
3
3
  type Preset = {
4
4
  label?: string;
5
5
  value: {
@@ -1 +1 @@
1
- {"version":3,"file":"RangeSelector.d.ts","sourceRoot":"","sources":["../../../src/components/RangeSelector/RangeSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,GAAG,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAY5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAmKjE,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE;QACL,GAAG,EAAE,IAAI,CAAC;QACV,KAAK,EAAE,IAAI,CAAC;KACb,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC/D;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,SAAS,EAAE,aAAa,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IAC5D;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,aAAa,KAAK,OAAO,CAAC;IAIjD,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IAEH,sBAAsB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CAC7D,CAAC;AAEF,eAAO,MAAM,aAAa;gLAkBvB,kBAAkB,GAAG,GAAG,CAAC,OAAO;;CAkKlC,CAAC"}
1
+ {"version":3,"file":"RangeSelector.d.ts","sourceRoot":"","sources":["../../../src/components/RangeSelector/RangeSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,GAAG,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mDAAmD,CAAC;AA2KvF,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE;QACL,GAAG,EAAE,IAAI,CAAC;QACV,KAAK,EAAE,IAAI,CAAC;KACb,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACzB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC/D;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB;;OAEG;IACH,UAAU,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,SAAS,EAAE,aAAa,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IAC5D;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,aAAa,KAAK,OAAO,CAAC;IAIjD,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IAEH,sBAAsB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CAC7D,CAAC;AAEF,eAAO,MAAM,aAAa;gLAkBvB,kBAAkB,GAAG,GAAG,CAAC,OAAO;;CAkKlC,CAAC"}