monobill-mintui 0.6.0 → 0.6.2
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/components/icon/icons/grip-lines.d.ts +3 -0
- package/dist/components/icon/icons/grip-lines.d.ts.map +1 -0
- package/dist/components/icon/icons/index.cjs +17 -14
- package/dist/components/icon/icons/index.d.ts +1 -0
- package/dist/components/icon/icons/index.d.ts.map +1 -1
- package/dist/components/icon/icons/index.js +61 -56
- package/dist/components/sortable/Sortable.d.ts +62 -0
- package/dist/components/sortable/Sortable.d.ts.map +1 -0
- package/dist/components/sortable/index.d.ts +3 -0
- package/dist/components/sortable/index.d.ts.map +1 -0
- package/dist/components/stack/Stack.d.ts +3 -0
- package/dist/components/stack/Stack.d.ts.map +1 -1
- package/dist/icons/ai.svg +8 -0
- package/dist/icons/bank.svg +3 -0
- package/dist/icons/barcode.svg +1 -1
- package/dist/icons/basket.svg +1 -1
- package/dist/icons/building.svg +1 -1
- package/dist/icons/buildings.svg +1 -1
- package/dist/icons/calendar-day.svg +1 -0
- package/dist/icons/check.svg +1 -1
- package/dist/icons/close.svg +1 -1
- package/dist/icons/gavel.svg +9 -0
- package/dist/icons/grip-lines.svg +4 -0
- package/dist/icons/plus.svg +1 -1
- package/dist/icons/remove.svg +1 -1
- package/dist/icons/truck.svg +13 -0
- package/dist/index.cjs +5 -5
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +415 -116
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/icons/basket.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.7" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<path d="M4 9h16l-1.4 10.5a2 2 0 01-2 1.7H7.4a2 2 0 01-2-1.7L4 9zm4.5 0L12 4.5 15.5 9M10 13v3m4-3v3" />
|
|
3
3
|
</svg>
|
package/dist/icons/building.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="square" stroke-linejoin="miter">
|
|
2
2
|
<path d="M7 21V6l5-3 5 3v15M3 21h18M10 8h1M13 8h1M10 11h1M13 11h1M10 14h1M13 14h1M11 21v-3h2v3" />
|
|
3
3
|
</svg>
|
package/dist/icons/buildings.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="miter">
|
|
2
2
|
<path d="M2 21h20M4 21v-9l3-2v11M9 21V6l3-2 3 2v15M17 21V10l3 2v9M5 13h1M5 16h1M10 8h1M13 8h1M10 11h1M13 11h1M10 14h1M13 14h1M18 13h1M18 16h1M11 21v-3h2v3" />
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<path d="M8 7V3m8 4V3M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
|
|
3
|
+
<rect x="7" y="11" width="10" height="5" fill="currentColor"/>
|
|
3
4
|
</svg>
|
package/dist/icons/check.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<path d="M5 13l4 4L19 7" />
|
|
3
3
|
</svg>
|
package/dist/icons/close.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<path d="M6 18L18 6M6 6l12 12" />
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
|
|
2
|
+
<g transform="translate(12 12) rotate(45)">
|
|
3
|
+
<rect x="-5.52" y="-3.78" width="1.78" height="7.56" rx="0.55" ry="0.55"/>
|
|
4
|
+
<rect x="-3.74" y="-3.12" width="7.48" height="6.24" rx="0.46" ry="0.46"/>
|
|
5
|
+
<rect x="3.74" y="-3.78" width="1.78" height="7.56" rx="0.55" ry="0.55"/>
|
|
6
|
+
<rect x="-0.4" y="3.78" width="0.8" height="8.45" rx="0.4" ry="0.4"/>
|
|
7
|
+
<rect x="-1.18" y="12.21" width="2.36" height="2.55" rx="0.92" ry="0.92"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
package/dist/icons/plus.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<path d="M12 4v16m8-8H4" />
|
|
3
3
|
</svg>
|
package/dist/icons/remove.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
2
|
<path d="M20 12H4" />
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="${SW}" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M${SEAM_X} ${CARGO_BOTTOM}V${CARGO_TOP + RX}Q${SEAM_X} ${CARGO_TOP} ${SEAM_X - RX} ${CARGO_TOP}H${CARGO_X + RX}Q${CARGO_X} ${CARGO_TOP} ${CARGO_X} ${CARGO_TOP + RX}V${CARGO_BOTTOM}H${CARGO_CH_L2}M${CARGO_CH_R1} ${CARGO_BOTTOM}H${CARGO_CH_R2}"/>
|
|
3
|
+
<line x1="${SEAM_X}" y1="${CARGO_TOP}" x2="${SEAM_X}" y2="${CHASSIS_Y}"/>
|
|
4
|
+
<line x1="${CARGO_X}" y1="${DIVIDER_Y}" x2="${SEAM_X}" y2="${DIVIDER_Y}"/>
|
|
5
|
+
<path d="M${CAB_CH_R2} ${CHASSIS_Y}Q21.62 16.35 21.62 16.05V7.75L18.38 6.12H${SEAM_X}V${CHASSIS_Y}"/>
|
|
6
|
+
<path d="M16.15 8.95V12.75H19.95L20.68 10.15L19.48 8.45H16.42Q16.15 8.45 16.15 8.72V8.95Z" stroke-width="1.75"/>
|
|
7
|
+
<line x1="${CARGO_CH_L1}" y1="${CHASSIS_Y}" x2="${CARGO_CH_L2}" y2="${CHASSIS_Y}"/>
|
|
8
|
+
<line x1="${CARGO_CH_R1}" y1="${CHASSIS_Y}" x2="${CARGO_CH_R2}" y2="${CHASSIS_Y}"/>
|
|
9
|
+
<line x1="${CAB_CH_L1}" y1="${CHASSIS_Y}" x2="${CAB_CH_L2}" y2="${CHASSIS_Y}"/>
|
|
10
|
+
<line x1="${CAB_CH_R1}" y1="${CHASSIS_Y}" x2="${CAB_CH_R2}" y2="${CHASSIS_Y}"/>
|
|
11
|
+
<circle cx="${WHEEL_REAR_CX}" cy="17.45" r="${WHEEL_R}"/>
|
|
12
|
+
<circle cx="${WHEEL_FRONT_CX}" cy="17.45" r="${WHEEL_R}"/>
|
|
13
|
+
</svg>
|