@mirohq/design-system-spinner 1.1.17 → 1.1.18

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 +2 -2
package/dist/types.d.ts CHANGED
@@ -101,17 +101,26 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<{
101
101
  "background-neutrals-page"?: any;
102
102
  "background-neutrals-page-subtle"?: any;
103
103
  "background-neutrals-scrolls"?: any;
104
+ "background-neutrals-scrolls-expanded"?: any;
104
105
  "background-neutrals-scrolls-hover"?: any;
106
+ "background-neutrals-scrolls-pressed"?: any;
107
+ "background-neutrals-scrolls-pressed-hover"?: any;
105
108
  "background-neutrals-subtle"?: any;
106
109
  "background-neutrals-subtle-active"?: any;
107
110
  "background-neutrals-subtle-hover"?: any;
108
111
  "background-primary-prominent"?: any;
109
112
  "background-primary-prominent-active"?: any;
113
+ "background-primary-prominent-expanded"?: any;
110
114
  "background-primary-prominent-hover"?: any;
115
+ "background-primary-prominent-pressed"?: any;
116
+ "background-primary-prominent-pressed-hover"?: any;
111
117
  "background-primary-prominent-selected"?: any;
112
118
  "background-primary-subtle"?: any;
113
119
  "background-primary-subtle-active"?: any;
120
+ "background-primary-subtle-expanded"?: any;
114
121
  "background-primary-subtle-hover"?: any;
122
+ "background-primary-subtle-pressed"?: any;
123
+ "background-primary-subtle-pressed-hover"?: any;
115
124
  "background-primary-subtle-selected"?: any;
116
125
  "background-success"?: any;
117
126
  "background-warning-prominent"?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-spinner",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.0",
30
30
  "@mirohq/design-tokens": "^3.0.1",
31
- "@mirohq/design-system-stitches": "^2.3.6"
31
+ "@mirohq/design-system-stitches": "^2.3.7"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "rollup -c ../../../rollup.config.js",