@preply/ds-web-core 0.75.1 → 0.76.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 @Mon Oct 16 2023 08:07:11 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Oct 17 2023 10:31:53 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Mon Oct 16 2023 08:07:11 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Oct 17 2023 10:31: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 @Mon Oct 16 2023 08:07:08 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Oct 17 2023 10:31:50 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 @Mon Oct 16 2023 08:07:08 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Oct 17 2023 10:31:51 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.75.1",
3
+ "version": "0.76.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.75.1",
23
- "@preply/ds-core-types": "0.75.1"
22
+ "@preply/ds-core": "0.76.0",
23
+ "@preply/ds-core-types": "0.76.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.75.1",
27
- "@preply/ds-core-types": "0.75.1",
26
+ "@preply/ds-core": "0.76.0",
27
+ "@preply/ds-core-types": "0.76.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "e336b7d163db826189eb92bfab8490a0081951b0"
31
+ "gitHead": "00294e77b41573ff2a62fafa2e34a37d4aa453e7"
32
32
  }