@umbraco-ui/uui-color-swatches 1.2.0-rc.0 → 1.2.0-rc.2

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/lib/index.js +0 -1
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -115,7 +115,6 @@ UUIColorSwatchesElement.styles = [
115
115
  display: flex;
116
116
  flex-wrap: wrap;
117
117
  gap: 0.4rem;
118
- padding: 0.75rem;
119
118
  }
120
119
  `
121
120
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-color-swatches",
3
- "version": "1.2.0-rc.0",
3
+ "version": "1.2.0-rc.2",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.2.0-rc.0",
34
- "@umbraco-ui/uui-color-swatch": "1.2.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.2.0-rc.2",
34
+ "@umbraco-ui/uui-color-swatch": "1.2.0-rc.2"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-color-swatches",
45
- "gitHead": "43f1b9a8bd1721af30ba7c145517ee665d874df3"
45
+ "gitHead": "b3217b08b13dabeef0225ab3ead06d6677a245a2"
46
46
  }