@wistia/vhs 2.77.2-beta.76356753.02bbe14 → 2.77.2-beta.9e39acb8.85546d7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.77.2-beta.76356753.02bbe14",
3
+ "version": "2.77.2-beta.9e39acb8.85546d7",
4
4
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.cjs",
@@ -80,7 +80,8 @@
80
80
  "slate-hyperscript": "^0.100.0",
81
81
  "slate-react": "0.99.0",
82
82
  "throttle-debounce": "^5.0.2",
83
- "type-fest": "^4.41.0"
83
+ "type-fest": "^4.41.0",
84
+ "uuid": "^11.1.0"
84
85
  },
85
86
  "devDependencies": {
86
87
  "@karibash/pixel-units": "^2.3.0",
@@ -1,19 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- export type { BreaklineProps } from './Breakline';
2
- export { Breakline } from './Breakline';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
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"}