@gongsaero/design-system 0.2.64 → 0.2.66

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.
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from '..';
2
+ export declare const CorporateCertiNewSVG: ({ size, color, stroke, ...props }: SVGProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from '..';
2
+ export declare const DroneSVG: ({ size, color, stroke, ...props }: SVGProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SVGProps } from '..';
2
+ export declare const WebDevelopmentSVG: ({ size, color, stroke, ...props }: SVGProps) => import("react/jsx-runtime").JSX.Element;
@@ -2,6 +2,7 @@ export { BiddingCompletionSVG } from './BiddingCompletionSVG';
2
2
  export { BiddingSVG } from './BiddingSVG';
3
3
  export { Certification2SVG } from './Certification2SVG';
4
4
  export { CompanyOrderSVG } from './CompanyOrderSVG';
5
+ export { CorporateCertiNewSVG } from './CorporateCertiNewSVG';
5
6
  export { CorporateCertiSVG } from './CorporateCertiSVG';
6
7
  export { CustCallingSVG } from './CustCallingSVG';
7
8
  export { CustChatSVG } from './CustChatSVG';
@@ -10,6 +11,7 @@ export { DesignInvoiceSVG } from './DesignInvoiceSVG';
10
11
  export { DesignManualSVG } from './DesignManualSVG';
11
12
  export { DesignOrderSVG } from './DesignOrderSVG';
12
13
  export { DesignStatisticsSVG } from './DesignStatisticsSVG';
14
+ export { DroneSVG } from './DroneSVG';
13
15
  export { EmptyDataSVG } from './EmptyDataSVG';
14
16
  export { FeatureReportSVG } from './FeatureReportSVG';
15
17
  export { GeneralInfoSVG } from './GeneralInfoSVG';
@@ -30,3 +32,4 @@ export { SiteOfferSVG } from './SiteOfferSVG';
30
32
  export { SiteSVG } from './SiteSVG';
31
33
  export { SupplierCertiSVG } from './SupplierCertiSVG';
32
34
  export { UsedTransactionSVG } from './UsedTransactionSVG';
35
+ export { WebDevelopmentSVG } from './WebDevelopmentSVG';
@@ -1,3 +1,4 @@
1
1
  export * from './basic';
2
2
  export * from './design';
3
3
  export * from './main';
4
+ export * from './types';
@@ -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.66",
4
4
  "description": "공새로 디자인 시스템",
5
5
  "author": "sungwoo",
6
6
  "license": "MIT",