Module

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

#url Source

url :: String

Generic URL class for Metajelo

#sustainability Source

#superOrg Source

superOrg :: String

Optional super organization name

#resourceTypeGen Source

resourceTypeGen :: String

The general type of the resource

#resourceTypeDescr Source

resourceTypeDescr :: String

Detailed description of the resource type

#resourceType Source

#resourceMDSource Source

resourceMDSource :: String

Resource Metadata Source

#relatedIdsHeader Source

relatedIdsHeader :: String

A header for a list of related identifiers

#relatedIds Source

relatedIds :: String

The relatedIds widget, which includes the related Ids header and all associated related ids (relatedIdsHeader + relatedIdList).

#relatedIdList Source

relatedIdList :: String

A list of related identifiers

#relType Source

relType :: String

Relation type

#record Source

record :: String

For encompassing the entire metajelo record.

#productsHeader Source

productsHeader :: String

A header for the list of supplementary products

#products Source

products :: String

The products widget, which includes the products header and all products (productsHeader + productList).

#productList Source

productList :: String

A list of products

#policy Source

policy :: String

The component of a policy describing either a reference to a policy or a free-text policy.

#missionStatement Source

#institutionType Source

#institutionPolicy Source

#institutionPolicies Source

institutionPolicies :: String

A list of institutional policies

#institutionName Source

#institutionId Source

#institutionContact Source

#id Source

id :: String

The id component of an identifier, i.e. the id string.

#fundingStatement Source

#formatList Source

formatList :: String

A list of formats

#contactType Source

#contactEmail Source

#basicMetadata Source

#applies Source

applies :: String

Whether or not the given policy applies to a product; this general class encompasses all alternatives to the possibility.

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.

#idUrl Source

idUrl :: String

In metajelo-web, may supersede the use of referencing the identifier's id string directly

#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.

#appliesNo Source

appliesNo :: String

The given policy does not 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.