Metajelo.CSS.Web.ClassNames
- Package
- purescript-metajelo-ui-css-classes
- Repository
- labordynamicsinstitute/metajelo-ui-css-classes
CSS class names used in metajelo-web.
These are all prefixed by metajelo_
, or whatever the value of mjWebClassPfx is set to.
For use with purescript-concur based libraries, developers should refer to to the ReactProps wrapper for these names in the module ClassProps.
Re-exports from Metajelo.CSS.Common.ClassNames
#versioning Source
versioning :: String
#resourceTypeGen Source
resourceTypeGen :: String
The general type of the resource
#resourceTypeDescr Source
resourceTypeDescr :: String
Detailed description of the resource type
#resourceMDSource Source
resourceMDSource :: String
Resource Metadata Source
#resourceId Source
resourceId :: String
#productsHeader Source
productsHeader :: String
A header for the list of supplementary products
#productList Source
productList :: String
A list of products
#policyType Source
policyType :: String
#institutionPolicies Source
institutionPolicies :: String
A list of institutional policies
#identifier Source
identifier :: String
#formatList Source
formatList :: String
A list of formats
Re-exports from Metajelo.CSS.Web.ClassNamesPrivate
#productGroup Source
productGroup :: String
A group of products, which may not be all products in the record; currently products are grouped by their resource type.
#productCitation Source
productCitation :: String
A class for a div that encompasses several elements from different parts of a Metajelo document that together form a Product's citation; this includes basic meta data, institution name, and a product's resource ID.
#errorDisplayBox Source
errorDisplayBox :: String
The outer display <div>
for any errors that occur
while parsing, validating, and rendering a Metajelo
XML document.
#errorDisplay Source
errorDisplay :: String
The <span>
for the error message that is a child of
the errorDisplayBox <div>
.
#appliesYes Source
appliesYes :: String
The given policy does apply to the product.
#appliesMaybe Source
appliesMaybe :: String
The given policy may apply to the product; it is unverified or undetermined.
#appliesInfo Source
appliesInfo :: String
Class applied to the text describing how or if the policy applies to the product.