@explorer-1/vue 1.1.4 → 1.1.5
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/CHANGELOG.md +8 -0
- package/package.json +4 -4
- package/src/docs/introduction.docs.mdx +2 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@explorer-1/vue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"author": "
|
|
8
|
+
"author": "CreativeStudio",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/nasa-jpl/explorer-1/tree/main/packages/vue"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"vue-router": "^5.0.3",
|
|
35
35
|
"vue3-compare-image": "^1.2.6",
|
|
36
36
|
"vue3-observe-visibility": "^1.0.6",
|
|
37
|
-
"@explorer-1/common": "2.1.
|
|
37
|
+
"@explorer-1/common": "2.1.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"vite": "^7.3.1",
|
|
47
47
|
"vite-plugin-dts": "^4.5.4",
|
|
48
48
|
"vue-tsc": "^3.2.5",
|
|
49
|
-
"@explorer-1/prettier-config": "1.0.
|
|
49
|
+
"@explorer-1/prettier-config": "1.0.2"
|
|
50
50
|
},
|
|
51
51
|
"storybook": {
|
|
52
52
|
"url": "https://main--668c47cbeb95392cd79c3c0d.chromatic.com"
|
|
@@ -6,7 +6,7 @@ import { Meta, Description } from '@storybook/addon-docs/blocks'
|
|
|
6
6
|
|
|
7
7
|
## JPL's Design System
|
|
8
8
|
|
|
9
|
-
Consisting of working code, design components, guidelines, and resources, JPL's design system for digital experiences—called **Explorer 1**—helps JPL's product teams build more efficiently, at scale, and on brand. It is maintained by JPL's
|
|
9
|
+
Consisting of working code, design components, guidelines, and resources, JPL's design system for digital experiences—called **Explorer 1**—helps JPL's product teams build more efficiently, at scale, and on brand. It is maintained by JPL's CreativeStudio team and regularly evolves to meet the changing needs of the Lab.
|
|
10
10
|
|
|
11
11
|
##### GOALS:
|
|
12
12
|
|
|
@@ -39,7 +39,7 @@ This website uses [Storybook](https://storybook.js.org/) to display our document
|
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
|
42
|
-
Maintained by [JPL
|
|
42
|
+
Maintained by [JPL CreativeStudio](https://www.behance.net/JPL-DesignLab)
|
|
43
43
|
|
|
44
44
|
<div>
|
|
45
45
|
<table
|