@alma/widgets 2.7.1 → 2.8.4
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/raw/widgets.css +6 -2
- package/dist/raw/widgets.js +184 -121
- package/dist/raw/widgets.js.map +1 -1
- package/dist/raw/widgets.m.js +184 -121
- package/dist/raw/widgets.m.js.map +1 -1
- package/dist/raw/widgets.modern.js +179 -118
- package/dist/raw/widgets.modern.js.map +1 -1
- package/dist/raw/widgets.umd.js +2626 -1081
- package/dist/raw/widgets.umd.js.map +1 -1
- package/dist/types/Widgets/PaymentPlans/__tests__/Monochrome.test.d.ts +1 -0
- package/dist/types/Widgets/PaymentPlans/index.d.ts +1 -0
- package/dist/types/assets/Logo.d.ts +3 -2
- package/dist/types/hooks/useButtonAnimation.d.ts +2 -1
- package/dist/types/types.d.ts +5 -4
- package/dist/widgets.css +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.js.map +1 -1
- package/dist/widgets.m.js +1 -1
- package/dist/widgets.m.js.map +1 -1
- package/dist/widgets.modern.js +1 -1
- package/dist/widgets.modern.js.map +1 -1
- package/dist/widgets.umd.js +1 -1
- package/dist/widgets.umd.js.map +1 -1
- package/package.json +1 -2
package/dist/raw/widgets.css
CHANGED
|
@@ -562,13 +562,17 @@
|
|
|
562
562
|
border-bottom: 3px solid var(--blue-300);
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
+
._2Kqjn._3dG_J._2icEF {
|
|
566
|
+
border-bottom-color: var(--red-600);
|
|
567
|
+
}
|
|
568
|
+
|
|
565
569
|
._2Kqjn._3dG_J._3O1bg {
|
|
566
570
|
border-bottom-color: var(--gray-600);
|
|
567
571
|
cursor: not-allowed;
|
|
568
572
|
}
|
|
569
573
|
|
|
570
574
|
._25GrF {
|
|
571
|
-
font-family: Public Sans;
|
|
575
|
+
font-family: Public Sans, sans-serif;
|
|
572
576
|
font-style: normal;
|
|
573
577
|
font-weight: normal;
|
|
574
578
|
font-size: 12px;
|
|
@@ -589,7 +593,7 @@
|
|
|
589
593
|
line-height: 100%;
|
|
590
594
|
}
|
|
591
595
|
._2kGhu {
|
|
592
|
-
font-family: Public Sans;
|
|
596
|
+
font-family: Public Sans, sans-serif;
|
|
593
597
|
font-style: normal;
|
|
594
598
|
font-weight: normal;
|
|
595
599
|
font-size: 12px;
|