diff --git a/package.json b/package.json index 8f9ebf3c..3a688d51 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@storybook/addon-interactions": "^7.1.0", "@storybook/addon-links": "^7.1.0", "@storybook/addon-mdx-gfm": "^7.1.0", - "@storybook/addon-svelte-csf": "3.0.5--canary.113.529e422.0", + "@storybook/addon-svelte-csf": "3.0.7", "@storybook/blocks": "^7.1.0", "@storybook/builder-vite": "^7.1.0", "@storybook/manager-api": "^7.1.0", @@ -98,7 +98,7 @@ "svelte-preprocess": "^5.0.4", "svelte2tsx": "^0.6.15", "tiny-glob": "^0.2.9", - "typescript": "^5.1.3", + "typescript": "^5.1.6", "vite": "^4.3.9" }, "dependencies": { diff --git a/src/docs/styles/tokens/intro.stories.mdx b/src/docs/styles/tokens/intro.stories.mdx index 95a49bb0..8a536794 100644 --- a/src/docs/styles/tokens/intro.stories.mdx +++ b/src/docs/styles/tokens/intro.stories.mdx @@ -20,7 +20,7 @@ While the token system is designed for our pre-made components, you can also use ## What's a "token"? -A token represents the value for an individual style rule, like `font-weight`. Each token sets just one style rule, and multiple tokens can be combined together to style an element. +A token represents the value for an individual style rule, like `font-size` or `color`. Each token sets just one style rule, and multiple tokens are combined together to style an element, like a `
` below: