Skip to content

CSS: view

.instui-view — The View primitive: a neutral box with key-value modifiers for background, border, radius, shadow, display, position, overflow, and cursor.

Source: view.ts

Usage

css
@import "@pantoken/components/utilities.css";

Examples

html
<div class="instui-view -background-secondary -border-radius-medium -shadow-resting">A card-like surface.</div>
A card-like surface.

Modifiers

ModifierDescription
.-background-alertAlert surface background.
.-background-brandBrand surface background.
.-background-dangerDanger surface background.
.-background-infoInfo surface background.
.-background-primaryPrimary surface background.
.-background-primary-inverseInverse primary surface background.
.-background-secondarySecondary surface background.
.-background-successSuccess surface background.
.-background-transparentTransparent background.
.-background-warningWarning surface background.
.-border-color-brandBrand stroke border colour.
.-border-color-dangerError stroke border colour.
.-border-color-infoInfo stroke border colour.
.-border-color-primaryBase stroke border colour.
.-border-color-successSuccess stroke border colour.
.-border-color-warningWarning stroke border colour.
.-border-radius-circleFully circular (50%) radius.
.-border-radius-largeLarge corner radius.
.-border-radius-mediumMedium corner radius.
.-border-radius-pillPill (full) radius.
.-border-radius-smallSmall corner radius.
.-border-width-largeLarge solid border in the base stroke colour.
.-border-width-mediumMedium solid border in the base stroke colour.
.-border-width-smallSmall solid border in the base stroke colour.
.-cursor-autocursor: auto.
.-cursor-defaultcursor: default.
.-cursor-grabcursor: grab.
.-cursor-movecursor: move.
.-cursor-not-allowedcursor: not-allowed.
.-cursor-pointercursor: pointer.
.-cursor-textcursor: text.
.-cursor-waitcursor: wait.
.-display-blockdisplay: block.
.-display-flexdisplay: flex.
.-display-inlinedisplay: inline.
.-display-inline-blockdisplay: inline-block.
.-display-inline-flexdisplay: inline-flex.
.-display-nonedisplay: none.
.-overflow-x-autooverflow-x: auto.
.-overflow-x-clipoverflow-x: clip.
.-overflow-x-hiddenoverflow-x: hidden.
.-overflow-x-scrolloverflow-x: scroll.
.-overflow-x-visibleoverflow-x: visible.
.-overflow-y-autooverflow-y: auto.
.-overflow-y-clipoverflow-y: clip.
.-overflow-y-hiddenoverflow-y: hidden.
.-overflow-y-scrolloverflow-y: scroll.
.-overflow-y-visibleoverflow-y: visible.
.-position-absoluteposition: absolute.
.-position-fixedposition: fixed.
.-position-relativeposition: relative.
.-position-staticposition: static.
.-position-stickyposition: sticky.
.-shadow-aboveAbove elevation shadow.
.-shadow-restingResting elevation shadow.
.-shadow-topmostTopmost elevation shadow.

Tokens consumed

TokenTypeValue
--instui-border-radius-full<length>999rem
--instui-border-radius-lg<length>0.75rem
--instui-border-radius-md<length>0.5rem
--instui-border-radius-sm<length>0.25rem
--instui-border-width-lg<length>0.25rem
--instui-border-width-md<length>0.125rem
--instui-border-width-sm<length>0.0625rem
--instui-color-stroke-base<color>light-dark(#8D959F, #6A7883)LightDark
--instui-color-stroke-brand<color>light-dark(#1D354F, #EEF4FD)LightDark
--instui-color-stroke-error<color>#E62429
--instui-color-stroke-info<color>#2B7ABC
--instui-color-stroke-success<color>#03893D
--instui-color-stroke-warning<color>#CF4A00
--instui-component-view-background-alert<color>#2B7ABC
--instui-component-view-background-brand<color>light-dark(#1D354F, #EEF4FD)LightDark
--instui-component-view-background-danger<color>#E62429
--instui-component-view-background-info<color>#2B7ABC
--instui-component-view-background-primary<color>light-dark(#ffffff, #171B21)LightDark
--instui-component-view-background-primary-inverse<color>light-dark(#334450, #F2F4F5)LightDark
--instui-component-view-background-secondary<color>light-dark(#F2F4F5, #273540)LightDark
--instui-component-view-background-success<color>#03893D
--instui-component-view-background-warning<color>#CF4A00
--instui-elevation-above[ inset? && <length>{2,4} && <color>? ]# | none
--instui-elevation-resting[ inset? && <length>{2,4} && <color>? ]# | none
--instui-elevation-topmost[ inset? && <length>{2,4} && <color>? ]# | none