@crowdfarming/oliva-ds 1.23.0 → 1.24.0-rc.1

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.
@@ -7,4 +7,7 @@ export declare const arrowsIcons: {
7
7
  'arrowclockwise-regular': string;
8
8
  'arrowclockwise-fill': string;
9
9
  'arrowleft-regular': string;
10
+ 'arrowupleft-regular': string;
11
+ 'arrowelbowright-regular': string;
12
+ 'arrowelbowright-fill': string;
10
13
  };
@@ -9,4 +9,11 @@ export declare const commerceIcons: {
9
9
  'farm-fill': string;
10
10
  'invoice-regular': string;
11
11
  'invoice-fill': string;
12
+ 'storefront-regular': string;
13
+ 'storefront-fill': string;
14
+ 'gift-regular': string;
15
+ 'tractor-regular': string;
16
+ 'tractor-fill': string;
17
+ 'warehouse-regular': string;
18
+ 'warehouse-fill': string;
12
19
  };
@@ -6,4 +6,7 @@ export declare const designIcons: {
6
6
  'squaresfour-regular': string;
7
7
  'squaresfour-fill': string;
8
8
  'resize-regular': string;
9
+ 'selectionall-regular': string;
10
+ 'selectionall-fill': string;
11
+ 'scissors-regular': string;
9
12
  };
