Skip to content

Commit

Permalink
chore: internal workspace links
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe committed Apr 24, 2024
1 parent 719c170 commit b6e3cb9
Show file tree
Hide file tree
Showing 13 changed files with 335 additions and 342 deletions.
104 changes: 52 additions & 52 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "@spectrum-css/preview",
"version": "9.0.0",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/preview",
"main": "main.js",
"scripts": {
"build": "storybook build --config-dir . --output-dir ./storybook-static"
},
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
"@spectrum-css/tokens": "^14.0.0",
"@spectrum-css/ui-icons": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@chromaui/addon-visual-tests": "^1.0.0",
"@etchteam/storybook-addon-status": "^4.2.4",
"@storybook/addon-a11y": "^8.0.6",
"@storybook/addon-actions": "^8.0.6",
"@storybook/addon-console": "^3.0.0",
"@storybook/addon-designs": "^8.0.0",
"@storybook/addon-docs": "^8.0.6",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/components": "^8.0.6",
"@storybook/core-events": "^8.0.6",
"@storybook/jest": "^0.2.3",
"@storybook/manager-api": "^8.0.6",
"@storybook/preview-api": "^8.0.6",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.0.6",
"@storybook/web-components-webpack5": "^8.0.6",
"@whitespace/storybook-addon-html": "^6.0.4",
"chromatic": "^11.3.0",
"file-loader": "^6.2.0",
"lit": "^3.1.2",
"lodash-es": "^4.17.21",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.1",
"postcss-pseudo-classes": "^0.4.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"source-map-loader": "^5.0.0",
"storybook": "^8.0.6",
"style-loader": "4.0.0",
"webpack": "^5.91.0"
}
"name": "@spectrum-css/preview",
"version": "9.0.0",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/preview",
"main": "main.js",
"scripts": {
"build": "storybook build --config-dir . --output-dir ./storybook-static"
},
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
"@spectrum-css/tokens": "workspace:^",
"@spectrum-css/ui-icons": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@chromaui/addon-visual-tests": "^1.0.0",
"@etchteam/storybook-addon-status": "^4.2.4",
"@storybook/addon-a11y": "^8.0.6",
"@storybook/addon-actions": "^8.0.6",
"@storybook/addon-console": "^3.0.0",
"@storybook/addon-designs": "^8.0.0",
"@storybook/addon-docs": "^8.0.6",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/components": "^8.0.6",
"@storybook/core-events": "^8.0.6",
"@storybook/jest": "^0.2.3",
"@storybook/manager-api": "^8.0.6",
"@storybook/preview-api": "^8.0.6",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.0.6",
"@storybook/web-components-webpack5": "^8.0.6",
"@whitespace/storybook-addon-html": "^6.0.4",
"chromatic": "^11.3.0",
"file-loader": "^6.2.0",
"lit": "^3.1.2",
"lodash-es": "^4.17.21",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.1",
"postcss-pseudo-classes": "^0.4.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"source-map-loader": "^5.0.0",
"storybook": "^8.0.6",
"style-loader": "4.0.0",
"webpack": "^5.91.0"
}
}
60 changes: 30 additions & 30 deletions components/actionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"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",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
},
"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",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/commons": "workspace:^"
},
"publishConfig": {
"access": "public"
}
}
68 changes: 34 additions & 34 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "@spectrum-css/button",
"version": "13.0.0",
"description": "The Spectrum CSS button component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/button-accent",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/button"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=6",
"@spectrum-css/progresscircle": ">=2",
"@spectrum-css/tokens": ">=13"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
},
"@spectrum-css/progresscircle": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
},
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/button",
"version": "13.0.0",
"description": "The Spectrum CSS button component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/button-accent",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/button"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=6",
"@spectrum-css/progresscircle": ">=2",
"@spectrum-css/tokens": ">=13"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
},
"@spectrum-css/progresscircle": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/commons": "workspace:^"
},
"publishConfig": {
"access": "public"
}
}
50 changes: 25 additions & 25 deletions components/closebutton/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@spectrum-css/closebutton",
"version": "5.0.0",
"description": "The Spectrum CSS close button component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/closebutton",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/closebutton"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
},
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/closebutton",
"version": "5.0.0",
"description": "The Spectrum CSS close button component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/closebutton",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/closebutton"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
"@spectrum-css/commons": "workspace:^"
},
"publishConfig": {
"access": "public"
}
}
48 changes: 24 additions & 24 deletions components/logicbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@spectrum-css/logicbutton",
"version": "4.0.0",
"description": "The Spectrum CSS logicbutton component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/logicbutton",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/logicbutton"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
},
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/logicbutton",
"version": "4.0.0",
"description": "The Spectrum CSS logicbutton component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/logicbutton",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/logicbutton"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
"@spectrum-css/commons": "workspace:^"
},
"publishConfig": {
"access": "public"
}
}
48 changes: 24 additions & 24 deletions components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@spectrum-css/modal",
"version": "5.0.0",
"description": "The Spectrum CSS modal component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/modal",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/modal"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
"@spectrum-css/commons": "^10.0.0"
},
"publishConfig": {
"access": "public"
}
"name": "@spectrum-css/modal",
"version": "5.0.0",
"description": "The Spectrum CSS modal component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/modal",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/modal"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
"@spectrum-css/commons": "workspace:^"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit b6e3cb9

Please sign in to comment.