@livepeer/core
Advanced tools
Comparing version 1.0.0-next.5 to 1.0.0-next.6
@@ -8,2 +8,2 @@ export { createControllerStore, DEFAULT_AUTOHIDE_TIME, DEFAULT_VOLUME_LEVEL, } from './controller'; | ||
export { aspectRatios } from './theme'; | ||
export type { AspectRatio, ThemeConfig } from './theme'; | ||
export type { AspectRatio, FontWeights, ThemeConfig } from './theme'; |
@@ -23,2 +23,3 @@ export declare const aspectRatios: readonly [{ | ||
export type AspectRatio = typeof aspectRatios[number]['key']; | ||
export type FontWeights = 'normal' | 'bold' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'; | ||
export type ThemeConfig = Partial<{ | ||
@@ -48,2 +49,3 @@ borderStyles: { | ||
volumeThumb?: string | undefined; | ||
errorText?: string | undefined; | ||
}; | ||
@@ -60,5 +62,12 @@ fonts: { | ||
titleFontSizeSm?: string | number | undefined; | ||
errorTitleFontSize?: string | number | undefined; | ||
errorTitleFontSizeMd?: string | number | undefined; | ||
errorTitleFontSizeSm?: string | number | undefined; | ||
errorTextFontSize?: string | number | undefined; | ||
errorTextFontSizeMd?: string | number | undefined; | ||
errorTextFontSizeSm?: string | number | undefined; | ||
}; | ||
fontWeights: { | ||
titleFontWeight?: 'normal' | 'bold' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | undefined; | ||
titleFontWeight?: FontWeights | undefined; | ||
errorTitleFontWeight?: FontWeights | undefined; | ||
}; | ||
@@ -65,0 +74,0 @@ sizes: { |
@@ -1,3 +0,3 @@ | ||
export declare const core = "@livepeer/core@1.0.0-next.5"; | ||
export declare const react = "@livepeer/react-native@2.0.0-next.16"; | ||
export declare const reactNative = "@livepeer/react@1.0.0-next.15"; | ||
export declare const core = "@livepeer/core@1.0.0-next.6"; | ||
export declare const react = "@livepeer/react-native@2.0.0-next.18"; | ||
export declare const reactNative = "@livepeer/react@1.0.0-next.17"; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.0-next.5", | ||
"version": "1.0.0-next.6", | ||
"repository": { | ||
@@ -12,3 +12,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://livepeerjs.org", | ||
"homepage": "https://docs.livepeer.org", | ||
"main": "dist/livepeer-core.cjs.js", | ||
@@ -15,0 +15,0 @@ "module": "dist/livepeer-core.esm.js", |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.0.0-next.5`; | ||
const react = `@livepeer/react-native@2.0.0-next.16`; | ||
const reactNative = `@livepeer/react@1.0.0-next.15`; | ||
const core = `@livepeer/core@1.0.0-next.6`; | ||
const react = `@livepeer/react-native@2.0.0-next.18`; | ||
const reactNative = `@livepeer/react@1.0.0-next.17`; | ||
@@ -38,0 +38,0 @@ class BaseLivepeerProvider { |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.0.0-next.5`; | ||
const react = `@livepeer/react-native@2.0.0-next.16`; | ||
const reactNative = `@livepeer/react@1.0.0-next.15`; | ||
const core = `@livepeer/core@1.0.0-next.6`; | ||
const react = `@livepeer/react-native@2.0.0-next.18`; | ||
const reactNative = `@livepeer/react@1.0.0-next.17`; | ||
@@ -38,0 +38,0 @@ class BaseLivepeerProvider { |
@@ -6,5 +6,5 @@ import * as tus from 'tus-js-client'; | ||
const core = `@livepeer/core@1.0.0-next.5`; | ||
const react = `@livepeer/react-native@2.0.0-next.16`; | ||
const reactNative = `@livepeer/react@1.0.0-next.15`; | ||
const core = `@livepeer/core@1.0.0-next.6`; | ||
const react = `@livepeer/react-native@2.0.0-next.18`; | ||
const reactNative = `@livepeer/react@1.0.0-next.17`; | ||
@@ -11,0 +11,0 @@ class BaseLivepeerProvider { |
@@ -5,3 +5,3 @@ # @livepeer/core | ||
The `@livepeer/core` package is used as a dependency in `livepeer` and `@livepeer/core-react` - it should not be installed directly. For full documentation and examples, visit [livepeerjs.org](https://livepeerjs.org). | ||
The `@livepeer/core` package is used as a dependency in `livepeer` and `@livepeer/core-react` - it should not be installed directly. For full documentation and examples, visit [docs.livepeer.org](https://docs.livepeer.org). | ||
@@ -8,0 +8,0 @@ ## Community |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
830319
33544