@gataca/design-system 4.1.0 → 4.2.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.
@@ -1,6 +1,7 @@
1
1
  @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;500;600;700&display=swap');
2
2
  @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;300;400;500;600;700&display=swap');
3
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');
3
4
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');
4
5
  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
5
6
 
6
- /*# sourceMappingURL=fonts~tMhwBATi.css.map */
7
+ /*# sourceMappingURL=fonts~dmfyEwwg.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/styles/fonts.css"],"names":[],"mappings":"AAAA,2GAA2G;AAC3G,wGAAwG;AACxG,uGAAuG;AACvG,yGAAyG;AACzG,6JAA6J","file":"fonts~dmfyEwwg.css","sourcesContent":["@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;500;600;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;300;400;500;600;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');\n"]}
@@ -13,5 +13,5 @@ export declare const inputBorder: {
13
13
  error: string;
14
14
  };
15
15
  export declare const inputColor: (state: TextFieldState, value?: string) => "neutral600" | "neutral1000";
16
- export declare const inputBackgroundColor: (state: TextFieldState) => "neutral100" | "neutral300";
16
+ export declare const inputBackgroundColor: (state: TextFieldState) => "fundationWhite" | "neutral300";
17
17
  export declare const helperTextColor: (state: TextFieldState) => "neutral600" | "success300" | "alert300";
@@ -13,8 +13,8 @@ export declare enum numberBadgesBgColorByState {
13
13
  'hover' = "neutral600"
14
14
  }
15
15
  export declare enum numberBadgesTextColorByState {
16
- 'enable' = "neutral100",
17
- 'active' = "neutral100",
16
+ 'enable' = "fundationWhite",
17
+ 'active' = "fundationWhite",
18
18
  'disable' = "neutral600",
19
- 'hover' = "neutral100"
19
+ 'hover' = "fundationWhite"
20
20
  }
@@ -51,8 +51,8 @@ export declare enum stateLeadingIconColors {
51
51
  'hover' = "neutral1000"
52
52
  }
53
53
  export declare enum backgroundColorByState {
54
- 'enable' = "neutral100",
54
+ 'enable' = "fundationWhite",
55
55
  'active' = "primary100",
56
- 'disable' = "neutral100",
56
+ 'disable' = "fundationWhite",
57
57
  'hover' = "neutral200"
58
58
  }
@@ -13,5 +13,5 @@ export declare const inputBorder: {
13
13
  error: string;
14
14
  };
15
15
  export declare const inputColor: (state: TextFieldState, value?: string) => "neutral600" | "neutral1000";
16
- export declare const inputBackgroundColor: (state: TextFieldState) => "neutral100" | "neutral300";
16
+ export declare const inputBackgroundColor: (state: TextFieldState) => "fundationWhite" | "neutral300";
17
17
  export declare const helperTextColor: (state: TextFieldState) => "neutral600" | "success300" | "alert300";