asma-ui-core 3.78.2 → 3.78.4
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/asma-ui-core.css +1 -1
- package/dist/components/custom/pathfinder-card/PathfinderCard.js +26 -27
- package/dist/datetime/components/date-picker/components/DatePickerButton.js +4 -4
- package/dist/datetime/components/time-picker/TimePickerInput.js +9 -9
- package/dist/datetime/components/time-picker/components/HelperText.js +1 -1
- package/dist/src/datetime/helpers/cn.d.ts +1 -2
- package/dist/src/datetime/shared-components/ClockOutlineIcon.d.ts +1 -2
- package/dist/src/table/helpers/cn.d.ts +1 -2
- package/dist/src/table/shared-components/CheckIcon.d.ts +8 -0
- package/dist/src/table/shared-components/CircleWarningOutlineIcon.d.ts +1 -2
- package/dist/src/table/shared-components/PinIcon.d.ts +1 -2
- package/dist/src/tokens.test.d.ts +1 -0
- package/dist/table/components/StyledTableIndex.js +1 -1
- package/dist/table/components/columns/action-column/components/HeaderActionMenu.js +14 -14
- package/dist/table/components/columns/action-column/components/RowActionMenu.js +16 -16
- package/dist/table/components/table-header/TableHeader.js +4 -4
- package/dist/table/shared-components/CheckIcon.js +5 -11
- package/dist/table/shared-components/StyledCheckbox.js +1 -1
- package/dist/table/shared-components/StyledMenuItem.js +1 -1
- package/dist/table/shared-components/menu-item/index.js +1 -1
- package/package.json +1 -1
- package/src/styles/color-variables/defaultTokens.css +11 -0
- package/src/styles/color-variables/fretexTokens.css +3 -3
- package/src/styles/color-variables/jadeTokens.css +11 -0
- package/src/styles/components-colors/inputVariables.css +12 -3
- package/tw-configs/twConfigs.json +6 -6
- package/dist/datetime/helpers/cn.js +0 -7
- package/dist/datetime/shared-components/ClockOutlineIcon.js +0 -18
- package/dist/src/datetime/shared-components/ExpandIcon.d.ts +0 -2
- package/dist/src/datetime/shared-components/StyledTooltip.d.ts +0 -1
- package/dist/src/table/shared-components/ChevronUpIcon.d.ts +0 -2
- package/dist/src/table/shared-components/FilterIcon.d.ts +0 -2
- package/dist/table/helpers/cn.js +0 -7
- package/dist/table/shared-components/CircleWarningOutlineIcon.js +0 -26
- package/dist/table/shared-components/PinIcon.js +0 -19
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
-
function l(o) {
|
|
4
|
-
return /* @__PURE__ */ t("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: "1em",
|
|
7
|
-
height: "1em",
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
...o,
|
|
10
|
-
children: /* @__PURE__ */ t("path", {
|
|
11
|
-
fill: "currentColor",
|
|
12
|
-
d: "M12 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10a10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67l-.75 1.23L11 13V7z"
|
|
13
|
-
})
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
l as ClockOutlineIcon
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { StyledTooltip, type TooltipProps } from '../../components/data-display/tooltip/StyledTooltip';
|
package/dist/table/helpers/cn.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import { jsx as r, jsxs as e } from "react/jsx-runtime";
|
|
3
|
-
function c(o) {
|
|
4
|
-
return /* @__PURE__ */ r("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: "16",
|
|
7
|
-
height: "16",
|
|
8
|
-
viewBox: "0 0 16 16 ",
|
|
9
|
-
...o,
|
|
10
|
-
children: /* @__PURE__ */ e("g", {
|
|
11
|
-
fill: "none",
|
|
12
|
-
stroke: "currentColor",
|
|
13
|
-
"stroke-linecap": "round",
|
|
14
|
-
"stroke-linejoin": "round",
|
|
15
|
-
"stroke-width": "1.5",
|
|
16
|
-
children: [/* @__PURE__ */ r("circle", {
|
|
17
|
-
cx: "8",
|
|
18
|
-
cy: "8",
|
|
19
|
-
r: "6.25"
|
|
20
|
-
}), /* @__PURE__ */ r("path", { d: "m8 10.75v0m0-6v3.5" })]
|
|
21
|
-
})
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
export {
|
|
25
|
-
c as CircleWarningOutlineIcon
|
|
26
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
-
function l(e) {
|
|
4
|
-
return /* @__PURE__ */ r("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: "1rem",
|
|
7
|
-
height: "1rem",
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
...e,
|
|
10
|
-
children: /* @__PURE__ */ r("path", {
|
|
11
|
-
fill: "currentColor",
|
|
12
|
-
fillRule: "evenodd",
|
|
13
|
-
d: "M16 9V4h2V2H6v2h2v5c0 1.66-1.34 3-3 3v2h5.97v7l1 1l1-1v-7H19v-2c-1.66 0-3-1.34-3-3"
|
|
14
|
-
})
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
export {
|
|
18
|
-
l as PinIcon
|
|
19
|
-
};
|