@arthurzakharov/ui-kit 3.1.0 → 3.3.0

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.
@@ -1 +1 @@
1
- export { Sidebar, type SidebarInfoRow, type SidebarStep } from './sidebar.component';
1
+ export { Sidebar } from './sidebar.component';
@@ -3,11 +3,11 @@ import { CertificationsProps } from '../certifications';
3
3
  import { UserPanelProps } from '../user-panel';
4
4
  import { State } from '../../controls/utils';
5
5
  import { Base } from '../../utils/types';
6
- export type SidebarStep = {
6
+ type SidebarStep = {
7
7
  state: State;
8
8
  text: string;
9
9
  };
10
- export type SidebarInfoRow = [string, string];
10
+ type SidebarInfoRow = [string, string];
11
11
  interface SidebarStepsProps extends Base {
12
12
  steps: SidebarStep[];
13
13
  }
package/dist/main.d.ts CHANGED
@@ -46,7 +46,7 @@ export { MessageBlock, type MessageBlockProps } from './components/message-block
46
46
  export { NotFound, type NotFoundProps } from './components/not-found';
47
47
  export { Payment, type PaymentBlockProps, type PaymentGlassProps, type PaymentInfoProps, type PaymentSidebarProps, type PaymentTextBlocksProps, type PaymentTextBlockItem, } from './components/payment/payment.component';
48
48
  export { PriceLine, type PriceLineProps } from './components/price-line';
49
- export { Sidebar, type SidebarInfoRow, type SidebarStep } from './components/sidebar';
49
+ export { Sidebar } from './components/sidebar';
50
50
  export { SignCtaTracker, type SignCtaTrackerProps } from './components/sign-cta-tracker';
51
51
  export { Signature } from './components/signature';
52
52
  export { Svg, type SvgProps } from './utils/svg/svg.component';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arthurzakharov/ui-kit",
3
3
  "private": false,
4
- "version": "3.1.0",
4
+ "version": "3.3.0",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
- export {};