@everchron/ec-shards 16.1.0 → 16.2.1
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/README.md +4 -7
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.js +1504 -1707
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/{toolbar-download-CXKjzn90.js → page-next-WXxXbIpu.js} +13 -12
- package/package.json +5 -5
- package/dist/toolbar-annotation-import-4bOTzL_F.js +0 -18
- package/dist/toolbar-annotations-Dmh52hyx.js +0 -35
- package/dist/toolbar-bulk-documents-CI4fjJUH.js +0 -17
- package/dist/toolbar-bulk-issues-B7cAi_Sk.js +0 -17
- package/dist/toolbar-bulk-profiles-Ee5ilTaK.js +0 -17
- package/dist/toolbar-cards-C0SA88xF.js +0 -45
- package/dist/toolbar-dashboard-IN3U8o65.js +0 -17
- package/dist/toolbar-ecai-chat-BgivZb4U.js +0 -43
- package/dist/toolbar-more-y1TjYsaU.js +0 -36
- package/dist/toolbar-page-navigation-B7mFfyAU.js +0 -17
- package/dist/toolbar-profile-map-DoLxrgHU.js +0 -17
- package/dist/toolbar-refresh-rgdZLF60.js +0 -17
- package/dist/toolbar-relativity-Bp6NtlhG.js +0 -46
- package/dist/toolbar-settings-D88zMYLW.js +0 -17
- package/dist/toolbar-share-Pj_81w00.js +0 -35
- package/dist/toolbar-sort-ChwrF5V-.js +0 -17
- package/dist/toolbar-source-D2hyOtiU.js +0 -39
- package/dist/toolbar-table-D1BHtBq5.js +0 -17
- package/dist/toolbar-transcript-D61ySWqV.js +0 -17
- package/dist/toolbar-transcript-excerpt-BYOuYavX.js +0 -17
- package/dist/toolbar-video-aC-yAW5X.js +0 -17
package/README.md
CHANGED
|
@@ -12,15 +12,11 @@ yarn add @everchron/ec-shards
|
|
|
12
12
|
|
|
13
13
|
This repository contains the design system and Vue components for the Everchron web application.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
To set up the development environment, you will need [Node.js](https://github.com/creationix/nvm) installed on your system. Please follow the instructions on the Node Version Manager (nvm) site for your platform (macOS or Linux).
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|------------------------------------------------------|-------------------------------|-------------------------------|-------------------------------|
|
|
19
|
-
[Node](https://github.com/creationix/nvm) | Follow Site Instructions | Follow Site Instructions | N/A |
|
|
17
|
+
Expected node version: `>= 24.13.0`
|
|
20
18
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Project setup
|
|
19
|
+
### Project Commands
|
|
24
20
|
|
|
25
21
|
| Command | Description |
|
|
26
22
|
| --- | --- |
|
|
@@ -30,6 +26,7 @@ Expected node version: >= 20.5.0
|
|
|
30
26
|
| `npm run test` | Run Unit Tests with [Vitest](https://vitest.dev/) |
|
|
31
27
|
| `npm publish --access public` | Publishes built package to npm (main branch). **Note:** You must be logged into npm with an account that has access to the @everchron organization. Additionally, you need to bump the version number in `package.json` before publishing. |
|
|
32
28
|
| `npm publish --access public --tag beta` | Published built package to npm with a feature/branch tag |
|
|
29
|
+
| `npm run check-icons` | Process all icons in the `src/assets/icons` directory (removes hardcoded colors and adds `vector-effect="non-scaling-stroke"`) |
|
|
33
30
|
|
|
34
31
|
## Recommended IDE Setup
|
|
35
32
|
|