@muibook/components 11.0.1 → 13.0.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.
Files changed (33) hide show
  1. package/dist/esm/components/mui-addon/index.js +41 -8
  2. package/dist/esm/components/mui-field/index.js +26 -9
  3. package/dist/esm/components/mui-hint/index.js +6 -6
  4. package/dist/esm/components/mui-image/index.js +89 -42
  5. package/dist/esm/components/mui-input/index.js +67 -27
  6. package/dist/esm/components/mui-prompt/index.js +87 -64
  7. package/dist/esm/components/mui-prompt-preview/index.js +43 -18
  8. package/dist/esm/components/mui-rule/index.js +7 -5
  9. package/dist/esm/components/mui-select/index.js +48 -15
  10. package/dist/esm/components/mui-skeleton/index.js +139 -0
  11. package/dist/esm/components/mui-slide-frame/index.js +410 -0
  12. package/dist/esm/components/mui-switch/index.js +72 -35
  13. package/dist/esm/components/mui-tabs/tab-bar/index.js +1 -1
  14. package/dist/esm/components/mui-textarea/index.js +40 -7
  15. package/dist/esm/css/mui-brand.css +1 -1
  16. package/dist/esm/css/mui-tokens.css +26 -0
  17. package/dist/esm/custom-elements.json +1573 -732
  18. package/dist/esm/index.js +6 -5
  19. package/dist/types/components/mui-prompt-preview/index.d.ts +1 -0
  20. package/dist/types/components/mui-slide-frame/index.d.ts +7 -0
  21. package/dist/types/index.d.ts +2 -1
  22. package/package.json +11 -11
  23. package/dist/esm/components/mui-markdown/index.js +0 -149
  24. package/dist/types/components/mui-agent-bubble/index.d.ts +0 -1
  25. package/dist/types/components/mui-agent-prompt/index.d.ts +0 -1
  26. package/dist/types/components/mui-markdown/doc.d.ts +0 -2
  27. package/dist/types/components/mui-markdown/index.d.ts +0 -1
  28. package/dist/types/components/mui-prompt-chip/index.d.ts +0 -1
  29. package/dist/types/components/mui-slat/accessory/index.d.ts +0 -1
  30. package/dist/types/tokens/js/mui-brand.d.ts +0 -140
  31. /package/dist/types/components/{mui-agent-bubble → mui-skeleton}/doc.d.ts +0 -0
  32. /package/dist/types/components/{mui-form-group-horizontal → mui-skeleton}/index.d.ts +0 -0
  33. /package/dist/types/components/{mui-agent-prompt → mui-slide-frame}/doc.d.ts +0 -0
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { PartTypes as ct, Parts as dt, getPartMap as ht } from "./utils/part-map/index.js";
1
+ import { PartTypes as dt, Parts as ht, getPartMap as jt } from "./utils/part-map/index.js";
2
2
  import "./components/mui-field/index.js";
3
3
  import "./components/mui-form-section/index.js";
4
4
  import "./components/mui-form-section-footer/index.js";
@@ -36,7 +36,7 @@ import "./components/mui-list/item/index.js";
36
36
  import "./components/mui-list/list/index.js";
37
37
  import "./components/mui-quote/index.js";
38
38
  import "./components/mui-code/index.js";
39
- import "./components/mui-markdown/index.js";
39
+ import "./components/mui-slide-frame/index.js";
40
40
  import "./components/mui-dialog/index.js";
41
41
  import "./components/mui-drawer/index.js";
42
42
  import "./components/mui-avatar/index.js";
@@ -104,6 +104,7 @@ import "./components/mui-card/body/index.js";
104
104
  import "./components/mui-card/footer/index.js";
105
105
  import "./components/mui-chip/index.js";
106
106
  import "./components/mui-loader/index.js";
107
+ import "./components/mui-skeleton/index.js";
107
108
  import "./components/mui-spinner/index.js";
108
109
  import "./components/mui-media-player/index.js";
109
110
  import "./components/mui-range-input/index.js";
@@ -123,7 +124,7 @@ import "./components/mui-carousel/panel/index.js";
123
124
  import "./components/mui-stepper/stepper/index.js";
124
125
  import "./components/mui-stepper/step/index.js";
