@mobileaction/action-kit 1.42.9 → 1.42.10-beta.12
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/CHANGELOG.md +9 -0
- package/dist/action-kit.mjs +1969 -1952
- package/dist/adjust-colorful-jzbAfKjR.js +16 -0
- package/dist/app-store-colorful-BfQXF6oM.js +16 -0
- package/dist/appsflyer-colorful-D9xoVgAp.js +16 -0
- package/dist/play-console-colorful-Cgyfb2QG.js +16 -0
- package/dist/play-store-colorful-AeO1OmQs.js +16 -0
- package/dist/shield-tick-bold-CPMWX61D.js +16 -0
- package/dist/src/components/content-scroller/index.vue.d.ts +2 -2
- package/dist/src/components/content-scroller/stories/constants.d.ts +6 -6
- package/dist/src/components/steps/index.vue.d.ts +5 -1
- package/dist/src/components/steps/types.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/table.css +4 -2
- package/dist/video-play-v0w15ngH.js +16 -0
- package/package.json +2 -2
- package/dist/app-store-colorful-qJgb_F26.js +0 -16
- package/dist/play-store-colorful-BSQio3-x.js +0 -31
package/dist/table.css
CHANGED
|
@@ -8013,7 +8013,7 @@ input[class^=ag-][type=range]:disabled {
|
|
|
8013
8013
|
--ag-border-radius: 8px;
|
|
8014
8014
|
--ag-card-radius: 8px;
|
|
8015
8015
|
--ag-invalid-color: #ff6565;
|
|
8016
|
-
--ag-font-family: "
|
|
8016
|
+
--ag-font-family: "Avenir";
|
|
8017
8017
|
--ag-checkbox-border-radius: 4px;
|
|
8018
8018
|
--ag-menu-min-width: 248px;
|
|
8019
8019
|
}
|
|
@@ -8089,7 +8089,9 @@ input[class^=ag-][type=range]:disabled {
|
|
|
8089
8089
|
.ag-theme-ma .ag-cell-wrapper .ag-cell-wrapper .ag-group-expanded .ag-icon-tree-open:hover {
|
|
8090
8090
|
@apply shadow-none bg-none !important;
|
|
8091
8091
|
}
|
|
8092
|
-
.ag-theme-ma .ag-row-footer,
|
|
8092
|
+
.ag-theme-ma .ag-row-footer,
|
|
8093
|
+
.ag-theme-ma .ma-total-row,
|
|
8094
|
+
.ag-theme-ma .ag-status-bar {
|
|
8093
8095
|
@apply text-gray-500 bg-gray-50 z-[2] relative;
|
|
8094
8096
|
}
|
|
8095
8097
|
.ag-theme-ma--borderless .ag-root-wrapper {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createElementBlock as r, openBlock as e, createStaticVNode as t } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
};
|
|
7
|
+
function i(d, o) {
|
|
8
|
+
return e(), r("svg", n, o[0] || (o[0] = [
|
|
9
|
+
t('<g id="vuesax/linear/video-play"><g id="video-play"><path id="Vector" d="M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_2" d="M2.52002 7.10999H21.48" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_3" d="M8.52002 2.10999V6.96999" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_4" d="M15.48 2.10999V6.51999" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path id="Vector_5" d="M9.75 14.45V13.25C9.75 11.71 10.84 11.08 12.17 11.85L13.21 12.45L14.25 13.05C15.58 13.82 15.58 15.08 14.25 15.85L13.21 16.45L12.17 17.05C10.84 17.82 9.75 17.19 9.75 15.65V14.45V14.45Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></g>', 1)
|
|
10
|
+
]));
|
|
11
|
+
}
|
|
12
|
+
const l = { render: i };
|
|
13
|
+
export {
|
|
14
|
+
l as default,
|
|
15
|
+
i as render
|
|
16
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileaction/action-kit",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.10-beta.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/action-kit.mjs",
|
|
6
6
|
"module": "dist/action-kit.mjs",
|
|
@@ -123,4 +123,4 @@
|
|
|
123
123
|
"url": "https://github.com/mobileaction/action-kit/issues"
|
|
124
124
|
},
|
|
125
125
|
"homepage": "https://mobileaction.github.io/action-kit"
|
|
126
|
-
}
|
|
126
|
+
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as e, openBlock as o, createStaticVNode as r } from "vue";
|
|
2
|
-
const i = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
fill: "none",
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
-
};
|
|
7
|
-
function l(C, t) {
|
|
8
|
-
return o(), e("svg", i, t[0] || (t[0] = [
|
|
9
|
-
r('<path d="M12.4 0H3.6C1.61156 0 0 1.61156 0 3.6V12.4C0 14.388 1.61156 16 3.6 16H12.4C14.3884 16 16 14.388 16 12.4V3.6C16 1.61156 14.3884 0 12.4 0Z" fill="url(#paint0_linear_231_22091)"></path><path d="M8.57815 9.61329C8.51237 9.51374 8.43948 9.4204 8.35681 9.33729H6.28748L9.47548 3.8964C9.6617 3.57862 9.55503 3.17018 9.2377 2.98396C8.91948 2.79774 8.51103 2.9044 8.3257 3.22218L7.93903 3.88174L7.55237 3.22174C7.36659 2.90396 6.95815 2.79774 6.64037 2.98351C6.32259 3.16929 6.21592 3.57774 6.40215 3.89551L7.16659 5.19996L4.74215 9.33729H2.79948C2.43103 9.33729 2.13281 9.63285 2.13281 9.99685C2.13281 10.3608 2.43103 10.6564 2.79948 10.6564H8.75237C8.83859 10.3662 8.81503 10.0422 8.65415 9.74174L8.57815 9.61329Z" fill="white"></path><path d="M3.83374 11.5563C3.69285 11.5523 3.55463 11.5678 3.41952 11.595L3.20307 11.9643C3.01685 12.2821 3.12352 12.6905 3.44129 12.8767C3.54707 12.939 3.66352 12.9683 3.77774 12.9683C4.00663 12.9683 4.22974 12.8501 4.35329 12.639L4.73774 11.9825C4.52129 11.7354 4.20885 11.5674 3.83552 11.5563H3.83374Z" fill="white"></path><path d="M13.2005 9.33727H11.137L9.29387 6.19238L8.95476 6.77149C8.75743 7.19372 8.73076 7.67105 8.87254 8.10972L11.5268 12.639C11.6508 12.8506 11.8734 12.9684 12.1023 12.9684C12.2165 12.9684 12.333 12.939 12.4388 12.8768C12.7565 12.6906 12.8628 12.2822 12.6765 11.9644L11.9099 10.6564H13.2005C13.569 10.6564 13.8672 10.3608 13.8672 9.99683C13.8672 9.63283 13.569 9.33727 13.2005 9.33727Z" fill="white"></path><defs><linearGradient id="paint0_linear_231_22091" x1="8" y1="-0.614667" x2="8" y2="15.1538" gradientUnits="userSpaceOnUse"><stop stop-color="#18BDFB"></stop><stop offset="1" stop-color="#2073F3"></stop></linearGradient></defs>', 5)
|
|
10
|
-
]));
|
|
11
|
-
}
|
|
12
|
-
const n = { render: l };
|
|
13
|
-
export {
|
|
14
|
-
n as default,
|
|
15
|
-
l as render
|
|
16
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as n, createElementVNode as l } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
viewBox: "0 0 19 19",
|
|
4
|
-
fill: "none",
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
-
};
|
|
7
|
-
function r(L, e) {
|
|
8
|
-
return n(), t("svg", o, e[0] || (e[0] = [
|
|
9
|
-
l("path", {
|
|
10
|
-
d: "M5.81318 2.26643C4.80588 1.70408 3.6135 2.17893 3.18164 3.13052L9.79078 9.74003L13.1612 6.36966L5.81318 2.26643Z",
|
|
11
|
-
fill: "#4CAF50"
|
|
12
|
-
}, null, -1),
|
|
13
|
-
l("path", {
|
|
14
|
-
d: "M13.1612 13.1104L9.79078 9.73999L3.18164 16.3495C3.61387 17.3015 4.80626 17.7759 5.81318 17.214L13.1612 13.1104Z",
|
|
15
|
-
fill: "#F44336"
|
|
16
|
-
}, null, -1),
|
|
17
|
-
l("path", {
|
|
18
|
-
d: "M16.2569 11.3826C16.9001 11.0236 17.2216 10.382 17.222 9.74C17.2216 9.09801 16.9001 8.45602 16.2569 8.09744L13.1614 6.36963L9.79102 9.74L13.1614 13.1104L16.2569 11.3826Z",
|
|
19
|
-
fill: "#FFC107"
|
|
20
|
-
}, null, -1),
|
|
21
|
-
l("path", {
|
|
22
|
-
d: "M3.18193 3.13062C3.07649 3.36431 3.01367 3.62753 3.01367 3.91021V15.5682C3.01367 15.8527 3.07499 16.1152 3.18193 16.3496L9.79032 9.739L3.18193 3.13062Z",
|
|
23
|
-
fill: "#2196F3"
|
|
24
|
-
}, null, -1)
|
|
25
|
-
]));
|
|
26
|
-
}
|
|
27
|
-
const f = { render: r };
|
|
28
|
-
export {
|
|
29
|
-
f as default,
|
|
30
|
-
r as render
|
|
31
|
-
};
|