From 6ca59c115b3a6244d85fe18094f8fa052b1d4483 Mon Sep 17 00:00:00 2001 From: Casey Baggz Date: Fri, 11 Nov 2022 16:20:08 +0000 Subject: [PATCH 1/2] refactor() --- .../systems/201801171759-pluralsight.json | 70 +++++++++---------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/data/systems/201801171759-pluralsight.json b/src/data/systems/201801171759-pluralsight.json index 06d0e66..d24a812 100644 --- a/src/data/systems/201801171759-pluralsight.json +++ b/src/data/systems/201801171759-pluralsight.json @@ -6,16 +6,16 @@ "system": { "data": "pluralsight design system", "deprecated": "no", - "url": "http://design-system.pluralsight.com/", + "url": "http://design.pluralsight.com/", "label": "system" }, "repository": { "data": "GitHub", - "url": "https://github.com/pluralsight/design-system", + "url": "https://github.com/pluralsight/tva", "label": "repository" }, "codeDepth": { - "data": "HTML/CSS/JS", + "data": "HTML/CSS/JS/TS", "label": "code depth" }, "components": { @@ -23,11 +23,11 @@ "label": "components" }, "js": { - "data": "React", + "data": "Vanilla JS", "label": "JS library/framework" }, "ts": { - "data": "no", + "data": "yes", "label": "typescript" }, "webComponents": { @@ -35,7 +35,7 @@ "label": "web components" }, "tests": { - "data": "Jest", + "data": "Jest/Testing-Library", "label": "tests" }, "linter": { @@ -44,8 +44,9 @@ }, "css": { "data": [ - "glamor", - "postCSS" + "CSS Modules", + "postCSS", + "autoprefixer" ], "label": "CSS" }, @@ -54,53 +55,53 @@ "label": "CSS in JS" }, "designTokens": { - "data": "no", + "data": "yes", "label": "design tokens" }, "bundleManager": { - "data": "no", + "data": "yes", "label": "bundle manager" }, "uiKit": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://www.figma.com/file/ZmH4XsZS5WnKeo28ylM5x1/PS-Design---Web-UI-Kit-%5BALPHA%5D?node-id=3052%3A61184&t=7auOLifrwgbK13Et-1", "label": "UI kit" }, "brandGuidelines": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://design.pluralsight.com/docs/next/design/avatar", "label": "brand guidelines" }, "colorPalette": { "data": "yes", - "url": "http://design-system.pluralsight.com/core/color/", + "url": "https://design.pluralsight.com/docs/next/development/tokens/colors#list-of-tokens", "label": "color palette" }, "colorNaming": { "data": [ - "natural (e.g. psColorsWhite)", - "abstract (e.g. psColorsBone)" + "Semantic Naming", + "ps-[sentiment?]-[usage]-[prominence?]-[interaction?]" ], "label": "color naming" }, "contrastAnalysis": { - "data": "no", + "data": "yes", "url": "", "label": "contrast analysis" }, "typography": { "data": "yes", - "url": "http://design-system.pluralsight.com/core/typography/", + "url": "https://design.pluralsight.com/docs/next/development/headless-styles/Typography", "label": "typography" }, "icons": { - "data": "SVG", - "url": "http://design-system.pluralsight.com/components/icon/", + "data": "SVG/React/Svelte", + "url": "https://design.pluralsight.com/docs/next/development/icons/iconsList", "label": "icons" }, "space/Grid": { "data": "yes", - "url": "http://design-system.pluralsight.com/core/spacing/", + "url": "", "label": "space / grid" }, "illustrations": { @@ -114,44 +115,43 @@ "label": "data visualization" }, "animation": { - "data": "yes", - "url": "http://design-system.pluralsight.com/core/motion/", + "data": "no", + "url": "", "label": "animation" }, "voiceTone": { - "data": "no", + "data": "yes", "url": "", "label": "voice & tone" }, "accessibilityGuidelines": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://design.pluralsight.com/docs/next/start/a11y-standards", "label": "accessibility guidelines" }, "designPrinciples": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://design.pluralsight.com/docs/next/design", "label": "design principles" }, "websiteDocumentation": { "data": "yes", - "url": "http://design-system.pluralsight.com/", + "url": "http://design.pluralsight.com/", "label": "documentation website" }, "codeDocumentation": { - "data": "HTML", - "url": "http://design-system.pluralsight.com/components/button/", + "data": "Markdown", + "url": "https://design.pluralsight.com/docs/next/development/getting-started/installation", "label": "code documentation" }, "storybook": { - "data": "yes", + "data": "no", "url": "", "label": "storybook" }, "distribution": { "data": [ - "npm", - "Lerna" + "npm" ], "label": "distribution" } From 8dc9dfc41efea62d36d1d77bcc69aa39655420f8 Mon Sep 17 00:00:00 2001 From: Casey Baggz Date: Fri, 11 Nov 2022 16:27:45 +0000 Subject: [PATCH 2/2] refactor: update Pluralsight DS data --- src/data/data.json | 70 +++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/data/data.json b/src/data/data.json index 276b2e1..b0c0be6 100644 --- a/src/data/data.json +++ b/src/data/data.json @@ -4664,17 +4664,17 @@ "system": { "data": "pluralsight design system", "deprecated": "no", - "url": "http://design-system.pluralsight.com/", + "url": "http://design.pluralsight.com/", "label": "system", "$addedAt": "201801171759" }, "repository": { "data": "GitHub", - "url": "https://github.com/pluralsight/design-system", + "url": "https://github.com/pluralsight/tva", "label": "repository" }, "codeDepth": { - "data": "HTML/CSS/JS", + "data": "HTML/CSS/JS/TS", "label": "code depth" }, "components": { @@ -4682,11 +4682,11 @@ "label": "components" }, "js": { - "data": "React", + "data": "Vanilla JS", "label": "JS library/framework" }, "ts": { - "data": "no", + "data": "yes", "label": "typescript" }, "webComponents": { @@ -4694,7 +4694,7 @@ "label": "web components" }, "tests": { - "data": "Jest", + "data": "Jest/Testing-Library", "label": "tests" }, "linter": { @@ -4703,8 +4703,9 @@ }, "css": { "data": [ - "glamor", - "postCSS" + "CSS Modules", + "postCSS", + "autoprefixer" ], "label": "CSS" }, @@ -4713,53 +4714,53 @@ "label": "CSS in JS" }, "designTokens": { - "data": "no", + "data": "yes", "label": "design tokens" }, "bundleManager": { - "data": "no", + "data": "yes", "label": "bundle manager" }, "uiKit": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://www.figma.com/file/ZmH4XsZS5WnKeo28ylM5x1/PS-Design---Web-UI-Kit-%5BALPHA%5D?node-id=3052%3A61184&t=7auOLifrwgbK13Et-1", "label": "UI kit" }, "brandGuidelines": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://design.pluralsight.com/docs/next/design/avatar", "label": "brand guidelines" }, "colorPalette": { "data": "yes", - "url": "http://design-system.pluralsight.com/core/color/", + "url": "https://design.pluralsight.com/docs/next/development/tokens/colors#list-of-tokens", "label": "color palette" }, "colorNaming": { "data": [ - "natural (e.g. psColorsWhite)", - "abstract (e.g. psColorsBone)" + "Semantic Naming", + "ps-[sentiment?]-[usage]-[prominence?]-[interaction?]" ], "label": "color naming" }, "contrastAnalysis": { - "data": "no", + "data": "yes", "url": "", "label": "contrast analysis" }, "typography": { "data": "yes", - "url": "http://design-system.pluralsight.com/core/typography/", + "url": "https://design.pluralsight.com/docs/next/development/headless-styles/Typography", "label": "typography" }, "icons": { - "data": "SVG", - "url": "http://design-system.pluralsight.com/components/icon/", + "data": "SVG/React/Svelte", + "url": "https://design.pluralsight.com/docs/next/development/icons/iconsList", "label": "icons" }, "space/Grid": { "data": "yes", - "url": "http://design-system.pluralsight.com/core/spacing/", + "url": "", "label": "space / grid" }, "illustrations": { @@ -4773,44 +4774,43 @@ "label": "data visualization" }, "animation": { - "data": "yes", - "url": "http://design-system.pluralsight.com/core/motion/", + "data": "no", + "url": "", "label": "animation" }, "voiceTone": { - "data": "no", + "data": "yes", "url": "", "label": "voice & tone" }, "accessibilityGuidelines": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://design.pluralsight.com/docs/next/start/a11y-standards", "label": "accessibility guidelines" }, "designPrinciples": { - "data": "no", - "url": "", + "data": "yes", + "url": "https://design.pluralsight.com/docs/next/design", "label": "design principles" }, "websiteDocumentation": { "data": "yes", - "url": "http://design-system.pluralsight.com/", + "url": "http://design.pluralsight.com/", "label": "documentation website" }, "codeDocumentation": { - "data": "HTML", - "url": "http://design-system.pluralsight.com/components/button/", + "data": "Markdown", + "url": "https://design.pluralsight.com/docs/next/development/getting-started/installation", "label": "code documentation" }, "storybook": { - "data": "yes", + "data": "no", "url": "", "label": "storybook" }, "distribution": { "data": [ - "npm", - "Lerna" + "npm" ], "label": "distribution" }