125
126
  export {
126
- ct as PartTypes,
127
- dt as Parts,
128
- ht as getPartMap
127
+ dt as PartTypes,
128
+ ht as Parts,
129
+ jt as getPartMap
129
130
  };
@@ -4,4 +4,5 @@ import "../mui-button";
4
4
  import "../mui-icons/close";
5
5
  import "../mui-icons/play-rectangle";
6
6
  import "../mui-icons/music-microphone";
7
+ import "../mui-spinner";
7
8
  import "../mui-stack/vstack";
@@ -0,0 +1,7 @@
1
+ import "../mui-heading";
2
+ import "../mui-body";
3
+ import "../mui-stack/vstack";
4
+ import "../mui-stack/hstack";
5
+ import "../mui-button";
6
+ import "../mui-icons/warning";
7
+ import "../mui-dialog";
@@ -37,7 +37,7 @@ export * from "./components/mui-list/item";
37
37
  export * from "./components/mui-list/list";
38
38
  export * from "./components/mui-quote";
39
39
  export * from "./components/mui-code";
40
- export * from "./components/mui-markdown";
40
+ export * from "./components/mui-slide-frame";
41
41
  export * from "./components/mui-dialog";
42
42
  export * from "./components/mui-drawer";
43
43
  export * from "./components/mui-avatar";
@@ -105,6 +105,7 @@ export * from "./components/mui-card/body";
105
105
  export * from "./components/mui-card/footer";
106
106
  export * from "./components/mui-chip";
107
107
  export * from "./components/mui-loader";
108
+ export * from "./components/mui-skeleton";
108
109
  export * from "./components/mui-spinner";
109
110
  export * from "./components/mui-media-player";
110
111
  export * from "./components/mui-range-input";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muibook/components",
3
- "version": "11.0.1",
3
+ "version": "13.0.0",
4
4
  "type": "module",
5
5
  "description": "A library of MUI-based design system components.",
6
6
  "author": "Michael Trilford",
@@ -108,9 +108,9 @@
108
108
  "import": "./dist/esm/components/mui-code/index.js",
109
109
  "types": "./dist/types/components/mui-code/index.d.ts"
110
110
  },
111
- "./mui-markdown": {
112
- "import": "./dist/esm/components/mui-markdown/index.js",
113
- "types": "./dist/types/components/mui-markdown/index.d.ts"
111
+ "./mui-slide-frame": {
112
+ "import": "./dist/esm/components/mui-slide-frame/index.js",
113
+ "types": "./dist/types/components/mui-slide-frame/index.d.ts"
114
114
  },
115
115
  "./mui-container": {
116
116
  "import": "./dist/esm/components/mui-container/index.js",
@@ -540,6 +540,10 @@
540
540
  "import": "./dist/esm/components/mui-loader/index.js",
541
541
  "types": "./dist/types/components/mui-loader/index.d.ts"
542
542
  },
543
+ "./mui-skeleton": {
544
+ "import": "./dist/esm/components/mui-skeleton/index.js",
545
+ "types": "./dist/types/components/mui-skeleton/index.d.ts"
546
+ },
543
547
  "./mui-spinner": {
544
548
  "import": "./dist/esm/components/mui-spinner/index.js",
545
549
  "types": "./dist/types/components/mui-spinner/index.d.ts"
@@ -576,7 +580,7 @@
576
580
  },
577
581
  "scripts": {
578
582
  "dev": "vite",
579
- "build": "npm run cem && tsc && vite build && npm run copy-cem",
583
+ "build": "npm run cem && rm -rf dist && tsc && vite build && npm run copy-cem",
580
584
  "preview": "vite preview",
581
585
  "build:muibook": "vite build --config vite.muibook.config.ts",
582
586
  "preview:muibook": "vite preview --config vite.muibook.config.ts",
@@ -609,11 +613,7 @@
609
613
  "typescript": "~5.8.3",
610
614
  "vite": "^6.3.5"
611
615
  },
612
- "peerDependencies": {
613
- "marked": "^12.0.0"
614
- },
615
- "dependencies": {
616
- "marked": "^12.0.0"
617
- },
616
+ "peerDependencies": {},
617
+ "dependencies": {},
618
618
  "customElements": "public/custom-elements.json"
619
619
  }
