@ssa-ui-kit/templates 3.15.1 → 3.16.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/dist/index.js +2 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10940,6 +10940,7 @@ const ActionMore = () => {
|
|
|
10940
10940
|
placement: "top-start",
|
|
10941
10941
|
children: [(0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.PopoverTrigger, {
|
|
10942
10942
|
isDisabled: isDisabled,
|
|
10943
|
+
"aria-label": "More",
|
|
10943
10944
|
dataTestId: "more-trigger-button",
|
|
10944
10945
|
css: ActionMore_ref,
|
|
10945
10946
|
startIcon: (0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.Icon, {
|
|
@@ -11291,6 +11292,7 @@ const ActionRun = ({
|
|
|
11291
11292
|
placement: "top-start",
|
|
11292
11293
|
children: [(0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.PopoverTrigger, {
|
|
11293
11294
|
isDisabled: isDisabled,
|
|
11295
|
+
"aria-label": "Run reason",
|
|
11294
11296
|
dataTestId: "run-reason-trigger-button",
|
|
11295
11297
|
css: /*#__PURE__*/(0,react_namespaceObject.css)({
|
|
11296
11298
|
marginLeft: 10,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssa-ui-kit/templates",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"react-plotly.js": "2.6.0",
|
|
42
42
|
"react-toastify": "11.0.3",
|
|
43
43
|
"usehooks-ts": "3.1.1",
|
|
44
|
-
"@ssa-ui-kit/core": "^3.
|
|
45
|
-
"@ssa-ui-kit/hooks": "^3.
|
|
46
|
-
"@ssa-ui-kit/utils": "^3.
|
|
47
|
-
"@ssa-ui-kit/widgets": "^3.
|
|
44
|
+
"@ssa-ui-kit/core": "^3.16.1",
|
|
45
|
+
"@ssa-ui-kit/hooks": "^3.16.1",
|
|
46
|
+
"@ssa-ui-kit/utils": "^3.16.1",
|
|
47
|
+
"@ssa-ui-kit/widgets": "^3.16.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@emotion/css": "11.13.5",
|