@preply/ds-web-core 0.86.0 → 0.88.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 23 2024 12:58:45 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue May 14 2024 09:38:55 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Apr 23 2024 12:58:45 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue May 14 2024 09:38:55 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 23 2024 12:58:43 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue May 14 2024 09:38:52 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 23 2024 12:58:43 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue May 14 2024 09:38:53 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -4,6 +4,9 @@ export interface IconProps {
4
4
  svg: ReactSVGComponentType;
5
5
  size?: IconSize | TokyoUiIconSize;
6
6
  accent?: TextAccent;
7
+ /**
8
+ * @deprecated Use accent instead.
9
+ */
7
10
  color?: ColorName;
8
11
  label?: string;
9
12
  dataset?: Dataset;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/icon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEjG,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAErD,MAAM,WAAW,SAAS;IACtB,GAAG,EAAE,qBAAqB,CAAC;IAC3B,IAAI,CAAC,EAAE,QAAQ,GAAG,eAAe,CAAC;IAClC,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/icon/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEjG,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAErD,MAAM,WAAW,SAAS;IACtB,GAAG,EAAE,qBAAqB,CAAC;IAC3B,IAAI,CAAC,EAAE,QAAQ,GAAG,eAAe,CAAC;IAClC,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.86.0",
3
+ "version": "0.88.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.86.0",
23
- "@preply/ds-core-types": "0.86.0"
22
+ "@preply/ds-core": "0.88.0",
23
+ "@preply/ds-core-types": "0.88.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.86.0",
27
- "@preply/ds-core-types": "0.86.0",
26
+ "@preply/ds-core": "0.88.0",
27
+ "@preply/ds-core-types": "0.88.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "3d9b22394138877e0750f61f086352326e781734"
31
+ "gitHead": "e16d1409f4dd60fce30482d1a254c74a90cb8b70"
32
32
  }