@mirohq/design-system-link 1.2.19 → 1.2.20

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +9 -0
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -107,17 +107,26 @@ declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<{
107
107
  "background-neutrals-page"?: any;
108
108
  "background-neutrals-page-subtle"?: any;
109
109
  "background-neutrals-scrolls"?: any;
110
+ "background-neutrals-scrolls-expanded"?: any;
110
111
  "background-neutrals-scrolls-hover"?: any;
112
+ "background-neutrals-scrolls-pressed"?: any;
113
+ "background-neutrals-scrolls-pressed-hover"?: any;
111
114
  "background-neutrals-subtle"?: any;
112
115
  "background-neutrals-subtle-active"?: any;
113
116
  "background-neutrals-subtle-hover"?: any;
114
117
  "background-primary-prominent"?: any;
115
118
  "background-primary-prominent-active"?: any;
119
+ "background-primary-prominent-expanded"?: any;
116
120
  "background-primary-prominent-hover"?: any;
121
+ "background-primary-prominent-pressed"?: any;
122
+ "background-primary-prominent-pressed-hover"?: any;
117
123
  "background-primary-prominent-selected"?: any;
118
124
  "background-primary-subtle"?: any;
119
125
  "background-primary-subtle-active"?: any;
126
+ "background-primary-subtle-expanded"?: any;
120
127
  "background-primary-subtle-hover"?: any;
128
+ "background-primary-subtle-pressed"?: any;
129
+ "background-primary-subtle-pressed-hover"?: any;
121
130
  "background-primary-subtle-selected"?: any;
122
131
  "background-success"?: any;
123
132
  "background-warning-prominent"?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-link",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -29,10 +29,10 @@
29
29
  "@react-aria/interactions": "^3.13.0",
30
30
  "@react-aria/utils": "^3.13.0",
31
31
  "@react-types/shared": "^3.16.0",
32
- "@mirohq/design-system-primitive": "^1.1.0",
33
- "@mirohq/design-system-stitches": "^2.3.6",
34
- "@mirohq/design-system-styles": "^1.1.2",
35
- "@mirohq/design-system-utils": "^0.14.1"
32
+ "@mirohq/design-system-primitive": "^1.1.1",
33
+ "@mirohq/design-system-utils": "^0.14.2",
34
+ "@mirohq/design-system-styles": "^1.1.4",
35
+ "@mirohq/design-system-stitches": "^2.3.8"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "rollup -c ../../../rollup.config.js",