@mirohq/design-system-link 1.2.10 → 1.2.11

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 +11 -5
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -91,7 +91,6 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
91
91
  readonly 'background-danger-prominent-active'?: any;
92
92
  readonly 'background-danger-prominent-hover'?: any;
93
93
  readonly 'background-neutrals'?: any;
94
- readonly 'background-neutrals-body'?: any;
95
94
  readonly 'background-neutrals-container'?: any;
96
95
  readonly 'background-neutrals-controls-disabled'?: any;
97
96
  readonly 'background-neutrals-disabled'?: any;
@@ -99,6 +98,8 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
99
98
  readonly 'background-neutrals-inactive-hover'?: any;
100
99
  readonly 'background-neutrals-inverted'?: any;
101
100
  readonly 'background-neutrals-inverted-subtle'?: any;
101
+ readonly 'background-neutrals-page'?: any;
102
+ readonly 'background-neutrals-page-subtle'?: any;
102
103
  readonly 'background-neutrals-scrolls'?: any;
103
104
  readonly 'background-neutrals-scrolls-hover'?: any;
104
105
  readonly 'background-neutrals-subtle'?: any;
@@ -122,12 +123,11 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
122
123
  readonly 'text-neutrals'?: any;
123
124
  readonly 'text-neutrals-disabled'?: any;
124
125
  readonly 'text-neutrals-inverted'?: any;
125
- readonly 'text-neutrals-link'?: any;
126
- readonly 'text-neutrals-link-active'?: any;
127
- readonly 'text-neutrals-link-hover'?: any;
128
126
  readonly 'text-neutrals-placeholder'?: any;
129
127
  readonly 'text-neutrals-placeholder-only'?: any;
130
128
  readonly 'text-neutrals-subtle'?: any;
129
+ readonly 'text-neutrals-subtle-active'?: any;
130
+ readonly 'text-neutrals-subtle-hover'?: any;
131
131
  readonly 'text-primary'?: any;
132
132
  readonly 'text-primary-active'?: any;
133
133
  readonly 'text-primary-hover'?: any;
@@ -147,7 +147,7 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
147
147
  readonly 'icon-neutrals-inverted'?: any;
148
148
  readonly 'icon-neutrals-search'?: any;
149
149
  readonly 'icon-neutrals-subtle'?: any;
150
- readonly 'icon-neutrals-with-text'?: any;
150
+ readonly 'icon-neutrals-text'?: any;
151
151
  readonly 'icon-primary'?: any;
152
152
  readonly 'icon-primary-active'?: any;
153
153
  readonly 'icon-primary-hover'?: any;
@@ -156,7 +156,10 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
156
156
  readonly 'icon-success'?: any;
157
157
  readonly 'icon-success-inverted'?: any;
158
158
  readonly 'icon-warning'?: any;
159
+ readonly 'icon-warning-prominent'?: any;
159
160
  readonly 'border-danger'?: any;
161
+ readonly 'border-danger-active'?: any;
162
+ readonly 'border-danger-hover'?: any;
160
163
  readonly 'border-focus-inner'?: any;
161
164
  readonly 'border-focus-middle'?: any;
162
165
  readonly 'border-focus-outer'?: any;
@@ -168,6 +171,9 @@ declare const StyledLink: react.ForwardRefExoticComponent<Pick<Omit<{
168
171
  readonly 'border-neutrals-hover'?: any;
169
172
  readonly 'border-neutrals-inverted'?: any;
170
173
  readonly 'border-neutrals-subtle'?: any;
174
+ readonly 'border-neutrals-text-subtle'?: any;
175
+ readonly 'border-neutrals-text-subtle-active'?: any;
176
+ readonly 'border-neutrals-text-subtle-hover'?: any;
171
177
  readonly 'border-primary'?: any;
172
178
  readonly 'border-primary-active'?: any;
173
179
  readonly 'border-primary-hover'?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-link",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -31,9 +31,9 @@
31
31
  "@react-aria/utils": "^3.13.0",
32
32
  "@react-types/link": "^3.3.0",
33
33
  "@mirohq/design-system-primitive": "^1.1.0",
34
- "@mirohq/design-system-stitches": "^2.3.1",
35
- "@mirohq/design-system-styles": "^1.0.23",
36
- "@mirohq/design-system-utils": "^0.13.2"
34
+ "@mirohq/design-system-utils": "^0.13.2",
35
+ "@mirohq/design-system-styles": "^1.0.24",
36
+ "@mirohq/design-system-stitches": "^2.3.2"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c ../../../rollup.config.js",