@onpe/ui 1.2.43 → 1.2.45
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.css +7 -0
- package/dist/components.esm.css +7 -0
- package/dist/components.esm.js +10 -2
- package/dist/components.js +10 -2
- package/dist/icons/Actions/IconMobileNfc/index.d.ts +0 -1
- package/dist/icons/ONPE/IconDnie1/IconDnie1.d.ts +4 -0
- package/dist/icons/ONPE/IconDnie1/index.d.ts +3 -0
- package/dist/icons/ONPE/IconDnie2/IconDnie2.d.ts +4 -0
- package/dist/icons/ONPE/IconDnie2/index.d.ts +3 -0
- package/dist/icons/ONPE/IconDnie3/IconDnie3.d.ts +4 -0
- package/dist/icons/ONPE/IconDnie3/index.d.ts +3 -0
- package/dist/icons/ONPE/IconNfc/IconNfc.d.ts +4 -0
- package/dist/icons/ONPE/IconNfc/index.d.ts +3 -0
- package/dist/icons/ONPE/index.d.ts +4 -0
- package/dist/index.css +7 -0
- package/dist/index.esm.css +7 -0
- package/dist/index.esm.js +10 -2
- package/dist/index.js +10 -2
- package/package.json +1 -1
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export * from "./IconVotoDigital";
|
|
2
2
|
export * from "./IconElectionsGeneral";
|
|
3
3
|
export * from "./ElectionsIcon";
|
|
4
|
+
export * from "./IconDnie1";
|
|
5
|
+
export * from "./IconDnie2";
|
|
6
|
+
export * from "./IconDnie3";
|
|
7
|
+
export * from "./IconNfc";
|
|
4
8
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.css
CHANGED
|
@@ -1153,12 +1153,19 @@ body.onpe-modal-open {
|
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
.onpe-modal-nfc-icon {
|
|
1156
|
+
width: 273px;
|
|
1157
|
+
padding-bottom: 40px; /* pb-10 */
|
|
1158
|
+
color: var(--onpe-ui-blue);
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.onpe-modal-nfc-icon-mobile {
|
|
1156
1162
|
width: 100%;
|
|
1157
1163
|
height: 100%;
|
|
1158
1164
|
padding-bottom: 40px; /* pb-10 */
|
|
1159
1165
|
color: var(--onpe-ui-blue);
|
|
1160
1166
|
}
|
|
1161
1167
|
|
|
1168
|
+
|
|
1162
1169
|
/* Estilos específicos para móvil */
|
|
1163
1170
|
@media (max-width: 640px) {
|
|
1164
1171
|
.onpe-modal-nfc-title {
|
package/dist/index.esm.css
CHANGED
|
@@ -1153,12 +1153,19 @@ body.onpe-modal-open {
|
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
.onpe-modal-nfc-icon {
|
|
1156
|
+
width: 273px;
|
|
1157
|
+
padding-bottom: 40px; /* pb-10 */
|
|
1158
|
+
color: var(--onpe-ui-blue);
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
.onpe-modal-nfc-icon-mobile {
|
|
1156
1162
|
width: 100%;
|
|
1157
1163
|
height: 100%;
|
|
1158
1164
|
padding-bottom: 40px; /* pb-10 */
|
|
1159
1165
|
color: var(--onpe-ui-blue);
|
|
1160
1166
|
}
|
|
1161
1167
|
|
|
1168
|
+
|
|
1162
1169
|
/* Estilos específicos para móvil */
|
|
1163
1170
|
@media (max-width: 640px) {
|
|
1164
1171
|
.onpe-modal-nfc-title {
|