Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / features / Copyright / fixture.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
const CopyrightText = [{
  '@id': 'schema:copyrightHolder',
  '@type': 'rdf:Property',
  domain: ['schema:CreativeWork'],
  range: ['schema:Organization', 'schema:Person'],
  comment: 'The party holding the legal copyright to the CreativeWork.',
  label: 'copyrightHolder'
}, {
  '@id': 'schema:copyrightYear',
  '@type': 'rdf:Property',
  domain: ['schema:CreativeWork'],
  range: ['schema:Number'],
  comment: 'The year during which the claimed copyright for the CreativeWork was first asserted.',
  label: 'copyrightYear'
}];
exports.CopyrightText = CopyrightText;
const classes = {
  CopyrightSection: 'copyright-panel',
  Separator: 'copyright-sep-bar'
};
exports.classes = classes; //# sourceMappingURL=fixture.js.map