regenerate diagrams and styles

This commit is contained in:
2026-01-21 19:21:17 -07:00
parent d44c4a3228
commit 321bc6fc00
3 changed files with 11 additions and 39 deletions
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 62 KiB

+10
View File
@@ -145,6 +145,16 @@ entity "**wix_store_events**" {
"**sync_group_listing_drafts**" }-- "**accounts**" "**sync_group_listing_drafts**" }-- "**accounts**"
"**sync_group_listing_drafts**" }-- "**accounts**"
"**sync_group_listings**" }-- "**sync_groups**"
"**sync_group_listings**" }-- "**sync_groups**"
"**sync_group_listings**" }-- "**sync_groups**"
"**sync_group_listings**" }-- "**sync_groups**"
"**sync_group_listings**" }-- "**sync_groups**" "**sync_group_listings**" }-- "**sync_groups**"
"**sync_groups**" }-- "**accounts**" "**sync_groups**" }-- "**accounts**"
-38
View File
@@ -193,15 +193,9 @@
.m-\[2em\] { .m-\[2em\] {
margin: 2em; margin: 2em;
} }
.m-\[3em\] {
margin: 3em;
}
.mt-\[1em\] { .mt-\[1em\] {
margin-top: 1em; margin-top: 1em;
} }
.mt-\[2em\] {
margin-top: 2em;
}
.mt-\[3em\] { .mt-\[3em\] {
margin-top: 3em; margin-top: 3em;
} }
@@ -214,9 +208,6 @@
.mb-\[1em\] { .mb-\[1em\] {
margin-bottom: 1em; margin-bottom: 1em;
} }
.mb-\[1rem\] {
margin-bottom: 1rem;
}
.mb-\[3em\] { .mb-\[3em\] {
margin-bottom: 3em; margin-bottom: 3em;
} }
@@ -250,18 +241,12 @@
.min-w-fit { .min-w-fit {
min-width: fit-content; min-width: fit-content;
} }
.flex-grow {
flex-grow: 1;
}
.grow { .grow {
flex-grow: 1; flex-grow: 1;
} }
.basis-full { .basis-full {
flex-basis: 100%; flex-basis: 100%;
} }
.border-collapse {
border-collapse: collapse;
}
.cursor-pointer { .cursor-pointer {
cursor: pointer; cursor: pointer;
} }
@@ -298,10 +283,6 @@
.rounded-sm { .rounded-sm {
border-radius: calc(var(--radius) - 4px); border-radius: calc(var(--radius) - 4px);
} }
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-\[1px\] { .border-\[1px\] {
border-style: var(--tw-border-style); border-style: var(--tw-border-style);
border-width: 1px; border-width: 1px;
@@ -333,12 +314,6 @@
.text-center { .text-center {
text-align: center; text-align: center;
} }
.font-display {
font-family: var(--display-family);
}
.font-text {
font-family: var(--text-family);
}
.text-lg { .text-lg {
font-size: var(--text-lg); font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height)); line-height: var(--tw-leading, var(--text-lg--line-height));
@@ -362,19 +337,12 @@
.text-nowrap { .text-nowrap {
text-wrap: nowrap; text-wrap: nowrap;
} }
.text-wrap {
text-wrap: wrap;
}
.italic { .italic {
font-style: italic; font-style: italic;
} }
.underline { .underline {
text-decoration-line: underline; text-decoration-line: underline;
} }
.outline {
outline-style: var(--tw-outline-style);
outline-width: 1px;
}
.filter { .filter {
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
} }
@@ -733,11 +701,6 @@
syntax: "*"; syntax: "*";
inherits: false; inherits: false;
} }
@property --tw-outline-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-blur { @property --tw-blur {
syntax: "*"; syntax: "*";
inherits: false; inherits: false;
@@ -796,7 +759,6 @@
*, ::before, ::after, ::backdrop { *, ::before, ::after, ::backdrop {
--tw-border-style: solid; --tw-border-style: solid;
--tw-font-weight: initial; --tw-font-weight: initial;
--tw-outline-style: solid;
--tw-blur: initial; --tw-blur: initial;
--tw-brightness: initial; --tw-brightness: initial;
--tw-contrast: initial; --tw-contrast: initial;