@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.
@@ -1,4 +1,3 @@
1
1
  export { IconMobileNfc } from "./IconMobileNfc";
2
- export type { IconMobileNfcProps } from "./IconMobileNfc";
3
2
  export { default } from "./IconMobileNfc";
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ export declare const IconDnie1: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default IconDnie1;
4
+ //# sourceMappingURL=IconDnie1.d.ts.map
@@ -0,0 +1,3 @@
1
+ export { IconDnie1 } from "./IconDnie1";
2
+ export { default } from "./IconDnie1";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ export declare const IconDnie2: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default IconDnie2;
4
+ //# sourceMappingURL=IconDnie2.d.ts.map
@@ -0,0 +1,3 @@
1
+ export { IconDnie2 } from "./IconDnie2";
2
+ export { default } from "./IconDnie2";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ export declare const IconDnie3: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default IconDnie3;
4
+ //# sourceMappingURL=IconDnie3.d.ts.map
@@ -0,0 +1,3 @@
1
+ export { IconDnie3 } from "./IconDnie3";
2
+ export { default } from "./IconDnie3";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from "react";
2
+ export declare const IconNfc: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default IconNfc;
4
+ //# sourceMappingURL=IconNfc.d.ts.map
@@ -0,0 +1,3 @@
1
+ export { IconNfc } from "./IconNfc";
2
+ export { default } from "./IconNfc";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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 {
@@ -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 {