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

#versioningHeader Source

#url Source

url :: String

Generic URL class for Metajelo

#titleHeader Source

#sustainabilityHeader Source

#sustainability Source

#superOrgHeader Source

#superOrg Source

superOrg :: String

Optional super organization name

#resourceTypeHeader Source

#resourceTypeGenHeader Source

#resourceTypeGen Source

resourceTypeGen :: String

The general type of the resource

#resourceTypeDescrHeader Source

#resourceTypeDescr Source

resourceTypeDescr :: String

Detailed description of the resource type

#resourceType Source

#resourceMDSourceHeader Source

#resourceMDSource Source

resourceMDSource :: String

Resource Metadata Source

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

#relatedIdHeader Source

#relTypeHeader Source

#relType Source

relType :: String

Relation type

#recordIdHeader Source

#recordHeader Source

#record Source

record :: String

For encompassing the entire metajelo record.

#pubyearHeader Source

#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

#productHeader Source

#policyTypeHeader Source

#policyHeader Source

#policy Source

policy :: String

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

#missionStatementHeader Source

#missionStatement Source

#locationHeader Source

#institutionTypeHeader Source

#institutionType Source

#institutionPolicyHeader Source

#institutionPolicy Source

#institutionPoliciesHeader Source

#institutionPolicies Source

institutionPolicies :: String

A list of institutional policies

#institutionNameHeader Source

#institutionName Source

#institutionId Source

#institutionContactHeader Source

#institutionContact Source

#idTypeHeader Source

#id Source

id :: String

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

#fundingStatementHeader Source

#fundingStatement Source

#formatListHeader Source

#formatList Source

formatList :: String

A list of formats

#formatHeader Source

#creatorList Source

#creatorHeader Source

#contactTypeHeader Source

#contactType Source

#contactEmailHeader Source

#contactEmail Source

#basicMetadataHeader Source

#basicMetadata Source

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