@x-plat/design-system 0.4.6 → 0.5.0
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/components/Accordion/index.cjs +4 -4
- package/dist/components/Accordion/index.css +11 -11
- package/dist/components/Accordion/index.js +4 -4
- package/dist/components/Alert/index.css +19 -19
- package/dist/components/Avatar/index.cjs +11 -5
- package/dist/components/Avatar/index.css +41 -11
- package/dist/components/Avatar/index.d.cts +1 -2
- package/dist/components/Avatar/index.d.ts +1 -2
- package/dist/components/Avatar/index.js +11 -5
- package/dist/components/Badge/index.cjs +3 -4
- package/dist/components/Badge/index.css +32 -19
- package/dist/components/Badge/index.d.cts +3 -2
- package/dist/components/Badge/index.d.ts +3 -2
- package/dist/components/Badge/index.js +3 -4
- package/dist/components/Breadcrumb/index.css +6 -6
- package/dist/components/Button/index.cjs +1 -3
- package/dist/components/Button/index.css +67 -23
- package/dist/components/Button/index.d.cts +2 -3
- package/dist/components/Button/index.d.ts +2 -3
- package/dist/components/Button/index.js +1 -3
- package/dist/components/Calendar/index.cjs +10 -10
- package/dist/components/Calendar/index.css +51 -52
- package/dist/components/Calendar/index.d.cts +3 -3
- package/dist/components/Calendar/index.d.ts +3 -3
- package/dist/components/Calendar/index.js +10 -10
- package/dist/components/Card/index.css +6 -6
- package/dist/components/CardTab/index.css +28 -28
- package/dist/components/Chart/index.cjs +228 -14548
- package/dist/components/Chart/index.css +57 -0
- package/dist/components/Chart/index.d.cts +3 -2
- package/dist/components/Chart/index.d.ts +3 -2
- package/dist/components/Chart/index.js +219 -14541
- package/dist/components/CheckBox/index.cjs +13 -8
- package/dist/components/CheckBox/index.css +50 -27
- package/dist/components/CheckBox/index.d.cts +3 -2
- package/dist/components/CheckBox/index.d.ts +3 -2
- package/dist/components/CheckBox/index.js +13 -8
- package/dist/components/Chip/index.cjs +1 -3
- package/dist/components/Chip/index.css +35 -23
- package/dist/components/Chip/index.d.cts +2 -3
- package/dist/components/Chip/index.d.ts +2 -3
- package/dist/components/Chip/index.js +1 -3
- package/dist/components/DatePicker/index.cjs +37 -46
- package/dist/components/DatePicker/index.css +175 -122
- package/dist/components/DatePicker/index.d.cts +2 -3
- package/dist/components/DatePicker/index.d.ts +2 -3
- package/dist/components/DatePicker/index.js +37 -46
- package/dist/components/Divider/index.css +2 -2
- package/dist/components/Drawer/index.css +7 -7
- package/dist/components/Dropdown/index.css +10 -10
- package/dist/components/EmptyState/index.css +8 -9
- package/dist/components/FileUpload/index.cjs +4 -4
- package/dist/components/FileUpload/index.css +13 -14
- package/dist/components/FileUpload/index.js +4 -4
- package/dist/components/HtmlTypeWriter/index.cjs +10 -10
- package/dist/components/HtmlTypeWriter/index.css +3 -3
- package/dist/components/HtmlTypeWriter/index.js +10 -10
- package/dist/components/ImageSelector/index.cjs +4 -4
- package/dist/components/ImageSelector/index.css +15 -15
- package/dist/components/ImageSelector/index.js +4 -4
- package/dist/components/Input/index.css +37 -26
- package/dist/components/Modal/index.css +5 -4
- package/dist/components/Pagination/index.cjs +9 -10
- package/dist/components/Pagination/index.css +37 -26
- package/dist/components/Pagination/index.d.cts +3 -2
- package/dist/components/Pagination/index.d.ts +3 -2
- package/dist/components/Pagination/index.js +9 -10
- package/dist/components/PopOver/index.css +3 -3
- package/dist/components/Progress/index.cjs +4 -5
- package/dist/components/Progress/index.css +23 -9
- package/dist/components/Progress/index.d.cts +3 -2
- package/dist/components/Progress/index.d.ts +3 -2
- package/dist/components/Progress/index.js +4 -5
- package/dist/components/Radio/index.cjs +3 -4
- package/dist/components/Radio/index.css +61 -29
- package/dist/components/Radio/index.d.cts +3 -2
- package/dist/components/Radio/index.d.ts +3 -2
- package/dist/components/Radio/index.js +3 -4
- package/dist/components/Select/index.cjs +4 -4
- package/dist/components/Select/index.css +46 -40
- package/dist/components/Select/index.js +4 -4
- package/dist/components/Skeleton/index.css +3 -3
- package/dist/components/Spinner/index.cjs +2 -3
- package/dist/components/Spinner/index.css +22 -8
- package/dist/components/Spinner/index.d.cts +3 -2
- package/dist/components/Spinner/index.d.ts +3 -2
- package/dist/components/Spinner/index.js +2 -3
- package/dist/components/Steps/index.cjs +8 -9
- package/dist/components/Steps/index.css +77 -22
- package/dist/components/Steps/index.d.cts +3 -2
- package/dist/components/Steps/index.d.ts +3 -2
- package/dist/components/Steps/index.js +8 -9
- package/dist/components/Swiper/index.css +10 -10
- package/dist/components/Switch/index.cjs +4 -5
- package/dist/components/Switch/index.css +58 -26
- package/dist/components/Switch/index.d.cts +3 -2
- package/dist/components/Switch/index.d.ts +3 -2
- package/dist/components/Switch/index.js +4 -5
- package/dist/components/Tab/index.css +15 -15
- package/dist/components/Table/index.cjs +0 -3
- package/dist/components/Table/index.css +15 -15
- package/dist/components/Table/index.d.cts +1 -2
- package/dist/components/Table/index.d.ts +1 -2
- package/dist/components/Table/index.js +0 -3
- package/dist/components/Tag/index.cjs +23 -10
- package/dist/components/Tag/index.css +58 -17
- package/dist/components/Tag/index.d.cts +5 -2
- package/dist/components/Tag/index.d.ts +5 -2
- package/dist/components/Tag/index.js +23 -10
- package/dist/components/TextArea/index.css +20 -9
- package/dist/components/Toast/index.css +22 -22
- package/dist/components/Tooltip/index.cjs +1 -3
- package/dist/components/Tooltip/index.css +6 -6
- package/dist/components/Tooltip/index.d.cts +1 -2
- package/dist/components/Tooltip/index.d.ts +1 -2
- package/dist/components/Tooltip/index.js +1 -3
- package/dist/components/Video/index.css +5 -5
- package/dist/components/index.cjs +970 -15289
- package/dist/components/index.css +2167 -1061
- package/dist/components/index.d.cts +1 -2
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +871 -15192
- package/dist/index.cjs +1077 -15378
- package/dist/index.css +2164 -1058
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +877 -15182
- package/dist/layout/Grid/FullGrid/index.cjs +9 -18
- package/dist/layout/Grid/FullGrid/index.d.cts +1 -1
- package/dist/layout/Grid/FullGrid/index.d.ts +1 -1
- package/dist/layout/Grid/FullGrid/index.js +9 -18
- package/dist/layout/Grid/FullScreen/index.cjs +9 -18
- package/dist/layout/Grid/FullScreen/index.d.cts +3 -3
- package/dist/layout/Grid/FullScreen/index.d.ts +3 -3
- package/dist/layout/Grid/FullScreen/index.js +9 -18
- package/dist/layout/Grid/index.cjs +34 -20
- package/dist/layout/Grid/index.js +34 -20
- package/dist/layout/index.cjs +34 -20
- package/dist/layout/index.css +1000 -295
- package/dist/layout/index.js +34 -20
- package/dist/tokens/index.cjs +33 -142
- package/dist/tokens/index.d.cts +23 -6
- package/dist/tokens/index.d.ts +23 -6
- package/dist/tokens/index.js +29 -140
- package/package.json +2 -4
- package/dist/colors-CY4JXVHj.d.cts +0 -137
- package/dist/colors-CY4JXVHj.d.ts +0 -137
- package/dist/layout/Grid/GapGrid/index.cjs +0 -32
- package/dist/layout/Grid/GapGrid/index.d.cts +0 -12
- package/dist/layout/Grid/GapGrid/index.d.ts +0 -12
- package/dist/layout/Grid/GapGrid/index.js +0 -11
package/dist/layout/index.js
CHANGED
|
@@ -1,24 +1,15 @@
|
|
|
1
|
-
// ../../node_modules/clsx/dist/clsx.mjs
|
|
2
|
-
function r(e) {
|
|
3
|
-
var t, f, n = "";
|
|
4
|
-
if ("string" == typeof e || "number" == typeof e) n += e;
|
|
5
|
-
else if ("object" == typeof e) if (Array.isArray(e)) {
|
|
6
|
-
var o = e.length;
|
|
7
|
-
for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
|
|
8
|
-
} else for (f in e) e[f] && (n && (n += " "), n += f);
|
|
9
|
-
return n;
|
|
10
|
-
}
|
|
11
|
-
function clsx() {
|
|
12
|
-
for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
|
|
13
|
-
return n;
|
|
14
|
-
}
|
|
15
|
-
var clsx_default = clsx;
|
|
16
|
-
|
|
17
1
|
// src/layout/Grid/FullGrid/FullGrid.tsx
|
|
18
2
|
import { jsx } from "react/jsx-runtime";
|
|
19
3
|
var FullGrid = (props) => {
|
|
20
|
-
const { children,
|
|
21
|
-
return /* @__PURE__ */ jsx(
|
|
4
|
+
const { children, gap } = props;
|
|
5
|
+
return /* @__PURE__ */ jsx(
|
|
6
|
+
"div",
|
|
7
|
+
{
|
|
8
|
+
className: "lib-xplat-full-grid",
|
|
9
|
+
style: gap ? { gap } : void 0,
|
|
10
|
+
children
|
|
11
|
+
}
|
|
12
|
+
);
|
|
22
13
|
};
|
|
23
14
|
FullGrid.displayName = "FullGrid";
|
|
24
15
|
var FullGrid_default = FullGrid;
|
|
@@ -26,8 +17,15 @@ var FullGrid_default = FullGrid;
|
|
|
26
17
|
// src/layout/Grid/FullScreen/FullScreen.tsx
|
|
27
18
|
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
28
19
|
var FullScreen = (props) => {
|
|
29
|
-
const { children,
|
|
30
|
-
return /* @__PURE__ */ jsx2(
|
|
20
|
+
const { children, gap } = props;
|
|
21
|
+
return /* @__PURE__ */ jsx2(
|
|
22
|
+
"div",
|
|
23
|
+
{
|
|
24
|
+
className: "lib-xplat-full-screen",
|
|
25
|
+
style: gap ? { gap } : void 0,
|
|
26
|
+
children
|
|
27
|
+
}
|
|
28
|
+
);
|
|
31
29
|
};
|
|
32
30
|
FullScreen.displayName = "FullScreen";
|
|
33
31
|
var FullScreen_default = FullScreen;
|
|
@@ -35,6 +33,22 @@ var FullScreen_default = FullScreen;
|
|
|
35
33
|
// src/tokens/breakpoints.ts
|
|
36
34
|
var BREAKPOINT_KEYS_ORDERED = ["laptop", "tablet", "mobile"];
|
|
37
35
|
|
|
36
|
+
// ../../node_modules/clsx/dist/clsx.mjs
|
|
37
|
+
function r(e) {
|
|
38
|
+
var t, f, n = "";
|
|
39
|
+
if ("string" == typeof e || "number" == typeof e) n += e;
|
|
40
|
+
else if ("object" == typeof e) if (Array.isArray(e)) {
|
|
41
|
+
var o = e.length;
|
|
42
|
+
for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
|
|
43
|
+
} else for (f in e) e[f] && (n && (n += " "), n += f);
|
|
44
|
+
return n;
|
|
45
|
+
}
|
|
46
|
+
function clsx() {
|
|
47
|
+
for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
|
|
48
|
+
return n;
|
|
49
|
+
}
|
|
50
|
+
var clsx_default = clsx;
|
|
51
|
+
|
|
38
52
|
// src/layout/Grid/Item/Item.tsx
|
|
39
53
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
40
54
|
var calculateSpans = (column) => {
|
package/dist/tokens/index.cjs
CHANGED
|
@@ -317,8 +317,10 @@ __export(tokens_exports, {
|
|
|
317
317
|
ZoomInIcon: () => ZoomInIcon_default,
|
|
318
318
|
ZoomOutIcon: () => ZoomOutIcon_default,
|
|
319
319
|
breakpoints: () => breakpoints,
|
|
320
|
-
|
|
321
|
-
gridColumns: () => gridColumns
|
|
320
|
+
cssVar: () => import_tokens_core2.cssVar,
|
|
321
|
+
gridColumns: () => gridColumns,
|
|
322
|
+
primitive: () => import_tokens_core.primitive,
|
|
323
|
+
semantic: () => import_tokens_core.semantic
|
|
322
324
|
});
|
|
323
325
|
module.exports = __toCommonJS(tokens_exports);
|
|
324
326
|
|
|
@@ -336,123 +338,7 @@ var gridColumns = {
|
|
|
336
338
|
};
|
|
337
339
|
|
|
338
340
|
// src/tokens/colors.ts
|
|
339
|
-
var
|
|
340
|
-
xplat: {
|
|
341
|
-
red: {
|
|
342
|
-
50: "#FFF0F0",
|
|
343
|
-
100: "#FFDDDE",
|
|
344
|
-
200: "#FFC1C2",
|
|
345
|
-
300: "#FF9698",
|
|
346
|
-
400: "#FF5A5D",
|
|
347
|
-
500: "#FF272B",
|
|
348
|
-
600: "#F80409",
|
|
349
|
-
700: "#D40105",
|
|
350
|
-
800: "#AE0609",
|
|
351
|
-
900: "#900C0F"
|
|
352
|
-
},
|
|
353
|
-
green: {
|
|
354
|
-
50: "#E5F6EA",
|
|
355
|
-
100: "#C1E7CC",
|
|
356
|
-
200: "#98D8AC",
|
|
357
|
-
300: "#6CCA8B",
|
|
358
|
-
400: "#47BE72",
|
|
359
|
-
500: "#10B259",
|
|
360
|
-
600: "#00A34F",
|
|
361
|
-
700: "#009143",
|
|
362
|
-
800: "#007F38",
|
|
363
|
-
900: "#006024"
|
|
364
|
-
},
|
|
365
|
-
orange: {
|
|
366
|
-
50: "#FFF8EC",
|
|
367
|
-
100: "#FFF0D3",
|
|
368
|
-
200: "#FFDDA5",
|
|
369
|
-
300: "#FFC46D",
|
|
370
|
-
400: "#FF9F32",
|
|
371
|
-
500: "#FF820A",
|
|
372
|
-
600: "#FF6900",
|
|
373
|
-
700: "#CC4B02",
|
|
374
|
-
800: "#A13A0B",
|
|
375
|
-
900: "#82320C"
|
|
376
|
-
},
|
|
377
|
-
yellow: {
|
|
378
|
-
50: "#FFFDE7",
|
|
379
|
-
100: "#FFFAC1",
|
|
380
|
-
200: "#FFF186",
|
|
381
|
-
300: "#FFE041",
|
|
382
|
-
400: "#FFCC0D",
|
|
383
|
-
500: "#F0B100",
|
|
384
|
-
600: "#D18800",
|
|
385
|
-
700: "#A66002",
|
|
386
|
-
800: "#894B0A",
|
|
387
|
-
900: "#743D0F"
|
|
388
|
-
},
|
|
389
|
-
blue: {
|
|
390
|
-
50: "#F1F4FD",
|
|
391
|
-
100: "#DFE7FA",
|
|
392
|
-
200: "#C5D4F8",
|
|
393
|
-
300: "#9EB8F2",
|
|
394
|
-
400: "#7093EA",
|
|
395
|
-
500: "#4D6DE3",
|
|
396
|
-
600: "#3950D7",
|
|
397
|
-
700: "#303EC5",
|
|
398
|
-
800: "#2D35A0",
|
|
399
|
-
900: "#29317F"
|
|
400
|
-
},
|
|
401
|
-
lightblue: {
|
|
402
|
-
50: "#EEFAFF",
|
|
403
|
-
100: "#D9F4FF",
|
|
404
|
-
200: "#BBEDFF",
|
|
405
|
-
300: "#8DE3FF",
|
|
406
|
-
400: "#57D0FF",
|
|
407
|
-
500: "#30B6FF",
|
|
408
|
-
600: "#1999F7",
|
|
409
|
-
700: "#1280E3",
|
|
410
|
-
800: "#1566B8",
|
|
411
|
-
900: "#175791"
|
|
412
|
-
},
|
|
413
|
-
purple: {
|
|
414
|
-
50: "#FBF6FE",
|
|
415
|
-
100: "#F5EAFD",
|
|
416
|
-
200: "#EDD8FC",
|
|
417
|
-
300: "#E0BAF8",
|
|
418
|
-
400: "#CD8DF3",
|
|
419
|
-
500: "#B961EB",
|
|
420
|
-
600: "#A541DC",
|
|
421
|
-
700: "#9230C5",
|
|
422
|
-
800: "#782B9E",
|
|
423
|
-
900: "#62247F"
|
|
424
|
-
},
|
|
425
|
-
pink: {
|
|
426
|
-
50: "#FFF4FE",
|
|
427
|
-
100: "#FFE7FD",
|
|
428
|
-
200: "#FFCFFA",
|
|
429
|
-
300: "#FEA9F1",
|
|
430
|
-
400: "#FD75E7",
|
|
431
|
-
500: "#F553DA",
|
|
432
|
-
600: "#D821B6",
|
|
433
|
-
700: "#B31892",
|
|
434
|
-
800: "#921676",
|
|
435
|
-
900: "#781761"
|
|
436
|
-
},
|
|
437
|
-
neutral: {
|
|
438
|
-
50: "#FAFAFA",
|
|
439
|
-
100: "#F5F5F5",
|
|
440
|
-
200: "#E5E5E5",
|
|
441
|
-
300: "#D4D4D4",
|
|
442
|
-
400: "#A1A1A1",
|
|
443
|
-
500: "#737373",
|
|
444
|
-
600: "#525252",
|
|
445
|
-
700: "#404040",
|
|
446
|
-
800: "#262626",
|
|
447
|
-
900: "#171717"
|
|
448
|
-
},
|
|
449
|
-
black: "#000000",
|
|
450
|
-
white: "#FFFFFF"
|
|
451
|
-
},
|
|
452
|
-
test: {
|
|
453
|
-
default: "#ffffff"
|
|
454
|
-
}
|
|
455
|
-
};
|
|
341
|
+
var import_tokens_core = require("@x-plat/tokens-core");
|
|
456
342
|
|
|
457
343
|
// src/tokens/svg/action/CopyIcon.tsx
|
|
458
344
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -2734,9 +2620,9 @@ var BookIcon = () => /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
|
|
|
2734
2620
|
);
|
|
2735
2621
|
var BookIcon_default = BookIcon;
|
|
2736
2622
|
|
|
2737
|
-
// src/tokens/svg/file/
|
|
2623
|
+
// src/tokens/svg/file/BookmarkIcon.tsx
|
|
2738
2624
|
var import_jsx_runtime128 = require("react/jsx-runtime");
|
|
2739
|
-
var
|
|
2625
|
+
var BookmarkIcon = () => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
2740
2626
|
"svg",
|
|
2741
2627
|
{
|
|
2742
2628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2744,14 +2630,14 @@ var BookOpenIcon = () => /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
|
|
|
2744
2630
|
height: "1em",
|
|
2745
2631
|
viewBox: "0 0 20 20",
|
|
2746
2632
|
fill: "none",
|
|
2747
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
2633
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.167 1.75C14.8078 1.75013 15.4229 2.00491 15.876 2.45801C16.3289 2.91118 16.584 3.52624 16.584 4.16699V17.5C16.584 17.7808 16.4263 18.0384 16.1768 18.167C15.9271 18.2954 15.626 18.2734 15.3975 18.1104L10 14.2539L4.60254 18.1104C4.37419 18.2733 4.07377 18.2951 3.82422 18.167C3.57442 18.0384 3.41602 17.7809 3.41602 17.5V4.16699C3.41602 3.52605 3.67179 2.91122 4.125 2.45801C4.57819 2.00495 5.19316 1.75 5.83398 1.75H14.167ZM5.83398 3.25C5.59098 3.25 5.35743 3.3468 5.18555 3.51855C5.01364 3.69046 4.91699 3.92388 4.91699 4.16699V16.042L9.56445 12.7227L9.66602 12.6621C9.91127 12.54 10.2084 12.5597 10.4365 12.7227L15.084 16.042V4.16699C15.084 3.92407 14.9871 3.69042 14.8154 3.51855C14.6436 3.34676 14.4099 3.25013 14.167 3.25H5.83398Z", fill: "currentColor" })
|
|
2748
2634
|
}
|
|
2749
2635
|
);
|
|
2750
|
-
var
|
|
2636
|
+
var BookmarkIcon_default = BookmarkIcon;
|
|
2751
2637
|
|
|
2752
|
-
// src/tokens/svg/file/
|
|
2638
|
+
// src/tokens/svg/file/BookOpenIcon.tsx
|
|
2753
2639
|
var import_jsx_runtime129 = require("react/jsx-runtime");
|
|
2754
|
-
var
|
|
2640
|
+
var BookOpenIcon = () => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
2755
2641
|
"svg",
|
|
2756
2642
|
{
|
|
2757
2643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2759,10 +2645,10 @@ var BookmarkIcon = () => /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(
|
|
|
2759
2645
|
height: "1em",
|
|
2760
2646
|
viewBox: "0 0 20 20",
|
|
2761
2647
|
fill: "none",
|
|
2762
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
2648
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66699 1.75C7.74978 1.75013 8.78903 2.18063 9.55469 2.94629C9.71947 3.11114 9.86728 3.28969 10 3.47754C10.1329 3.28956 10.2813 3.11125 10.4463 2.94629C11.212 2.18059 12.2502 1.75009 13.333 1.75H18.333C18.7472 1.75 19.083 2.08579 19.083 2.5V15C19.083 15.4142 18.7472 15.75 18.333 15.75H12.5C12.0359 15.75 11.5909 15.9345 11.2627 16.2627C10.9345 16.5909 10.75 17.0359 10.75 17.5L10.7461 17.5771C10.7364 17.6716 10.7094 17.761 10.668 17.8418C10.6473 17.8821 10.623 17.9204 10.5957 17.9561C10.4586 18.1348 10.2427 18.25 10 18.25L9.92285 18.2461C9.903 18.2441 9.88363 18.2399 9.86426 18.2363C9.86104 18.2357 9.85769 18.236 9.85449 18.2354C9.83874 18.2323 9.82398 18.2257 9.80859 18.2217C9.777 18.2133 9.74564 18.2056 9.71582 18.1934C9.69645 18.1854 9.67868 18.1745 9.66016 18.165C9.63759 18.1535 9.61492 18.1426 9.59375 18.1289C9.57353 18.1158 9.55495 18.1008 9.53613 18.0859C9.5185 18.072 9.50067 18.0584 9.48438 18.043C9.46761 18.0271 9.45274 18.0096 9.4375 17.9922C9.42115 17.9735 9.40508 17.9548 9.39062 17.9346C9.3792 17.9186 9.36954 17.9016 9.35938 17.8848C9.34577 17.8622 9.3325 17.8395 9.32129 17.8154C9.31153 17.7945 9.30373 17.7729 9.2959 17.751C9.28823 17.7295 9.2811 17.7079 9.27539 17.6855C9.26017 17.626 9.25 17.5643 9.25 17.5C9.25 17.036 9.06534 16.5909 8.7373 16.2627C8.40925 15.9347 7.96388 15.7501 7.5 15.75H1.66699C1.25278 15.75 0.916016 15.4142 0.916016 15V2.5C0.916016 2.08579 1.25278 1.75 1.66699 1.75H6.66699ZM2.41699 14.25H7.5C8.1248 14.2501 8.7316 14.4305 9.25 14.7617V5.83301C9.24991 5.14825 8.97818 4.49117 8.49414 4.00684C8.00979 3.52248 7.35196 3.25013 6.66699 3.25H2.41699V14.25ZM13.333 3.25C12.648 3.25009 11.9912 3.52244 11.5068 4.00684C11.0224 4.49123 10.7501 5.14798 10.75 5.83301V14.7617C11.2686 14.4303 11.8749 14.25 12.5 14.25H17.583V3.25H13.333Z", fill: "currentColor" })
|
|
2763
2649
|
}
|
|
2764
2650
|
);
|
|
2765
|
-
var
|
|
2651
|
+
var BookOpenIcon_default = BookOpenIcon;
|
|
2766
2652
|
|
|
2767
2653
|
// src/tokens/svg/file/ClipboardIcon.tsx
|
|
2768
2654
|
var import_jsx_runtime130 = require("react/jsx-runtime");
|
|
@@ -5641,9 +5527,9 @@ var UserPlusIcon = () => /* @__PURE__ */ (0, import_jsx_runtime280.jsxs)(
|
|
|
5641
5527
|
);
|
|
5642
5528
|
var UserPlusIcon_default = UserPlusIcon;
|
|
5643
5529
|
|
|
5644
|
-
// src/tokens/svg/user/
|
|
5530
|
+
// src/tokens/svg/user/UsersIcon.tsx
|
|
5645
5531
|
var import_jsx_runtime281 = require("react/jsx-runtime");
|
|
5646
|
-
var
|
|
5532
|
+
var UsersIcon = () => /* @__PURE__ */ (0, import_jsx_runtime281.jsxs)(
|
|
5647
5533
|
"svg",
|
|
5648
5534
|
{
|
|
5649
5535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5652,17 +5538,18 @@ var UserXIcon = () => /* @__PURE__ */ (0, import_jsx_runtime281.jsxs)(
|
|
|
5652
5538
|
viewBox: "0 0 20 20",
|
|
5653
5539
|
fill: "none",
|
|
5654
5540
|
children: [
|
|
5655
|
-
/* @__PURE__ */ (0, import_jsx_runtime281.jsx)("path", { d: "M10.
|
|
5656
|
-
/* @__PURE__ */ (0, import_jsx_runtime281.jsx)("path", { d: "
|
|
5657
|
-
/* @__PURE__ */ (0, import_jsx_runtime281.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.
|
|
5541
|
+
/* @__PURE__ */ (0, import_jsx_runtime281.jsx)("path", { d: "M10.834 11.75C11.9168 11.7501 12.956 12.1806 13.7217 12.9463C14.487 13.7119 14.9169 14.7504 14.917 15.833V17.5C14.917 17.9141 14.581 18.2497 14.167 18.25C13.7529 18.2498 13.417 17.9141 13.417 17.5V15.833C13.4169 15.1483 13.1452 14.4912 12.6611 14.0068C12.1768 13.5225 11.519 13.2501 10.834 13.25H4.16699C3.48208 13.2501 2.82519 13.5226 2.34082 14.0068C1.85643 14.4912 1.58407 15.148 1.58398 15.833V17.5C1.58398 17.9141 1.24797 18.2497 0.833984 18.25C0.419771 18.25 0.0830079 17.9142 0.0830078 17.5V15.833C0.083094 14.7502 0.514577 13.712 1.28027 12.9463C2.04595 12.1807 3.08426 11.7501 4.16699 11.75H10.834Z", fill: "currentColor" }),
|
|
5542
|
+
/* @__PURE__ */ (0, import_jsx_runtime281.jsx)("path", { d: "M15.9404 12.4209C16.044 12.0199 16.4535 11.7783 16.8545 11.8818C17.7302 12.1081 18.5064 12.6192 19.0605 13.334C19.6147 14.049 19.9163 14.9284 19.917 15.833V17.5C19.9169 17.9139 19.5809 18.2497 19.167 18.25C18.7529 18.25 18.4171 17.9141 18.417 17.5V15.834L18.4082 15.6201C18.3667 15.1243 18.1816 14.6487 17.875 14.2529C17.5245 13.8009 17.0333 13.4781 16.4795 13.335C16.0785 13.2314 15.837 12.8219 15.9404 12.4209Z", fill: "currentColor" }),
|
|
5543
|
+
/* @__PURE__ */ (0, import_jsx_runtime281.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5 1.75C9.75483 1.75026 11.5838 3.57816 11.584 5.83301C11.584 8.08801 9.75494 9.91673 7.5 9.91699C5.24499 9.91682 3.41699 8.08806 3.41699 5.83301C3.41717 3.5781 5.2451 1.75018 7.5 1.75ZM7.5 3.25C6.07352 3.25018 4.91717 4.40653 4.91699 5.83301C4.91699 7.25963 6.07341 8.41682 7.5 8.41699C8.92651 8.41673 10.084 7.25958 10.084 5.83301C10.0838 4.40658 8.9264 3.25026 7.5 3.25Z", fill: "currentColor" }),
|
|
5544
|
+
/* @__PURE__ */ (0, import_jsx_runtime281.jsx)("path", { d: "M12.6074 2.42285C12.7101 2.02173 13.1184 1.77939 13.5195 1.88184C14.3976 2.10679 15.1766 2.61793 15.7324 3.33398C16.2882 4.05014 16.5908 4.93138 16.5908 5.83789C16.5907 6.74433 16.2882 7.62574 15.7324 8.3418C15.1766 9.05767 14.3975 9.56807 13.5195 9.79297C13.1186 9.89542 12.7103 9.65377 12.6074 9.25293C12.5047 8.85166 12.7472 8.44258 13.1484 8.33984C13.7037 8.19746 14.1963 7.87464 14.5479 7.42188C14.8994 6.96892 15.0907 6.41126 15.0908 5.83789C15.0908 5.26453 14.8993 4.70692 14.5479 4.25391C14.1963 3.80105 13.7037 3.47737 13.1484 3.33496C12.7474 3.23227 12.5051 2.82394 12.6074 2.42285Z", fill: "currentColor" })
|
|
5658
5545
|
]
|
|
5659
5546
|
}
|
|
5660
5547
|
);
|
|
5661
|
-
var
|
|
5548
|
+
var UsersIcon_default = UsersIcon;
|
|
5662
5549
|
|
|
5663
|
-
// src/tokens/svg/user/
|
|
5550
|
+
// src/tokens/svg/user/UserXIcon.tsx
|
|
5664
5551
|
var import_jsx_runtime282 = require("react/jsx-runtime");
|
|
5665
|
-
var
|
|
5552
|
+
var UserXIcon = () => /* @__PURE__ */ (0, import_jsx_runtime282.jsxs)(
|
|
5666
5553
|
"svg",
|
|
5667
5554
|
{
|
|
5668
5555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5671,14 +5558,13 @@ var UsersIcon = () => /* @__PURE__ */ (0, import_jsx_runtime282.jsxs)(
|
|
|
5671
5558
|
viewBox: "0 0 20 20",
|
|
5672
5559
|
fill: "none",
|
|
5673
5560
|
children: [
|
|
5674
|
-
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)("path", { d: "M10.
|
|
5675
|
-
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)("path", { d: "
|
|
5676
|
-
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.
|
|
5677
|
-
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)("path", { d: "M12.6074 2.42285C12.7101 2.02173 13.1184 1.77939 13.5195 1.88184C14.3976 2.10679 15.1766 2.61793 15.7324 3.33398C16.2882 4.05014 16.5908 4.93138 16.5908 5.83789C16.5907 6.74433 16.2882 7.62574 15.7324 8.3418C15.1766 9.05767 14.3975 9.56807 13.5195 9.79297C13.1186 9.89542 12.7103 9.65377 12.6074 9.25293C12.5047 8.85166 12.7472 8.44258 13.1484 8.33984C13.7037 8.19746 14.1963 7.87464 14.5479 7.42188C14.8994 6.96892 15.0907 6.41126 15.0908 5.83789C15.0908 5.26453 14.8993 4.70692 14.5479 4.25391C14.1963 3.80105 13.7037 3.47737 13.1484 3.33496C12.7474 3.23227 12.5051 2.82394 12.6074 2.42285Z", fill: "currentColor" })
|
|
5561
|
+
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)("path", { d: "M10.001 11.75C11.0837 11.7502 12.1221 12.1807 12.8877 12.9463C13.6532 13.712 14.0839 14.7503 14.084 15.833V17.5C14.084 17.9141 13.748 18.2497 13.334 18.25C12.9198 18.25 12.584 17.9142 12.584 17.5V15.833C12.5839 15.1481 12.3114 14.4912 11.8271 14.0068C11.3429 13.5226 10.6858 13.2502 10.001 13.25H4.16699C3.48208 13.2501 2.82519 13.5226 2.34082 14.0068C1.85643 14.4912 1.58407 15.148 1.58398 15.833V17.5C1.58398 17.9141 1.24797 18.2497 0.833984 18.25C0.419771 18.25 0.0830079 17.9142 0.0830078 17.5V15.833C0.083094 14.7502 0.514577 13.712 1.28027 12.9463C2.04595 12.1807 3.08426 11.7501 4.16699 11.75H10.001Z", fill: "currentColor" }),
|
|
5562
|
+
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)("path", { d: "M18.6367 6.13672C18.9296 5.84399 19.4044 5.84388 19.6973 6.13672C19.9898 6.42958 19.9899 6.90445 19.6973 7.19727L18.1436 8.75L19.6973 10.3037C19.9897 10.5966 19.99 11.0715 19.6973 11.3643C19.4045 11.6569 18.9296 11.6567 18.6367 11.3643L17.083 9.81055L15.5303 11.3643C15.2375 11.6568 14.7625 11.6568 14.4697 11.3643C14.1769 11.0715 14.1771 10.5966 14.4697 10.3037L16.0225 8.75L14.4697 7.19727C14.1769 6.90441 14.177 6.42962 14.4697 6.13672C14.7626 5.84383 15.2374 5.84383 15.5303 6.13672L17.083 7.68945L18.6367 6.13672Z", fill: "currentColor" }),
|
|
5563
|
+
/* @__PURE__ */ (0, import_jsx_runtime282.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.08301 1.75C9.33806 1.75 11.1668 3.57799 11.167 5.83301C11.167 8.08817 9.33817 9.91699 7.08301 9.91699C4.82799 9.91682 3 8.08806 3 5.83301C3.00018 3.5781 4.8281 1.75018 7.08301 1.75ZM7.08301 3.25C5.65653 3.25018 4.50018 4.40653 4.5 5.83301C4.5 7.25963 5.65642 8.41682 7.08301 8.41699C8.50974 8.41699 9.66699 7.25974 9.66699 5.83301C9.66682 4.40642 8.50963 3.25 7.08301 3.25Z", fill: "currentColor" })
|
|
5678
5564
|
]
|
|
5679
5565
|
}
|
|
5680
5566
|
);
|
|
5681
|
-
var
|
|
5567
|
+
var UserXIcon_default = UserXIcon;
|
|
5682
5568
|
|
|
5683
5569
|
// src/tokens/svg/weather/CloudDrizzleIcon.tsx
|
|
5684
5570
|
var import_jsx_runtime283 = require("react/jsx-runtime");
|
|
@@ -5921,6 +5807,9 @@ var WindIcon = () => /* @__PURE__ */ (0, import_jsx_runtime294.jsxs)(
|
|
|
5921
5807
|
}
|
|
5922
5808
|
);
|
|
5923
5809
|
var WindIcon_default = WindIcon;
|
|
5810
|
+
|
|
5811
|
+
// src/tokens/index.ts
|
|
5812
|
+
var import_tokens_core2 = require("@x-plat/tokens-core");
|
|
5924
5813
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5925
5814
|
0 && (module.exports = {
|
|
5926
5815
|
ActivityIcon,
|
|
@@ -6220,6 +6109,8 @@ var WindIcon_default = WindIcon;
|
|
|
6220
6109
|
ZoomInIcon,
|
|
6221
6110
|
ZoomOutIcon,
|
|
6222
6111
|
breakpoints,
|
|
6223
|
-
|
|
6224
|
-
gridColumns
|
|
6112
|
+
cssVar,
|
|
6113
|
+
gridColumns,
|
|
6114
|
+
primitive,
|
|
6115
|
+
semantic
|
|
6225
6116
|
});
|
package/dist/tokens/index.d.cts
CHANGED
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
export { B as BREAKPOINT_KEYS_ORDERED, a as BreakpointKey, b as GridColumnConfig, G as GridSpanFor, c as breakpoints, g as gridColumns } from '../breakpoints-DsXkJgdl.cjs';
|
|
2
|
-
export {
|
|
2
|
+
export { TokenVar, cssVar, primitive, semantic } from '@x-plat/tokens-core';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
+
type SemanticTextToken = "semantic-text-strong" | "semantic-text-subtle" | "semantic-text-muted" | "semantic-text-brand" | "semantic-text-disabled" | "semantic-text-inverse" | "semantic-text-success" | "semantic-text-error" | "semantic-text-warning" | "semantic-text-info" | "semantic-text-link";
|
|
6
|
+
type SurfaceVariant = "subtle" | "default" | "strong";
|
|
7
|
+
type SurfaceGroup = "brand" | "success" | "error" | "warning" | "info";
|
|
8
|
+
type SemanticSurfaceToken = "semantic-surface-neutral-default" | "semantic-surface-neutral-subtle" | "semantic-surface-neutral-strong" | "semantic-surface-neutral-overlay" | "semantic-surface-neutral-disabled" | `semantic-surface-${SurfaceGroup}-${SurfaceVariant}`;
|
|
9
|
+
type SemanticBorderToken = "semantic-border-default" | "semantic-border-subtle" | "semantic-border-strong" | "semantic-border-disabled" | "semantic-border-success" | "semantic-border-error" | "semantic-border-warning" | "semantic-border-info";
|
|
10
|
+
type SemanticIconToken = "semantic-icon-strong" | "semantic-icon-subtle" | "semantic-icon-inverse" | "semantic-icon-brand" | "semantic-icon-success" | "semantic-icon-error" | "semantic-icon-warning" | "semantic-icon-info" | "semantic-icon-disabled";
|
|
11
|
+
type SemanticEmphasisToken = "semantic-emphasis-brand" | "semantic-emphasis-success" | "semantic-emphasis-error" | "semantic-emphasis-warning" | "semantic-emphasis-info";
|
|
12
|
+
type SemanticInteractionToken = "semantic-interaction-overlay-10" | "semantic-interaction-overlay-25" | "semantic-interaction-focus-ring";
|
|
13
|
+
type SemanticColorToken = SemanticTextToken | SemanticSurfaceToken | SemanticBorderToken | SemanticIconToken | SemanticEmphasisToken | SemanticInteractionToken;
|
|
14
|
+
type Shade = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
|
|
15
|
+
type BrandToken = `brand-primary-${Shade}` | `brand-secondary-${Shade}` | `brand-neutral-${Shade}` | "brand-base-white" | "brand-base-black-alpha-10" | "brand-base-black-alpha-25";
|
|
16
|
+
type SystemToken = `system-success-${Shade}` | `system-error-${Shade}` | `system-warning-${Shade}` | `system-info-${Shade}` | `system-link-${400 | 500 | 600 | 700}`;
|
|
17
|
+
type ColorToken = SemanticColorToken | BrandToken | SystemToken | XplatColorTokenRegistry[keyof XplatColorTokenRegistry];
|
|
18
|
+
interface ColorProps {
|
|
19
|
+
color?: ColorToken;
|
|
20
|
+
}
|
|
21
|
+
|
|
5
22
|
declare const CopyIcon: React.FC;
|
|
6
23
|
|
|
7
24
|
declare const CropIcon: React.FC;
|
|
@@ -256,10 +273,10 @@ declare const ArchiveIcon: React.FC;
|
|
|
256
273
|
|
|
257
274
|
declare const BookIcon: React.FC;
|
|
258
275
|
|
|
259
|
-
declare const BookOpenIcon: React.FC;
|
|
260
|
-
|
|
261
276
|
declare const BookmarkIcon: React.FC;
|
|
262
277
|
|
|
278
|
+
declare const BookOpenIcon: React.FC;
|
|
279
|
+
|
|
263
280
|
declare const ClipboardIcon: React.FC;
|
|
264
281
|
|
|
265
282
|
declare const FileIcon: React.FC;
|
|
@@ -562,10 +579,10 @@ declare const UserMinusIcon: React.FC;
|
|
|
562
579
|
|
|
563
580
|
declare const UserPlusIcon: React.FC;
|
|
564
581
|
|
|
565
|
-
declare const UserXIcon: React.FC;
|
|
566
|
-
|
|
567
582
|
declare const UsersIcon: React.FC;
|
|
568
583
|
|
|
584
|
+
declare const UserXIcon: React.FC;
|
|
585
|
+
|
|
569
586
|
declare const CloudDrizzleIcon: React.FC;
|
|
570
587
|
|
|
571
588
|
declare const CloudIcon: React.FC;
|
|
@@ -590,4 +607,4 @@ declare const UmbrellaIcon: React.FC;
|
|
|
590
607
|
|
|
591
608
|
declare const WindIcon: React.FC;
|
|
592
609
|
|
|
593
|
-
export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookOpenIcon, BookmarkIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CalenderIcon, CallActiveIcon, CallForwardedIcon, CallIcon, CallIncomingIcon, CallMissedIcon, CallOffIcon, CallOutgoingIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseEyeIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, CallIcon as DefaultCall, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, ImageIcon as GierIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GitMergeIcon, GitPullRequestIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon$1 as ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkIcon, LinkedinIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, OpenEyeIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProfileIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlashIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SuccessIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, ToolIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon };
|
|
610
|
+
export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookOpenIcon, BookmarkIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CalenderIcon, CallActiveIcon, CallForwardedIcon, CallIcon, CallIncomingIcon, CallMissedIcon, CallOffIcon, CallOutgoingIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseEyeIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, type ColorProps, type ColorToken, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, CallIcon as DefaultCall, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, ImageIcon as GierIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GitMergeIcon, GitPullRequestIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon$1 as ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkIcon, LinkedinIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, OpenEyeIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProfileIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, type SemanticColorToken, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlashIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SuccessIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, ToolIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon };
|
package/dist/tokens/index.d.ts
CHANGED
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
export { B as BREAKPOINT_KEYS_ORDERED, a as BreakpointKey, b as GridColumnConfig, G as GridSpanFor, c as breakpoints, g as gridColumns } from '../breakpoints-DsXkJgdl.js';
|
|
2
|
-
export {
|
|
2
|
+
export { TokenVar, cssVar, primitive, semantic } from '@x-plat/tokens-core';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
+
type SemanticTextToken = "semantic-text-strong" | "semantic-text-subtle" | "semantic-text-muted" | "semantic-text-brand" | "semantic-text-disabled" | "semantic-text-inverse" | "semantic-text-success" | "semantic-text-error" | "semantic-text-warning" | "semantic-text-info" | "semantic-text-link";
|
|
6
|
+
type SurfaceVariant = "subtle" | "default" | "strong";
|
|
7
|
+
type SurfaceGroup = "brand" | "success" | "error" | "warning" | "info";
|
|
8
|
+
type SemanticSurfaceToken = "semantic-surface-neutral-default" | "semantic-surface-neutral-subtle" | "semantic-surface-neutral-strong" | "semantic-surface-neutral-overlay" | "semantic-surface-neutral-disabled" | `semantic-surface-${SurfaceGroup}-${SurfaceVariant}`;
|
|
9
|
+
type SemanticBorderToken = "semantic-border-default" | "semantic-border-subtle" | "semantic-border-strong" | "semantic-border-disabled" | "semantic-border-success" | "semantic-border-error" | "semantic-border-warning" | "semantic-border-info";
|
|
10
|
+
type SemanticIconToken = "semantic-icon-strong" | "semantic-icon-subtle" | "semantic-icon-inverse" | "semantic-icon-brand" | "semantic-icon-success" | "semantic-icon-error" | "semantic-icon-warning" | "semantic-icon-info" | "semantic-icon-disabled";
|
|
11
|
+
type SemanticEmphasisToken = "semantic-emphasis-brand" | "semantic-emphasis-success" | "semantic-emphasis-error" | "semantic-emphasis-warning" | "semantic-emphasis-info";
|
|
12
|
+
type SemanticInteractionToken = "semantic-interaction-overlay-10" | "semantic-interaction-overlay-25" | "semantic-interaction-focus-ring";
|
|
13
|
+
type SemanticColorToken = SemanticTextToken | SemanticSurfaceToken | SemanticBorderToken | SemanticIconToken | SemanticEmphasisToken | SemanticInteractionToken;
|
|
14
|
+
type Shade = 50 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
|
|
15
|
+
type BrandToken = `brand-primary-${Shade}` | `brand-secondary-${Shade}` | `brand-neutral-${Shade}` | "brand-base-white" | "brand-base-black-alpha-10" | "brand-base-black-alpha-25";
|
|
16
|
+
type SystemToken = `system-success-${Shade}` | `system-error-${Shade}` | `system-warning-${Shade}` | `system-info-${Shade}` | `system-link-${400 | 500 | 600 | 700}`;
|
|
17
|
+
type ColorToken = SemanticColorToken | BrandToken | SystemToken | XplatColorTokenRegistry[keyof XplatColorTokenRegistry];
|
|
18
|
+
interface ColorProps {
|
|
19
|
+
color?: ColorToken;
|
|
20
|
+
}
|
|
21
|
+
|
|
5
22
|
declare const CopyIcon: React.FC;
|
|
6
23
|
|
|
7
24
|
declare const CropIcon: React.FC;
|
|
@@ -256,10 +273,10 @@ declare const ArchiveIcon: React.FC;
|
|
|
256
273
|
|
|
257
274
|
declare const BookIcon: React.FC;
|
|
258
275
|
|
|
259
|
-
declare const BookOpenIcon: React.FC;
|
|
260
|
-
|
|
261
276
|
declare const BookmarkIcon: React.FC;
|
|
262
277
|
|
|
278
|
+
declare const BookOpenIcon: React.FC;
|
|
279
|
+
|
|
263
280
|
declare const ClipboardIcon: React.FC;
|
|
264
281
|
|
|
265
282
|
declare const FileIcon: React.FC;
|
|
@@ -562,10 +579,10 @@ declare const UserMinusIcon: React.FC;
|
|
|
562
579
|
|
|
563
580
|
declare const UserPlusIcon: React.FC;
|
|
564
581
|
|
|
565
|
-
declare const UserXIcon: React.FC;
|
|
566
|
-
|
|
567
582
|
declare const UsersIcon: React.FC;
|
|
568
583
|
|
|
584
|
+
declare const UserXIcon: React.FC;
|
|
585
|
+
|
|
569
586
|
declare const CloudDrizzleIcon: React.FC;
|
|
570
587
|
|
|
571
588
|
declare const CloudIcon: React.FC;
|
|
@@ -590,4 +607,4 @@ declare const UmbrellaIcon: React.FC;
|
|
|
590
607
|
|
|
591
608
|
declare const WindIcon: React.FC;
|
|
592
609
|
|
|
593
|
-
export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookOpenIcon, BookmarkIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CalenderIcon, CallActiveIcon, CallForwardedIcon, CallIcon, CallIncomingIcon, CallMissedIcon, CallOffIcon, CallOutgoingIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseEyeIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, CallIcon as DefaultCall, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, ImageIcon as GierIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GitMergeIcon, GitPullRequestIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon$1 as ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkIcon, LinkedinIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, OpenEyeIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProfileIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlashIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SuccessIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, ToolIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon };
|
|
610
|
+
export { ActivityIcon, AirplayIcon, AlertCircleIcon, AlertOctagonIcon, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, AnchorIcon, ApertureIcon, ArchiveIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftCircleIcon, ArrowLeftIcon, ArrowRightCircleIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AwardIcon, BarChart2Icon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BluetoothIcon, BoldIcon, BookIcon, BookOpenIcon, BookmarkIcon, BoxIcon, BriefcaseIcon, CalendarIcon, CalenderIcon, CallActiveIcon, CallForwardedIcon, CallIcon, CallIncomingIcon, CallMissedIcon, CallOffIcon, CallOutgoingIcon, CameraIcon, CameraOffIcon, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseEyeIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, CodeIcon, CodepenIcon, CodesandboxIcon, CoffeeIcon, type ColorProps, type ColorToken, ColumnsIcon, CommandIcon, CompassIcon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, DatabaseIcon, CallIcon as DefaultCall, DeleteIcon, DiscIcon, DivideCircleIcon, DivideIcon, DivideSquareIcon, DollarSignIcon, DownloadCloudIcon, DownloadIcon, DribbbleIcon, DropletIcon, Edit2Icon, Edit3Icon, EditIcon, ErrorIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FolderMinusIcon, FolderPlusIcon, FramerIcon, FrownIcon, ImageIcon as GierIcon, GiftIcon, GitBranchIcon, GitCommitIcon, GitMergeIcon, GitPullRequestIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HardDriveIcon, HashIcon, HeadphonesIcon, HeartIcon, HelpCircleIcon, HexagonIcon, HomeIcon, ImageIcon$1 as ImageIcon, InboxIcon, InfoIcon, InstagramIcon, ItalicIcon, KeyIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link2Icon, LinkIcon, LinkedinIcon, ListIcon, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MapIcon, MapPinIcon, Maximize2Icon, MaximizeIcon, MehIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, Minimize2Icon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MousePointerIcon, MoveIcon, MusicIcon, Navigation2Icon, NavigationIcon, OctagonIcon, OpenEyeIcon, PackageIcon, PaperclipIcon, PauseCircleIcon, PauseIcon, PenToolIcon, PercentIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProfileIcon, RadioIcon, RefreshCcwIcon, RefreshCwIcon, RepeatIcon, RewindIcon, RotateCcwIcon, RotateCwIcon, RssIcon, SaveIcon, ScissorsIcon, SearchIcon, type SemanticColorToken, SendIcon, ServerIcon, SettingsIcon, Share2Icon, ShareIcon, ShieldIcon, ShieldOffIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SlackIcon, SlashIcon, SlidersIcon, SmartphoneIcon, SmileIcon, SpeakerIcon, SquareIcon, StarIcon, StopCircleIcon, SuccessIcon, SunIcon, SunriseIcon, SunsetIcon, TableIcon, TabletIcon, TagIcon, TargetIcon, TerminalIcon, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToggleLeftIcon, ToggleRightIcon, ToolIcon, Trash2Icon, TrashIcon, TrelloIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TruckIcon, TvIcon, TwitchIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VoicemailIcon, Volume1Icon, Volume2Icon, VolumeIcon, VolumeXIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XIcon, XOctagonIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZapOffIcon, ZoomInIcon, ZoomOutIcon };
|