Skip to content

Commit

Permalink
refactor(ui-icons): s2 migration of assets
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe committed Apr 26, 2024
1 parent 3af71db commit 17809fd
Show file tree
Hide file tree
Showing 200 changed files with 3,577 additions and 3,724 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,12 +1,13 @@
dist
dist-site

!tokens/dist
!ui-icons/dist

# Recommended update re:https://docs.netlify.com/integrations/frameworks/eleventy/
**/node_modules/**

temp
.npmrc*
.nx
.env
.tmp
Expand Down
@@ -1,4 +1,4 @@
import { Template } from "@spectrum-css/button/stories/template";
import { Template } from "../../../components/button/stories/template";

export default {
title: "Foundations/Down state",
Expand Down
@@ -1,4 +1,4 @@
import { Template } from "@spectrum-css/checkbox/stories/template";
import { Template } from "../../../components/checkbox/stories/template";

export default {
title: "Foundations/Down state",
Expand Down
16 changes: 2 additions & 14 deletions .storybook/project.json
Expand Up @@ -23,13 +23,7 @@
}
},
"build": {
"dependsOn": [
"^build",
{
"target": "build",
"projects": "ui-icons"
}
],
"dependsOn": ["^build"],
"inputs": [
"{projectRoot}/assets",
"{projectRoot}/decorators",
Expand Down Expand Up @@ -60,13 +54,7 @@
},
"start": {
"cache": true,
"dependsOn": [
"^build",
{
"target": "build",
"projects": "ui-icons"
}
],
"dependsOn": ["^build"],
"inputs": [
"{projectRoot}/assets",
"{projectRoot}/decorators",
Expand Down
68 changes: 33 additions & 35 deletions components/accordion/package.json
@@ -1,37 +1,35 @@
{
"name": "@spectrum-css/accordion",
"version": "5.0.0",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/accordion",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/accordion"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"CHANGELOG.md",
"package.json",
"stories/template.js",
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"keywords": [
"spectrum",
"css",
"design system",
"adobe"
],
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/accordion",
"version": "5.0.0",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/accordion",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/accordion"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"metadata/mods.md",
"stories/template.js"
],
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"keywords": [
"adobe",
"css",
"design system",
"spectrum"
],
"publishConfig": {
"access": "public"
}
}
74 changes: 36 additions & 38 deletions components/actionbar/package.json
@@ -1,40 +1,38 @@
{
"name": "@spectrum-css/actionbar",
"version": "8.0.0",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/actionbar"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"CHANGELOG.md",
"package.json",
"stories/template.js",
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/actiongroup": ">=4",
"@spectrum-css/closebutton": ">=4",
"@spectrum-css/fieldlabel": ">=7",
"@spectrum-css/popover": ">=6",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"keywords": [
"spectrum",
"css",
"design system",
"adobe"
],
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/actionbar",
"version": "8.0.0",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/actionbar"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"metadata/mods.md",
"stories/template.js"
],
"peerDependencies": {
"@spectrum-css/actiongroup": ">=4",
"@spectrum-css/closebutton": ">=4",
"@spectrum-css/fieldlabel": ">=7",
"@spectrum-css/popover": ">=6",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"keywords": [
"adobe",
"css",
"design system",
"spectrum"
],
"publishConfig": {
"access": "public"
}
}
84 changes: 41 additions & 43 deletions components/actionbutton/package.json
@@ -1,45 +1,43 @@
{
"name": "@spectrum-css/actionbutton",
"version": "6.0.0",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/actionbutton"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"CHANGELOG.md",
"package.json",
"stories/template.js",
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
},
"keywords": [
"spectrum",
"css",
"design system",
"adobe"
],
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/actionbutton",
"version": "6.0.0",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/actionbutton"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"metadata/mods.md",
"stories/template.js"
],
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
},
"keywords": [
"adobe",
"css",
"design system",
"spectrum"
],
"publishConfig": {
"access": "public"
}
}
78 changes: 38 additions & 40 deletions components/actiongroup/package.json
@@ -1,42 +1,40 @@
{
"name": "@spectrum-css/actiongroup",
"version": "5.0.0-next.2",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/actiongroup"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"CHANGELOG.md",
"package.json",
"stories/template.js",
"metadata/mods.md"
],
"peerDependencies": {
"@spectrum-css/actionbutton": ">=5",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/actionbutton": {
"optional": true
}
},
"keywords": [
"spectrum",
"css",
"design system",
"adobe"
],
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/actiongroup",
"version": "5.0.0-next.3",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/actiongroup"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"files": [
"dist/*",
"metadata/mods.md",
"stories/template.js"
],
"peerDependencies": {
"@spectrum-css/actionbutton": ">=5",
"@spectrum-css/tokens": ">=14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/actionbutton": {
"optional": true
}
},
"keywords": [
"adobe",
"css",
"design system",
"spectrum"
],
"publishConfig": {
"access": "public"
}
}

0 comments on commit 17809fd

Please sign in to comment.