@henriquepetrelli/hp-design-system 1.1.23 → 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 +2 -2
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1306,8 +1306,8 @@ body {
1306
1306
  }
1307
1307
  .theme-switcher__icon[data-v-7efca676] {
1308
1308
  rotate: -30deg;
1309
- width: 1.4rem;
1310
- height: 1.4rem;
1309
+ width: 1.2rem;
1310
+ height: 1.2rem;
1311
1311
  pointer-events: none;
1312
1312
  }
1313
1313
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henriquepetrelli/hp-design-system",
3
- "version": "1.1.23",
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",