mozrest-sdk-react-dev 0.3.13 → 0.3.15

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/mozrest-sdk.es.js CHANGED
@@ -3301,7 +3301,8 @@ const config$1 = {
3301
3301
  paddle_product_id: "42937",
3302
3302
  stripe_client_id: "ca_RfFkg4XcsD2iyNPdUyCt7qpmrIGo4Ixb",
3303
3303
  stripe_publish_key: "pk_test_2343823823823",
3304
- stripe_gateway_url: "https://stripe-gateway.dev.mozrest.com/mozrest-stripe-handler_local"
3304
+ stripe_gateway_url: "https://stripe-gateway.dev.mozrest.com/mozrest-stripe-handler_local",
3305
+ env: "dev"
3305
3306
  };
3306
3307
  const refreshToken = async () => {
3307
3308
  try {
@@ -59156,22 +59157,22 @@ const reInit = (el, props) => {
59156
59157
  el.litePickerInstance.destroy();
59157
59158
  init$2(el, props);
59158
59159
  };
59159
- const inputWrapper = "_inputWrapper_1vi07_1";
59160
- const input$4 = "_input_1vi07_1";
59161
- const inputIcon = "_inputIcon_1vi07_75";
59160
+ const inputWrapper = "_inputWrapper_1i9tl_1";
59161
+ const input$4 = "_input_1i9tl_1";
59162
+ const inputIcon = "_inputIcon_1i9tl_75";
59162
59163
  const styles$1p = {
59163
59164
  inputWrapper,
59164
59165
  input: input$4,
59165
- "input--r-md": "_input--r-md_1vi07_37",
59166
- "input--r-sm": "_input--r-sm_1vi07_42",
59167
- "input--with-icon-left": "_input--with-icon-left_1vi07_47",
59168
- "input--with-icon-right": "_input--with-icon-right_1vi07_50",
59169
- "input--filled": "_input--filled_1vi07_53",
59170
- "input--borderless": "_input--borderless_1vi07_56",
59171
- "input--rounded": "_input--rounded_1vi07_60",
59166
+ "input--r-md": "_input--r-md_1i9tl_37",
59167
+ "input--r-sm": "_input--r-sm_1i9tl_42",
59168
+ "input--with-icon-left": "_input--with-icon-left_1i9tl_47",
59169
+ "input--with-icon-right": "_input--with-icon-right_1i9tl_50",
59170
+ "input--filled": "_input--filled_1i9tl_53",
59171
+ "input--borderless": "_input--borderless_1i9tl_56",
59172
+ "input--rounded": "_input--rounded_1i9tl_60",
59172
59173
  inputIcon,
59173
- "inputIcon--p-left": "_inputIcon--p-left_1vi07_84",
59174
- "inputIcon--p-right": "_inputIcon--p-right_1vi07_87"
59174
+ "inputIcon--p-left": "_inputIcon--p-left_1i9tl_84",
59175
+ "inputIcon--p-right": "_inputIcon--p-right_1i9tl_87"
59175
59176
  };
59176
59177
  const Input$2 = React__default.forwardRef(({
59177
59178
  id: id2,
@@ -129980,6 +129981,7 @@ function Main({
129980
129981
  } = useTranslation();
129981
129982
  const [currentVenue, setCurrentVenue] = useState(null);
129982
129983
  const [canEdit, setCanEdit] = useState(false);
129984
+ console.log(config$1.env, "LOL");
129983
129985
  const {
129984
129986
  data: data2,
129985
129987
  reload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.3.13",
3
+ "version": "0.3.15",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": [
6
6
  "mozrest"
package/style.css CHANGED
@@ -305,6 +305,7 @@
305
305
  --moz-input-filled: #e8e5e5;
306
306
  --moz-input-default: #787676;
307
307
  --moz-input-border: #cccccc;
308
+ --moz-input-scheme: light;
308
309
  --moz-state-active: #1e155a;
309
310
  --moz-state-error: #f83d32;
310
311
  --moz-state-disabled: gray;
@@ -1517,14 +1518,14 @@
1517
1518
  :root {
1518
1519
  --litepicker-day-width: 35px;
1519
1520
  }
1520
- }._inputWrapper_1vi07_1 {
1521
+ }._inputWrapper_1i9tl_1 {
1521
1522
  position: relative;
1522
1523
  display: flex;
1523
1524
  align-items: center;
1524
1525
  width: 100%;
1525
1526
  }
1526
1527
 
1527
- ._input_1vi07_1 {
1528
+ ._input_1i9tl_1 {
1528
1529
  flex: 1;
1529
1530
  font: var(--moz-font-weight-input) var(--moz-font-size-input)/var(--moz-line-height-input) var(--moz-font-family-input);
1530
1531
  padding: 0.75rem 0.75rem;
@@ -1532,66 +1533,66 @@
1532
1533
  border: none;
1533
1534
  border-bottom: 1px solid var(--moz-input-border);
1534
1535
  color: var(--moz-text-input);
1535
- color-scheme: light;
1536
+ color-scheme: var(--moz-input-scheme);
1536
1537
  border-radius: 0;
1537
1538
  max-width: 100%;
1538
1539
  width: auto;
1539
1540
  box-sizing: border-box;
1540
1541
  }
1541
- ._input_1vi07_1:focus {
1542
+ ._input_1i9tl_1:focus {
1542
1543
  outline: none;
1543
1544
  box-shadow: 0 0 5px var(--moz-input-border);
1544
1545
  }
1545
- ._input_1vi07_1:disabled {
1546
+ ._input_1i9tl_1:disabled {
1546
1547
  color: var(--moz-bg-gray);
1547
1548
  background: var(--moz-input-disabled);
1548
1549
  }
1549
- ._input_1vi07_1[type=number] {
1550
+ ._input_1i9tl_1[type=number] {
1550
1551
  appearance: textfield;
1551
1552
  }
1552
- ._input_1vi07_1[type=number]::-webkit-outer-spin-button, ._input_1vi07_1[type=number]::-webkit-inner-spin-button {
1553
+ ._input_1i9tl_1[type=number]::-webkit-outer-spin-button, ._input_1i9tl_1[type=number]::-webkit-inner-spin-button {
1553
1554
  margin: 0;
1554
1555
  appearance: none;
1555
1556
  }
1556
- ._input--r-md_1vi07_37 {
1557
+ ._input--r-md_1i9tl_37 {
1557
1558
  border-radius: 8px;
1558
1559
  border-bottom-left-radius: 0;
1559
1560
  border-bottom-right-radius: 0;
1560
1561
  }
1561
- ._input--r-sm_1vi07_42 {
1562
+ ._input--r-sm_1i9tl_42 {
1562
1563
  border-radius: 2px;
1563
1564
  border-bottom-left-radius: 0;
1564
1565
  border-bottom-right-radius: 0;
1565
1566
  }
1566
- ._input--with-icon-left_1vi07_47 {
1567
+ ._input--with-icon-left_1i9tl_47 {
1567
1568
  padding-left: 2rem;
1568
1569
  }
1569
- ._input--with-icon-right_1vi07_50 {
1570
+ ._input--with-icon-right_1i9tl_50 {
1570
1571
  padding-right: 2rem;
1571
1572
  }
1572
- ._input--filled_1vi07_53 {
1573
+ ._input--filled_1i9tl_53 {
1573
1574
  background: var(--moz-input-filled);
1574
1575
  }
1575
- ._input--borderless_1vi07_56 {
1576
+ ._input--borderless_1i9tl_56 {
1576
1577
  border: none;
1577
1578
  border-bottom: none;
1578
1579
  }
1579
- ._input--rounded_1vi07_60 {
1580
+ ._input--rounded_1i9tl_60 {
1580
1581
  border-bottom-left-radius: 8px;
1581
1582
  border-bottom-right-radius: 8px;
1582
1583
  }
1583
- ._input_1vi07_1::placeholder {
1584
+ ._input_1i9tl_1::placeholder {
1584
1585
  color: var(--moz-text-input);
1585
1586
  opacity: 1;
1586
1587
  }
1587
- ._input_1vi07_1:-ms-input-placeholder {
1588
+ ._input_1i9tl_1:-ms-input-placeholder {
1588
1589
  color: var(--moz-text-input);
1589
1590
  }
1590
- ._input_1vi07_1::-ms-input-placeholder {
1591
+ ._input_1i9tl_1::-ms-input-placeholder {
1591
1592
  color: var(--moz-text-input);
1592
1593
  }
1593
1594
 
1594
- ._inputIcon_1vi07_75 {
1595
+ ._inputIcon_1i9tl_75 {
1595
1596
  position: absolute;
1596
1597
  pointer-events: none;
1597
1598
  display: flex;
@@ -1600,10 +1601,10 @@
1600
1601
  top: 50%;
1601
1602
  transform: translateY(-50%);
1602
1603
  }
1603
- ._inputIcon--p-left_1vi07_84 {
1604
+ ._inputIcon--p-left_1i9tl_84 {
1604
1605
  left: 0.5rem;
1605
1606
  }
1606
- ._inputIcon--p-right_1vi07_87 {
1607
+ ._inputIcon--p-right_1i9tl_87 {
1607
1608
  right: 0.5rem;
1608
1609
  }._filterButton_c0yjo_1 {
1609
1610
  display: flex;