@henriquepetrelli/hp-design-system 1.1.22 → 1.1.23

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