@pelcro/react-pelcro-js 4.0.0-alpha.31 → 4.0.0-alpha.32

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/index.cjs.js CHANGED
@@ -3870,7 +3870,7 @@ var labels$U = {
3870
3870
  canceled: "Canceled"
3871
3871
  },
3872
3872
  manageMembers: "Manage Members",
3873
- shipments: "Shipments remaining",
3873
+ shipments: "Shipments Remaining",
3874
3874
  logout: "Logout",
3875
3875
  dashboard: "Dashboard",
3876
3876
  unsubscribe: "Cancel",
@@ -3880,6 +3880,7 @@ var labels$U = {
3880
3880
  unsuspend: "Unsuspend",
3881
3881
  support: "Support",
3882
3882
  account: "Account",
3883
+ mySettings: "My Settings",
3883
3884
  accountSettings: "Account Settings",
3884
3885
  purchases: "Purchases",
3885
3886
  subscriptions: "Subscriptions",
@@ -3898,10 +3899,10 @@ var labels$U = {
3898
3899
  pastDue: "Past due",
3899
3900
  updatePaymentSource: "Update",
3900
3901
  profile: "Profile",
3901
- updateProfile: "Edit profile",
3902
- changePassword: "Change password",
3903
- editNewsletters: "Edit newsletters",
3904
- myQRCode: "My QR code",
3902
+ updateProfile: "Edit Profile",
3903
+ changePassword: "Change Password",
3904
+ editNewsletters: "Edit Newsletters",
3905
+ myQRCode: "QR Code",
3905
3906
  shipping: "Shipping",
3906
3907
  billing: "Billing",
3907
3908
  Newsletters: "Newsletters",
@@ -3910,9 +3911,9 @@ var labels$U = {
3910
3911
  redeemGift: "Redeem gift",
3911
3912
  address: "Address",
3912
3913
  addresses: "Addresses",
3913
- myProfile: "My profile",
3914
+ myProfile: "My Profile",
3914
3915
  basicData: "Basic Data",
3915
- paymentSource: "Payment cards",
3916
+ paymentSource: "Payment Cards",
3916
3917
  addCard: "Add Card",
3917
3918
  actions: "Actions",
3918
3919
  expiresOn: "Ends",
@@ -4824,6 +4825,7 @@ var labels$z = {
4824
4825
  unsuspend: "Annuler la suspension",
4825
4826
  support: "Soutien",
4826
4827
  account: "Compte",
4828
+ mySettings: "Mes paramètres",
4827
4829
  accountSettings: "Paramètres du compte",
4828
4830
  purchases: "Achats",
4829
4831
  subscriptions: "Abonnements",
@@ -5714,6 +5716,7 @@ var labels$k = {
5714
5716
  unsuspend: "일시 중단 해제",
5715
5717
  support: "지원",
5716
5718
  account: "계정",
5719
+ mySettings: "내 설정",
5717
5720
  accountSettings: "계정 설정",
5718
5721
  purchases: "구매",
5719
5722
  subscriptions: "유료 멤버십",
@@ -6648,6 +6651,7 @@ var labels$5 = {
6648
6651
  unsuspend: "Reanudar",
6649
6652
  support: "Soporte",
6650
6653
  account: "Cuenta",
6654
+ mySettings: "Mi configuración",
6651
6655
  purchases: "Compras",
6652
6656
  subscriptions: "Suscripciones",
6653
6657
  donations: "Donaciones",
@@ -18908,7 +18912,7 @@ function Carousel({
18908
18912
  prevArrow: /*#__PURE__*/React__default['default'].createElement(PrevArrow, null),
18909
18913
  initialSlide: 0,
18910
18914
  customPaging: i => /*#__PURE__*/React__default['default'].createElement("span", {
18911
- className: "plc-w-3 plc-h-3 plc-rounded-full plc-transition-all plc-bg-primary plc-inline-flex plc-cursor-pointer hover:plc-opacity-30"
18915
+ className: "plc-w-3 plc-h-3 plc-rounded-full plc-transition-all plc-bg-gray-400 plc-inline-flex plc-cursor-pointer hover:plc-opacity-30"
18912
18916
  }),
18913
18917
  responsive: [{
18914
18918
  breakpoint: 1280,
@@ -35161,7 +35165,7 @@ const ProfileMenu = props => {
35161
35165
  return /*#__PURE__*/React__default['default'].createElement(Card, {
35162
35166
  id: "pelcro-dashboard-profile-menu",
35163
35167
  className: "plc-max-w-100% md:plc-max-w-80% plc-m-auto",
35164
- title: t("labels.basicData")
35168
+ title: t("labels.profile")
35165
35169
  }, /*#__PURE__*/React__default['default'].createElement(UserUpdateView, {
35166
35170
  onPictureClick: onPictureClick
35167
35171
  }));
@@ -35776,12 +35780,12 @@ class Dashboard extends React.Component {
35776
35780
  className: "plc-pl-4 plc-mb-2 sm:plc-pl-8"
35777
35781
  }, /*#__PURE__*/React__default['default'].createElement("p", {
35778
35782
  className: "plc-font-bold plc-tracking-widest plc-text-gray-500"
35779
- }, this.locale("labels.profile"))), /*#__PURE__*/React__default['default'].createElement(DashboardLink, {
35783
+ }, this.locale("labels.mySettings"))), /*#__PURE__*/React__default['default'].createElement(DashboardLink, {
35780
35784
  name: SUB_MENUS.PROFILE,
35781
35785
  icon: /*#__PURE__*/React__default['default'].createElement(SvgUser, {
35782
35786
  className: "plc-w-6 plc-h-6 plc-mr-2"
35783
35787
  }),
35784
- title: this.locale("labels.basicData"),
35788
+ title: this.locale("labels.profile"),
35785
35789
  setActiveDashboardLink: this.setActiveDashboardLink,
35786
35790
  activeDashboardLink: this.state.activeDashboardLink
35787
35791
  }), /*#__PURE__*/React__default['default'].createElement(DashboardLink, {
@@ -35797,7 +35801,7 @@ class Dashboard extends React.Component {
35797
35801
  icon: /*#__PURE__*/React__default['default'].createElement(SvgKey, {
35798
35802
  className: "plc-w-6 plc-h-6 plc-mr-2"
35799
35803
  }),
35800
- title: "Change password",
35804
+ title: this.locale("labels.changePassword"),
35801
35805
  setActiveDashboardLink: this.setActiveDashboardLink,
35802
35806
  activeDashboardLink: this.state.activeDashboardLink
35803
35807
  }), /*#__PURE__*/React__default['default'].createElement(DashboardLink, {
package/dist/index.esm.js CHANGED
@@ -3840,7 +3840,7 @@ var labels$U = {
3840
3840
  canceled: "Canceled"
3841
3841
  },
3842
3842
  manageMembers: "Manage Members",
3843
- shipments: "Shipments remaining",
3843
+ shipments: "Shipments Remaining",
3844
3844
  logout: "Logout",
3845
3845
  dashboard: "Dashboard",
3846
3846
  unsubscribe: "Cancel",
@@ -3850,6 +3850,7 @@ var labels$U = {
3850
3850
  unsuspend: "Unsuspend",
3851
3851
  support: "Support",
3852
3852
  account: "Account",
3853
+ mySettings: "My Settings",
3853
3854
  accountSettings: "Account Settings",
3854
3855
  purchases: "Purchases",
3855
3856
  subscriptions: "Subscriptions",
@@ -3868,10 +3869,10 @@ var labels$U = {
3868
3869
  pastDue: "Past due",
3869
3870
  updatePaymentSource: "Update",
3870
3871
  profile: "Profile",
3871
- updateProfile: "Edit profile",
3872
- changePassword: "Change password",
3873
- editNewsletters: "Edit newsletters",
3874
- myQRCode: "My QR code",
3872
+ updateProfile: "Edit Profile",
3873
+ changePassword: "Change Password",
3874
+ editNewsletters: "Edit Newsletters",
3875
+ myQRCode: "QR Code",
3875
3876
  shipping: "Shipping",
3876
3877
  billing: "Billing",
3877
3878
  Newsletters: "Newsletters",
@@ -3880,9 +3881,9 @@ var labels$U = {
3880
3881
  redeemGift: "Redeem gift",
3881
3882
  address: "Address",
3882
3883
  addresses: "Addresses",
3883
- myProfile: "My profile",
3884
+ myProfile: "My Profile",
3884
3885
  basicData: "Basic Data",
3885
- paymentSource: "Payment cards",
3886
+ paymentSource: "Payment Cards",
3886
3887
  addCard: "Add Card",
3887
3888
  actions: "Actions",
3888
3889
  expiresOn: "Ends",
@@ -4794,6 +4795,7 @@ var labels$z = {
4794
4795
  unsuspend: "Annuler la suspension",
4795
4796
  support: "Soutien",
4796
4797
  account: "Compte",
4798
+ mySettings: "Mes paramètres",
4797
4799
  accountSettings: "Paramètres du compte",
4798
4800
  purchases: "Achats",
4799
4801
  subscriptions: "Abonnements",
@@ -5684,6 +5686,7 @@ var labels$k = {
5684
5686
  unsuspend: "일시 중단 해제",
5685
5687
  support: "지원",
5686
5688
  account: "계정",
5689
+ mySettings: "내 설정",
5687
5690
  accountSettings: "계정 설정",
5688
5691
  purchases: "구매",
5689
5692
  subscriptions: "유료 멤버십",
@@ -6618,6 +6621,7 @@ var labels$5 = {
6618
6621
  unsuspend: "Reanudar",
6619
6622
  support: "Soporte",
6620
6623
  account: "Cuenta",
6624
+ mySettings: "Mi configuración",
6621
6625
  purchases: "Compras",
6622
6626
  subscriptions: "Suscripciones",
6623
6627
  donations: "Donaciones",
@@ -18878,7 +18882,7 @@ function Carousel({
18878
18882
  prevArrow: /*#__PURE__*/React__default.createElement(PrevArrow, null),
18879
18883
  initialSlide: 0,
18880
18884
  customPaging: i => /*#__PURE__*/React__default.createElement("span", {
18881
- className: "plc-w-3 plc-h-3 plc-rounded-full plc-transition-all plc-bg-primary plc-inline-flex plc-cursor-pointer hover:plc-opacity-30"
18885
+ className: "plc-w-3 plc-h-3 plc-rounded-full plc-transition-all plc-bg-gray-400 plc-inline-flex plc-cursor-pointer hover:plc-opacity-30"
18882
18886
  }),
18883
18887
  responsive: [{
18884
18888
  breakpoint: 1280,
@@ -35131,7 +35135,7 @@ const ProfileMenu = props => {
35131
35135
  return /*#__PURE__*/React__default.createElement(Card, {
35132
35136
  id: "pelcro-dashboard-profile-menu",
35133
35137
  className: "plc-max-w-100% md:plc-max-w-80% plc-m-auto",
35134
- title: t("labels.basicData")
35138
+ title: t("labels.profile")
35135
35139
  }, /*#__PURE__*/React__default.createElement(UserUpdateView, {
35136
35140
  onPictureClick: onPictureClick
35137
35141
  }));
@@ -35746,12 +35750,12 @@ class Dashboard extends Component {
35746
35750
  className: "plc-pl-4 plc-mb-2 sm:plc-pl-8"
35747
35751
  }, /*#__PURE__*/React__default.createElement("p", {
35748
35752
  className: "plc-font-bold plc-tracking-widest plc-text-gray-500"
35749
- }, this.locale("labels.profile"))), /*#__PURE__*/React__default.createElement(DashboardLink, {
35753
+ }, this.locale("labels.mySettings"))), /*#__PURE__*/React__default.createElement(DashboardLink, {
35750
35754
  name: SUB_MENUS.PROFILE,
35751
35755
  icon: /*#__PURE__*/React__default.createElement(SvgUser, {
35752
35756
  className: "plc-w-6 plc-h-6 plc-mr-2"
35753
35757
  }),
35754
- title: this.locale("labels.basicData"),
35758
+ title: this.locale("labels.profile"),
35755
35759
  setActiveDashboardLink: this.setActiveDashboardLink,
35756
35760
  activeDashboardLink: this.state.activeDashboardLink
35757
35761
  }), /*#__PURE__*/React__default.createElement(DashboardLink, {
@@ -35767,7 +35771,7 @@ class Dashboard extends Component {
35767
35771
  icon: /*#__PURE__*/React__default.createElement(SvgKey, {
35768
35772
  className: "plc-w-6 plc-h-6 plc-mr-2"
35769
35773
  }),
35770
- title: "Change password",
35774
+ title: this.locale("labels.changePassword"),
35771
35775
  setActiveDashboardLink: this.setActiveDashboardLink,
35772
35776
  activeDashboardLink: this.state.activeDashboardLink
35773
35777
  }), /*#__PURE__*/React__default.createElement(DashboardLink, {
package/dist/pelcro.css CHANGED
@@ -2927,6 +2927,11 @@ in order to scope selectors under pelcro-root
2927
2927
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
2928
2928
  }
2929
2929
 
2930
+ .pelcro-root .plc-bg-gray-400 {
2931
+ --tw-bg-opacity: 1;
2932
+ background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
2933
+ }
2934
+
2930
2935
  .pelcro-root .plc-bg-gray-500 {
2931
2936
  --tw-bg-opacity: 1;
2932
2937
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "4.0.0-alpha.31",
4
+ "version": "4.0.0-alpha.32",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",