@frontify/fondue 13.6.5 → 13.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/dist/packages/components/style.css +1 -1
- package/dist/packages/rte/style.css +1 -1
- package/dist/packages/tokens/css/base.css +56 -0
- package/dist/packages/tokens/json/all-tokens.json +416 -0
- package/dist/packages/tokens/json/semantic.json +150 -0
- package/dist/packages/tokens/json/utilities.json +266 -0
- package/dist/packages/tokens/manifest.json +604 -0
- package/dist/packages/tokens/tailwind/tailwind.config.js +2 -2
- package/dist/packages/tokens/themes/themes.module.css +62 -0
- package/dist/tools/sdk-cli/index.js +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -38,8 +38,5 @@ See [Contribution Guidelines](CONTRIBUTING.md) for contributing and local develo
|
|
|
38
38
|
|
|
39
39
|
## Important Links
|
|
40
40
|
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
- [Frontify React Guidelines](https://www.notion.so/React-Architecture-0ce55540be0b48fa88a2c3848e35eb81) – Internal Coding Guidelines for Frontify
|
|
44
|
-
- [Fondue Tokens](https://github.com/Frontify/fondue-tokens) – Design Tokens used at Frontify
|
|
45
|
-
- [Tailwind](https://tailwindcss.com/docs) – Utility-first CSS framework used in Fondue
|
|
41
|
+
- [Storybook](https://storybook.js.org/docs/react/get-started/introduction) – Used for isolated development and documentation of Fondue components
|
|
42
|
+
- [Tailwind](https://tailwindcss.com/docs) – Utility-first CSS framework used in Fondue
|