@umbraco-ui/uui-color-picker 1.2.0-rc.1 → 1.2.0-rc.3

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.
@@ -153,12 +153,6 @@
153
153
  "description": "Fired when the color changes"
154
154
  }
155
155
  ],
156
- "slots": [
157
- {
158
- "name": "",
159
- "description": "Override the default label"
160
- }
161
- ],
162
156
  "cssProperties": [
163
157
  {
164
158
  "name": "--uui-color-picker-width",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-color-picker",
3
- "version": "1.2.0-rc.1",
3
+ "version": "1.2.0-rc.3",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,7 +30,7 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.2.0-rc.1",
33
+ "@umbraco-ui/uui-base": "1.2.0-rc.3",
34
34
  "colord": "^2.9.3"
35
35
  },
36
36
  "scripts": {
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-color-picker",
45
- "gitHead": "c85fbce0370213590f8b60119ac39f0473ffa0fb"
45
+ "gitHead": "ea5983f5f13e95944adba0174839548b11154b4a"
46
46
  }