@indoqa/ui-explorer
Advanced tools
Comparing version 1.4.0-rc.5 to 1.4.0-rc.6
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { IStyle } from 'fela'; | ||
@@ -3,0 +2,0 @@ import { BaseTheme } from '../theming/baseTheme'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { IStyle } from 'fela'; | ||
@@ -3,0 +2,0 @@ import { BaseTheme } from '../theming/baseTheme'; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import { BaseTheme } from '../theming/baseTheme'; | ||
import { BaseProps, HtmlSpanAttributesWithoutStyle, TextProps } from './types'; | ||
export declare function Text<T extends BaseTheme>(props: TextProps<T> & BaseProps<T, HtmlSpanAttributesWithoutStyle>): JSX.Element; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
export declare const headerText = "The spectacle before us was indeed sublime"; | ||
@@ -3,0 +2,0 @@ export declare const longText = "\n Apparently we had reached a great height in the atmosphere, for the sky was\n a dead black, and the stars had ceased to twinkle. By the same illusion which\n lifts the horizon of the sea to the level of the spectator on a hillside, the\n sable cloud beneath was dished out, and the car seemed to float in the middle\n of an immense dark sphere, whose upper half was strewn with silver.\n Looking down into the dark gulf below, I could see a ruddy light streaming\n through a rift in the clouds.\n"; |
@@ -1,24 +0,2 @@ | ||
import { IRenderer } from 'fela'; | ||
import * as React from 'react'; | ||
import { RouteComponentProps } from 'react-router'; | ||
import { Color, Font, FontMix, FontSize, FontSizes, Group } from './types'; | ||
import { UIETheme } from './uietheme/UIETheme'; | ||
interface Props extends RouteComponentProps { | ||
colors: Color[]; | ||
description?: string; | ||
fontMixes: FontMix[]; | ||
fontSizes: FontSizes; | ||
groups: Group[]; | ||
headlineFonts: Font[]; | ||
logo?: React.ReactNode; | ||
mountPath: string; | ||
overviewPanel?: React.ReactNode; | ||
projectName: string; | ||
showFundamentals?: boolean; | ||
textFonts: Font[]; | ||
textFontSize: FontSize; | ||
uieTheme?: UIETheme; | ||
renderer?: IRenderer; | ||
} | ||
declare const UIExplorer: React.ComponentClass<Pick<Pick<Props, "match" | "fontSizes" | "colors" | "location" | "uieTheme" | "textFontSize" | "fontMixes" | "textFonts" | "headlineFonts" | "description" | "groups" | "logo" | "mountPath" | "overviewPanel" | "projectName" | "showFundamentals" | "history" | "staticContext">, "fontSizes" | "colors" | "uieTheme" | "textFontSize" | "fontMixes" | "textFonts" | "headlineFonts" | "description" | "groups" | "logo" | "mountPath" | "overviewPanel" | "projectName" | "showFundamentals">, any> & import("react-router").WithRouterStatics<React.FC<Pick<Props, "match" | "fontSizes" | "colors" | "location" | "uieTheme" | "textFontSize" | "fontMixes" | "textFonts" | "headlineFonts" | "description" | "groups" | "logo" | "mountPath" | "overviewPanel" | "projectName" | "showFundamentals" | "history" | "staticContext">>>; | ||
declare const UIExplorer: any; | ||
export { UIExplorer }; |
{ | ||
"name": "@indoqa/ui-explorer", | ||
"version": "1.4.0-rc.5", | ||
"version": "1.4.0-rc.6", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -38,3 +38,3 @@ "description": "A React component to showcase isolated React components and an Indoqa Style-System based theme", | ||
"dependencies": { | ||
"@indoqa/style-system": "^1.4.0-rc.5", | ||
"@indoqa/style-system": "^1.4.0-rc.6", | ||
"fela": "^11.0.2", | ||
@@ -47,3 +47,3 @@ "react": "^16.12.0", | ||
}, | ||
"gitHead": "da53d9e6f35df020f0ea718217eb55dc3975c2f1" | ||
"gitHead": "297e69861f14989e1ee270db0cf49da3f8bc617e" | ||
} |
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
123126
2239