draft-components 0.63.2 → 0.63.3
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.
|
@@ -19,15 +19,15 @@ const orderIcons = {
|
|
|
19
19
|
viewBox: '0 0 16 16',
|
|
20
20
|
children: ((0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M4.7065 8.96458H11.6935C12.3217 8.96458 12.6359 9.74529 12.1926 10.2005L8.69907 13.7875C8.42311 14.0708 7.97689 14.0708 7.70386 13.7875L4.20743 10.2005C3.76414 9.74529 4.07826 8.96458 4.7065 8.96458ZM12.1926 5.79955L8.69907 2.21251C8.42311 1.92916 7.97689 1.92916 7.70386 2.21251L4.20743 5.79955C3.76414 6.25471 4.07826 7.03542 4.7065 7.03542H11.6935C12.3217 7.03542 12.6359 6.25471 12.1926 5.79955Z" }, void 0)),
|
|
21
21
|
},
|
|
22
|
-
|
|
23
|
-
name: 'sort-
|
|
22
|
+
desc: {
|
|
23
|
+
name: 'sort-desc',
|
|
24
24
|
width: 16,
|
|
25
25
|
height: 16,
|
|
26
26
|
viewBox: '0 0 16 16',
|
|
27
27
|
children: ((0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12.1599 5H3.84116C3.09317 5 2.71918 5.93026 3.24697 6.47261L7.40634 10.7468C7.7349 11.0844 8.26618 11.0844 8.59124 10.7468L12.7506 6.47261C13.2819 5.93026 12.9079 5 12.1599 5Z" }, void 0)),
|
|
28
28
|
},
|
|
29
|
-
|
|
30
|
-
name: 'sort-
|
|
29
|
+
asc: {
|
|
30
|
+
name: 'sort-asc',
|
|
31
31
|
width: 16,
|
|
32
32
|
height: 16,
|
|
33
33
|
viewBox: '0 0 16 16',
|