Release glass material and favicon pipeline v0.6.0
This commit is contained in:
@@ -5,15 +5,16 @@
|
||||
"id": "glass-surface",
|
||||
"status": "baseline",
|
||||
"package": "@nodedc/ui-react",
|
||||
"exports": ["GlassSurface"],
|
||||
"domContract": ["nodedc-glass", "nodedc-material-rim"],
|
||||
"summary": "Canonical matte/glossy glass surface for cards, panels and window shells.",
|
||||
"anatomy": ["theme-provided surface", "optional material rim", "backdrop blur", "content"],
|
||||
"exports": ["GlassSurface", "GlassMaterialSurface"],
|
||||
"domContract": ["nodedc-glass", "nodedc-glass-material", "nodedc-material-rim"],
|
||||
"summary": "Matte application surfaces plus the canonical Engine V4 glass material for modal and Inspector shells.",
|
||||
"anatomy": ["theme-provided surface", "modal tint", "gradient rim", "backdrop blur/saturation/brightness", "content"],
|
||||
"variants": ["default", "strong", "soft"],
|
||||
"rules": [
|
||||
"Geometry is invariant across application themes.",
|
||||
"A material rim is a glass highlight, not a hard product-colored border.",
|
||||
"Nested surfaces must use a softer tone to avoid card-inside-card noise."
|
||||
"Nested surfaces must use a softer tone to avoid card-inside-card noise.",
|
||||
"GlassyMaterialSurface is restricted to modal Windows and the draggable Inspector."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schemaVersion": "1.0.0",
|
||||
"libraryVersion": "0.5.1",
|
||||
"libraryVersion": "0.6.0",
|
||||
"name": "NODE.DC Design System",
|
||||
"purpose": "Canonical code-level UI system for current and future NODE.DC applications.",
|
||||
"packages": [
|
||||
|
||||
Reference in New Issue
Block a user