@henriquepetrelli/hp-design-system 1.1.2 → 1.1.3

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.
package/dist/style.css CHANGED
@@ -1158,11 +1158,11 @@ body {
1158
1158
  .toggle-switch__input:disabled + .toggle-switch__label[data-v-14c54b46] {
1159
1159
  cursor: not-allowed;
1160
1160
  opacity: 0.6;
1161
- }.theme-switcher-container[data-v-08fdca46] {
1161
+ }.theme-switcher-container[data-v-74ce4ef8] {
1162
1162
  position: relative;
1163
1163
  display: inline-block;
1164
1164
  }
1165
- .background[data-v-08fdca46] {
1165
+ .background[data-v-74ce4ef8] {
1166
1166
  position: fixed;
1167
1167
  left: 0;
1168
1168
  top: 0;
@@ -1172,35 +1172,35 @@ body {
1172
1172
  height: 100%;
1173
1173
  transition: all 250ms ease-in;
1174
1174
  }
1175
- .toggle--checkbox[data-v-08fdca46] {
1175
+ .toggle--checkbox[data-v-74ce4ef8] {
1176
1176
  position: absolute;
1177
1177
  opacity: 0;
1178
1178
  height: 0;
1179
1179
  width: 0;
1180
1180
  }
1181
- .toggle--checkbox:checked ~ .background[data-v-08fdca46] {
1181
+ .toggle--checkbox:checked ~ .background[data-v-74ce4ef8] {
1182
1182
  background: #1357a6;
1183
1183
  }
1184
- .toggle--checkbox:checked + .toggle--label[data-v-08fdca46] {
1184
+ .toggle--checkbox:checked + .toggle--label[data-v-74ce4ef8] {
1185
1185
  background: var(--dark-background-color);
1186
1186
  border-color: var(--dark-border-color);
1187
1187
  }
1188
- .toggle--checkbox:checked + .toggle--label .toggle--label-background[data-v-08fdca46] {
1188
+ .toggle--checkbox:checked + .toggle--label .toggle--label-background[data-v-74ce4ef8] {
1189
1189
  left: 14px;
1190
1190
  width: 2px;
1191
1191
  }
1192
- .toggle--checkbox:checked + .toggle--label .toggle--label-background[data-v-08fdca46]:before {
1192
+ .toggle--checkbox:checked + .toggle--label .toggle--label-background[data-v-74ce4ef8]:before {
1193
1193
  width: 2px;
1194
1194
  height: 2px;
1195
1195
  top: -6px;
1196
1196
  }
1197
- .toggle--checkbox:checked + .toggle--label .toggle--label-background[data-v-08fdca46]:after {
1197
+ .toggle--checkbox:checked + .toggle--label .toggle--label-background[data-v-74ce4ef8]:after {
1198
1198
  width: 2px;
1199
1199
  height: 2px;
1200
1200
  left: -8px;
1201
1201
  top: 4px;
1202
1202
  }
1203
- .toggle--label[data-v-08fdca46] {
1203
+ .toggle--label[data-v-74ce4ef8] {
1204
1204
  width: 48px;
1205
1205
  height: 24px;
1206
1206
  background: var(--light-background-color);
@@ -1211,12 +1211,12 @@ body {
1211
1211
  transition: all 350ms ease-in;
1212
1212
  cursor: pointer;
1213
1213
  }
1214
- .toggle--label[data-v-08fdca46]:focus-visible {
1214
+ .toggle--label[data-v-74ce4ef8]:focus-visible {
1215
1215
  outline: 2px solid #005fcc;
1216
1216
  outline-offset: 2px;
1217
1217
  transition: 0s;
1218
1218
  }
1219
- .toggle--label-background[data-v-08fdca46] {
1219
+ .toggle--label-background[data-v-74ce4ef8] {
1220
1220
  width: 4px;
1221
1221
  height: 2px;
1222
1222
  border-radius: 2px;
@@ -1226,7 +1226,7 @@ body {
1226
1226
  top: 11px;
1227
1227
  transition: all 150ms ease-in;
1228
1228
  }
1229
- .toggle--label-background[data-v-08fdca46]:before {
1229
+ .toggle--label-background[data-v-74ce4ef8]:before {
1230
1230
  content: "";
1231
1231
  position: absolute;
1232
1232
  top: -4px;
@@ -1237,7 +1237,7 @@ body {
1237
1237
  left: -5px;
1238
1238
  transition: all 150ms ease-in;
1239
1239
  }
1240
- .toggle--label-background[data-v-08fdca46]:after {
1240
+ .toggle--label-background[data-v-74ce4ef8]:after {
1241
1241
  content: "";
1242
1242
  position: absolute;
1243
1243
  top: 4px;
@@ -1248,7 +1248,7 @@ body {
1248
1248
  left: -3px;
1249
1249
  transition: all 150ms ease-in;
1250
1250
  }
1251
- .toggle--label[data-v-08fdca46]:before {
1251
+ .toggle--label[data-v-74ce4ef8]:before {
1252
1252
  content: "";
1253
1253
  width: 18px;
1254
1254
  height: 18px;
@@ -1259,18 +1259,18 @@ body {
1259
1259
  top: 1px;
1260
1260
  left: 1px;
1261
1261
  transition: all 350ms ease-in;
1262
- animation-name: reverse-08fdca46;
1262
+ animation-name: reverse-74ce4ef8;
1263
1263
  animation-duration: 350ms;
1264
1264
  animation-fill-mode: forwards;
1265
1265
  }
1266
- .toggle--checkbox:checked + .toggle--label[data-v-08fdca46]:before {
1266
+ .toggle--checkbox:checked + .toggle--label[data-v-74ce4ef8]:before {
1267
1267
  background: #fff;
1268
1268
  border-color: #e8e8ea;
1269
- animation-name: switch-08fdca46;
1269
+ animation-name: switch-74ce4ef8;
1270
1270
  animation-duration: 350ms;
1271
1271
  animation-fill-mode: forwards;
1272
1272
  }
1273
- .toggle--label[data-v-08fdca46]:after {
1273
+ .toggle--label[data-v-74ce4ef8]:after {
1274
1274
  content: "";
1275
1275
  position: absolute;
1276
1276
  box-shadow: #e8e8ea 1px 0 0 1px, #e8e8ea -2px 4px 0 -1px;
@@ -1283,11 +1283,11 @@ body {
1283
1283
  opacity: 0;
1284
1284
  transition: all 250ms ease-in;
1285
1285
  }
1286
- .toggle--checkbox:checked + .toggle--label[data-v-08fdca46]:after {
1286
+ .toggle--checkbox:checked + .toggle--label[data-v-74ce4ef8]:after {
1287
1287
  opacity: 1;
1288
1288
  transition-delay: 350ms;
1289
1289
  }
1290
- .theme-icons[data-v-08fdca46] {
1290
+ .theme-icons[data-v-74ce4ef8] {
1291
1291
  position: absolute;
1292
1292
  top: 50%;
1293
1293
  transform: translateY(-50%);
@@ -1296,24 +1296,24 @@ body {
1296
1296
  width: 80%;
1297
1297
  left: 10%;
1298
1298
  }
1299
- .sun-icon[data-v-08fdca46],
1300
- .moon-icon[data-v-08fdca46] {
1299
+ .sun-icon[data-v-74ce4ef8],
1300
+ .moon-icon[data-v-74ce4ef8] {
1301
1301
  font-size: 10px;
1302
1302
  transition: opacity 0.3s ease;
1303
1303
  }
1304
- .toggle--checkbox:checked + .toggle--label .moon-icon[data-v-08fdca46] {
1304
+ .toggle--checkbox:checked + .toggle--label .moon-icon[data-v-74ce4ef8] {
1305
1305
  opacity: 1;
1306
1306
  }
1307
- .toggle--checkbox:checked + .toggle--label .sun-icon[data-v-08fdca46] {
1307
+ .toggle--checkbox:checked + .toggle--label .sun-icon[data-v-74ce4ef8] {
1308
1308
  opacity: 0.5;
1309
1309
  }
1310
- .toggle--checkbox:not(:checked) + .toggle--label .moon-icon[data-v-08fdca46] {
1310
+ .toggle--checkbox:not(:checked) + .toggle--label .moon-icon[data-v-74ce4ef8] {
1311
1311
  opacity: 0.5;
1312
1312
  }
1313
- .toggle--checkbox:not(:checked) + .toggle--label .sun-icon[data-v-08fdca46] {
1313
+ .toggle--checkbox:not(:checked) + .toggle--label .sun-icon[data-v-74ce4ef8] {
1314
1314
  opacity: 1;
1315
1315
  }
1316
- @keyframes switch-08fdca46 {
1316
+ @keyframes switch-74ce4ef8 {
1317
1317
  0% {
1318
1318
  left: 1px;
1319
1319
  }
@@ -1326,7 +1326,7 @@ body {
1326
1326
  width: 18px;
1327
1327
  }
1328
1328
  }
1329
- @keyframes reverse-08fdca46 {
1329
+ @keyframes reverse-74ce4ef8 {
1330
1330
  0% {
1331
1331
  left: 25px;
1332
1332
  width: 18px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henriquepetrelli/hp-design-system",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "main": "./dist/hp-design-system.umd.js",
6
6
  "module": "./dist/hp-design-system.es.js",
@@ -13,8 +13,7 @@
13
13
  ".": {
14
14
  "types": "./dist/index.d.ts",
15
15
  "import": "./dist/hp-design-system.es.js",
16
- "require": "./dist/hp-design-system.umd.js",
17
- "style": "./dist/style.css"
16
+ "require": "./dist/hp-design-system.umd.js"
18
17
  },
19
18
  "./style.css": "./dist/style.css"
20
19
  },