@gem-sdk/core 2.0.0-dev.402 → 2.0.0-dev.403

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.
@@ -34306,7 +34306,7 @@ type CornerRadius = {
34306
34306
  bbrr?: string;
34307
34307
  radiusType?: CornerRadiusType;
34308
34308
  };
34309
- type CornerRadiusType = 'none' | 'large' | 'medium' | 'small' | 'circle' | 'custom' | 'rounded';
34309
+ type CornerRadiusType = 'none' | 'large' | 'medium' | 'small' | 'circle' | 'custom' | 'rounded' | 'square';
34310
34310
  type ColorType$1 = NestedKeys<BrandColorObject> | NestedKeys<BackgroundColorObject> | NestedKeys<TextColorObject> | NestedKeys<LineColorObject> | NestedKeys<FuncColorObject>;
34311
34311
  type FontName = 'body' | 'heading' | 'code';
34312
34312
  type ColorKey = 'transparent' | 'red' | 'orange' | 'yellow' | 'green' | 'blue' | 'indigo' | 'purple' | 'pink' | 'gray';
@@ -34348,7 +34348,7 @@ type ObjectDeviceGlobalType<T> = {
34348
34348
  mobile?: T;
34349
34349
  };
34350
34350
  type SpacingType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl';
34351
- type RoundedSize = 'small' | 'medium' | 'large' | 'circle' | 'none' | 'custom' | 'rounded';
34351
+ type RoundedSize = 'small' | 'medium' | 'large' | 'circle' | 'none' | 'custom' | 'rounded' | 'square';
34352
34352
  type ContainerProp = 'width' | 'padding';
34353
34353
  type GlobalStyleResponsiveConfig = {
34354
34354
  color?: Partial<Record<ColorType$1, string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.402",
3
+ "version": "2.0.0-dev.403",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",