@clubmed/trident-ui 1.2.0-beta.3 → 1.2.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/atoms/Icons/Icon.js +1 -1
- package/atoms/Icons/Iconics.js +1 -1
- package/atoms/Icons/IconsResolver.js +1 -1
- package/atoms/Icons/index.js +1 -1
- package/molecules/Breadcrumb.js +1 -1
- package/molecules/Buttons/ButtonContent.js +1 -1
- package/molecules/Card.js +1 -1
- package/molecules/Forms/Checkboxes/Checkbox.js +1 -1
- package/molecules/Forms/DateField.js +1 -1
- package/molecules/Forms/Filter.js +1 -1
- package/molecules/Forms/FormControl.js +1 -1
- package/molecules/Forms/Password/Password.js +1 -1
- package/molecules/Forms/Password/ValidationMessage.js +1 -1
- package/molecules/Forms/Select.js +1 -1
- package/molecules/Forms/TextField.js +1 -1
- package/molecules/Link.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# ClubMed React UI components changelog
|
2
2
|
|
3
|
+
# [1.2.0-beta.4](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.2.0-beta.3...v1.2.0-beta.4) (2024-11-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* **ci:** fix external option for @clubmed/trident-icons ([2b656c6](https://scm.clubmed.com/clubmed/cm-trident-ui/-/commit/2b656c652395bb1076896675c16eea8abf7a4770))
|
9
|
+
|
3
10
|
# [1.2.0-beta.3](https://scm.clubmed.com/clubmed/cm-trident-ui/compare/v1.2.0-beta.2...v1.2.0-beta.3) (2024-11-21)
|
4
11
|
|
5
12
|
|
package/atoms/Icons/Icon.js
CHANGED
package/atoms/Icons/Iconics.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import "
|
1
|
+
import "@clubmed/trident-icons";
|
2
2
|
//# sourceMappingURL=Iconics.js.map
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { resolverIconsFactory as o, IconsContext as s, IconTypesRegistry as c, IconsProvider as n, loadIcons as r } from "
|
1
|
+
import { resolverIconsFactory as o, IconsContext as s, IconTypesRegistry as c, IconsProvider as n, loadIcons as r } from "@clubmed/trident-icons";
|
2
2
|
const t = o, I = s, a = c, y = n, i = r;
|
3
3
|
export {
|
4
4
|
a as IconTypesRegistry,
|
package/atoms/Icons/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Icon as c } from "./Icon.js";
|
2
|
-
import "
|
2
|
+
import "@clubmed/trident-icons";
|
3
3
|
import { IconTypesRegistry as s, IconsContext as t, IconsProvider as I, loadIcons as p, resolverIconsFactory as i } from "./IconsResolver.js";
|
4
4
|
export {
|
5
5
|
c as Icon,
|
package/molecules/Breadcrumb.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { jsx as e, jsxs as k } from "react/jsx-runtime";
|
2
2
|
import { c as w } from "../chunks/index.js";
|
3
3
|
import { Icon as B } from "../atoms/Icons/Icon.js";
|
4
|
-
import "
|
4
|
+
import "@clubmed/trident-icons";
|
5
5
|
const E = {
|
6
6
|
light: {
|
7
7
|
thStart: "text-middleGrey",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { jsxs as m, jsx as n } from "react/jsx-runtime";
|
2
2
|
import { Icon as p } from "../../atoms/Icons/Icon.js";
|
3
|
-
import "
|
3
|
+
import "@clubmed/trident-icons";
|
4
4
|
const l = ({ showLabel: r, label: t, children: s, icon: e, iconType: o }) => /* @__PURE__ */ m("span", { className: "flex items-center justify-center gap-x-8 w-full", children: [
|
5
5
|
r ? t : /* @__PURE__ */ n("span", { className: "sr-only", children: t }),
|
6
6
|
s,
|
package/molecules/Card.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
2
2
|
import { c as d } from "../chunks/index.js";
|
3
3
|
import { Icon as o } from "../atoms/Icons/Icon.js";
|
4
|
-
import "
|
4
|
+
import "@clubmed/trident-icons";
|
5
5
|
const x = ({
|
6
6
|
title: a,
|
7
7
|
children: i,
|
@@ -2,7 +2,7 @@ import { jsxs as t, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c } from "../../../chunks/index.js";
|
3
3
|
import { useId as D } from "react";
|
4
4
|
import { Icon as h } from "../../../atoms/Icons/Icon.js";
|
5
|
-
import "
|
5
|
+
import "@clubmed/trident-icons";
|
6
6
|
import { useValue as S } from "../../../hooks/useValue.js";
|
7
7
|
/* empty css */
|
8
8
|
import { useInternalStatus as V } from "../../../hooks/useInternalStatus.js";
|
@@ -2,7 +2,7 @@ import { jsx as m, jsxs as x } from "react/jsx-runtime";
|
|
2
2
|
import { c as E } from "../../chunks/index.js";
|
3
3
|
import { useId as _, useRef as z } from "react";
|
4
4
|
import { Icon as I } from "../../atoms/Icons/Icon.js";
|
5
|
-
import "
|
5
|
+
import "@clubmed/trident-icons";
|
6
6
|
import { useValue as G } from "../../hooks/useValue.js";
|
7
7
|
import { useInternalStatus as Z } from "../../hooks/useInternalStatus.js";
|
8
8
|
import { FormControl as $ } from "./FormControl.js";
|
@@ -3,7 +3,7 @@ import { c as r } from "../../chunks/index.js";
|
|
3
3
|
import { useId as D } from "react";
|
4
4
|
/* empty css */
|
5
5
|
import { Icon as c } from "../../atoms/Icons/Icon.js";
|
6
|
-
import "
|
6
|
+
import "@clubmed/trident-icons";
|
7
7
|
import { useValue as N } from "../../hooks/useValue.js";
|
8
8
|
function T(m) {
|
9
9
|
const d = D(), {
|
@@ -2,7 +2,7 @@ import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useInternalStatus as h } from "../../hooks/useInternalStatus.js";
|
3
3
|
import { FormLabel as S } from "./FormLabel.js";
|
4
4
|
import { Icon as b } from "../../atoms/Icons/Icon.js";
|
5
|
-
import "
|
5
|
+
import "@clubmed/trident-icons";
|
6
6
|
import { c as g } from "../../chunks/index.js";
|
7
7
|
const w = ({
|
8
8
|
id: t,
|
@@ -5,7 +5,7 @@ import { useId as P, useState as T, useEffect as q } from "react";
|
|
5
5
|
import { useValue as F } from "../../../hooks/useValue.js";
|
6
6
|
import { FormControl as z } from "../FormControl.js";
|
7
7
|
import { Icon as c } from "../../../atoms/Icons/Icon.js";
|
8
|
-
import "
|
8
|
+
import "@clubmed/trident-icons";
|
9
9
|
import { ValidationMessage as E } from "./ValidationMessage.js";
|
10
10
|
function Q(b) {
|
11
11
|
const x = P(), {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
2
2
|
import { c as s } from "../../../chunks/index.js";
|
3
3
|
import { Icon as t } from "../../../atoms/Icons/Icon.js";
|
4
|
-
import "
|
4
|
+
import "@clubmed/trident-icons";
|
5
5
|
const a = {
|
6
6
|
default: {
|
7
7
|
iconName: "Edit",
|
@@ -4,7 +4,7 @@ import { useValue as I } from "../../hooks/useValue.js";
|
|
4
4
|
import { useInternalStatus as S } from "../../hooks/useInternalStatus.js";
|
5
5
|
import { FormControl as j } from "./FormControl.js";
|
6
6
|
import { Icon as n } from "../../atoms/Icons/Icon.js";
|
7
|
-
import "
|
7
|
+
import "@clubmed/trident-icons";
|
8
8
|
import { useId as T } from "react";
|
9
9
|
const B = (p) => {
|
10
10
|
const u = T(), {
|
@@ -4,7 +4,7 @@ import { useValue as F } from "../../hooks/useValue.js";
|
|
4
4
|
import { useInternalStatus as S } from "../../hooks/useInternalStatus.js";
|
5
5
|
import { FormControl as j } from "./FormControl.js";
|
6
6
|
import { Icon as i } from "../../atoms/Icons/Icon.js";
|
7
|
-
import "
|
7
|
+
import "@clubmed/trident-icons";
|
8
8
|
import { useId as D } from "react";
|
9
9
|
const E = (u) => {
|
10
10
|
const p = D(), {
|
package/molecules/Link.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
2
2
|
import { c as a } from "../chunks/index.js";
|
3
3
|
import { Icon as u } from "../atoms/Icons/Icon.js";
|
4
|
-
import "
|
4
|
+
import "@clubmed/trident-icons";
|
5
5
|
const C = ({
|
6
6
|
label: n,
|
7
7
|
icon: s,
|