@croquiscom/pds 4.8.4 → 4.8.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 4.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 2b774ea: 톡스토어 명칭변경반영 (톡스토어 -> 카카오톡 쇼핑하기)
8
+
3
9
  ## 4.8.4
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '.';
3
+ declare const SvgBoxKakaotalkShopping: ({ size, color, secondaryColor, ...props }: IconProps) => JSX.Element;
4
+ export default SvgBoxKakaotalkShopping;
@@ -35,11 +35,11 @@ export { default as IconBoxGlobal } from './BoxGlobal';
35
35
  export { default as IconBoxGraphDownFill } from './BoxGraphDownFill';
36
36
  export { default as IconBoxHome } from './BoxHome';
37
37
  export { default as IconBoxJapan } from './BoxJapan';
38
+ export { default as IconBoxKakaotalkShopping } from './BoxKakaotalkShopping';
38
39
  export { default as IconBoxKorea } from './BoxKorea';
39
40
  export { default as IconBoxMystore } from './BoxMystore';
40
41
  export { default as IconBoxPosty } from './BoxPosty';
41
42
  export { default as IconBoxReturn } from './BoxReturn';
42
- export { default as IconBoxTalkstore } from './BoxTalkstore';
43
43
  export { default as IconBoxUsa } from './BoxUsa';
44
44
  export { default as IconBoxX } from './BoxX';
45
45
  export { default as IconBoxZigzag } from './BoxZigzag';