From d6d61f37b460637501023700dd7b416d8f4b5938 Mon Sep 17 00:00:00 2001 From: crishpeen Date: Mon, 4 Mar 2024 15:42:11 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20lmc-eu/s?= =?UTF-8?q?pirit-design-system@ed4df63273f82ee5bee1ae57277ac8006102169a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/icons/icons.js | 5 +++-- docs/icons/react/DangerIcon.tsx | 16 ++++++++++++++++ docs/icons/react/LogoGoogleColoredIcon.tsx | 4 ++-- docs/icons/react/WarningIcon.tsx | 4 ++-- docs/icons/react/index.ts | 1 + docs/icons/svg/danger.svg | 3 +++ docs/icons/svg/logo-google-colored.svg | 4 ++-- docs/icons/svg/sprite.svg | 9 ++++++--- docs/icons/svg/warning.svg | 2 +- docs/index.html | 3 --- docs/src/icons/index.html | 6 ++++++ 11 files changed, 42 insertions(+), 15 deletions(-) create mode 100644 docs/icons/react/DangerIcon.tsx create mode 100644 docs/icons/svg/danger.svg diff --git a/docs/icons/icons.js b/docs/icons/icons.js index 7a442e856a..f498ccb298 100644 --- a/docs/icons/icons.js +++ b/docs/icons/icons.js @@ -6,6 +6,7 @@ const icons = { "chevron-right": "", "chevron-up": "", "close": "", + "danger": "", "download": "", "edit": "", "file": "", @@ -15,7 +16,7 @@ const icons = { "link": "", "logo-facebook-colored": "", "logo-facebook": "", - "logo-google-colored": "", + "logo-google-colored": "", "logo-google": "", "logo-linkedin-colored": "", "logo-linkedin": "", @@ -31,7 +32,7 @@ const icons = { "upload": "", "visibility-off": "", "visibility-on": "", - "warning": "" + "warning": "" }; export default icons; \ No newline at end of file diff --git a/docs/icons/react/DangerIcon.tsx b/docs/icons/react/DangerIcon.tsx new file mode 100644 index 0000000000..14b0034014 --- /dev/null +++ b/docs/icons/react/DangerIcon.tsx @@ -0,0 +1,16 @@ +/* eslint-disable */ +/* tslint:disable */ +import * as React from 'react'; +export interface DangerIconProps extends React.SVGAttributes { +size?: string | number; +} +const DangerIcon: React.FC = ({size, ...props}) => ( + + + +); +DangerIcon.displayName = 'DangerIcon'; +export default DangerIcon; +/* tslint:enable */ +/* eslint-enable */ diff --git a/docs/icons/react/LogoGoogleColoredIcon.tsx b/docs/icons/react/LogoGoogleColoredIcon.tsx index 778c0ea2a7..a0a599f733 100644 --- a/docs/icons/react/LogoGoogleColoredIcon.tsx +++ b/docs/icons/react/LogoGoogleColoredIcon.tsx @@ -8,11 +8,11 @@ const LogoGoogleColoredIcon: React.FC = ({size, ...p - - ); diff --git a/docs/icons/react/WarningIcon.tsx b/docs/icons/react/WarningIcon.tsx index 9675c6014a..f33a101a69 100644 --- a/docs/icons/react/WarningIcon.tsx +++ b/docs/icons/react/WarningIcon.tsx @@ -6,8 +6,8 @@ size?: string | number; } const WarningIcon: React.FC = ({size, ...props}) => ( - + ); WarningIcon.displayName = 'WarningIcon'; diff --git a/docs/icons/react/index.ts b/docs/icons/react/index.ts index 1fdc38fed8..da2a17b371 100644 --- a/docs/icons/react/index.ts +++ b/docs/icons/react/index.ts @@ -7,6 +7,7 @@ export {default as ChevronLeftIcon} from './ChevronLeftIcon'; export {default as ChevronRightIcon} from './ChevronRightIcon'; export {default as ChevronUpIcon} from './ChevronUpIcon'; export {default as CloseIcon} from './CloseIcon'; +export {default as DangerIcon} from './DangerIcon'; export {default as DownloadIcon} from './DownloadIcon'; export {default as EditIcon} from './EditIcon'; export {default as FileIcon} from './FileIcon'; diff --git a/docs/icons/svg/danger.svg b/docs/icons/svg/danger.svg new file mode 100644 index 0000000000..f54bb816f5 --- /dev/null +++ b/docs/icons/svg/danger.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/icons/svg/logo-google-colored.svg b/docs/icons/svg/logo-google-colored.svg index 1fb1e407e9..2209a04d87 100644 --- a/docs/icons/svg/logo-google-colored.svg +++ b/docs/icons/svg/logo-google-colored.svg @@ -1,6 +1,6 @@ - + - + diff --git a/docs/icons/svg/sprite.svg b/docs/icons/svg/sprite.svg index 7151b1942c..1c31284a2c 100644 --- a/docs/icons/svg/sprite.svg +++ b/docs/icons/svg/sprite.svg @@ -20,6 +20,9 @@ + + + @@ -49,9 +52,9 @@ - + - + @@ -101,6 +104,6 @@ - + \ No newline at end of file diff --git a/docs/icons/svg/warning.svg b/docs/icons/svg/warning.svg index 930140ae4b..75b3cc79e0 100644 --- a/docs/icons/svg/warning.svg +++ b/docs/icons/svg/warning.svg @@ -1,3 +1,3 @@ - + diff --git a/docs/index.html b/docs/index.html index 619e5df35d..4b4d8e46b8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -108,9 +108,6 @@

Modal -
  • - Offcanvas -
  • Pagination
  • diff --git a/docs/src/icons/index.html b/docs/src/icons/index.html index f4b0992088..8b6d45b2d7 100644 --- a/docs/src/icons/index.html +++ b/docs/src/icons/index.html @@ -111,6 +111,12 @@

    Icons

    close

    +
  • + + + +

    danger

    +