@onpe/ui 1.2.103 → 1.2.105

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.
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from "react";
2
+ export declare const IconHuawei: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=IconHuawei.d.ts.map
@@ -0,0 +1,2 @@
1
+ export { IconHuawei } from "./IconHuawei";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,5 @@
1
1
  export * from "./IconWindow";
2
2
  export * from "./IconAndroid";
3
3
  export * from "./IconApple";
4
+ export * from "./IconHuawei";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,7 @@
1
+ export { default as FaceBookIcon } from "./FaceBookIcon";
2
+ export { default as InstagramIcon } from "./InstagramIcon";
3
+ export { default as TikTokIcon } from "./TikTokIcon";
4
+ export { default as WhatsappIcon } from "./WhatsappIcon";
5
+ export { default as XIcon } from "./XIcon";
6
+ export { default as YoutubeIcon } from "./YoutubeIcon";
7
+ //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,6 @@
1
1
  export * from "./Actions";
2
2
  export * from "./Browsers";
3
3
  export * from "./OperatingSystems";
4
+ export * from "./Redes";
4
5
  export * from "./ONPE";
5
6
  //# sourceMappingURL=index.d.ts.map
package/dist/index.css CHANGED
@@ -938,10 +938,15 @@ body.onpe-modal-open {
938
938
  max-width: 1460px;
939
939
  }
940
940
 
941
- .onpe-footer-contact-item {
941
+ .onpe-footer-contact-item {
942
942
  /* List item styles */
943
943
  }
944
944
 
945
+ .onpe-footer-contact-item-color {
946
+ /* List item styles */
947
+ color : var(--onpe-ui-blue-dark);
948
+ }
949
+
945
950
  .onpe-footer-contact-title {
946
951
  font-weight: 600;
947
952
  color: var(--onpe-ui-yellow);
@@ -938,10 +938,15 @@ body.onpe-modal-open {
938
938
  max-width: 1460px;
939
939
  }
940
940
 
941
- .onpe-footer-contact-item {
941
+ .onpe-footer-contact-item {
942
942
  /* List item styles */
943
943
  }
944
944
 
945
+ .onpe-footer-contact-item-color {
946
+ /* List item styles */
947
+ color : var(--onpe-ui-blue-dark);
948
+ }
949
+
945
950
  .onpe-footer-contact-title {
946
951
  font-weight: 600;
947
952
  color: var(--onpe-ui-yellow);