@@ -2,6 +2,7 @@ export declare const icons: {
2
2
  'info-regular': string;
3
3
  'warning-regular': string;
4
4
  'warningcircle-regular': string;
5
+ 'shieldplus-regular': string;
5
6
  'user-regular': string;
6
7
  'user-fill': string;
7
8
  'usercirclecheck-regular': string;
@@ -16,6 +17,9 @@ export declare const icons: {
16
17
  'arrowclockwise-regular': string;
17
18
  'arrowclockwise-fill': string;
18
19
  'arrowleft-regular': string;
20
+ 'arrowupleft-regular': string;
21
+ 'arrowelbowright-regular': string;
22
+ 'arrowelbowright-fill': string;
19
23
  'shoppingbagopen-regular': string;
20
24
  'shoppingbagopen-fill': string;
21
25
  'package-regular': string;
@@ -26,6 +30,13 @@ export declare const icons: {
26
30
  'farm-fill': string;
27
31
  'invoice-regular': string;
28
32
  'invoice-fill': string;
33
+ 'storefront-regular': string;
34
+ 'storefront-fill': string;
35
+ 'gift-regular': string;
36
+ 'tractor-regular': string;
37
+ 'tractor-fill': string;
38
+ 'warehouse-regular': string;
39
+ 'warehouse-fill': string;
29
40
  'sortascending-regular': string;
30
41
  'trash-regular': string;
31
42
  'notepad-regular': string;
@@ -47,6 +58,7 @@ export declare const icons: {
47
58
  'gear-regular': string;
48
59
  'gear-fill': string;
49
60
  'bell-regular': string;
61
+ 'lightbulb-regular': string;
50
62
  facebooklogo: string;
51
63
  instagramlogo: string;
52
64
  xlogo: string;
@@ -58,11 +70,15 @@ export declare const icons: {
58
70
  'squaresfour-regular': string;
59
71
  'squaresfour-fill': string;
60
72
  'resize-regular': string;
73
+ 'selectionall-regular': string;
74
+ 'selectionall-fill': string;
75
+ 'scissors-regular': string;
61
76
  'heartstraight-regular': string;
62
77
  'heartstraight-fill': string;
63
78
  'calendarblank-regular': string;
64
79
  'imagesquare-regular': string;
65
80
  'slidershorizontal-regular': string;
81
+ 'headset-regular': string;
66
82
  'globe-regular': string;
67
83
  'mappin-regular': string;
68
84
  'mappin-fill': string;
@@ -77,6 +93,7 @@ export declare const icons: {
77
93
  'paperplanetilt-fill': string;
78
94
  'plant-regular': string;
79
95
  'plant-fill': string;
96
+ 'drop-regular': string;
80
97
  bioland: string;
81
98
  _biosuisse_deprecated: string;
82
99
  'conversion to organic': string;
@@ -1,4 +1,5 @@
1
1
  export declare const mediaIcons: {
2
2
  'imagesquare-regular': string;
3
3
  'slidershorizontal-regular': string;
4
+ 'headset-regular': string;
4
5
  };
@@ -2,4 +2,5 @@ export declare const securityWarningsIcons: {
2
2
  'info-regular': string;
3
3
  'warning-regular': string;
4
4
  'warningcircle-regular': string;
5
+ 'shieldplus-regular': string;
5
6
  };
@@ -9,4 +9,5 @@ export declare const systemDevicesIcons: {
9
9
  'gear-regular': string;
10
10
  'gear-fill': string;
11
11
  'bell-regular': string;
12
+ 'lightbulb-regular': string;
12
13
  };
@@ -1,4 +1,5 @@
1
1
  export declare const weatherNatureIcons: {
2
2
  'plant-regular': string;
3
3
  'plant-fill': string;
4
+ 'drop-regular': string;
4
5
  };
@@ -14,6 +14,7 @@ export declare class InputSearchComponent implements ControlValueAccessor {
14
14
  required: boolean;
15
15
  size: 'sm' | 'md' | 'lg';
16
16
  fullWidth: boolean;
17
+ clearButton: boolean;
17
18
  emitValue: EventEmitter<string>;
18
19
  _value: string;
19
20
  private onChangeFn;
@@ -24,8 +25,9 @@ export declare class InputSearchComponent implements ControlValueAccessor {
24
25
  setDisabledState(isDisabled: boolean): void;
25
26
  onInput(event: Event): void;
26
27
  onBlur(): void;
28
+ clearInput(): void;
27
29
  get inputClass(): string[];
28
30
  get ariaDescribedBy(): string | null;
29
31
  static ɵfac: i0.ɵɵFactoryDeclaration<InputSearchComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<InputSearchComponent, "lib-input-search", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "alertText": { "alias": "alertText"; "required": false; }; "successText": { "alias": "successText"; "required": false; }; "error": { "alias": "error"; "required": false; }; "success": { "alias": "success"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; }, { "emitValue": "emitValue"; }, never, never, true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputSearchComponent, "lib-input-search", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "alertText": { "alias": "alertText"; "required": false; }; "successText": { "alias": "successText"; "required": false; }; "error": { "alias": "error"; "required": false; }; "success": { "alias": "success"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; }, { "emitValue": "emitValue"; }, never, never, true, never>;
31
33
  }
@@ -1,8 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LinkComponent {
3
3
  text: import("@angular/core").InputSignal<string>;
4
- loadingText: import("@angular/core").InputSignal<string>;
5
- href: import("@angular/core").InputSignal<string>;
4
+ href: import("@angular/core").InputSignal<string | string[]>;
6
5
  external: import("@angular/core").InputSignal<boolean>;
7
6
  disabled: import("@angular/core").InputSignal<boolean>;
8
7
  variant: import("@angular/core").InputSignal<"primary" | "neutral" | "inverse" | "danger">;
@@ -10,22 +9,25 @@ export declare class LinkComponent {
10
9
  weight: import("@angular/core").InputSignal<"regular" | "bold">;
11
10
  iconBefore: import("@angular/core").InputSignal<string>;
12
11
  iconAfter: import("@angular/core").InputSignal<string>;
13
- hovered: import("@angular/core").WritableSignal<boolean>;
14
- active: import("@angular/core").WritableSignal<boolean>;
15
- target: import("@angular/core").Signal<"_blank" | "_self">;
16
- rel: import("@angular/core").Signal<string>;
17
- variantClass: import("@angular/core").Signal<string>;
18
- sizeClass: import("@angular/core").Signal<string>;
19
- weightClass: import("@angular/core").Signal<string>;
20
- /** Maps the link size to the icon size */
21
- iconSize: import("@angular/core").Signal<"lg" | "md" | "sm" | "xs">;
22
- /** Maps the icon color according to the link variant and state */
23
- iconColor: import("@angular/core").Signal<"action-neutral-content-disabled" | "action-neutral-content-pressed" | "action-neutral-content-hover" | "action-neutral-content-default" | "action-primary-content-disabled" | "action-danger-content-disabled" | "action-inverse-content-disabled" | "action-primary-content-pressed" | "action-danger-content-pressed" | "action-inverse-content-pressed" | "action-primary-content-hover" | "action-danger-content-hover" | "action-inverse-content-hover" | "action-primary-content-default" | "action-danger-content-default" | "action-inverse-content-default">;
12
+ private hovered;
13
+ private active;
14
+ readonly target: import("@angular/core").Signal<string>;
15
+ readonly rel: import("@angular/core").Signal<string>;
16
+ readonly finalAriaLabel: import("@angular/core").Signal<string>;
17
+ readonly finalAriaDisabled: import("@angular/core").Signal<string>;
18
+ readonly variantClass: import("@angular/core").Signal<string>;
19
+ readonly sizeClass: import("@angular/core").Signal<string>;
20
+ readonly weightClass: import("@angular/core").Signal<string>;
21
+ /** Map the link size to the icon size. */
22
+ readonly iconSize: import("@angular/core").Signal<"lg" | "md" | "sm" | "xs">;
23
+ /** Map the icon color according to the variant and state. */
24
+ readonly iconColor: import("@angular/core").Signal<"action-neutral-content-disabled" | "action-neutral-content-pressed" | "action-neutral-content-hover" | "action-neutral-content-default" | "action-primary-content-disabled" | "action-danger-content-disabled" | "action-inverse-content-disabled" | "action-primary-content-pressed" | "action-danger-content-pressed" | "action-inverse-content-pressed" | "action-primary-content-hover" | "action-danger-content-hover" | "action-inverse-content-hover" | "action-primary-content-default" | "action-danger-content-default" | "action-inverse-content-default">;
25
+ /** Prevent navigation if the component is disabled. */
26
+ onClick(event: MouseEvent): void;
24
27
  onMouseEnter(): void;
25
28
  onMouseLeave(): void;
26
29
  onMouseDown(): void;
27
30
  onMouseUp(): void;
28
- onExternalClick(event: Event): void;
29
31
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "lib-link", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "loadingText": { "alias": "loadingText"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "external": { "alias": "external"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "weight": { "alias": "weight"; "required": false; "isSignal": true; }; "iconBefore": { "alias": "iconBefore"; "required": false; "isSignal": true; }; "iconAfter": { "alias": "iconAfter"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "lib-link", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "external": { "alias": "external"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "weight": { "alias": "weight"; "required": false; "isSignal": true; }; "iconBefore": { "alias": "iconBefore"; "required": false; "isSignal": true; }; "iconAfter": { "alias": "iconAfter"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
31
33
  }
@@ -7,7 +7,7 @@ export interface SelectOption {
7
7
  disabled?: boolean;
8
8
  }
9
9
  export interface SelectOptionGroup {
10
- label: string;
10
+ label?: string;
11
11
  options: SelectOption[];
12
12
  }
13
13
  export type SelectSize = 'sm' | 'md' | 'lg';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdfarming/oliva-ds",
3
- "version": "1.23.0",
3
+ "version": "1.24.0-rc.1",
4
4
  "description": "Librería de componentes de diseño de Oliva",
5
5
  "author": "crowdfarming",
6
6
  "license": "MIT",
@@ -1016,12 +1016,12 @@
1016
1016
  --size-border-width-none: 0rem;
1017
1017
  --size-textfield-border-width: 0.0625rem;
1018
1018
  --size-textfield-border-radius: 0.5rem;
1019
- --size-button-border-width: 0.0625rem;
1020
- --size-button-border-radius: 0.5rem;
1021
1019
  --size-button-min-width-xs: 1.5rem;
1022
1020
  --size-button-min-width-sm: 2rem;
1023
1021
  --size-button-min-width-md: 2.5rem;
1024
1022
  --size-button-min-width-lg: 3rem;
1023
+ --size-button-border-width: 0.0625rem;
1024
+ --size-button-border-radius: 0.5rem;
1025
1025
  --size-button-min-height-xs: 1.5rem;
1026
1026
  --size-button-min-height-md: 2.5rem;
1027
1027
  --size-button-min-height-sm: 2rem;
@@ -1192,12 +1192,12 @@
1192
1192
  --size-border-width-none: 0rem;
1193
1193
  --size-textfield-border-width: 0.0625rem;
1194
1194
  --size-textfield-border-radius: 0.5rem;
1195
- --size-button-border-width: 0.0625rem;
1196
- --size-button-border-radius: 0.5rem;
1197
1195
  --size-button-min-width-xs: 1.5rem;
1198
1196
  --size-button-min-width-sm: 2rem;
1199
1197
  --size-button-min-width-md: 2.5rem;
1200
1198
  --size-button-min-width-lg: 3rem;
1199
+ --size-button-border-width: 0.0625rem;
1200
+ --size-button-border-radius: 0.5rem;
1201
1201
  --size-button-min-height-xs: 1.5rem;
1202
1202
  --size-button-min-height-md: 2.5rem;
1203
1203
  --size-button-min-height-sm: 2rem;
@@ -1369,12 +1369,12 @@
1369
1369
  --size-border-width-none: 0rem;
1370
1370
  --size-textfield-border-width: 0.0625rem;
1371
1371
  --size-textfield-border-radius: 0.5rem;
1372
- --size-button-border-width: 0.0625rem;
1373
- --size-button-border-radius: 0.5rem;
1374
1372
  --size-button-min-width-xs: 1.5rem;
1375
1373
  --size-button-min-width-sm: 2rem;
1376
1374
  --size-button-min-width-md: 2.5rem;
1377
1375
  --size-button-min-width-lg: 3rem;
1376
+ --size-button-border-width: 0.0625rem;
1377
+ --size-button-border-radius: 0.5rem;
1378
1378
  --size-button-min-height-xs: 1.5rem;
1379
1379
  --size-button-min-height-md: 2.5rem;
1380
1380
  --size-button-min-height-sm: 2rem;
@@ -1546,12 +1546,12 @@
1546
1546
  --size-border-width-none: 0rem;
1547
1547
  --size-textfield-border-width: 0.0625rem;
1548
1548
  --size-textfield-border-radius: 0.5rem;
1549
- --size-button-border-width: 0.0625rem;
1550
- --size-button-border-radius: 0.5rem;
1551
1549
  --size-button-min-width-xs: 1.5rem;
1552
1550
  --size-button-min-width-sm: 2rem;
1553
1551
  --size-button-min-width-md: 2.5rem;
1554
1552
  --size-button-min-width-lg: 3rem;
1553
+ --size-button-border-width: 0.0625rem;
1554
+ --size-button-border-radius: 0.5rem;
1555
1555
  --size-button-min-height-xs: 1.5rem;
1556
1556
  --size-button-min-height-md: 2.5rem;
1557
1557
  --size-button-min-height-sm: 2rem;
@@ -89,7 +89,7 @@
89
89
  --dark-color-feedback-info-surface-border: #e0dbf9;
90
90
  --dark-color-feedback-neutral-default: #dedede;
91
91
  --dark-color-feedback-neutral-on-default: #070707;
92
- --dark-color-feedback-neutral-surface-background: #a6b0af33;
92
+ --dark-color-feedback-neutral-surface-background: #aeaeae33;
93
93
  --dark-color-feedback-neutral-surface-border: #dedede;
94
94
  --dark-color-decorative-primary-default: #fac6a8;
95
95
  --dark-color-decorative-primary-soft: #eaa42c33;
@@ -350,17 +350,17 @@
350
350
  --light-color-button-primary-border-hover: #006531;
351
351
  --light-color-button-primary-border-pressed: #004b23;
352
352
  --light-color-button-primary-border-disabled: #ffffff00;
353
- --light-color-button-secondary-content-default: #017d3e;
354
- --light-color-button-secondary-content-hover: #006531;
355
- --light-color-button-secondary-content-pressed: #004b23;
353
+ --light-color-button-secondary-content-default: #64748b;
354
+ --light-color-button-secondary-content-hover: #4c586b;
355
+ --light-color-button-secondary-content-pressed: #3b4554;
356
356
  --light-color-button-secondary-content-disabled: #aeaeae;
357
- --light-color-button-secondary-background-default: #ffffff00;
358
- --light-color-button-secondary-background-hover: #0000000a;
359
- --light-color-button-secondary-background-pressed: #0000000f;
360
- --light-color-button-secondary-background-disabled: #0000000a;
361
- --light-color-button-secondary-border-default: #017d3e;
362
- --light-color-button-secondary-border-hover: #006531;
363
- --light-color-button-secondary-border-pressed: #004b23;
357
+ --light-color-button-secondary-background-default: #ffffff;
358
+ --light-color-button-secondary-background-hover: #ffffff0a;
359
+ --light-color-button-secondary-background-pressed: #ffffff0f;
360
+ --light-color-button-secondary-background-disabled: #ffffff0a;
361
+ --light-color-button-secondary-border-default: #64748b;
362
+ --light-color-button-secondary-border-hover: #4c586b;
363
+ --light-color-button-secondary-border-pressed: #3b4554;
364
364
  --light-color-button-secondary-border-disabled: #ffffff00;
365
365
  --light-color-button-tertiary-content-default: #017d3e;
366
366
  --light-color-button-tertiary-content-hover: #006531;
@@ -517,7 +517,7 @@
517
517
  --base-olivabackds-color-opacity-warning150-30: #fdc93c4d;
518
518
  --base-olivabackds-color-opacity-danger300-20: #f2947d33;
519
519
  --base-olivabackds-color-opacity-info300-20: #44baf533;
520
- --base-olivabackds-color-opacity-neutral300-20: #a6b0af33;
520
+ --base-olivabackds-color-opacity-neutral300-20: #aeaeae33;
521
521
  --base-olivabackds-color-neutral-25: #f9f9f9;
522
522
  --base-olivabackds-color-neutral-50: #f3f3f3;
523
523
  --base-olivabackds-color-neutral-75: #ececec;
@@ -765,8 +765,8 @@
765
765
  --typography-font-family-secondary: Figtree;
766
766
  --typography-font-weight-regular: 400;
767
767
  --typography-font-weight-semi-bold: 500;
768
- --typography-font-weight-bold: 700;
769
- --typography-font-weight-extrabold: 800;
768
+ --typography-font-weight-bold: 600;
769
+ --typography-font-weight-extrabold: 700;
770
770
  --typography-heading-xl-family: Fira Sans Condensed;
771
771
  --typography-heading-xl-size: 2rem;
772
772
  --typography-heading-xl-line-height: 2.5rem;
@@ -790,22 +790,22 @@
790
790
  --typography-title-xl-family: Figtree;
791
791
  --typography-title-xl-size: 1.75rem;
792
792
  --typography-title-xl-line-height: 2.5rem;
793
- --typography-title-xl-weight: 500;
793
+ --typography-title-xl-weight: 600;
794
794
  --typography-title-xl-letter-spacing: 0rem;
795
795
  --typography-title-lg-family: Figtree;
796
796
  --typography-title-lg-size: 1.5rem;
797
797
  --typography-title-lg-line-height: 2rem;
798
- --typography-title-lg-weight: 500;
798
+ --typography-title-lg-weight: 600;
799
799
  --typography-title-lg-letter-spacing: 0rem;
800
800
  --typography-title-md-family: Figtree;
801
801
  --typography-title-md-size: 1.25rem;
802
802
  --typography-title-md-line-height: 1.75rem;
803
- --typography-title-md-weight: 500;
803
+ --typography-title-md-weight: 600;
804
804
  --typography-title-md-letter-spacing: 0rem;
805
805
  --typography-title-sm-family: Figtree;
806
806
  --typography-title-sm-size: 1.125rem;
807
807
  --typography-title-sm-line-height: 1.5rem;
808
- --typography-title-sm-weight: 500;
808
+ --typography-title-sm-weight: 600;
809
809
  --typography-title-sm-letter-spacing: 0rem;
810
810
  --typography-body-lg-family: Figtree;
811
811
  --typography-body-lg-size: 1.125rem;
@@ -839,7 +839,7 @@
839
839
  --typography-label-lg-strong-family: Figtree;
840
840
  --typography-label-lg-strong-size: 1.125rem;
841
841
  --typography-label-lg-strong-line-height: 1.75rem;
842
- --typography-label-lg-strong-weight: 500;
842
+ --typography-label-lg-strong-weight: 600;
843
843
  --typography-label-lg-strong-letter-spacing: 0rem;
844
844
  --typography-label-md-default-family: Figtree;
845
845
  --typography-label-md-default-size: 1rem;
@@ -849,7 +849,7 @@
849
849
  --typography-label-md-strong-family: Figtree;
850
850
  --typography-label-md-strong-size: 1rem;
851
851
  --typography-label-md-strong-line-height: 1.5rem;
852
- --typography-label-md-strong-weight: 500;
852
+ --typography-label-md-strong-weight: 600;
853
853
  --typography-label-md-strong-letter-spacing: 0rem;
854
854
  --typography-label-sm-default-family: Figtree;
855
855
  --typography-label-sm-default-size: 0.875rem;
@@ -859,7 +859,7 @@
859
859
  --typography-label-sm-strong-family: Figtree;
860
860
  --typography-label-sm-strong-size: 0.875rem;
861
861
  --typography-label-sm-strong-line-height: 1.25rem;
862
- --typography-label-sm-strong-weight: 500;
862
+ --typography-label-sm-strong-weight: 600;
863
863
  --typography-label-sm-strong-letter-spacing: 0rem;
864
864
  --typography-label-xs-default-family: Figtree;
865
865
  --typography-label-xs-default-size: 0.75rem;
@@ -869,7 +869,7 @@
869
869
  --typography-label-xs-strong-family: Figtree;
870
870
  --typography-label-xs-strong-size: 0.75rem;
871
871
  --typography-label-xs-strong-line-height: 1rem;
872
- --typography-label-xs-strong-weight: 500;
872
+ --typography-label-xs-strong-weight: 600;
873
873
  --typography-label-xs-strong-letter-spacing: 0rem;
874
874
  --space-grid-column-margin: 1rem;
875
875
  --space-grid-column-gutter: 1rem;
@@ -941,8 +941,8 @@
941
941
  --typography-font-family-secondary: Figtree;
942
942
  --typography-font-weight-regular: 400;
943
943
  --typography-font-weight-semi-bold: 500;
944
- --typography-font-weight-bold: 700;
945
- --typography-font-weight-extrabold: 800;
944
+ --typography-font-weight-bold: 600;
945
+ --typography-font-weight-extrabold: 700;
946
946
  --typography-heading-xl-family: Fira Sans Condensed;
947
947
  --typography-heading-xl-size: 2.25rem;
948
948
  --typography-heading-xl-line-height: 2.75rem;
@@ -966,22 +966,22 @@
966
966
  --typography-title-xl-family: Figtree;
967
967
  --typography-title-xl-size: 1.875rem;
968
968
  --typography-title-xl-line-height: 2.5rem;
969
- --typography-title-xl-weight: 500;
969
+ --typography-title-xl-weight: 600;
970
970
  --typography-title-xl-letter-spacing: 0rem;
971
971
  --typography-title-lg-family: Figtree;
972
972
  --typography-title-lg-size: 1.5rem;
973
973
  --typography-title-lg-line-height: 2rem;
974
- --typography-title-lg-weight: 500;
974
+ --typography-title-lg-weight: 600;
975
975
  --typography-title-lg-letter-spacing: 0rem;
976
976
  --typography-title-md-family: Figtree;
977
977
  --typography-title-md-size: 1.375rem;
978
978
  --typography-title-md-line-height: 1.75rem;
979
- --typography-title-md-weight: 500;
979
+ --typography-title-md-weight: 600;
980
980
  --typography-title-md-letter-spacing: 0rem;
981
981
  --typography-title-sm-family: Figtree;
982
982
  --typography-title-sm-size: 1.125rem;
983
983
  --typography-title-sm-line-height: 1.5rem;
984
- --typography-title-sm-weight: 500;
984
+ --typography-title-sm-weight: 600;
985
985
  --typography-title-sm-letter-spacing: 0rem;
986
986
  --typography-body-lg-family: Figtree;
987
987
  --typography-body-lg-size: 1.125rem;
@@ -1015,7 +1015,7 @@
1015
1015
  --typography-label-lg-strong-family: Figtree;
1016
1016
  --typography-label-lg-strong-size: 1.125rem;
1017
1017
  --typography-label-lg-strong-line-height: 1.75rem;
1018
- --typography-label-lg-strong-weight: 500;
1018
+ --typography-label-lg-strong-weight: 600;
1019
1019
  --typography-label-lg-strong-letter-spacing: 0rem;
1020
1020
  --typography-label-md-default-family: Figtree;
1021
1021
  --typography-label-md-default-size: 1rem;
@@ -1025,7 +1025,7 @@
1025
1025
  --typography-label-md-strong-family: Figtree;
1026
1026
  --typography-label-md-strong-size: 1rem;
1027
1027
  --typography-label-md-strong-line-height: 1.5rem;
1028
- --typography-label-md-strong-weight: 500;
1028
+ --typography-label-md-strong-weight: 600;
1029
1029
  --typography-label-md-strong-letter-spacing: 0rem;
1030
1030
  --typography-label-sm-default-family: Figtree;
1031
1031
  --typography-label-sm-default-size: 0.875rem;
@@ -1035,7 +1035,7 @@
1035
1035
  --typography-label-sm-strong-family: Figtree;
1036
1036
  --typography-label-sm-strong-size: 0.875rem;
1037
1037
  --typography-label-sm-strong-line-height: 1.25rem;
1038
- --typography-label-sm-strong-weight: 500;
1038
+ --typography-label-sm-strong-weight: 600;
1039
1039
  --typography-label-sm-strong-letter-spacing: 0rem;
1040
1040
  --typography-label-xs-default-family: Figtree;
1041
1041
  --typography-label-xs-default-size: 0.75rem;
@@ -1045,7 +1045,7 @@
1045
1045
  --typography-label-xs-strong-family: Figtree;
1046
1046
  --typography-label-xs-strong-size: 0.75rem;
1047
1047
  --typography-label-xs-strong-line-height: 1rem;
1048
- --typography-label-xs-strong-weight: 500;
1048
+ --typography-label-xs-strong-weight: 600;
1049
1049
  --typography-label-xs-strong-letter-spacing: 0rem;
1050
1050
  --space-grid-column-margin: 1.5rem;
1051
1051
  --space-grid-column-gutter: 1rem;
@@ -1118,8 +1118,8 @@
1118
1118
  --typography-font-family-secondary: Figtree;
1119
1119
  --typography-font-weight-regular: 400;
1120
1120
  --typography-font-weight-semi-bold: 500;
1121
- --typography-font-weight-bold: 700;
1122
- --typography-font-weight-extrabold: 800;
1121
+ --typography-font-weight-bold: 600;
1122
+ --typography-font-weight-extrabold: 700;
1123
1123
  --typography-heading-xl-family: Fira Sans Condensed;
1124
1124
  --typography-heading-xl-size: 2.625rem;
1125
1125
  --typography-heading-xl-line-height: 3.125rem;
@@ -1143,22 +1143,22 @@
1143
1143
  --typography-title-xl-family: Figtree;
1144
1144
  --typography-title-xl-size: 2rem;
1145
1145
  --typography-title-xl-line-height: 2.5rem;
1146
- --typography-title-xl-weight: 500;
1146
+ --typography-title-xl-weight: 600;
1147
1147
  --typography-title-xl-letter-spacing: 0rem;
1148
1148
  --typography-title-lg-family: Figtree;
1149
1149
  --typography-title-lg-size: 1.75rem;
1150
1150
  --typography-title-lg-line-height: 2.5rem;
1151
- --typography-title-lg-weight: 500;
1151
+ --typography-title-lg-weight: 600;
1152
1152
  --typography-title-lg-letter-spacing: 0rem;
1153
1153
  --typography-title-md-family: Figtree;
1154
1154
  --typography-title-md-size: 1.5rem;
1155
1155
  --typography-title-md-line-height: 2rem;
1156
- --typography-title-md-weight: 500;
1156
+ --typography-title-md-weight: 600;
1157
1157
  --typography-title-md-letter-spacing: 0rem;
1158
1158
  --typography-title-sm-family: Figtree;
1159
1159
  --typography-title-sm-size: 1.25rem;
1160
1160
  --typography-title-sm-line-height: 1.75rem;
1161
- --typography-title-sm-weight: 500;
1161
+ --typography-title-sm-weight: 600;
1162
1162
  --typography-title-sm-letter-spacing: 0rem;
1163
1163
  --typography-body-lg-family: Figtree;
1164
1164
  --typography-body-lg-size: 1.125rem;
@@ -1192,7 +1192,7 @@
1192
1192
  --typography-label-lg-strong-family: Figtree;
1193
1193
  --typography-label-lg-strong-size: 1.125rem;
1194
1194
  --typography-label-lg-strong-line-height: 1.75rem;
1195
- --typography-label-lg-strong-weight: 500;
1195
+ --typography-label-lg-strong-weight: 600;
1196
1196
  --typography-label-lg-strong-letter-spacing: 0rem;
1197
1197
  --typography-label-md-default-family: Figtree;
1198
1198
  --typography-label-md-default-size: 1rem;
@@ -1202,7 +1202,7 @@
1202
1202
  --typography-label-md-strong-family: Figtree;
1203
1203
  --typography-label-md-strong-size: 1rem;
1204
1204
  --typography-label-md-strong-line-height: 1.5rem;
1205
- --typography-label-md-strong-weight: 500;
1205
+ --typography-label-md-strong-weight: 600;
1206
1206
  --typography-label-md-strong-letter-spacing: 0rem;
1207
1207
  --typography-label-sm-default-family: Figtree;
1208
1208
  --typography-label-sm-default-size: 0.875rem;
@@ -1212,7 +1212,7 @@
1212
1212
  --typography-label-sm-strong-family: Figtree;
1213
1213
  --typography-label-sm-strong-size: 0.875rem;
1214
1214
  --typography-label-sm-strong-line-height: 1.25rem;
1215
- --typography-label-sm-strong-weight: 500;
1215
+ --typography-label-sm-strong-weight: 600;
1216
1216
  --typography-label-sm-strong-letter-spacing: 0rem;
1217
1217
  --typography-label-xs-default-family: Figtree;
1218
1218
  --typography-label-xs-default-size: 0.75rem;
@@ -1222,7 +1222,7 @@
1222
1222
  --typography-label-xs-strong-family: Figtree;
1223
1223
  --typography-label-xs-strong-size: 0.75rem;
1224
1224
  --typography-label-xs-strong-line-height: 1rem;
1225
- --typography-label-xs-strong-weight: 500;
1225
+ --typography-label-xs-strong-weight: 600;
1226
1226
  --typography-label-xs-strong-letter-spacing: -0.0125rem;
1227
1227
  --space-grid-column-margin: 4.5rem;
1228
1228
  --space-grid-column-gutter: 1.5rem;
@@ -1294,28 +1294,28 @@
1294
1294
  --typography-font-family-primary: Fira Sans Condensed;
1295
1295
  --typography-font-family-secondary: Figtree;
1296
1296
  --typography-font-weight-regular: 400;
1297
- --typography-font-weight-semi-bold: 600;
1298
- --typography-font-weight-bold: 700;
1299
- --typography-font-weight-extrabold: 800;
1297
+ --typography-font-weight-semi-bold: 500;
1298
+ --typography-font-weight-bold: 600;
1299
+ --typography-font-weight-extrabold: 700;
1300
1300
  --typography-heading-xl-family: Fira Sans Condensed;
1301
1301
  --typography-heading-xl-size: 3rem;
1302
1302
  --typography-heading-xl-line-height: 3.5rem;
1303
- --typography-heading-xl-weight: 600;
1303
+ --typography-heading-xl-weight: 500;
1304
1304
  --typography-heading-xl-letter-spacing: 0rem;
1305
1305
  --typography-heading-lg-family: Fira Sans Condensed;
1306
1306
  --typography-heading-lg-size: 2.5rem;
1307
1307
  --typography-heading-lg-line-height: 3rem;
1308
- --typography-heading-lg-weight: 600;
1308
+ --typography-heading-lg-weight: 500;
1309
1309
  --typography-heading-lg-letter-spacing: 0rem;
1310
1310
  --typography-heading-md-family: Fira Sans Condensed;
1311
1311
  --typography-heading-md-size: 2rem;
1312
1312
  --typography-heading-md-line-height: 2.5rem;
1313
- --typography-heading-md-weight: 600;
1313
+ --typography-heading-md-weight: 500;
1314
1314
  --typography-heading-md-letter-spacing: 0rem;
1315
1315
  --typography-heading-sm-family: Fira Sans Condensed;
1316
1316
  --typography-heading-sm-size: 1.5rem;
1317
1317
  --typography-heading-sm-line-height: 2rem;
1318
- --typography-heading-sm-weight: 600;
1318
+ --typography-heading-sm-weight: 500;
1319
1319
  --typography-heading-sm-letter-spacing: 0rem;
1320
1320
  --typography-title-xl-family: Figtree;
1321
1321
  --typography-title-xl-size: 2rem;