From 86757b6c10e335d8ae9ed537b9476b073621a20e Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Tue, 1 Aug 2023 14:16:55 +0100 Subject: [PATCH] bump svelte-csf --- package.json | 4 ++-- src/docs/styles/tokens/intro.stories.mdx | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) 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: -Each token has several levels that represent the different variations of a style rule in our design system. +Each set of tokens has several levels that represent the different values a style rule can take in our design system and are grouped in how they're named to make them easier to remember.