-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kds 1855 remove unused dependencies (#4205)
* replace Heading * replace Paragraph with KAIO Text * remove KAIO dep on @kaizen/typography * more removal of @kaizen/typography * fix Paragraph replacement * remove kaizen/typography from design-tokens docs * lint fix * add changeset * remove text typography from design-tokens * Revert "remove kaizen/typography from design-tokens docs" This reverts commit 1932717. * remove brand moment dep * remove legacy select * remove legacy form * removed unused * remove legacy Brand * remove legacy responsive * remove unused * remove unused * Update wet-pens-arrive.md * Update wet-pens-arrive.md * fixed badge test * update docscomponents * update docscomponents * Update wet-pens-arrive.md * update inline notification api * fix inline notification * add changeset * remove box from design-token * fix docs * docs: fix padding in DocsComponents * remove all component-library uses and references * disable stylelint in tailwind * jokes on me for messing with jest * fix circular dep * fix up design-tokens changelog * fix up design-tokens changelog * refactor(heading): add @layer to margin reset * remove normalize * move fonts * fix yarnlock * change something to trigger chromatic * up the delay * Moved deprecation notices to the index.ts * Moved deprecation notices to the index.ts * fix tokens docs * fix lint * get chromatic to run again * test removal of pseudo states * replace most of draft-illustration * lint fix * fix tokens path * replace legacy tabs in tokens docs with new tabs * fix design token alias? * fix test mock * fixups * fixups * remove tabs as a dep * revert button stickersheet * split working button stories * remove layer * fix lint + chaangeset * wip layers * introduce layers to control heading style cascade * add normalize layer * fix lint * lint fix * replace path * fix tailwind * fix import order * add normalize css * use design-tokens package in manager * revert package use * changed reset.css to foundation-styles * remove layer * rename kaio globalcss to tailwind * Fix style build * Fix changeset * add foundation styles to kaio * move scss styles to utils folder * fix scss utils paths * Remove foundation-styles * add css vars to root * update changeset * update changeset * update changeset * lint fix * fix highlight styles * lower specificity of heading * add typography reset css to the reset layer * update app-starter docs * update changesets * reverted text reset layer * combine working button stickersheet * remove linting disable in docs * remove working sheets * update guidance block scss * fix design-tokens dep * fix deps * replace draft-illustration * update changeset * Update package.json * fix: replace usages of @kaizen/button * chore: install @types/uuid * fix: fix circular dependency for Filter components * refactor(GuidanceBlock): remove default export * chore(deps): remove duplicate dep of @kaizen/design-tokens * refactor: fix css calc errors * refactor: update uuid to useId for components * chore: re-enable testing BrandMoment * ci: ensure chromatic runs when css files are changed * shuffled around design-tokens internals * fixing paths * remove experimental exports --------- Co-authored-by: Cassandra Tam <[email protected]>
- Loading branch information
1 parent
982cbc0
commit dee798f
Showing
434 changed files
with
1,676 additions
and
1,768 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
"@kaizen/tailwind": major | ||
"@kaizen/tailwind": minor | ||
--- | ||
|
||
Fix long utility strings for borders in Tailwind (in combination with the introduction of `@kaizen/reset.css`) | ||
|
||
**note: these utilities will not work without installing `@kaizen/reset.css`** | ||
**Important: these utilities will not work without upgrading to `@kaizen/[email protected]`** | ||
|
||
- Adds DEFAULT values to `borderWidth` and `borderColor` in the Tailwind preset, so these don't need to be written with utility classes. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@kaizen/design-tokens": patch | ||
--- | ||
|
||
Move CSS vars to :root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"@kaizen/components": minor | ||
--- | ||
|
||
Added the following foundational styles to dist/styles.css: | ||
|
||
- Reset: initially to provide the border properties that support Tailwind's border default settings. | ||
- Fonts: with font-face definitions for Inter, Tiempos and IBM Mono | ||
- Normalize: A standard Normalize already present across CultureAmp | ||
- Layers: A set of CSS layers to help control the specificity of these 3 CSS stylesheets and our component's CSS. | ||
|
||
**Important: Remove any other normalize or reset stylesheets in your application repo** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@kaizen/design-tokens": patch | ||
--- | ||
|
||
Remove use of `@kaizen/typography` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
"@kaizen/components": patch | ||
--- | ||
|
||
- Replace all usages of `Heading` from `@kaizen/typography` with the same from KAIO | ||
- Replace all usages of `Paragraph` from `@kaizen/typography` with `Text` from KAIO | ||
- Remove `@kaizen/brand` and its usages | ||
- Remove `@kaizen/brand-moment` and its usages | ||
- Remove `@kaizen/button` and its usages | ||
- Remove `@kaizen/draft-badge` and its usages | ||
- Remove `@kaizen/draft-card` and its usages | ||
- Remove `@kaizen/draft-divider` and its usages | ||
- Remove `@kaizen/draft-form` and its usages | ||
- Remove `@kaizen/draft-illustration` and its usages | ||
- Remove `@kaizen/draft-page-layout` and its usages | ||
- Remove `@kaizen/draft-select` and its usages | ||
- Remove `@kaizen/draft-tabs` and its usages | ||
- Remove `@kaizen/draft-tag` and its usages | ||
- Remove `@kaizen/draft-tooltip` and its usages | ||
- Remove `@kaizen/responsive` and its usages | ||
- Remove `@kaizen/notification` and its usages | ||
- Remove `@kaizen/loading-skeleton` and its usages | ||
- Remove `@kaizen/loading-spinner` and its usages | ||
- Update usages of `uuid` to `useId` within components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/Systems/Tailwind/utility-class-helpers/borders/border-width.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/Systems/Tailwind/utility-class-helpers/modifiers/pseudo-states.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/Systems/Tailwind/utility-class-helpers/spacing/padding.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/Systems/layout-and-spacing/DemoComponents/MarginExample.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/Systems/layout-and-spacing/DemoComponents/SpacingTokens.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.