mozrest-sdk-react-dev 0.3.14 → 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 +12 -12
- package/package.json +1 -1
- package/style.css +21 -20
package/mozrest-sdk.es.js
CHANGED
|
@@ -59157,22 +59157,22 @@ const reInit = (el, props) => {
|
|
|
59157
59157
|
el.litePickerInstance.destroy();
|
|
59158
59158
|
init$2(el, props);
|
|
59159
59159
|
};
|
|
59160
|
-
const inputWrapper = "
|
|
59161
|
-
const input$4 = "
|
|
59162
|
-
const inputIcon = "
|
|
59160
|
+
const inputWrapper = "_inputWrapper_1i9tl_1";
|
|
59161
|
+
const input$4 = "_input_1i9tl_1";
|
|
59162
|
+
const inputIcon = "_inputIcon_1i9tl_75";
|
|
59163
59163
|
const styles$1p = {
|
|
59164
59164
|
inputWrapper,
|
|
59165
59165
|
input: input$4,
|
|
59166
|
-
"input--r-md": "_input--r-
|
|
59167
|
-
"input--r-sm": "_input--r-
|
|
59168
|
-
"input--with-icon-left": "_input--with-icon-
|
|
59169
|
-
"input--with-icon-right": "_input--with-icon-
|
|
59170
|
-
"input--filled": "_input--
|
|
59171
|
-
"input--borderless": "_input--
|
|
59172
|
-
"input--rounded": "_input--
|
|
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",
|
|
59173
59173
|
inputIcon,
|
|
59174
|
-
"inputIcon--p-left": "_inputIcon--p-
|
|
59175
|
-
"inputIcon--p-right": "_inputIcon--p-
|
|
59174
|
+
"inputIcon--p-left": "_inputIcon--p-left_1i9tl_84",
|
|
59175
|
+
"inputIcon--p-right": "_inputIcon--p-right_1i9tl_87"
|
|
59176
59176
|
};
|
|
59177
59177
|
const Input$2 = React__default.forwardRef(({
|
|
59178
59178
|
id: id2,
|
package/package.json
CHANGED
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
|
-
}.
|
|
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
|
-
.
|
|
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:
|
|
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
|
-
.
|
|
1542
|
+
._input_1i9tl_1:focus {
|
|
1542
1543
|
outline: none;
|
|
1543
1544
|
box-shadow: 0 0 5px var(--moz-input-border);
|
|
1544
1545
|
}
|
|
1545
|
-
.
|
|
1546
|
+
._input_1i9tl_1:disabled {
|
|
1546
1547
|
color: var(--moz-bg-gray);
|
|
1547
1548
|
background: var(--moz-input-disabled);
|
|
1548
1549
|
}
|
|
1549
|
-
.
|
|
1550
|
+
._input_1i9tl_1[type=number] {
|
|
1550
1551
|
appearance: textfield;
|
|
1551
1552
|
}
|
|
1552
|
-
.
|
|
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-
|
|
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-
|
|
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-
|
|
1567
|
+
._input--with-icon-left_1i9tl_47 {
|
|
1567
1568
|
padding-left: 2rem;
|
|
1568
1569
|
}
|
|
1569
|
-
._input--with-icon-
|
|
1570
|
+
._input--with-icon-right_1i9tl_50 {
|
|
1570
1571
|
padding-right: 2rem;
|
|
1571
1572
|
}
|
|
1572
|
-
._input--
|
|
1573
|
+
._input--filled_1i9tl_53 {
|
|
1573
1574
|
background: var(--moz-input-filled);
|
|
1574
1575
|
}
|
|
1575
|
-
._input--
|
|
1576
|
+
._input--borderless_1i9tl_56 {
|
|
1576
1577
|
border: none;
|
|
1577
1578
|
border-bottom: none;
|
|
1578
1579
|
}
|
|
1579
|
-
._input--
|
|
1580
|
+
._input--rounded_1i9tl_60 {
|
|
1580
1581
|
border-bottom-left-radius: 8px;
|
|
1581
1582
|
border-bottom-right-radius: 8px;
|
|
1582
1583
|
}
|
|
1583
|
-
.
|
|
1584
|
+
._input_1i9tl_1::placeholder {
|
|
1584
1585
|
color: var(--moz-text-input);
|
|
1585
1586
|
opacity: 1;
|
|
1586
1587
|
}
|
|
1587
|
-
.
|
|
1588
|
+
._input_1i9tl_1:-ms-input-placeholder {
|
|
1588
1589
|
color: var(--moz-text-input);
|
|
1589
1590
|
}
|
|
1590
|
-
.
|
|
1591
|
+
._input_1i9tl_1::-ms-input-placeholder {
|
|
1591
1592
|
color: var(--moz-text-input);
|
|
1592
1593
|
}
|
|
1593
1594
|
|
|
1594
|
-
.
|
|
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-
|
|
1604
|
+
._inputIcon--p-left_1i9tl_84 {
|
|
1604
1605
|
left: 0.5rem;
|
|
1605
1606
|
}
|
|
1606
|
-
._inputIcon--p-
|
|
1607
|
+
._inputIcon--p-right_1i9tl_87 {
|
|
1607
1608
|
right: 0.5rem;
|
|
1608
1609
|
}._filterButton_c0yjo_1 {
|
|
1609
1610
|
display: flex;
|