@launchpad-ui/progress
Advanced tools
Comparing version 0.1.0 to 0.1.1
import { Component } from 'react'; | ||
import { AnimationDelay } from './types'; | ||
export declare type DelayedIndicatorProps = { | ||
declare type DelayedIndicatorProps = { | ||
children: React.ReactNode; | ||
@@ -10,3 +10,3 @@ delayMs?: number; | ||
}; | ||
export declare class DelayedIndicator extends Component<DelayedIndicatorProps> { | ||
declare class DelayedIndicator extends Component<DelayedIndicatorProps> { | ||
static defaultProps: { | ||
@@ -21,3 +21,4 @@ delayMs: AnimationDelay; | ||
} | ||
export {}; | ||
export { DelayedIndicator }; | ||
export type { DelayedIndicatorProps }; | ||
//# sourceMappingURL=DelayedIndicator.d.ts.map |
@@ -51,5 +51,5 @@ // ../../scripts/react-shim.js | ||
// src/Progress.tsx | ||
import { Component as Component2 } from "react"; | ||
import cx from "classnames"; | ||
import clamp from "lodash.clamp"; | ||
import { Component as Component2 } from "react"; | ||
import "./styles.css"; | ||
@@ -56,0 +56,0 @@ var ProgressSize = /* @__PURE__ */ ((ProgressSize2) => { |
@@ -82,5 +82,5 @@ var __create = Object.create; | ||
// src/Progress.tsx | ||
var import_react2 = require("react"); | ||
var import_classnames = __toESM(require("classnames")); | ||
var import_lodash = __toESM(require("lodash.clamp")); | ||
var import_react2 = require("react"); | ||
var import_styles = require("./styles.css"); | ||
@@ -87,0 +87,0 @@ var ProgressSize = /* @__PURE__ */ ((ProgressSize2) => { |
import { Component } from 'react'; | ||
import './styles.css'; | ||
export declare enum ProgressSize { | ||
declare enum ProgressSize { | ||
Small = "small", | ||
@@ -8,3 +8,3 @@ Large = "large", | ||
} | ||
export declare type ProgressProps = { | ||
declare type ProgressProps = { | ||
value?: number; | ||
@@ -15,3 +15,3 @@ size: ProgressSize; | ||
}; | ||
export declare class Progress extends Component<ProgressProps> { | ||
declare class Progress extends Component<ProgressProps> { | ||
static defaultProps: { | ||
@@ -39,2 +39,4 @@ size: ProgressSize; | ||
} | ||
export { Progress, ProgressSize }; | ||
export type { ProgressProps }; | ||
//# sourceMappingURL=Progress.d.ts.map |
{ | ||
"name": "@launchpad-ui/progress", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"publishConfig": { | ||
@@ -28,3 +28,3 @@ "access": "public" | ||
"dependencies": { | ||
"@launchpad-ui/tokens": "~0.1.2", | ||
"@launchpad-ui/tokens": "~0.1.3", | ||
"classnames": "^2.3.1", | ||
@@ -44,3 +44,3 @@ "lodash.clamp": "^4.0.3" | ||
"build": "tsc --project tsconfig.build.json && node build.js", | ||
"clean": "rm -rf .turbo && rm -rf dist", | ||
"clean": "rm -rf dist", | ||
"e2e": "exit 0", | ||
@@ -47,0 +47,0 @@ "lint": "eslint '**/*.{ts,tsx,js}' && stylelint '**/*.css' --ignore-path ../../.stylelintignore", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28347
350
Updated@launchpad-ui/tokens@~0.1.3