@henriquepetrelli/hp-design-system 1.1.22 → 1.1.24

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 +3 -2
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1305,8 +1305,9 @@ body {
1305
1305
  outline-offset: 2px;
1306
1306
  }
1307
1307
  .theme-switcher__icon[data-v-7efca676] {
1308
- width: 1.4rem;
1309
- height: 1.4rem;
1308
+ rotate: -30deg;
1309
+ width: 1.2rem;
1310
+ height: 1.2rem;
1310
1311
  pointer-events: none;
1311
1312
  }
1312
1313
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henriquepetrelli/hp-design-system",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "type": "module",
5
5
  "main": "./dist/hp-design-system.umd.js",
6
6
  "module": "./dist/hp-design-system.es.js",