@henriquepetrelli/hp-design-system 1.1.21 → 1.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/style.css +4 -3
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1285,9 +1285,8 @@ body {
1285
1285
  cursor: not-allowed;
1286
1286
  opacity: 0.6;
1287
1287
  }.theme-switcher[data-v-7efca676] {
1288
- width: 36px;
1289
- height: 36px;
1290
- padding: 8px;
1288
+ width: 32px;
1289
+ height: 32px;
1291
1290
  border-radius: 8px;
1292
1291
  border: none;
1293
1292
  background-color: transparent;
@@ -1306,6 +1305,8 @@ body {
1306
1305
  outline-offset: 2px;
1307
1306
  }
1308
1307
  .theme-switcher__icon[data-v-7efca676] {
1308
+ width: 1.4rem;
1309
+ height: 1.4rem;
1309
1310
  pointer-events: none;
1310
1311
  }
1311
1312
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henriquepetrelli/hp-design-system",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "type": "module",
5
5
  "main": "./dist/hp-design-system.umd.js",
6
6
  "module": "./dist/hp-design-system.es.js",