@pelcro/react-pelcro-js 3.54.0 → 3.55.0

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
@@ -4087,7 +4087,7 @@ var labels$R = {
4087
4087
  cancelReason: "Cancellation reason",
4088
4088
  endOn: "End on",
4089
4089
  endImmediately: "End immediately",
4090
- cancel: "Cancel",
4090
+ cancel: "Cancel subscription",
4091
4091
  subCancellation: {
4092
4092
  goBack: "Go back"
4093
4093
  }
@@ -22910,13 +22910,13 @@ const SubscriptionCancelView = props => {
22910
22910
  subscription: subscriptionToCancel,
22911
22911
  hasPhases: hasPhases
22912
22912
  }), /*#__PURE__*/React__default['default'].createElement(SubscriptionCancelReason, null), /*#__PURE__*/React__default['default'].createElement("div", {
22913
- className: "plc-space-x-0 plc-space-y-3 md:plc-space-x-3 md:plc-space-y-0 plc-w-full plc-flex plc-flex-col md:plc-flex-row plc-items-center plc-justify-center"
22913
+ className: "plc-gap-3 plc-w-full plc-flex plc-flex-row plc-items-center plc-justify-center"
22914
22914
  }, /*#__PURE__*/React__default['default'].createElement(SubscriptionCancelButton, {
22915
- className: "plc-w-3/4 md:plc-w-2/5",
22915
+ className: "plc-whitespace-nowrap",
22916
22916
  subscription: subscriptionToCancel
22917
22917
  }), /*#__PURE__*/React__default['default'].createElement(Button, {
22918
22918
  variant: "outline",
22919
- className: "plc-w-3/4 md:plc-w-2/5",
22919
+ className: "plc-whitespace-nowrap",
22920
22920
  onClick: () => {
22921
22921
  switchView("dashboard");
22922
22922
  }
package/dist/index.esm.js CHANGED
@@ -4057,7 +4057,7 @@ var labels$R = {
4057
4057
  cancelReason: "Cancellation reason",
4058
4058
  endOn: "End on",
4059
4059
  endImmediately: "End immediately",
4060
- cancel: "Cancel",
4060
+ cancel: "Cancel subscription",
4061
4061
  subCancellation: {
4062
4062
  goBack: "Go back"
4063
4063
  }
@@ -22880,13 +22880,13 @@ const SubscriptionCancelView = props => {
22880
22880
  subscription: subscriptionToCancel,
22881
22881
  hasPhases: hasPhases
22882
22882
  }), /*#__PURE__*/React__default.createElement(SubscriptionCancelReason, null), /*#__PURE__*/React__default.createElement("div", {
22883
- className: "plc-space-x-0 plc-space-y-3 md:plc-space-x-3 md:plc-space-y-0 plc-w-full plc-flex plc-flex-col md:plc-flex-row plc-items-center plc-justify-center"
22883
+ className: "plc-gap-3 plc-w-full plc-flex plc-flex-row plc-items-center plc-justify-center"
22884
22884
  }, /*#__PURE__*/React__default.createElement(SubscriptionCancelButton, {
22885
- className: "plc-w-3/4 md:plc-w-2/5",
22885
+ className: "plc-whitespace-nowrap",
22886
22886
  subscription: subscriptionToCancel
22887
22887
  }), /*#__PURE__*/React__default.createElement(Button, {
22888
22888
  variant: "outline",
22889
- className: "plc-w-3/4 md:plc-w-2/5",
22889
+ className: "plc-whitespace-nowrap",
22890
22890
  onClick: () => {
22891
22891
  switchView("dashboard");
22892
22892
  }
package/dist/pelcro.css CHANGED
@@ -2983,6 +2983,10 @@ apple-pay-button {
2983
2983
  vertical-align: middle;
2984
2984
  }
2985
2985
 
2986
+ .pelcro-root .plc-whitespace-nowrap {
2987
+ white-space: nowrap;
2988
+ }
2989
+
2986
2990
  .pelcro-root .plc-whitespace-pre-line {
2987
2991
  white-space: pre-line;
2988
2992
  }
@@ -3115,6 +3119,10 @@ apple-pay-button {
3115
3119
  z-index: 999999;
3116
3120
  }
3117
3121
 
3122
+ .pelcro-root .plc-gap-3 {
3123
+ gap: 0.75rem;
3124
+ }
3125
+
3118
3126
  .pelcro-root .plc-gap-x-3 {
3119
3127
  column-gap: 0.75rem;
3120
3128
  }
@@ -3324,25 +3332,6 @@ apple-pay-button {
3324
3332
  }
3325
3333
 
3326
3334
  @media (min-width: 768px) {
3327
- .pelcro-root .md\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
3328
- --tw-space-y-reverse: 0;
3329
- margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
3330
- margin-bottom: calc(0px * var(--tw-space-y-reverse));
3331
- }
3332
-
3333
- .pelcro-root .md\:plc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
3334
- --tw-space-x-reverse: 0;
3335
- margin-right: calc(0.75rem * var(--tw-space-x-reverse));
3336
- margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
3337
- }
3338
-
3339
- .pelcro-root .md\:plc-flex-row {
3340
- flex-direction: row;
3341
- }
3342
-
3343
- .pelcro-root .md\:plc-w-2\/5 {
3344
- width: 40%;
3345
- }
3346
3335
  }
3347
3336
 
3348
3337
  @media (min-width: 1024px) {
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": "3.54.0",
4
+ "version": "3.55.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",