UNPKG

@aegov/design-system-react

Version:

A design system for the Government of the United Arab Emirates. Extending the original design system released as @aegov/design-system, this is the package specefically created for the ReactJs enviornment.

53 lines (52 loc) 2.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.WithAuthor = exports.Solid = exports.ShortQuote = exports.Default = void 0; var _react = _interopRequireDefault(require("react")); var _react2 = require("@phosphor-icons/react"); var _Blockquote = _interopRequireDefault(require("./Blockquote")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } var _default = exports.default = { title: 'Components/Blockquote', component: _Blockquote.default, tags: ['autodocs'], parameters: { layout: 'padded' } }; const sampleQuote = "The confidence of our wise leadership serves as motivation for more sincere and sustained action directed to serve our cherished homeland, which reflects a renewed incentive to continue with progress and advancement under the wise leadership of His Highness Sheikh Mohamed bin Zayed Al Nahyan, UAE President, and His Highness Sheikh Mohammed bin Rashid Al Maktoum, Vice President and Prime Minister of the UAE and Ruler of Dubai and their Highnesses, Members of the Supreme Council and Rulers of the Emirates."; const Default = exports.Default = { args: { children: sampleQuote, cite: 'https://mohap.gov.ae/en/about-us/minister-message', style: 'soft' } }; const WithAuthor = exports.WithAuthor = { args: { children: sampleQuote, cite: 'https://mohap.gov.ae/en/about-us/minister-message', author: 'AbdulRahman Bin Mohammed Al Owais', authorTitle: 'Minister of Health & Prevention', style: 'soft' } }; const Solid = exports.Solid = { args: { children: sampleQuote, cite: 'https://mohap.gov.ae/en/about-us/minister-message', author: 'AbdulRahman Bin Mohammed Al Owais', authorTitle: 'Minister of Health & Prevention', style: 'solid' } }; const ShortQuote = exports.ShortQuote = { args: { children: "Innovation is the key to our future success.", cite: 'https://example.com', author: 'John Doe', authorTitle: 'Innovation Director', style: 'soft' } };