@indoqa/ui-explorer
Advanced tools
Comparing version 1.4.0-rc.10 to 1.4.0
@@ -715,3 +715,3 @@ 'use strict'; | ||
}; | ||
UIExplorerImpl.prototype.componentWillMount = function () { | ||
UIExplorerImpl.prototype.UNSAFE_componentWillMount = function () { | ||
if (this.props.renderer) { | ||
@@ -726,3 +726,3 @@ this.props.renderer.renderStatic({ | ||
}; | ||
UIExplorerImpl.prototype.componentWillUpdate = function (nextProps) { | ||
UIExplorerImpl.prototype.UNSAFE_componentWillUpdate = function (nextProps) { | ||
var currentLocation = this.props.location; | ||
@@ -729,0 +729,0 @@ var nextLocation = nextProps.location; |
@@ -711,3 +711,3 @@ import { Box, Flex, Grid, Row, Panel, withRenderer } from '@indoqa/style-system'; | ||
}; | ||
UIExplorerImpl.prototype.componentWillMount = function () { | ||
UIExplorerImpl.prototype.UNSAFE_componentWillMount = function () { | ||
if (this.props.renderer) { | ||
@@ -722,3 +722,3 @@ this.props.renderer.renderStatic({ | ||
}; | ||
UIExplorerImpl.prototype.componentWillUpdate = function (nextProps) { | ||
UIExplorerImpl.prototype.UNSAFE_componentWillUpdate = function (nextProps) { | ||
var currentLocation = this.props.location; | ||
@@ -725,0 +725,0 @@ var nextLocation = nextProps.location; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { IStyle } from 'fela'; | ||
@@ -2,0 +3,0 @@ import { BaseTheme } from '../theming/baseTheme'; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { IStyle } from 'fela'; | ||
@@ -2,0 +3,0 @@ import { BaseTheme } from '../theming/baseTheme'; |
@@ -0,3 +1,4 @@ | ||
/// <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; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
export declare const headerText = "The spectacle before us was indeed sublime"; | ||
@@ -2,0 +3,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"; |
{ | ||
"name": "@indoqa/ui-explorer", | ||
"version": "1.4.0-rc.10", | ||
"version": "1.4.0", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -39,3 +39,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.10", | ||
"@indoqa/style-system": "^1.4.0", | ||
"fela": "^11.0.2", | ||
@@ -48,3 +48,3 @@ "react": "^16.12.0", | ||
}, | ||
"gitHead": "e31d21df669aca5df5909ebecf9f621a574ddd4f" | ||
"gitHead": "344129098c410c5160358824c5757a83d959197b" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
123429
2244
1
Updated@indoqa/style-system@^1.4.0