@mirohq/design-system-calendar 0.1.20 → 0.1.22

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 +6 -6
package/dist/types.d.ts CHANGED
@@ -106,17 +106,26 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<{}, neve
106
106
  "background-neutrals-page"?: any;
107
107
  "background-neutrals-page-subtle"?: any;
108
108
  "background-neutrals-scrolls"?: any;
109
+ "background-neutrals-scrolls-expanded"?: any;
109
110
  "background-neutrals-scrolls-hover"?: any;
111
+ "background-neutrals-scrolls-pressed"?: any;
112
+ "background-neutrals-scrolls-pressed-hover"?: any;
110
113
  "background-neutrals-subtle"?: any;
111
114
  "background-neutrals-subtle-active"?: any;
112
115
  "background-neutrals-subtle-hover"?: any;
113
116
  "background-primary-prominent"?: any;
114
117
  "background-primary-prominent-active"?: any;
118
+ "background-primary-prominent-expanded"?: any;
115
119
  "background-primary-prominent-hover"?: any;
120
+ "background-primary-prominent-pressed"?: any;
121
+ "background-primary-prominent-pressed-hover"?: any;
116
122
  "background-primary-prominent-selected"?: any;
117
123
  "background-primary-subtle"?: any;
118
124
  "background-primary-subtle-active"?: any;
125
+ "background-primary-subtle-expanded"?: any;
119
126
  "background-primary-subtle-hover"?: any;
127
+ "background-primary-subtle-pressed"?: any;
128
+ "background-primary-subtle-pressed-hover"?: any;
120
129
  "background-primary-subtle-selected"?: any;
121
130
  "background-success"?: any;
122
131
  "background-warning-prominent"?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-calendar",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,11 +30,11 @@
30
30
  "@react-types/datepicker": "^3.4.0",
31
31
  "react-aria": "^3.25.0",
32
32
  "react-stately": "^3.23.0",
33
- "@mirohq/design-system-button": "^3.1.11",
34
- "@mirohq/design-system-flex": "^2.1.19",
35
- "@mirohq/design-system-icons": "^0.29.1",
36
- "@mirohq/design-system-primitive": "^1.1.0",
37
- "@mirohq/design-system-stitches": "^2.3.6"
33
+ "@mirohq/design-system-button": "^3.1.13",
34
+ "@mirohq/design-system-flex": "^2.1.21",
35
+ "@mirohq/design-system-icons": "^0.29.3",
36
+ "@mirohq/design-system-primitive": "^1.1.1",
37
+ "@mirohq/design-system-stitches": "^2.3.8"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rollup -c ../../../rollup.config.js",