@surrealdb/ui 1.1.0 → 1.2.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/.zed/settings.json +36 -0
- package/AGENTS.md +10 -5
- package/README.md +30 -0
- package/REVIEW.md +1 -1
- package/dist/assets/0d2c2f665b0f41ed.woff2 +0 -0
- package/dist/assets/12b57c6beacdbca0.woff2 +0 -0
- package/dist/assets/23645aad5ccc2b92.woff2 +0 -0
- package/dist/assets/8bbfa6e01a9e6a0f.woff2 +0 -0
- package/dist/assets/93fc40a807be6880.woff2 +0 -0
- package/dist/assets/9c9751ca111e97c2.woff2 +0 -0
- package/dist/assets/9ff55a8a9670220d.woff2 +0 -0
- package/dist/assets/a865edea076e0166.woff2 +0 -0
- package/dist/assets/b921df26851c5aca.woff2 +0 -0
- package/dist/assets/c6a3f4e555097159.woff2 +0 -0
- package/dist/assets/c6c31cb1350b2544.woff2 +0 -0
- package/dist/fonts.css +1 -0
- package/dist/{yoopta.d.ts → fonts.d.ts} +6 -6
- package/dist/fonts.js +2 -0
- package/dist/fonts.js.map +1 -0
- package/dist/icons.d.ts +33 -6
- package/dist/icons.js +180 -167
- package/dist/icons.js.map +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.d.ts +570 -531
- package/dist/ui.js +16261 -14582
- package/dist/ui.js.map +1 -1
- package/package.json +22 -24
- package/tests/_setup/e2e-helpers.tsx +169 -0
- package/tests/_setup/markdown-classes.ts +3 -0
- package/tests/_setup/portable-stories.ts +10 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/content-blocks.test.tsx/MarkdownEditor---content-blocks-continues-an-ordered-list-when-Enter-is-pressed-at-the-end-of-a-numbered-line-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/content-blocks.test.tsx/MarkdownEditor---content-blocks-renders-a-diagram-for-the-fenced-mermaid-block-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/content-blocks.test.tsx/MarkdownEditor---content-blocks-renders-a-horizontal-rule-as-a-separator-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/content-blocks.test.tsx/MarkdownEditor---content-blocks-renders-a-read-only-table-preview-when-the-table-block-is-inactive-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/content-blocks.test.tsx/MarkdownEditor---content-blocks-shows-blockquote-text-from-the-sample-document-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/content-blocks.test.tsx/MarkdownEditor---content-blocks-shows-fenced-TypeScript-sample-code-in-the-document-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/edits.test.tsx/MarkdownEditor---edits-auto-continues-a-bullet-list-when-Enter-is-pressed-at-the-end-of-a-list-item-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/edits.test.tsx/MarkdownEditor---edits-expands-triple-backtick-into-a-fenced-code-block-with-the-caret-on-the-empty-body-line-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/edits.test.tsx/MarkdownEditor---edits-reflects-typed-characters-in-the-underlying-document-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/heading-fold.test.tsx/MarkdownEditor---heading-folds-viewer--folds-and-unfolds-a-heading-section-via-the-margin-control-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/hybrid-widgets.test.tsx/MarkdownEditor---hybrid-widgets-clicking-a-callout-header-focuses-the-editor-and-parks-the-caret-inside-the-callout--REASONING--4--1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/hybrid-widgets.test.tsx/MarkdownEditor---hybrid-widgets-keeps-list-bullets-consistent-after-hopping-the-caret-across-items-several-times-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/hybrid-widgets.test.tsx/MarkdownEditor---hybrid-widgets-reveals-heading-marks-when-the-caret-enters-the-heading-line-and-hides-them-when-it-leaves-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/hybrid-widgets.test.tsx/MarkdownEditor---hybrid-widgets-shows-the-right-callout-title-when-moving-focus-between-consecutive-callouts-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/hybrid-widgets.test.tsx/MarkdownEditor---preview-widgets-clicking-a-callout-header-focuses-the-editor-with-the-caret-in-that-callout-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/hybrid-widgets.test.tsx/MarkdownEditor---preview-widgets-keeps-list-bullets-consistent-after-hopping-the-caret-across-items-several-times-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/hybrid-widgets.test.tsx/MarkdownEditor---preview-widgets-shows-the-right-callout-title-when-moving-focus-between-consecutive-callouts-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/jsx-block-content.test.tsx/MarkdownEditor---block-JSX-components-clicking-the-edit-source-action-selects-the-component-source-range-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/jsx-block-content.test.tsx/MarkdownEditor---block-JSX-components-renders-block-components-via-JsxBlockWidget-with-an-edit-source-action-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/jsx-block-content.test.tsx/MarkdownEditor---inline-JSX-rendering-block-content-keeps-multiple-inline-JSX-widgets-on-the-same-line-side-by-side-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/jsx-highlight.test.tsx/MarkdownEditor---JSX-attribute-highlighting-does-not-let-the-nested-HTML-parser-mis-highlight-attributes-after-an-expression-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/jsx-selection.test.tsx/MarkdownEditor---JSX-selection-reveal-shows-JSX-widget-when-inactive-and-raw-source-when-caret-is-inside-the-tag-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/media-sizing.test.tsx/MarkdownEditor---media-sizing-images-and-videos-do-not-exceed-the-editor-content-width-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/media-sizing.test.tsx/MarkdownEditor---media-sizing-matches-MarkdownViewer-image-width-in-the-split-playground-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/modes.test.tsx/MarkdownEditor---modes-standalone-MarkdownViewer-is-not-a-CodeMirror-surface-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/modes.test.tsx/MarkdownEditor---modes-toggling-the-SegmentedControl-swaps-mode-without-remounting-the-editor-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/regressions.test.tsx/MarkdownEditor---regressions-repeated-checkbox-toggles-do-not-duplicate-or-drift-task-markers-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/regressions.test.tsx/MarkdownEditor---regressions-scroll-position-is-preserved-when-the-document-is-edited--chat-92584463--1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/regressions.test.tsx/MarkdownEditor---regressions-task-checkbox-toggles-between-checked-and-unchecked-in-the-source-document-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/regressions.test.tsx/MarkdownEditor---regressions-toggle-via-checkbox-preserves-task-marker-widgets-visible-from-the-previous-caret-position-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/slash-commands.test.tsx/MarkdownEditor---slash-commands-dismisses-on-Escape-and-leaves-the-slash-as-literal-text-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/slash-commands.test.tsx/MarkdownEditor---slash-commands-highlights-the-slash-and-shows-an-Enter-command-placeholder-until-text-is-typed-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/slash-commands.test.tsx/MarkdownEditor---slash-commands-opens-a-filtered--keyboard-navigable-menu-and-inserts-boilerplate-on-Enter-1.png +0 -0
- package/tests/e2e/MarkdownEditor/__screenshots__/undo-redo.test.tsx/MarkdownEditor---undo-and-redo-restores-undone-document-edits-via-redo-1.png +0 -0
- package/tests/e2e/MarkdownEditor/content-blocks.test.tsx +152 -0
- package/tests/e2e/MarkdownEditor/edits.test.tsx +111 -0
- package/tests/e2e/MarkdownEditor/heading-fold.test.tsx +44 -0
- package/tests/e2e/MarkdownEditor/hybrid-widgets.test.tsx +192 -0
- package/tests/e2e/MarkdownEditor/jsx-block-content.test.tsx +242 -0
- package/tests/e2e/MarkdownEditor/jsx-highlight.test.tsx +68 -0
- package/tests/e2e/MarkdownEditor/jsx-inline-badges.test.tsx +59 -0
- package/tests/e2e/MarkdownEditor/jsx-selection.test.tsx +43 -0
- package/tests/e2e/MarkdownEditor/link-placeholder.test.tsx +67 -0
- package/tests/e2e/MarkdownEditor/media-align.test.tsx +57 -0
- package/tests/e2e/MarkdownEditor/media-edit.test.tsx +63 -0
- package/tests/e2e/MarkdownEditor/media-sizing.test.tsx +123 -0
- package/tests/e2e/MarkdownEditor/modes.test.tsx +93 -0
- package/tests/e2e/MarkdownEditor/regressions.test.tsx +182 -0
- package/tests/e2e/MarkdownEditor/slash-commands.test.tsx +99 -0
- package/tests/e2e/MarkdownEditor/table-click.test.tsx +47 -0
- package/tests/e2e/MarkdownEditor/table-controls.test.tsx +56 -0
- package/tests/e2e/MarkdownEditor/table-format.test.tsx +41 -0
- package/tests/e2e/MarkdownEditor/undo-redo.test.tsx +38 -0
- package/tests/e2e/MarkdownViewer/__screenshots__/parity.test.tsx/MarkdownViewer---editor-parity-matches-computed-font-size-on-first-heading-1.png +0 -0
- package/tests/e2e/MarkdownViewer/__screenshots__/parity.test.tsx/MarkdownViewer---editor-parity-matches-counts-for-shared-structural-classes-1.png +0 -0
- package/tests/e2e/MarkdownViewer/__screenshots__/parity.test.tsx/MarkdownViewer---editor-parity-matches-visible-text-between-preview-editor--blurred--and-MarkdownViewer-1.png +0 -0
- package/tests/e2e/MarkdownViewer/__screenshots__/render.test.tsx/MarkdownViewer---render-exercises-shared-preview-class-names-without-mounting-CodeMirror-1.png +0 -0
- package/tests/e2e/MarkdownViewer/parity.test.tsx +190 -0
- package/tests/e2e/MarkdownViewer/render.test.tsx +35 -0
- package/tests/unit/Editor/helpers.test.ts +42 -0
- package/tests/unit/MarkdownEditor/code-info.test.ts +63 -0
- package/tests/unit/MarkdownEditor/decorations.test.ts +488 -0
- package/tests/unit/MarkdownEditor/editor-ready.test.ts +36 -0
- package/tests/unit/MarkdownEditor/html-descriptors.test.ts +94 -0
- package/tests/unit/MarkdownEditor/jsx-attr-scan.test.ts +115 -0
- package/tests/unit/MarkdownEditor/jsx-tag-grammar.test.ts +88 -0
- package/tests/unit/MarkdownEditor/list-indent.test.ts +95 -0
- package/tests/unit/MarkdownEditor/slash-commands.test.ts +213 -0
- package/tests/unit/MarkdownEditor/table-format.test.ts +83 -0
- package/tests/unit/MarkdownEditor/table.test.ts +119 -0
- package/tests/unit/MarkdownEditor/triggers.test.ts +244 -0
- package/tests/unit/MarkdownEditor/widget-store.test.ts +105 -0
- package/tests/unit/MarkdownViewer/code-title.test.tsx +62 -0
- package/tests/unit/MarkdownViewer/features.test.tsx +110 -0
- package/tests/unit/MarkdownViewer/headings.test.tsx +40 -0
- package/tests/unit/MarkdownViewer/jsx.test.tsx +211 -0
- package/tests/unit/MarkdownViewer/list-bullets.test.tsx +49 -0
- package/tests/unit/MarkdownViewer/list-code.test.tsx +65 -0
- package/tests/unit/MarkdownViewer/renderers.test.tsx +79 -0
- package/tests/unit/MarkdownViewer/runnable.test.tsx +69 -0
- package/tests/unit/MarkdownViewer/ssr.test.tsx +93 -0
- package/dist/yoopta.css +0 -1
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"languages": {
|
|
3
|
+
"CSS": { "formatter": { "language_server": { "name": "biome" } } },
|
|
4
|
+
"HTML": { "formatter": { "language_server": { "name": "biome" } } },
|
|
5
|
+
"JSON": { "formatter": { "language_server": { "name": "biome" } } },
|
|
6
|
+
"JSONC": { "formatter": { "language_server": { "name": "biome" } } },
|
|
7
|
+
"JavaScript": {
|
|
8
|
+
"formatter": { "language_server": { "name": "biome" } },
|
|
9
|
+
"code_actions_on_format": {
|
|
10
|
+
"source.fixAll.biome": true,
|
|
11
|
+
"source.organizeImports.biome": true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"TypeScript": {
|
|
15
|
+
"formatter": { "language_server": { "name": "biome" } },
|
|
16
|
+
"code_actions_on_format": {
|
|
17
|
+
"source.fixAll.biome": true,
|
|
18
|
+
"source.organizeImports.biome": true
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"TSX": {
|
|
22
|
+
"formatter": { "language_server": { "name": "biome" } },
|
|
23
|
+
"code_actions_on_format": {
|
|
24
|
+
"source.fixAll.biome": true,
|
|
25
|
+
"source.organizeImports.biome": true
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"lsp": {
|
|
30
|
+
"biome": {
|
|
31
|
+
"settings": {
|
|
32
|
+
"require_config_file": true
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
package/AGENTS.md
CHANGED
|
@@ -25,7 +25,11 @@ This is `@surrealdb/ui` — the SurrealDB design system and UI component library
|
|
|
25
25
|
| `bun qa` | Auto-fix Biome lint/format issues |
|
|
26
26
|
| `bun qau` | Auto-fix including unsafe fixes |
|
|
27
27
|
| `bun qts` | TypeScript type check (`tsc --noEmit`) |
|
|
28
|
-
| `bun test` | Run all
|
|
28
|
+
| `bun run test` | Run all Vitest projects (unit + e2e + storybook). Use `bun run test`, not `bun test`, since `bun test` invokes Bun's own test runner. |
|
|
29
|
+
| `bun run test:unit` | Run jsdom-based unit tests in `tests/unit/` |
|
|
30
|
+
| `bun run test:e2e` | Run browser-driven E2E tests in `tests/e2e/` (Playwright + Chromium) |
|
|
31
|
+
| `bun run test:storybook` | Run in-story `play` interaction tests via the Storybook Vitest plugin |
|
|
32
|
+
| `bun run test:watch` | Watch all projects |
|
|
29
33
|
| `bun run icons` | Regenerate icon constants from `icons.zip` (requires `picosvg`) |
|
|
30
34
|
|
|
31
35
|
## Path Aliases
|
|
@@ -60,8 +64,8 @@ src/
|
|
|
60
64
|
├── helpers/ # Utility functions (clsx, CDN URL helper, ID generator)
|
|
61
65
|
├── hooks/ # React hooks (useEditor, useStable, useLater, useSort, useSwitch)
|
|
62
66
|
├── lib/
|
|
63
|
-
│ ├──
|
|
64
|
-
│ └──
|
|
67
|
+
│ ├── editor/ # Custom Code Mirror editor configuration and extensions
|
|
68
|
+
│ └── markdown/ # Custom Code Mirror based markdown editor and renderer
|
|
65
69
|
├── primitives/ # React UI components (Icon, CodeBlock, Spinner, VideoPlayer, etc.)
|
|
66
70
|
├── stories/ # Storybook stories organized by category
|
|
67
71
|
├── syntax/ # Syntax highlighting: language definitions, highlighter, theme
|
|
@@ -71,6 +75,7 @@ src/
|
|
|
71
75
|
|
|
72
76
|
Other top-level directories:
|
|
73
77
|
- `res/` — SCSS mixins exported as `@surrealdb/ui/mixins`
|
|
78
|
+
- `tests/` — Vitest test suites: `tests/unit/<Feature>/` (jsdom) and `tests/e2e/<Feature>/` (Playwright + Chromium); shared mount/composeStories helpers live in `tests/_setup/`
|
|
74
79
|
- `tools/` — Icon parser script (`icon-parser.ts`)
|
|
75
80
|
- `.storybook/` — Storybook configuration (main, preview, vitest setup)
|
|
76
81
|
- `.github/workflows/` — CI (`check.yml`) and publish (`publish.yml`) workflows
|
|
@@ -78,11 +83,11 @@ Other top-level directories:
|
|
|
78
83
|
|
|
79
84
|
## Peer Dependencies
|
|
80
85
|
|
|
81
|
-
Consumers must provide: React 19, Mantine 8, CodeMirror 6 suite,
|
|
86
|
+
Consumers must provide: React 19, Mantine 8, CodeMirror 6 suite, and Slate. These are externalized during build.
|
|
82
87
|
|
|
83
88
|
## CI/CD
|
|
84
89
|
|
|
85
|
-
- **check.yml** — Runs on push/PR to `main`: Biome lint, TypeScript check, build, and
|
|
90
|
+
- **check.yml** — Runs on push/PR to `main`: Biome lint, TypeScript check, build, and three independent test jobs (`test-unit`, `test-e2e`, `test-storybook`) on Bun 1.2.23. The two browser jobs install Playwright Chromium with `bunx playwright install --with-deps chromium`.
|
|
86
91
|
- **publish.yml** — Triggered by GitHub release: asserts `package.json` version matches git tag, builds, packs, and publishes to npm
|
|
87
92
|
|
|
88
93
|
## Conventions
|
package/README.md
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
The SurrealDB UI Kit defines the design system and UI primitives for use throughout all frontend projects at SurrealDB.
|
|
4
4
|
|
|
5
|
+
## Using the UI Kit
|
|
6
|
+
|
|
7
|
+
First, import the styles and fonts:
|
|
8
|
+
|
|
9
|
+
```tsx
|
|
10
|
+
import "@surrealdb/ui/styles.css";
|
|
11
|
+
import "@surrealdb/ui/fonts.css";
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Then, configure the Mantine theme:
|
|
15
|
+
|
|
16
|
+
```tsx
|
|
17
|
+
import { MantineProvider } from "@mantine/core";
|
|
18
|
+
import { MANTINE_THEME } from "@surrealdb/ui/theme";
|
|
19
|
+
|
|
20
|
+
<MantineProvider theme={MANTINE_THEME}>
|
|
21
|
+
<App />
|
|
22
|
+
</MantineProvider>
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Finally, use the components:
|
|
26
|
+
|
|
27
|
+
```tsx
|
|
28
|
+
import { Heading } from "@surrealdb/ui";
|
|
29
|
+
|
|
30
|
+
<Heading kicker="Foo" description="Bar">
|
|
31
|
+
Hello world
|
|
32
|
+
</Heading>
|
|
33
|
+
```
|
|
34
|
+
|
|
5
35
|
## Getting Started
|
|
6
36
|
|
|
7
37
|
To install dependencies:
|
package/REVIEW.md
CHANGED
|
@@ -50,7 +50,7 @@ Before marking any task as done, verify every applicable section below.
|
|
|
50
50
|
## Dependencies
|
|
51
51
|
|
|
52
52
|
- **Justify new packages**: new external dependencies require justification. Prefer small helper functions over adding utility packages.
|
|
53
|
-
- **Peer vs direct**: UI framework dependencies (React, Mantine, CodeMirror,
|
|
53
|
+
- **Peer vs direct**: UI framework dependencies (React, Mantine, CodeMirror, Slate) are peer dependencies — never add them to `dependencies`.
|
|
54
54
|
- **Package manager**: use `bun` exclusively. Do not use npm, yarn, or pnpm commands. Do not commit `package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`.
|
|
55
55
|
|
|
56
56
|
## Generated Files
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/fonts.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./assets/8bbfa6e01a9e6a0f.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./assets/12b57c6beacdbca0.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./assets/c6a3f4e555097159.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./assets/b921df26851c5aca.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./assets/9ff55a8a9670220d.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(./assets/0d2c2f665b0f41ed.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(./assets/23645aad5ccc2b92.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(./assets/c6c31cb1350b2544.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(./assets/93fc40a807be6880.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(./assets/9c9751ca111e97c2.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(./assets/a865edea076e0166.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
|
|
@@ -120,15 +120,15 @@ declare module "@mantine/core" {
|
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
declare module "@mantine/core" {
|
|
123
|
-
type
|
|
124
|
-
interface
|
|
125
|
-
|
|
123
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
124
|
+
interface MantineThemeSizesOverride {
|
|
125
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
declare module "@mantine/core" {
|
|
130
|
-
type
|
|
131
|
-
interface
|
|
132
|
-
|
|
130
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
131
|
+
interface MantineThemeColorsOverride {
|
|
132
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
133
133
|
}
|
|
134
134
|
}
|
package/dist/fonts.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fonts.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/icons.d.ts
CHANGED
|
@@ -8,14 +8,24 @@ export declare const Alert: string;
|
|
|
8
8
|
|
|
9
9
|
export declare const API: string;
|
|
10
10
|
|
|
11
|
+
export declare const ArrowDown: string;
|
|
12
|
+
|
|
11
13
|
export declare const ArrowDownFat: string;
|
|
12
14
|
|
|
15
|
+
export declare const ArrowEnter: string;
|
|
16
|
+
|
|
13
17
|
export declare const ArrowLeft: string;
|
|
14
18
|
|
|
15
19
|
export declare const ArrowLeftFat: string;
|
|
16
20
|
|
|
21
|
+
export declare const ArrowRight: string;
|
|
22
|
+
|
|
23
|
+
export declare const ArrowUp: string;
|
|
24
|
+
|
|
17
25
|
export declare const ArrowUpRight: string;
|
|
18
26
|
|
|
27
|
+
export declare const Atom: string;
|
|
28
|
+
|
|
19
29
|
export declare const Auth: string;
|
|
20
30
|
|
|
21
31
|
export declare const AuthKeyhole: string;
|
|
@@ -26,6 +36,8 @@ export declare const Balance: string;
|
|
|
26
36
|
|
|
27
37
|
export declare const Book: string;
|
|
28
38
|
|
|
39
|
+
export declare const Bookmark: string;
|
|
40
|
+
|
|
29
41
|
export declare const Braces: string;
|
|
30
42
|
|
|
31
43
|
export declare const BrandBluesky: string;
|
|
@@ -58,6 +70,8 @@ export declare const Bug: string;
|
|
|
58
70
|
|
|
59
71
|
export declare const Bullhorn: string;
|
|
60
72
|
|
|
73
|
+
export declare const Business: string;
|
|
74
|
+
|
|
61
75
|
export declare const Calculator: string;
|
|
62
76
|
|
|
63
77
|
export declare const Cancel: string;
|
|
@@ -128,6 +142,8 @@ export declare const Designer: string;
|
|
|
128
142
|
|
|
129
143
|
export declare const Discord: string;
|
|
130
144
|
|
|
145
|
+
export declare const DistributedStorage: string;
|
|
146
|
+
|
|
131
147
|
export declare const Dollar: string;
|
|
132
148
|
|
|
133
149
|
export declare const DotsVertical: string;
|
|
@@ -194,6 +210,8 @@ export declare const Index: string;
|
|
|
194
210
|
|
|
195
211
|
export declare const Info: string;
|
|
196
212
|
|
|
213
|
+
export declare const Integration: string;
|
|
214
|
+
|
|
197
215
|
declare const JSON_2: string;
|
|
198
216
|
export { JSON_2 as JSON }
|
|
199
217
|
|
|
@@ -217,6 +235,8 @@ export declare const Marker: string;
|
|
|
217
235
|
|
|
218
236
|
export declare const Maximize: string;
|
|
219
237
|
|
|
238
|
+
export declare const MCP: string;
|
|
239
|
+
|
|
220
240
|
export declare const Memory: string;
|
|
221
241
|
|
|
222
242
|
export declare const Minimize: string;
|
|
@@ -235,6 +255,8 @@ export declare const Namespace: string;
|
|
|
235
255
|
|
|
236
256
|
export declare const Newspaper: string;
|
|
237
257
|
|
|
258
|
+
export declare const Office: string;
|
|
259
|
+
|
|
238
260
|
export declare const Open: string;
|
|
239
261
|
|
|
240
262
|
export declare const OpenFolder: string;
|
|
@@ -253,6 +275,9 @@ export declare const PinOff: string;
|
|
|
253
275
|
|
|
254
276
|
export declare const Play: string;
|
|
255
277
|
|
|
278
|
+
declare const Plugin_2: string;
|
|
279
|
+
export { Plugin_2 as Plugin }
|
|
280
|
+
|
|
256
281
|
export declare const Plus: string;
|
|
257
282
|
|
|
258
283
|
export declare const Power: string;
|
|
@@ -303,6 +328,8 @@ export declare const Sun: string;
|
|
|
303
328
|
|
|
304
329
|
export declare const Surreal: string;
|
|
305
330
|
|
|
331
|
+
export declare const Surrealism: string;
|
|
332
|
+
|
|
306
333
|
export declare const Surrealist: string;
|
|
307
334
|
|
|
308
335
|
export declare const Table: string;
|
|
@@ -470,15 +497,15 @@ declare module "@mantine/core" {
|
|
|
470
497
|
}
|
|
471
498
|
|
|
472
499
|
declare module "@mantine/core" {
|
|
473
|
-
type
|
|
474
|
-
interface
|
|
475
|
-
|
|
500
|
+
type ExtendedCustomSizes = import("@mantine/core").DefaultMantineSize | "2xl" | "3xl";
|
|
501
|
+
interface MantineThemeSizesOverride {
|
|
502
|
+
spacing: Record<ExtendedCustomSizes, string>;
|
|
476
503
|
}
|
|
477
504
|
}
|
|
478
505
|
|
|
479
506
|
declare module "@mantine/core" {
|
|
480
|
-
type
|
|
481
|
-
interface
|
|
482
|
-
|
|
507
|
+
type ExtendedCustomColors = "obsidian" | "slate" | import("@mantine/core").DefaultMantineColor;
|
|
508
|
+
interface MantineThemeColorsOverride {
|
|
509
|
+
colors: Record<ExtendedCustomColors, import("@mantine/core").MantineColorsTuple>;
|
|
483
510
|
}
|
|
484
511
|
}
|