@henriquepetrelli/hp-design-system 1.1.11 → 1.1.13

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
@@ -452,6 +452,50 @@ body {
452
452
  .button-icon--disabled[data-v-32ab443d], .button-icon[data-v-32ab443d]:not(.button-icon--is-loading):disabled {
453
453
  opacity: 0.5;
454
454
  cursor: default;
455
+ }.button-letter[data-v-4df7cc96] {
456
+ display: flex;
457
+ align-items: center;
458
+ justify-content: center;
459
+ width: 48px;
460
+ height: 48px;
461
+ border-radius: 50px;
462
+ font-size: 1rem;
463
+ font-weight: 600;
464
+ background-color: var(--background-color);
465
+ border: 0;
466
+ cursor: pointer;
467
+ }
468
+ .button-letter--lg[data-v-4df7cc96] {
469
+ font-size: 1.4rem;
470
+ font-weight: 600;
471
+ width: 64px;
472
+ height: 64px;
473
+ }
474
+ .button-letter--sm[data-v-4df7cc96] {
475
+ width: 32px;
476
+ height: 32px;
477
+ font-size: 0.8rem;
478
+ font-weight: 600;
479
+ }
480
+ .button-letter--is-loading[data-v-4df7cc96] {
481
+ cursor: default;
482
+ }
483
+ .button-letter[data-v-4df7cc96]:not(:disabled):not(.button-letter--is-loading):focus-visible {
484
+ outline: 2px solid var(--color-secondary);
485
+ outline-offset: 2px;
486
+ }
487
+ .button-letter[data-v-4df7cc96]:not(:disabled):not(.button-letter--is-loading):hover {
488
+ transform: scale(1.0175);
489
+ opacity: 0.9;
490
+ }
491
+ .button-letter[style*="--background-color: transparent"][data-v-4df7cc96]:not(:disabled):not(.button-letter--is-loading):hover {
492
+ background-color: rgba(var(--letter-color), 0.1);
493
+ }
494
+ .button-letter[data-v-4df7cc96]:not(:disabled):not(.button-letter--is-loading):active {
495
+ transform: scale(0.985);
496
+ }
497
+ .button-letter--disabled[data-v-4df7cc96], .button-letter[data-v-4df7cc96]:not(.button-letter--is-loading):disabled {
498
+ cursor: default;
455
499
  }.alert[data-v-10dcca72] {
456
500
  padding: 10px;
457
501
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henriquepetrelli/hp-design-system",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "type": "module",
5
5
  "main": "./dist/hp-design-system.umd.js",
6
6
  "module": "./dist/hp-design-system.es.js",