@preply/ds-web-core 0.92.0 → 0.92.2

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 @Fri Jul 05 2024 13:32:08 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 13:04:53 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Fri Jul 05 2024 13:32:08 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 13:04: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 @Fri Jul 05 2024 13:32:05 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 13:04: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, 24, 32, 64, 96, 160;
23
+ @AVATAR_WITH_STATUS_SIZE_OPTIONS: 2xs, xs, m, xl, 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 @Fri Jul 05 2024 13:32:06 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Mon Jul 08 2024 13:04:50 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -339,8 +339,6 @@
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);
344
342
  @avatarWithStatus-size-64-onlineIndicator-size: var(--7d9a55);
345
343
  @avatarWithStatus-size-96-onlineIndicator-size: var(--7d3ab7);
346
344
  @avatarWithStatus-size-160-onlineIndicator-size: var(--523f7d);
@@ -348,8 +346,6 @@
348
346
  @avatarWithStatus-size-xs-onlineIndicator-offset: var(--20c0b1);
349
347
  @avatarWithStatus-size-m-onlineIndicator-offset: var(--705050);
350
348
  @avatarWithStatus-size-xl-onlineIndicator-offset: var(--3b13f1);
351
- @avatarWithStatus-size-24-onlineIndicator-offset: var(--5879f4);
352
- @avatarWithStatus-size-32-onlineIndicator-offset: var(--599899);
353
349
  @avatarWithStatus-size-64-onlineIndicator-offset: var(--3e174a);
354
350
  @avatarWithStatus-size-96-onlineIndicator-offset: var(--bd3f63);
355
351
  @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.92.0",
3
+ "version": "0.92.2",
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.92.0",
23
- "@preply/ds-core-types": "0.92.0"
22
+ "@preply/ds-core": "0.92.2",
23
+ "@preply/ds-core-types": "0.92.2"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.92.0",
27
- "@preply/ds-core-types": "0.92.0",
26
+ "@preply/ds-core": "0.92.2",
27
+ "@preply/ds-core-types": "0.92.2",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "e996d5613928f683001a3425d0c35940c458711e"
31
+ "gitHead": "360ad92fc1ba4367febb4b7548a7a8e2699d62d1"
32
32
  }