@croquiscom/pds 7.1.2 → 7.3.0-next.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/assets/images/FastshipBasicGlobal.svg +21 -0
  3. package/assets/images/FastshipBasicKor.svg +15 -16
  4. package/assets/images/FastshipEmblemBasicGlobal.svg +22 -0
  5. package/assets/images/FastshipEmblemBasicKor.svg +16 -17
  6. package/assets/images/FastshipEmblemSimpleGlobal.svg +17 -0
  7. package/assets/images/FastshipEmblemSimpleKor.svg +11 -12
  8. package/assets/images/FastshipSimpleGlobal.svg +16 -0
  9. package/assets/images/FastshipSimpleKor.svg +8 -9
  10. package/assets/images/ZexpressBasicGlobal.svg +12 -11
  11. package/assets/images/ZexpressBasicKor.svg +17 -17
  12. package/assets/images/ZexpressSimpleGlobal.svg +4 -4
  13. package/assets/images/ZexpressSimpleKor.svg +12 -8
  14. package/assets/images/ZexpressSymbolGlobal.svg +11 -9
  15. package/assets/images/ZexpressSymbolKor.svg +13 -13
  16. package/assets/images/ZexpressTextGlobal.svg +10 -10
  17. package/assets/images/ZexpressTextKor.svg +12 -12
  18. package/bundle-report.html +4034 -0
  19. package/dist/components/images/generated/FastshipBasicGlobal.d.ts +4 -0
  20. package/dist/components/images/generated/FastshipEmblemBasicGlobal.d.ts +4 -0
  21. package/dist/components/images/generated/FastshipEmblemSimpleGlobal.d.ts +4 -0
  22. package/dist/components/images/generated/FastshipSimpleGlobal.d.ts +4 -0
  23. package/dist/components/images/generated/index.d.ts +4 -0
  24. package/dist/index.es.js +11 -6
  25. package/dist/index.es.js.map +1 -1
  26. package/dist/index.js +9 -4
  27. package/dist/index.js.map +1 -1
  28. package/locales/en.d.ts +79 -0
  29. package/locales/en.esm.d.ts +79 -0
  30. package/locales/ja.d.ts +79 -0
  31. package/locales/ja.esm.d.ts +79 -0
  32. package/locales/ko.d.ts +79 -0
  33. package/locales/ko.esm.d.ts +79 -0
  34. package/package.json +2 -2
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ImageProps } from '.';
3
+ declare const SvgFastshipBasicGlobal: ({ size, ...props }: ImageProps) => JSX.Element;
4
+ export default SvgFastshipBasicGlobal;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ImageProps } from '.';
3
+ declare const SvgFastshipEmblemBasicGlobal: ({ size, ...props }: ImageProps) => JSX.Element;
4
+ export default SvgFastshipEmblemBasicGlobal;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ImageProps } from '.';
3
+ declare const SvgFastshipEmblemSimpleGlobal: ({ size, ...props }: ImageProps) => JSX.Element;
4
+ export default SvgFastshipEmblemSimpleGlobal;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ImageProps } from '.';
3
+ declare const SvgFastshipSimpleGlobal: ({ size, ...props }: ImageProps) => JSX.Element;
4
+ export default SvgFastshipSimpleGlobal;
@@ -7,9 +7,13 @@ export { default as ImageCreditCardJcb } from './CreditCardJcb';
7
7
  export { default as ImageCreditCardMastercard } from './CreditCardMastercard';
8
8
  export { default as ImageCreditCardUnionPay } from './CreditCardUnionPay';
9
9
  export { default as ImageCreditCardVisa } from './CreditCardVisa';
10
+ export { default as ImageFastshipBasicGlobal } from './FastshipBasicGlobal';
10
11
  export { default as ImageFastshipBasicKor } from './FastshipBasicKor';
12
+ export { default as ImageFastshipEmblemBasicGlobal } from './FastshipEmblemBasicGlobal';
11
13
  export { default as ImageFastshipEmblemBasicKor } from './FastshipEmblemBasicKor';
14
+ export { default as ImageFastshipEmblemSimpleGlobal } from './FastshipEmblemSimpleGlobal';
12
15
  export { default as ImageFastshipEmblemSimpleKor } from './FastshipEmblemSimpleKor';
16
+ export { default as ImageFastshipSimpleGlobal } from './FastshipSimpleGlobal';
13
17
  export { default as ImageFastshipSimpleKor } from './FastshipSimpleKor';
14
18
  export { default as ImageKakaostyleBlk } from './KakaostyleBlk';
15
19
  export { default as ImageKakaostyleOri } from './KakaostyleOri';