@adamosuiteservices/ui 1.9.15 → 2.9.16
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/combobox.cjs +9 -9
- package/dist/combobox.js +167 -168
- package/dist/components/ui/combobox/combobox.d.ts +10 -14
- package/dist/components/ui/icon/icon.d.ts +1 -3
- package/dist/components/ui/icon/icon.stories.d.ts +0 -5
- package/dist/custom-layered-styles.css +1 -1
- package/dist/icon-Cj-g35RJ.js +34 -0
- package/dist/icon-Di0rwXMr.cjs +6 -0
- package/dist/icon.cjs +1 -6
- package/dist/icon.js +2 -34
- package/dist/icons.css +1 -1
- package/dist/styles.css +1 -1
- package/docs/components/ui/accordion-rounded.md +583 -583
- package/docs/components/ui/alert.md +671 -671
- package/docs/components/ui/avatar.md +588 -588
- package/docs/components/ui/badge.md +1024 -1024
- package/docs/components/ui/combobox.md +6 -6
- package/docs/components/ui/icon.md +103 -75
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { j as c } from "./jsx-runtime-BzflLqGi.js";
|
|
2
|
+
import { c as l } from "./index-CRiPKpXj.js";
|
|
3
|
+
function u({
|
|
4
|
+
symbol: t,
|
|
5
|
+
fill: s = 0,
|
|
6
|
+
weight: o = 200,
|
|
7
|
+
grade: n = 0,
|
|
8
|
+
opticalSize: a = 24,
|
|
9
|
+
className: e,
|
|
10
|
+
style: r,
|
|
11
|
+
...i
|
|
12
|
+
}) {
|
|
13
|
+
const m = {
|
|
14
|
+
fontVariationSettings: `
|
|
15
|
+
'FILL' ${s},
|
|
16
|
+
'wght' ${o},
|
|
17
|
+
'GRAD' ${n},
|
|
18
|
+
'opsz' ${a}
|
|
19
|
+
`,
|
|
20
|
+
...r
|
|
21
|
+
};
|
|
22
|
+
return /* @__PURE__ */ c.jsx(
|
|
23
|
+
"span",
|
|
24
|
+
{
|
|
25
|
+
className: l("material-symbols-outlined adm:text-2xl", e),
|
|
26
|
+
style: m,
|
|
27
|
+
...i,
|
|
28
|
+
children: t
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
export {
|
|
33
|
+
u as I
|
|
34
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";const u=require("./jsx-runtime-BB_1_6y_.cjs"),a=require("./index-DoxiiusW.cjs");function m({symbol:t,fill:s=0,weight:n=200,grade:e=0,opticalSize:i=24,className:o,style:c,...r}){const l={fontVariationSettings:`
|
|
2
|
+
'FILL' ${s},
|
|
3
|
+
'wght' ${n},
|
|
4
|
+
'GRAD' ${e},
|
|
5
|
+
'opsz' ${i}
|
|
6
|
+
`,...c};return u.jsxRuntimeExports.jsx("span",{className:a.cn("material-symbols-outlined adm:text-2xl",o),style:l,...r,children:t})}exports.Icon=m;
|
package/dist/icon.cjs
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
'FILL' ${n},
|
|
3
|
-
'wght' ${o},
|
|
4
|
-
'GRAD' ${s},
|
|
5
|
-
'opsz' ${i}
|
|
6
|
-
`,...c};return a.jsxRuntimeExports.jsx("span",{className:m.cn("material-symbols-outlined",r),style:u,...l,children:t})}exports.Icon=p;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./icon-Di0rwXMr.cjs");exports.Icon=e.Icon;
|
package/dist/icon.js
CHANGED
|
@@ -1,36 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { c as p } from "./index-CRiPKpXj.js";
|
|
3
|
-
function x({
|
|
4
|
-
symbol: t,
|
|
5
|
-
size: o = "24",
|
|
6
|
-
fill: s = 0,
|
|
7
|
-
weight: n = 200,
|
|
8
|
-
grade: e = 0,
|
|
9
|
-
opticalSize: i = 24,
|
|
10
|
-
className: r,
|
|
11
|
-
style: a,
|
|
12
|
-
...m
|
|
13
|
-
}) {
|
|
14
|
-
const c = {
|
|
15
|
-
fontSize: `${o}px`,
|
|
16
|
-
fontVariationSettings: `
|
|
17
|
-
'FILL' ${s},
|
|
18
|
-
'wght' ${n},
|
|
19
|
-
'GRAD' ${e},
|
|
20
|
-
'opsz' ${i}
|
|
21
|
-
`,
|
|
22
|
-
...a
|
|
23
|
-
};
|
|
24
|
-
return /* @__PURE__ */ l.jsx(
|
|
25
|
-
"span",
|
|
26
|
-
{
|
|
27
|
-
className: p("material-symbols-outlined", r),
|
|
28
|
-
style: c,
|
|
29
|
-
...m,
|
|
30
|
-
children: t
|
|
31
|
-
}
|
|
32
|
-
);
|
|
33
|
-
}
|
|
1
|
+
import { I } from "./icon-Cj-g35RJ.js";
|
|
34
2
|
export {
|
|
35
|
-
|
|
3
|
+
I as Icon
|
|
36
4
|
};
|