baseui 0.0.0-next-eb74340 → 0.0.0-next-dfcdac1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-eb74340",
3
+ "version": "0.0.0-next-dfcdac1",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",
@@ -1,7 +1,10 @@
1
1
  import type { StyleProps, Size } from './types';
2
2
  export declare const StyledRoot: import("styletron-react").StyletronComponent<"div", StyleProps>;
3
3
  export declare const StyledBarContainer: import("styletron-react").StyletronComponent<"div", StyleProps>;
4
- export declare const StyledBar: import("styletron-react").StyletronComponent<"div", StyleProps>;
4
+ export declare const StyledBar: import("styletron-react").StyletronComponent<"div", {
5
+ $size: Size;
6
+ $steps?: number;
7
+ }>;
5
8
  export declare const StyledBarProgress: import("styletron-react").StyletronComponent<"div", StyleProps>;
6
9
  export declare const StyledInfiniteBar: import("styletron-react").StyletronComponent<"div", {
7
10
  $isLeft?: boolean;