@indoqa/ui-explorer
Advanced tools
Comparing version 1.4.1-alpha.2 to 1.4.1-alpha.3
@@ -26,8 +26,6 @@ 'use strict'; | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
function __extends(d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -34,0 +32,0 @@ function __() { this.constructor = d; } |
@@ -22,8 +22,6 @@ import { Box, Grid, Row, Panel, Flex, withRenderer } from '@indoqa/style-system'; | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
function __extends(d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -30,0 +28,0 @@ function __() { this.constructor = d; } |
@@ -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'; |
@@ -8,5 +8,5 @@ import * as React from 'react'; | ||
} | ||
export declare class ColRow<T extends BaseTheme> extends React.Component<Props<T>> { | ||
export declare class ColRow<T extends BaseTheme> extends React.Component<Props<T>, unknown> { | ||
render(): JSX.Element; | ||
} | ||
export {}; |
@@ -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; |
@@ -19,3 +19,2 @@ export * from './components/extendBox'; | ||
export * from './theming/mediaQueryHelper'; | ||
export * from './theming/PStyle'; | ||
export * from './theming/sortBreakpoints'; |
@@ -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"; |
{ | ||
"name": "@indoqa/ui-explorer", | ||
"version": "1.4.1-alpha.2", | ||
"version": "1.4.1-alpha.3", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -31,5 +31,5 @@ "description": "A React component to showcase isolated React components and an Indoqa Style-System based theme", | ||
"peerDependencies": { | ||
"@indoqa/style-system": ">=1.4.0", | ||
"@indoqa/style-system": "*", | ||
"fela": ">=11", | ||
"react": ">=17.0.1", | ||
"react": ">=17", | ||
"react-fela": ">=11", | ||
@@ -39,12 +39,11 @@ "react-router": ">=5", | ||
}, | ||
"dependencies": { | ||
"@indoqa/style-system": "^1.4.1-alpha.2", | ||
"fela": "^11.5.1", | ||
"devDependencies": { | ||
"@indoqa/style-system": "^1.4.1-alpha.3", | ||
"fela": "^11.6.0", | ||
"react": "^17.0.1", | ||
"react-fela": "^11.5.1", | ||
"react-fela": "^11.6.0", | ||
"react-router": "^5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"tslib": "^2.1.0" | ||
"react-router-dom": "^5.2.0" | ||
}, | ||
"gitHead": "3fa3a934becee4ea371b80f9e7662e13b6a8be3a" | ||
"gitHead": "195e01d994e14ddb4874c32b985cd70fa7c78118" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6
283248
6
63
2247
+ Added@indoqa/style-system@2.0.3(transitive)
+ Added@types/cookie@0.6.0(transitive)
+ Addedclone@2.1.2(transitive)
+ Addedcookie@1.0.2(transitive)
+ Addedcsslint@1.0.5(transitive)
+ Addedfela@12.2.1(transitive)
+ Addedfela-bindings@12.2.1(transitive)
+ Addedfela-dom@12.2.1(transitive)
+ Addedfela-enforce-longhands@12.2.1(transitive)
+ Addedfela-plugin-validator@12.2.1(transitive)
+ Addedfela-sort-media-query-mobile-first@12.2.1(transitive)
+ Addedfela-tools@12.2.1(transitive)
+ Addedparserlib@1.1.1(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedreact-fela@12.2.1(transitive)
+ Addedreact-router@7.1.1(transitive)
+ Addedreact-router-dom@7.1.1(transitive)
+ Addedscheduler@0.25.0(transitive)
+ Addedset-cookie-parser@2.7.1(transitive)
+ Addedturbo-stream@2.4.0(transitive)
- Removed@indoqa/style-system@^1.4.1-alpha.2
- Removedfela@^11.5.1
- Removedreact@^17.0.1
- Removedreact-fela@^11.5.1
- Removedreact-router@^5.2.0
- Removedreact-router-dom@^5.2.0
- Removedtslib@^2.1.0
- Removed@babel/runtime@7.26.0(transitive)
- Removed@indoqa/style-system@1.4.1-alpha.3(transitive)
- Removedfela@11.7.0(transitive)
- Removedfela-bindings@11.7.0(transitive)
- Removedfela-dom@11.7.0(transitive)
- Removedfela-tools@11.7.0(transitive)
- Removedfela-utils@11.7.0(transitive)
- Removedhistory@4.10.1(transitive)
- Removedhoist-non-react-statics@3.3.2(transitive)
- Removedisarray@0.0.1(transitive)
- Removedpath-to-regexp@1.9.0(transitive)
- Removedreact@17.0.2(transitive)
- Removedreact-fela@11.7.0(transitive)
- Removedreact-router@5.3.4(transitive)
- Removedreact-router-dom@5.3.4(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedresolve-pathname@3.0.0(transitive)
- Removedtiny-invariant@1.3.3(transitive)
- Removedtiny-warning@1.0.3(transitive)
- Removedtslib@2.8.1(transitive)
- Removedvalue-equal@1.0.1(transitive)