@egov3/system-design 1.0.34 → 1.0.35

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.
@@ -2,7 +2,7 @@ import React, { FC } from "react";
2
2
  type FontClass = "Heading1" | "Heading3" | "Subtitles3" | "Body1Medium" | "Body1Regular" | "Body2Medium" | "Body2Regular" | "Body3Regular" | "Caption1Medium" | "Caption1Regular" | "Caption1Semibold" | "Caption2Medium" | "Caption2Regular";
3
3
  export interface ITypographyProps extends React.HTMLAttributes<HTMLElement> {
4
4
  tag: keyof JSX.IntrinsicElements | React.JSXElementConstructor<any>;
5
- fontClass?: FontClass;
5
+ fontClass: FontClass;
6
6
  }
7
7
  export declare const Typography: FC<ITypographyProps>;
8
8
  export {};
@@ -2,7 +2,7 @@ import React, { FC } from "react";
2
2
  type FontClass = "Heading1" | "Heading3" | "Subtitles3" | "Body1Medium" | "Body1Regular" | "Body2Medium" | "Body2Regular" | "Body3Regular" | "Caption1Medium" | "Caption1Regular" | "Caption1Semibold" | "Caption2Medium" | "Caption2Regular";
3
3
  export interface ITypographyProps extends React.HTMLAttributes<HTMLElement> {
4
4
  tag: keyof JSX.IntrinsicElements | React.JSXElementConstructor<any>;
5
- fontClass?: FontClass;
5
+ fontClass: FontClass;
6
6
  }
7
7
  export declare const Typography: FC<ITypographyProps>;
8
8
  export {};
@@ -5,7 +5,7 @@ import React__default, { Dispatch, SetStateAction, HTMLInputTypeAttribute } from
5
5
  type FontClass = "Heading1" | "Heading3" | "Subtitles3" | "Body1Medium" | "Body1Regular" | "Body2Medium" | "Body2Regular" | "Body3Regular" | "Caption1Medium" | "Caption1Regular" | "Caption1Semibold" | "Caption2Medium" | "Caption2Regular";
6
6
  interface ITypographyProps extends React__default.HTMLAttributes<HTMLElement> {
7
7
  tag: keyof JSX.IntrinsicElements | React__default.JSXElementConstructor<any>;
8
- fontClass?: FontClass;
8
+ fontClass: FontClass;
9
9
  }
10
10
 
11
11
  interface IRadioToggleProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "module": "dist/esm/index.js",