chore(docs): Generated + Updated UI Reference (automated) (#12459)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2025-05-13 16:10:08 +03:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 4602163b56
commit a4ffc0b2ee
10 changed files with 41 additions and 49 deletions
+3 -3
View File
@@ -16,9 +16,9 @@
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@mdx-js/react": "^3.1.0",
"@medusajs/icons": "2.7.1",
"@medusajs/ui": "4.0.9",
"@medusajs/ui-preset": "2.7.1",
"@medusajs/icons": "2.8.0",
"@medusajs/ui": "4.0.10",
"@medusajs/ui-preset": "2.8.0",
"autoprefixer": "10.4.14",
"build-scripts": "*",
"clsx": "^2.0.0",
+4
View File
@@ -88,6 +88,8 @@ export const colors = {
"--bg-subtle-pressed": "rgba(39, 39, 42, 1)",
"--button-transparent-pressed": "rgba(255, 255, 255, 0.12)",
"--fg-muted": "rgba(113, 113, 122, 1)",
"--alpha-400": "rgba(255, 255, 255, 0.24)",
"--alpha-250": "rgba(255, 255, 255, 0.1)",
},
light: {
"--tag-neutral-border": "rgba(228, 228, 231, 1)",
@@ -178,5 +180,7 @@ export const colors = {
"--bg-overlay": "rgba(24, 24, 27, 0.4)",
"--fg-disabled": "rgba(161, 161, 170, 1)",
"--fg-muted": "rgba(113, 113, 122, 1)",
"--alpha-400": "rgba(24, 24, 27, 0.24)",
"--alpha-250": "rgba(24, 24, 27, 0.1)",
},
}