@gongsaero/design-system 0.2.64 → 0.2.65

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,24 +1,24 @@
1
- export { PartnerIssuanceCompletedSVG } from './PartnerIssuanceCompletedSVG';
1
+ export { CustomerCloseBiddingHoverSVG } from './CustomerCloseBiddingHoverSVG';
2
+ export { CustomerCloseBiddingSVG } from './CustomerCloseBiddingSVG';
3
+ export { CustomerDeliveryCompletedHoverSVG } from './CustomerDeliveryCompletedHoverSVG';
2
4
  export { CustomerDeliveryCompletedSVG } from './CustomerDeliveryCompletedSVG';
3
- export { PartnerUnderBiddingSVG } from './PartnerUnderBiddingSVG';
4
- export { CustomerUnderBiddingSVG } from './CustomerUnderBiddingSVG';
5
- export { PartnerIssuanceCompletedHoverSVG } from './PartnerIssuanceCompletedHoverSVG';
6
- export { PartnerInspectionCompletedSVG } from './PartnerInspectionCompletedSVG';
7
- export { CustomerIssuanceCompletedSVG } from './CustomerIssuanceCompletedSVG';
8
- export { PartnerDeliveryCompletedSVG } from './PartnerDeliveryCompletedSVG';
5
+ export { CustomerInspectionCompletedHoverSVG } from './CustomerInspectionCompletedHoverSVG';
9
6
  export { CustomerInspectionCompletedSVG } from './CustomerInspectionCompletedSVG';
10
7
  export { CustomerIssuanceCompletedHoverSVG } from './CustomerIssuanceCompletedHoverSVG';
11
- export { CustomerInspectionCompletedHoverSVG } from './CustomerInspectionCompletedHoverSVG';
12
- export { PartnerOrderConfirmationSVG } from './PartnerOrderConfirmationSVG';
8
+ export { CustomerIssuanceCompletedSVG } from './CustomerIssuanceCompletedSVG';
9
+ export { CustomerOrderConfirmationHoverSVG } from './CustomerOrderConfirmationHoverSVG';
13
10
  export { CustomerOrderConfirmationSVG } from './CustomerOrderConfirmationSVG';
14
- export { CustomerCloseBiddingSVG } from './CustomerCloseBiddingSVG';
15
- export { PartnerCloseBiddingSVG } from './PartnerCloseBiddingSVG';
16
- export { PartnerUnderBiddingHoverSVG } from './PartnerUnderBiddingHoverSVG';
11
+ export { CustomerUnderBiddingHoverSVG } from './CustomerUnderBiddingHoverSVG';
12
+ export { CustomerUnderBiddingSVG } from './CustomerUnderBiddingSVG';
17
13
  export { PartnerCloseBiddingHoverSVG } from './PartnerCloseBiddingHoverSVG';
14
+ export { PartnerCloseBiddingSVG } from './PartnerCloseBiddingSVG';
18
15
  export { PartnerDeliveryCompletedHoverSVG } from './PartnerDeliveryCompletedHoverSVG';
19
- export { CustomerUnderBiddingHoverSVG } from './CustomerUnderBiddingHoverSVG';
20
- export { CustomerCloseBiddingHoverSVG } from './CustomerCloseBiddingHoverSVG';
21
- export { CustomerOrderConfirmationHoverSVG } from './CustomerOrderConfirmationHoverSVG';
22
- export { CustomerDeliveryCompletedHoverSVG } from './CustomerDeliveryCompletedHoverSVG';
16
+ export { PartnerDeliveryCompletedSVG } from './PartnerDeliveryCompletedSVG';
23
17
  export { PartnerInspectionCompletedHoverSVG } from './PartnerInspectionCompletedHoverSVG';
18
+ export { PartnerInspectionCompletedSVG } from './PartnerInspectionCompletedSVG';
19
+ export { PartnerIssuanceCompletedHoverSVG } from './PartnerIssuanceCompletedHoverSVG';
20
+ export { PartnerIssuanceCompletedSVG } from './PartnerIssuanceCompletedSVG';
24
21
  export { PartnerOrderConfirmationHoverSVG } from './PartnerOrderConfirmationHoverSVG';
22
+ export { PartnerOrderConfirmationSVG } from './PartnerOrderConfirmationSVG';
23
+ export { PartnerUnderBiddingHoverSVG } from './PartnerUnderBiddingHoverSVG';
24
+ export { PartnerUnderBiddingSVG } from './PartnerUnderBiddingSVG';
@@ -6,7 +6,7 @@ export interface TabsProps {
6
6
  children: ReactNode;
7
7
  }[];
8
8
  onChange?: (activeKey: string) => void;
9
- type?: 'solid_bl' | 'solid_gr' | 'outline_bl' | 'outline_gr';
9
+ type?: 'solid_bl' | 'solid_gr' | 'solid_mini' | 'outline_bl' | 'outline_gr' | 'outline_yb';
10
10
  className?: string;
11
11
  [key: string]: any;
12
12
  }
@@ -137,6 +137,7 @@ export declare const TYPE: {
137
137
  readonly SOLID: {
138
138
  readonly BL: "solid_bl";
139
139
  readonly GR: "solid_gr";
140
+ readonly MINI: "solid_mini";
140
141
  };
141
142
  readonly OUTLINE: {
142
143
  readonly BL: "outline_bl";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gongsaero/design-system",
3
- "version": "0.2.64",
3
+ "version": "0.2.65",
4
4
  "description": "공새로 디자인 시스템",
5
5
  "author": "sungwoo",
6
6
  "license": "MIT",