@@ -1,149 +0,0 @@
1
- import { marked as m } from "marked";
2
- const u = (n) => n.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/\"/g, "&quot;").replace(/'/g, "&#39;"), p = (n) => {
3
- const i = n.split(`
4
- `);
5
- let d = !1, t = !1;
6
- const o = [];
7
- for (const e of i) {
8
- if (e.match(/^--\s*box\s*--$/i)) {
9
- t ? (o.push("</div>"), t = !1) : (o.push("<div>"), t = !0);
10
- continue;
11
- }
12
- if (e.match(/^--\s*rule\s*--$/i)) {
13
- o.push("<mui-rule></mui-rule>");
14
- continue;
15
- }
16
- const c = e.match(/^--\s*space-(\d{3})\s*--$/i);
17
- if (c) {
18
- const l = c[1];
19
- o.push(`<div style="height:var(--space-${l});"></div>`);
20
- continue;
21
- }
22
- const r = e.match(/^--\s*grid-col-([^-]+(?:-[^-]+)*)\s*--$/);
23
- if (r) {
24
- if (d)
25
- o.push("</div>"), d = !1;
26
- else {
27
- const l = r[1].split("-").join(" ");
28
- o.push(
29
- `<div style="display:grid;grid-template-columns:${l};gap:var(--space-300);align-items:start;">`
30
- ), d = !0;
31
- }
32
- continue;
33
- }
34
- o.push(e);
35
- }
36
- return d && o.push("</div>"), t && o.push("</div>"), o.join(`
37
- `);
38
- }, h = (n) => n.toLowerCase().trim().replace(/<[^>]+>/g, "").replace(/[^\w\s-]/g, "").replace(/\s+/g, "-"), b = (n) => {
39
- const { bodySize: i, codeSize: d } = n, t = new m.Renderer(), o = /* @__PURE__ */ new Map();
40
- return t.heading = (e, s) => {
41
- const a = {
42
- 1: { size: "2", level: "2" },
43
- 2: { size: "2", level: "2" },
44
- 3: { size: "4", level: "4" },
45
- 4: { size: "5", level: "5" },
46
- 5: { size: "5", level: "5" },
47
- 6: { size: "5", level: "5" }
48
- }, c = a[s] ?? a[4], r = h(e), l = (o.get(r) ?? 0) + 1;
49
- return o.set(r, l), `<mui-heading id="${l > 1 ? `${r}-${l}` : r}" size="${c.size}" level="${c.level}">${e}</mui-heading>`;
50
- }, t.paragraph = (e) => `<mui-body size="${i}" weight="regular" variant="default">${e}</mui-body>`, t.link = (e, s, a) => {
51
- const c = e ? u(e) : "", r = s ? ` title="${u(s)}"` : "";
52
- return `<mui-link href="${c}"${r}>${a}</mui-link>`;
53
- }, t.list = (e, s) => `<mui-list size="${i}" as="${s ? "ol" : "ul"}">${e}</mui-list>`, t.listitem = (e) => `<mui-list-item size="${i}">${e}</mui-list-item>`, t.hr = () => "<mui-rule></mui-rule>", t.blockquote = (e) => `<mui-quote>${e}</mui-quote>`, t.codespan = (e) => `<span class="md-inline-code">${u(e)}</span>`, t.code = (e) => `<div class="md-code-block">
54
- <mui-button class="md-code-copy" size="x-small" variant="tertiary" data-copy-code>Copy</mui-button>
55
- <mui-code size="${d}" scrollable>${u(e)}</mui-code>
56
- </div>`, t.image = (e, s, a) => {
57
- const c = e ? u(e) : "", r = a ? u(a) : "", l = s ? ` title="${u(s)}"` : "";
58
- return `<mui-image src="${c}" alt="${r}"${l}></mui-image>`;
59
- }, t.table = (e, s) => `<mui-card class="md-table-card">
60
- <mui-card-body condensed>
61
- <div class="md-table-scroll">
62
- <mui-table class="md-table">
63
- <mui-row-group heading>${e}</mui-row-group>
64
- <mui-row-group>${s}</mui-row-group>
65
- </mui-table>
66
- </div>
67
- </mui-card-body>
68
- </mui-card>`, t.tablerow = (e) => {
69
- const s = (e.match(/<mui-cell\b/g) || []).length;
70
- return `<mui-row columns="${s ? Array(s).fill("1fr").join(" ") : "1fr"}">${e}</mui-row>`;
71
- }, t.tablecell = (e) => `<mui-cell>${e}</mui-cell>`, t;
72
- };
73
- class g extends HTMLElement {
74
- static get observedAttributes() {
75
- return ["markdown", "body-size", "code-size"];
76
- }
77
- constructor() {
78
- super(), this.attachShadow({ mode: "open" });
79
- }
80
- connectedCallback() {
81
- this.render(), this.hasAttribute("markdown") || (this.observer = new MutationObserver(() => this.render()), this.observer.observe(this, { childList: !0, subtree: !0, characterData: !0 }));
82
- }
83
- disconnectedCallback() {
84
- this.observer && this.observer.disconnect();
85
- }
86
- attributeChangedCallback() {
87
- this.render();
88
- }
89
- getBodySize() {
90
- const i = this.getAttribute("body-size");
91
- return i || "small";
92
- }
93
- getCodeSize() {
94
- const i = this.getAttribute("code-size");
95
- return i || "x-small";
96
- }
97
- getMarkdown() {
98
- const i = this.getAttribute("markdown");
99
- return i !== null ? i : this.textContent ?? "";
100
- }
101
- render() {
102
- if (!this.shadowRoot) return;
103
- const i = this.getMarkdown(), d = p(i), t = b({
104
- bodySize: this.getBodySize(),
105
- codeSize: this.getCodeSize()
106
- }), o = m.parse(d, { renderer: t, gfm: !0 });
107
- this.shadowRoot.innerHTML = /*html*/
108
- `
109
- <style>
110
- :host { display: block; }
111
- .md-inline-code {
112
- display: inline-block;
113
- padding: var(--space-025) var(--space-050) var(--space-050);
114
- border-radius: var(--radius-100);
115
- background: var(--surface-recessed-200);
116
- font-size: var(--text-font-size-xs);
117
- line-height: 1;
118
- }
119
- .md-code-block {
120
- position: relative;
121
- }
122
- .md-code-copy {
123
- position: absolute;
124
- top: var(--space-200);
125
- right: var(--space-200);
126
- z-index: 1;
127
- }
128
- .md-table-card {
129
- overflow-x: auto;
130
- }
131
- .md-table-scroll {
132
- overflow-x: auto;
133
- }
134
- .md-table {
135
- min-width: 888px;
136
- }
137
- </style>
138
- <div class="md-root">${o}</div>
139
- `, this.shadowRoot.querySelectorAll("[data-copy-code]").forEach((s) => {
140
- s.onclick = () => {
141
- var l;
142
- const a = s.closest(".md-code-block"), c = a == null ? void 0 : a.querySelector("mui-code"), r = (c == null ? void 0 : c.textContent) ?? "";
143
- r && ((l = navigator.clipboard) == null || l.writeText(r).catch(() => {
144
- }));
145
- };
146
- });
147
- }
148
- }
149
- customElements.get("mui-markdown") || customElements.define("mui-markdown", g);
@@ -1 +0,0 @@
1
- import "../mui-prompt-message";
@@ -1 +0,0 @@
1
- import "../mui-prompt";
@@ -1,2 +0,0 @@
1
- import type { MuiDocs } from '../../types/guidelines';
2
- export declare const muiDocs: MuiDocs;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,140 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
- export declare const FontFamily = "system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"";
5
- export declare const FontSize15 = "1.1rem";
6
- export declare const FontSize25 = "1.2rem";
7
- export declare const FontSize50 = "1.4rem";
8
- export declare const FontSize100 = "1.6rem";
9
- export declare const FontSize200 = "1.8rem";
10
- export declare const FontSize300 = "2.1rem";
11
- export declare const FontSize400 = "2.4rem";
12
- export declare const FontSize500 = "3.6rem";
13
- export declare const FontSize600 = "4.8rem";
14
- export declare const FontSize700 = "6rem";
15
- export declare const FontSize800 = "7.2rem";
16
- export declare const FontSize900 = "8.4rem";
17
- export declare const FontSize1000 = "9.6rem";
18
- export declare const FontWeight400 = 400;
19
- export declare const FontWeight500 = 500;
20
- export declare const FontWeight600 = 600;
21
- export declare const FontWeight700 = 700;
22
- export declare const LineHeight15 = 1.63636364;
23
- export declare const LineHeight25 = 1.5;
24
- export declare const LineHeight50 = 1.5;
25
- export declare const LineHeight100 = 1.5;
26
- export declare const LineHeight200 = 1.33333333;
27
- export declare const LineHeight300 = 1.14285714;
28
- export declare const LineHeight400 = 1.5;
29
- export declare const LineHeight500 = 1.33333333;
30
- export declare const LineHeight600 = 1.25;
31
- export declare const LineHeight700 = 1.2;
32
- export declare const LineHeight800 = 1.16666667;
33
- export declare const LineHeight900 = 1.14285714;
34
- export declare const LineHeight1000 = 1.125;
35
- export declare const Black = "black";
36
- export declare const BlackOpacity0 = "oklch(0% 0 0 / 0)";
37
- export declare const BlackOpacity10 = "oklch(0% 0 0 / 0.1)";
38
- export declare const BlackOpacity20 = "oklch(0% 0 0 / 0.2)";
39
- export declare const BlackOpacity30 = "oklch(0% 0 0 / 0.3)";
40
- export declare const BlackOpacity40 = "oklch(0% 0 0 / 0.4)";
41
- export declare const BlackOpacity50 = "oklch(0% 0 0 / 0.5)";
42
- export declare const BlackOpacity60 = "oklch(0% 0 0 / 0.6)";
43
- export declare const BlackOpacity70 = "oklch(0% 0 0 / 0.7)";
44
- export declare const BlackOpacity80 = "oklch(0% 0 0 / 0.8)";
45
- export declare const BlackOpacity90 = "oklch(0% 0 0 / 0.9)";
46
- export declare const BlackOpacity100 = "oklch(0% 0 0)";
47
- export declare const White = "#ffffff";
48
- export declare const WhiteOpacity0 = "oklch(100% 0.00011 271.152 / 0)";
49
- export declare const WhiteOpacity10 = "oklch(100% 0.00011 271.152 / 0.1)";
50
- export declare const WhiteOpacity20 = "oklch(100% 0.00011 271.152 / 0.2)";
51
- export declare const WhiteOpacity30 = "oklch(100% 0.00011 271.152 / 0.3)";
52
- export declare const WhiteOpacity40 = "oklch(100% 0.00011 271.152 / 0.4)";
53
- export declare const WhiteOpacity50 = "oklch(100% 0.00011 271.152 / 0.5)";
54
- export declare const WhiteOpacity60 = "oklch(100% 0.00011 271.152 / 0.6)";
55
- export declare const WhiteOpacity70 = "oklch(100% 0.00011 271.152 / 0.7)";
56
- export declare const WhiteOpacity80 = "oklch(100% 0.00011 271.152 / 0.8)";
57
- export declare const WhiteOpacity90 = "oklch(100% 0.00011 271.152 / 0.9)";
58
- export declare const WhiteOpacity100 = "oklch(100% 0.00011 271.152)";
59
- export declare const Grey100 = "oklch(97.015% 0.00011 271.152)";
60
- export declare const Grey200 = "oklch(92.191% 0.0001 271.152)";
61
- export declare const Grey300 = "oklch(84.522% 0.0001 271.152)";
62
- export declare const Grey400 = "oklch(73.802% 0.00008 271.152)";
63
- export declare const Grey500 = "oklch(62.675% 0.00007 271.152)";
64
- export declare const Grey600 = "oklch(51.028% 0.00006 271.152)";
65
- export declare const Grey700 = "oklch(44.953% 0.00005 271.152)";
66
- export declare const Grey800 = "oklch(38.666% 0.00004 271.152)";
67
- export declare const Grey900 = "oklch(32.109% 0.00004 271.152)";
68
- export declare const Grey1000 = "oklch(25.197% 0.00003 271.152)";
69
- export declare const Grey1100 = "oklch(17.764% 0.00002 271.152)";
70
- export declare const Grey1200 = "oklch(11.492% 0.00001 271.152)";
71
- export declare const Red100 = "oklch(94.298% 0.02856 17.464)";
72
- export declare const Red200 = "oklch(85.257% 0.073 18.621)";
73
- export declare const Red300 = "oklch(76.955% 0.11971 20.149)";
74
- export declare const Red400 = "oklch(69.42% 0.16807 22.436)";
75
- export declare const Red500 = "oklch(66.109% 0.20567 24.731)";
76
- export declare const Red600 = "oklch(61.071% 0.19405 24.981)";
77
- export declare const Red700 = "oklch(55.216% 0.17078 24.663)";
78
- export declare const Red800 = "oklch(49.227% 0.14654 24.242)";
79
- export declare const Red900 = "oklch(43.091% 0.12105 23.663)";
80
- export declare const Red1000 = "oklch(36.492% 0.10188 23.605)";
81
- export declare const Orange100 = "oklch(96.185% 0.05114 91.378)";
82
- export declare const Orange200 = "oklch(91.836% 0.08462 83.908)";
83
- export declare const Orange300 = "oklch(87.407% 0.11015 76.468)";
84
- export declare const Orange400 = "oklch(83.05% 0.14525 74.174)";
85
- export declare const Orange500 = "oklch(79.268% 0.17097 70.665)";
86
- export declare const Orange600 = "oklch(73.132% 0.15757 70.839)";
87
- export declare const Orange700 = "oklch(66.987% 0.14451 70.626)";
88
- export declare const Orange800 = "oklch(60.887% 0.131 71.081)";
89
- export declare const Orange900 = "oklch(54.307% 0.11663 71.398)";
90
- export declare const Orange1000 = "oklch(47.653% 0.10248 71.169)";
91
- export declare const Green100 = "oklch(96.2% 0.03372 145.458)";
92
- export declare const Green200 = "oklch(92.081% 0.07615 144.989)";
93
- export declare const Green300 = "oklch(88.132% 0.1196 144.516)";
94
- export declare const Green400 = "oklch(84.505% 0.16079 144.017)";
95
- export declare const Green500 = "oklch(69.175% 0.23537 142.511)";
96
- export declare const Green600 = "oklch(63.389% 0.21568 142.511)";
97
- export declare const Green700 = "oklch(57.753% 0.1965 142.511)";
98
- export declare const Green800 = "oklch(51.683% 0.17585 142.511)";
99
- export declare const Green900 = "oklch(45.731% 0.1556 142.511)";
100
- export declare const Green1000 = "oklch(39.578% 0.13466 142.511)";
101
- export declare const Blue100 = "oklch(95.602% 0.0218 250.322)";
102
- export declare const Blue200 = "oklch(90.972% 0.04516 251.46)";
103
- export declare const Blue300 = "oklch(82.385% 0.0912 250.939)";
104
- export declare const Blue400 = "oklch(78.78% 0.1052 250.12)";
105
- export declare const Blue500 = "oklch(75.415% 0.12865 244.876)";
106
- export declare const Blue600 = "oklch(63.51% 0.14875 249.18)";
107
- export declare const Blue700 = "oklch(65.713% 0.15534 248.849)";
108
- export declare const Blue800 = "oklch(61.155% 0.16718 250.868)";
109
- export declare const Blue900 = "oklch(56.802% 0.17759 253.446)";
110
- export declare const Blue1000 = "oklch(48.635% 0.15054 253.129)";
111
- export declare const Radius100 = "4px";
112
- export declare const Radius150 = "6px";
113
- export declare const Radius200 = "8px";
114
- export declare const Radius300 = "16px";
115
- export declare const Radius400 = "24px";
116
- export declare const Radius500 = "36px";
117
- export declare const Radius600 = "48px";
118
- export declare const Radius000 = "0";
119
- export declare const Space100 = "0.6rem";
120
- export declare const Space200 = "0.8rem";
121
- export declare const Space300 = "1.2rem";
122
- export declare const Space400 = "1.6rem";
123
- export declare const Space500 = "2.4rem";
124
- export declare const Space600 = "3.6rem";
125
- export declare const Space700 = "4.8rem";
126
- export declare const Space800 = "6rem";
127
- export declare const Space000 = "0";
128
- export declare const Space025 = "0.2rem";
129
- export declare const Space050 = "0.4rem";
130
- export declare const StrokeSize100 = "1px";
131
- export declare const StrokeSize200 = "2px";
132
- export declare const StrokeSize300 = "3px";
133
- export declare const StrokeSize400 = "4px";
134
- export declare const StrokeSize500 = "5px";
135
- export declare const StrokeSolid = "solid";
136
- export declare const StrokeOutset = "outset";
137
- export declare const Speed100 = "0.1s";
138
- export declare const Speed200 = "0.2s";
139
- export declare const Speed300 = "0.3s";
140
- export declare const Speed400 = "0.4s";