@mobileaction/action-kit 1.42.10 → 1.42.11-beta.1
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 +7 -0
- package/dist/action-kit.mjs +1 -1
- package/dist/style.css +1 -1
- package/dist/table.css +4 -2
- package/dist/video-play-bold-DHWivAzw.js +16 -0
- package/package.json +2 -2
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 Next LT Pro";
|
|
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 o, openBlock as e, createStaticVNode as r } from "vue";
|
|
2
|
+
const l = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
};
|
|
7
|
+
function d(i, t) {
|
|
8
|
+
return e(), o("svg", l, t[0] || (t[0] = [
|
|
9
|
+
r('<g id="vuesax/bold/video-play"><g id="video-play"><path id="Vector" d="M14.73 2H9.27002V6.36H14.73V2Z" fill="currentColor"></path><path id="Vector_2" d="M16.23 2V6.36H21.87C21.36 3.61 19.33 2.01 16.23 2Z" fill="currentColor"></path><path id="Vector_3" d="M2 7.85999V16.19C2 19.83 4.17 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.85999H2ZM14.44 16.18L12.36 17.38C11.92 17.63 11.49 17.76 11.09 17.76C10.79 17.76 10.52 17.69 10.27 17.55C9.69 17.22 9.37 16.54 9.37 15.66V13.26C9.37 12.38 9.69 11.7 10.27 11.37C10.85 11.03 11.59 11.09 12.36 11.54L14.44 12.74C15.21 13.18 15.63 13.8 15.63 14.47C15.63 15.14 15.2 15.73 14.44 16.18Z" fill="currentColor"></path><path id="Vector_4" d="M7.76988 2C4.66988 2.01 2.63988 3.61 2.12988 6.36H7.76988V2Z" fill="currentColor"></path></g></g>', 1)
|
|
10
|
+
]));
|
|
11
|
+
}
|
|
12
|
+
const n = { render: d };
|
|
13
|
+
export {
|
|
14
|
+
n as default,
|
|
15
|
+
d 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.11-beta.1",
|
|
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
|
+
}
|