rbro-tat-uds 1.5.48 → 1.5.50
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/components/{CardCredit/CardCredit.d.ts → CreditCard/CreditCard.d.ts} +3 -3
- package/dist/components/CreditCard/index.d.ts +1 -0
- package/dist/components/index.d.ts +1 -1
- package/dist/index.cjs.js +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/CardCredit/index.d.ts +0 -1
package/dist/index.es.js
CHANGED
@@ -15334,8 +15334,9 @@ const C4 = H.button`
|
|
15334
15334
|
width: 100%;
|
15335
15335
|
|
15336
15336
|
& > img {
|
15337
|
-
height: 140px;
|
15337
|
+
max-height: 140px;
|
15338
15338
|
width: 100%;
|
15339
|
+
aspect-ratio: 22 / 14;
|
15339
15340
|
object-fit: cover;
|
15340
15341
|
border-radius: 8px;
|
15341
15342
|
outline-width: 3px;
|
@@ -15458,13 +15459,13 @@ export {
|
|
15458
15459
|
S4 as Breadcrumbs,
|
15459
15460
|
w1 as Button,
|
15460
15461
|
mr as ButtonLink,
|
15461
|
-
xr as CardCredit,
|
15462
15462
|
B4 as Checkbox,
|
15463
15463
|
Cr as CityPicker,
|
15464
15464
|
F4 as ConfigurationSaveInfo,
|
15465
15465
|
D4 as Container,
|
15466
15466
|
Z4 as Content,
|
15467
15467
|
pr as ContentDropdown,
|
15468
|
+
xr as CreditCard,
|
15468
15469
|
nr as DashboardSmallShortcut,
|
15469
15470
|
tr as Datepicker,
|
15470
15471
|
G4 as Divider,
|