@preply/ds-web-core 0.84.2 → 0.86.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,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Apr 02 2024 14:11:27 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Apr 23 2024 12:58:45 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Apr 02 2024 14:11:27 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Apr 23 2024 12:58:45 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  .onHover(@styles) {
4
4
  @media (hover: hover) and (pointer: fine) {
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Apr 02 2024 14:11:24 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Apr 23 2024 12:58:43 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @ACTION_LINK_VARIANT_ACTIVE_COLOR_OPTIONS: accentDark, accentDarkInverted, neutral, neutralInverted,
4
4
  unsetColors;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Apr 02 2024 14:11:25 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Apr 23 2024 12:58:43 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -311,6 +311,14 @@
311
311
  @action-size-large-letterSpacing: var(--dc9bea);
312
312
  @action-size-medium-letterSpacing: var(--ad1bd2);
313
313
  @action-size-small-letterSpacing: var(--9663af);
314
+ @action-size-xs-lineHeight: var(--bc3431);
315
+ @action-size-s-lineHeight: var(--41a1b8);
316
+ @action-size-m-lineHeight: var(--fa71e9);
317
+ @action-size-l-lineHeight: var(--803078);
318
+ @action-size-xl-lineHeight: var(--6fb08e);
319
+ @action-size-large-lineHeight: var(--4c2ede);
320
+ @action-size-medium-lineHeight: var(--5c2532);
321
+ @action-size-small-lineHeight: var(--50cd80);
314
322
  @avatar-base-borderRadius: var(--dad9ec);
315
323
  @avatar-base-borderWidth: var(--c4d145);
316
324
  @avatar-base-borderColor: var(--54e6b5);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.84.2",
3
+ "version": "0.86.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -19,14 +19,14 @@
19
19
  "dev": "run build:rollup -w"
20
20
  },
21
21
  "dependencies": {
22
- "@preply/ds-core": "0.84.2",
23
- "@preply/ds-core-types": "0.84.2"
22
+ "@preply/ds-core": "0.86.0",
23
+ "@preply/ds-core-types": "0.86.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.84.2",
27
- "@preply/ds-core-types": "0.84.2",
26
+ "@preply/ds-core": "0.86.0",
27
+ "@preply/ds-core-types": "0.86.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "1e13c90c7f60422b4b6ae819ef50d46fa10541c9"
31
+ "gitHead": "3d9b22394138877e0750f61f086352326e781734"
32
32
  }