diff --git a/.changeset/bumpy-insects-arrive.md b/.changeset/bumpy-insects-arrive.md new file mode 100644 index 0000000000..022159bedb --- /dev/null +++ b/.changeset/bumpy-insects-arrive.md @@ -0,0 +1,5 @@ +--- +'@swisspost/design-system-documentation': patch +--- + +Added the documentation about the removal of `.text-*` color utility classes in the migration guide. \ No newline at end of file diff --git a/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts b/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts index 5f582925b2..0cb605e673 100644 --- a/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts +++ b/packages/documentation/src/stories/misc/migration-guide/migrationv9-10.component.ts @@ -328,6 +328,21 @@ export class MigrationV99Component extends LitElement {
.rounded-{top/bottom/start/end}
are now .rounded-{top/bottom/start/end}-4
+ Removed all text color utility classes (.text-*
)
+
.text-primary
.text-secondary
.text-light
.text-dark
.text-success
.text-warning
.text-error
.text-info