Skip to content

Commit

Permalink
test anchor change
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp committed Jul 8, 2024
1 parent c7dbac8 commit 2acb0b0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"typescript": "5.1.3"
},
"devDependencies": {
"chromatic": "^11.5.4",
"eslint-plugin-lodash": "^7.4.0",
"onchange": "^7.0.2",
"webpack": "4.46.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gamut/src/Anchor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const anchorVariants = variant({
variants: {
standard: {
color: 'primary',
fontWeight: 'bold',
// fontWeight: 'bold',
WebkitFontSmoothing: 'antialiased',
MozOsxFontSmoothing: 'grayscale',
[ButtonSelectors.HOVER]: {
Expand Down
18 changes: 14 additions & 4 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@codecademy/styleguide",
"description": "Styleguide & Component library for codecademy.com",
"version": "66.29.2",
"author": "Codecademy Engineering",
"author": {
"name": "Codecademy Engineering"
},
"dependencies": {
"@codecademy/gamut": "55.25.1",
"@codecademy/gamut-icons": "9.29.0",
Expand Down Expand Up @@ -49,11 +51,19 @@
"publishConfig": {
"access": "public"
},
"repository": "[email protected]:Codecademy/gamut.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Codecademy/gamut.git"
},
"scripts": {
"build-storybook": "NODE_ENV=production build-storybook --quiet -c .storybook -o ./dist",
"copy-storybook": "rm -rf ../../dist/docs && cp -r ./dist ../../dist/docs",
"start": "yarn storybook",
"storybook": "start-storybook -p 6006 -c .storybook --ci --quiet"
}
"storybook": "start-storybook -p 6006 -c .storybook --ci --quiet",
"chromatic": "npx chromatic --project-token=chpt_cd60c641b108b4b"
},
"bugs": {
"url": "https://github.com/Codecademy/gamut/issues"
},
"homepage": "https://github.com/Codecademy/gamut#readme"
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7811,6 +7811,11 @@ chownr@^2.0.0:
resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==

chromatic@^11.5.4:
version "11.5.4"
resolved "https://registry.npmjs.org/chromatic/-/chromatic-11.5.4.tgz#57e71f8a5ad54d10656da53c1761198067c189b5"
integrity sha512-+J+CopeUSyGUIQJsU6X7CfvSmeVBs0j6LZ9AgF4+XTjI4pFmUiUXsTc00rH9x9W1jCppOaqDXv2kqJJXGDK3mA==

chrome-trace-event@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
Expand Down

0 comments on commit 2acb0b0

Please sign in to comment.