@preply/ds-web-core 0.91.0 → 0.92.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.
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Thu Jul 04 2024 16:19:23 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 07:34:53 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Thu Jul 04 2024 16:19:23 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 07:34:53 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 @Thu Jul 04 2024 16:19:20 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 07:34:50 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @ACTION_LINK_VARIANT_ACTIVE_COLOR_OPTIONS: accentDark, accentDarkInverted, neutral, neutralInverted,
4
4
  unsetColors;
@@ -20,7 +20,7 @@
20
20
  @ACTION_VARIANT_TEXT_DECORATION_OPTIONS: primary, secondary, tertiary, quaternary, ghost, plain,
21
21
  dangerous, critical, onColor, classroom, primaryB2b, primaryTutor, inverted, newFeature, ai;
22
22
  @AVATAR_SIZE_OPTIONS: 2xs, xs, s, m, l, xl, 24, 32, 48, 64, 96, 160;
23
- @AVATAR_WITH_STATUS_SIZE_OPTIONS: 2xs, xs, m, xl, 64, 96, 160;
23
+ @AVATAR_WITH_STATUS_SIZE_OPTIONS: 2xs, xs, m, xl, 24, 32, 64, 96, 160;
24
24
  @BADGE_ACCENT_OPTIONS: accent, positive, critical, warning, info, tertiary;
25
25
  @BADGE_COLOR_OPTIONS: gray, teal, green, blue, yellow, red, magenta;
26
26
  @BADGE_SIZE_OPTIONS: xs, s, m;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Thu Jul 04 2024 16:19:21 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 07:34:51 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -339,6 +339,8 @@
339
339
  @avatarWithStatus-size-xs-onlineIndicator-size: var(--540610);
340
340
  @avatarWithStatus-size-m-onlineIndicator-size: var(--8f1e94);
341
341
  @avatarWithStatus-size-xl-onlineIndicator-size: var(--bdf712);
342
+ @avatarWithStatus-size-24-onlineIndicator-size: var(--68eb13);
343
+ @avatarWithStatus-size-32-onlineIndicator-size: var(--ca02d9);
342
344
  @avatarWithStatus-size-64-onlineIndicator-size: var(--7d9a55);
343
345
  @avatarWithStatus-size-96-onlineIndicator-size: var(--7d3ab7);
344
346
  @avatarWithStatus-size-160-onlineIndicator-size: var(--523f7d);
@@ -346,6 +348,8 @@
346
348
  @avatarWithStatus-size-xs-onlineIndicator-offset: var(--20c0b1);
347
349
  @avatarWithStatus-size-m-onlineIndicator-offset: var(--705050);
348
350
  @avatarWithStatus-size-xl-onlineIndicator-offset: var(--3b13f1);
351
+ @avatarWithStatus-size-24-onlineIndicator-offset: var(--5879f4);
352
+ @avatarWithStatus-size-32-onlineIndicator-offset: var(--599899);
349
353
  @avatarWithStatus-size-64-onlineIndicator-offset: var(--3e174a);
350
354
  @avatarWithStatus-size-96-onlineIndicator-offset: var(--bd3f63);
351
355
  @avatarWithStatus-size-160-onlineIndicator-offset: var(--23067e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.91.0",
3
+ "version": "0.92.1",
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.91.0",
23
- "@preply/ds-core-types": "0.91.0"
22
+ "@preply/ds-core": "0.92.1",
23
+ "@preply/ds-core-types": "0.92.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.91.0",
27
- "@preply/ds-core-types": "0.91.0",
26
+ "@preply/ds-core": "0.92.1",
27
+ "@preply/ds-core-types": "0.92.1",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "76c2701182b9bef40ba8af4e0ff3e98e1800c59f"
31
+ "gitHead": "4ce7e1b3a37836553cf4ca715ba55c73b116785b"
32
32
  }