@croquiscom/pds 11.1.2 → 11.1.3

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
+ ## 11.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 60bbbb9: CheckBoxGroup / RadioGroup 반응형대응 추가
8
+
3
9
  ## 11.1.2
4
10
 
5
11
  ### Patch Changes
@@ -3,7 +3,7 @@ import { RadioSizeUnion, DefaultRadioSizeUnion } from './types';
3
3
  export declare const getRadioGroupStyleByProps: ({ radio_item_type, align, spacing, size, }: {
4
4
  radio_item_type?: RadioItemType;
5
5
  align?: AlignType;
6
- spacing?: Number;
6
+ spacing: Number;
7
7
  size?: RadioSizeUnion;
8
8
  }) => import("@emotion/utils").SerializedStyles;
9
9
  export declare const default_radio_size_css: Record<DefaultRadioSizeUnion, Record<string, number>>;