Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@indoqa/ui-explorer

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@indoqa/ui-explorer - npm Package Compare versions

Comparing version 1.4.1-alpha.2 to 1.4.1-alpha.3

4

dist/indoqa-ui-explorer.cjs.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc