@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.
- package/dist/design-system.css +1 -1
- package/dist/index.cjs.js +9 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2471 -2156
- package/dist/index.esm.js.map +1 -1
- package/dist/src/assets/icons/design/CorporateCertiNewSVG.d.ts +2 -0
- package/dist/src/assets/icons/design/DroneSVG.d.ts +2 -0
- package/dist/src/assets/icons/design/WebDevelopmentSVG.d.ts +2 -0
- package/dist/src/assets/icons/design/index.d.ts +3 -0
- package/dist/src/assets/icons/index.d.ts +1 -0
- package/dist/src/assets/icons/main/index.d.ts +16 -16
- package/dist/src/components/tabs/types.d.ts +1 -1
- package/dist/src/constants/styles.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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,24 +1,24 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { CustomerCloseBiddingHoverSVG } from './CustomerCloseBiddingHoverSVG';
|
|
2
|
+
export { CustomerCloseBiddingSVG } from './CustomerCloseBiddingSVG';
|
|
3
|
+
export { CustomerDeliveryCompletedHoverSVG } from './CustomerDeliveryCompletedHoverSVG';
|
|
2
4
|
export { CustomerDeliveryCompletedSVG } from './CustomerDeliveryCompletedSVG';
|
|
3
|
-
export {
|
|
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 {
|
|
12
|
-
export {
|
|
8
|
+
export { CustomerIssuanceCompletedSVG } from './CustomerIssuanceCompletedSVG';
|
|
9
|
+
export { CustomerOrderConfirmationHoverSVG } from './CustomerOrderConfirmationHoverSVG';
|
|
13
10
|
export { CustomerOrderConfirmationSVG } from './CustomerOrderConfirmationSVG';
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
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 {
|
|
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
|
}
|