@dynamic-framework/ui-react 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +223 -21
- package/README.md +3 -15
- package/dist/css/dynamic-ui.css +3888 -1310
- package/dist/css/dynamic-ui.min.css +1 -1
- package/dist/index.esm.js +887 -555
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +941 -604
- package/dist/index.js.map +1 -1
- package/dist/types/components/DAlert.d.ts +16 -0
- package/dist/types/components/DBadge.d.ts +11 -0
- package/dist/types/components/DBoxFile.d.ts +3 -4
- package/dist/types/components/DButton.d.ts +21 -0
- package/dist/types/components/DCard.d.ts +2 -2
- package/dist/types/components/DCardAccount.d.ts +3 -3
- package/dist/types/components/DCardBody.d.ts +2 -2
- package/dist/types/components/DCardFooter.d.ts +2 -2
- package/dist/types/components/DCardHeader.d.ts +2 -2
- package/dist/types/components/DCarousel.d.ts +3 -3
- package/dist/types/components/DCarouselSlide.d.ts +1 -1
- package/dist/types/components/DChip.d.ts +10 -0
- package/dist/types/components/DCollapse.d.ts +4 -4
- package/dist/types/components/DCollapseIconText.d.ts +3 -4
- package/dist/types/components/DCurrencyText.d.ts +1 -1
- package/dist/types/components/DDatePicker.d.ts +5 -5
- package/dist/types/components/DDatePickerHeader.d.ts +4 -4
- package/dist/types/components/DDatePickerInput.d.ts +7 -7
- package/dist/types/components/DDatePickerTime.d.ts +6 -6
- package/dist/types/components/DFormikInput.d.ts +2 -2
- package/dist/types/components/DFormikInputCurrency.d.ts +1 -1
- package/dist/types/components/DFormikInputSelect.d.ts +3 -6
- package/dist/types/components/DIcon.d.ts +16 -0
- package/dist/types/components/DInput.d.ts +32 -0
- package/dist/types/components/DInputCheck.d.ts +15 -0
- package/dist/types/components/DInputCounter.d.ts +22 -0
- package/dist/types/components/DInputCurrency.d.ts +4 -8
- package/dist/types/components/DInputCurrencyBase.d.ts +24 -0
- package/dist/types/components/DInputPassword.d.ts +17 -0
- package/dist/types/components/DInputPin.d.ts +19 -0
- package/dist/types/components/DInputSearch.d.ts +19 -0
- package/dist/types/components/DInputSelect.d.ts +23 -0
- package/dist/types/components/DInputSwitch.d.ts +11 -0
- package/dist/types/components/DList.d.ts +4 -3
- package/dist/types/components/DListItem.d.ts +4 -4
- package/dist/types/components/DListItemMovement.d.ts +2 -2
- package/dist/types/components/DModal.d.ts +14 -0
- package/dist/types/components/DModalBody.d.ts +6 -0
- package/dist/types/components/DModalFooter.d.ts +6 -0
- package/dist/types/components/DModalHeader.d.ts +7 -0
- package/dist/types/components/DMonthPicker.d.ts +4 -4
- package/dist/types/components/DOffcanvas.d.ts +10 -0
- package/dist/types/components/DOffcanvasBody.d.ts +6 -0
- package/dist/types/components/DOffcanvasFooter.d.ts +6 -0
- package/dist/types/components/DOffcanvasHeader.d.ts +7 -0
- package/dist/types/components/DPaginator.d.ts +4 -4
- package/dist/types/components/DPopover.d.ts +3 -2
- package/dist/types/components/DProgress.d.ts +9 -0
- package/dist/types/components/DQuickActionButton.d.ts +22 -0
- package/dist/types/components/DQuickActionCheck.d.ts +13 -0
- package/dist/types/components/DQuickActionSelect.d.ts +12 -0
- package/dist/types/components/DQuickActionSwitch.d.ts +11 -0
- package/dist/types/components/DSkeleton.d.ts +2 -2
- package/dist/types/components/DStepper.d.ts +3 -3
- package/dist/types/components/DStepperDesktop.d.ts +2 -2
- package/dist/types/components/DStepperMobile.d.ts +2 -2
- package/dist/types/components/DTabContent.d.ts +1 -1
- package/dist/types/components/DTabs.d.ts +5 -5
- package/dist/types/components/DToastContainer.d.ts +2 -3
- package/dist/types/components/DTooltip.d.ts +2 -2
- package/dist/types/components/banking/{MPermissionGroup.d.ts → DPermissionGroup.d.ts} +2 -2
- package/dist/types/components/banking/DPermissionItem.d.ts +1 -1
- package/dist/types/components/banking/{MSummaryCard.d.ts → DSummaryCard.d.ts} +2 -2
- package/dist/types/components/banking/index.d.ts +2 -2
- package/dist/types/components/banking/interface.d.ts +1 -1
- package/dist/types/components/config.d.ts +5 -0
- package/dist/types/components/index.d.ts +46 -20
- package/dist/types/components/interface.d.ts +44 -0
- package/dist/types/contexts/ModalContext.d.ts +12 -12
- package/dist/types/contexts/OffcanvasContext.d.ts +12 -12
- package/dist/types/hooks/useScreenshot.d.ts +1 -1
- package/dist/types/hooks/useToast.d.ts +3 -3
- package/dist/types/stories/components/DBadge.stories.d.ts +1 -1
- package/dist/types/stories/components/DBoxFile.stories.d.ts +1 -1
- package/dist/types/stories/components/DButton.stories.d.ts +1 -1
- package/dist/types/stories/components/DChip.stories.d.ts +1 -1
- package/dist/types/stories/components/DCurrencyText.stories.d.ts +1 -1
- package/dist/types/stories/components/DDatePicker.stories.d.ts +1 -1
- package/dist/types/stories/components/DFormikInput.stories.d.ts +1 -1
- package/dist/types/stories/components/DFormikInputCurrency.stories.d.ts +1 -1
- package/dist/types/stories/components/DFormikInputSelect.stories.d.ts +1 -1
- package/dist/types/stories/components/DIcon.stories.d.ts +1 -1
- package/dist/types/stories/components/DInput.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputCheck.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputCounter.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputCurrency.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputCurrencyBase.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputPassword.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputPin.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputSearch.stories.d.ts +1 -1
- package/dist/types/stories/components/DInputSelect.stories.d.ts +7 -3
- package/dist/types/stories/components/DInputSwitch.stories.d.ts +1 -1
- package/dist/types/stories/components/DList.stories.d.ts +1 -1
- package/dist/types/stories/components/DListItem.stories.d.ts +1 -1
- package/dist/types/stories/components/DListItemMovement.stories.d.ts +1 -1
- package/dist/types/stories/components/DPaginator.stories.d.ts +1 -1
- package/dist/types/stories/components/DProgress.stories.d.ts +1 -1
- package/dist/types/stories/components/DQuickActionButton.stories.d.ts +1 -1
- package/dist/types/stories/components/DQuickActionCheck.stories.d.ts +1 -1
- package/dist/types/stories/components/DQuickActionSelect.stories.d.ts +1 -1
- package/dist/types/stories/components/DQuickActionSwitch.stories.d.ts +1 -1
- package/dist/types/stories/components/DSkeleton.stories.d.ts +1 -1
- package/dist/types/stories/components/DStepper.stories.d.ts +1 -1
- package/dist/types/stories/components/DStepperDesktop.stories.d.ts +1 -1
- package/dist/types/stories/components/DStepperMobile.stories.d.ts +1 -1
- package/dist/types/stories/components/DTooltip.stories.d.ts +1 -1
- package/dist/types/stories/hooks/useFormatCurrency.stories.d.ts +1 -1
- package/dist/types/stories/hooks/useModalContext.stories.d.ts +1 -1
- package/dist/types/stories/hooks/useOffcanvasContext.stories.d.ts +1 -1
- package/dist/types/stories/hooks/useToast.stories.d.ts +2 -2
- package/dist/types/stories/patterns/DAlert.stories.d.ts +1 -1
- package/dist/types/stories/{components → patterns}/DCard.stories.d.ts +1 -1
- package/dist/types/stories/{components → patterns}/DCardAccount.stories.d.ts +1 -1
- package/dist/types/stories/patterns/DCarousel.stories.d.ts +1 -1
- package/dist/types/stories/patterns/DCollapse.stories.d.ts +1 -1
- package/dist/types/stories/patterns/DCollapseIconText.stories.d.ts +1 -1
- package/dist/types/stories/patterns/DModal.stories.d.ts +1 -1
- package/dist/types/stories/patterns/DOffcanvas.stories.d.ts +1 -1
- package/dist/types/stories/patterns/DPopover.stories.d.ts +2 -1
- package/dist/types/stories/patterns/DTabs.stories.d.ts +1 -1
- package/dist/types/utils/format-currency.d.ts +2 -0
- package/dist/types/utils/index.d.ts +2 -1
- package/dist/types/utils/liquid-parser.d.ts +20 -0
- package/package.json +62 -49
- package/src/style/_shame.scss +4 -0
- package/src/style/abstracts/_+import.scss +14 -2
- package/src/style/abstracts/_funcions.scss +55 -0
- package/src/style/abstracts/_maps.scss +1 -0
- package/src/style/abstracts/_mixins.scss +133 -0
- package/src/style/abstracts/_utilities.scss +78 -0
- package/src/style/abstracts/variables/_+import.scss +159 -0
- package/src/style/abstracts/variables/_accordion.scss +35 -0
- package/src/style/abstracts/variables/_alerts.scss +27 -0
- package/src/style/abstracts/variables/_badges.scss +15 -0
- package/src/style/abstracts/variables/_body.scss +52 -0
- package/src/style/abstracts/variables/_border.scss +29 -0
- package/src/style/abstracts/variables/_box-shadow.scss +6 -0
- package/src/style/abstracts/variables/_breadcrumb.scss +15 -0
- package/src/style/abstracts/variables/_buttons.scss +55 -0
- package/src/style/abstracts/variables/_cards.scss +23 -0
- package/src/style/abstracts/variables/_carousel.scss +37 -0
- package/src/style/abstracts/variables/_chips.scss +13 -0
- package/src/style/abstracts/variables/_close.scss +16 -0
- package/src/style/abstracts/variables/_code.scss +16 -0
- package/src/style/abstracts/variables/_colors.scss +515 -0
- package/src/style/abstracts/variables/_cursors.scss +32 -0
- package/src/style/abstracts/variables/_dropdowns.scss +54 -0
- package/src/style/abstracts/variables/_figures.scss +6 -0
- package/src/style/abstracts/variables/_forms.scss +313 -0
- package/src/style/abstracts/variables/_grid.scss +41 -0
- package/src/style/abstracts/variables/_list-group.scss +43 -0
- package/src/style/abstracts/variables/_modals.scss +58 -0
- package/src/style/abstracts/variables/_navbar.scss +43 -0
- package/src/style/abstracts/variables/_navs.scss +44 -0
- package/src/style/abstracts/variables/_offcanvas.scss +20 -0
- package/src/style/abstracts/variables/_options.scss +24 -0
- package/src/style/abstracts/variables/_pagination.scss +41 -0
- package/src/style/abstracts/variables/_popovers.scss +31 -0
- package/src/style/abstracts/variables/_progress.scss +17 -0
- package/src/style/abstracts/variables/_quick-action-button.scss +31 -0
- package/src/style/abstracts/variables/_quick-action-check.scss +22 -0
- package/src/style/abstracts/variables/_quick-action-select.scss +16 -0
- package/src/style/abstracts/variables/_quick-action-switch.scss +21 -0
- package/src/style/abstracts/variables/_spacers.scss +28 -0
- package/src/style/abstracts/variables/_spinners.scss +13 -0
- package/src/style/abstracts/variables/_tables.scss +57 -0
- package/src/style/abstracts/variables/_thumbnails.scss +10 -0
- package/src/style/abstracts/variables/_toasts.scss +19 -0
- package/src/style/abstracts/variables/_tooltips.scss +29 -0
- package/src/style/abstracts/variables/_typography.scss +122 -0
- package/src/style/abstracts/variables/_z-index.scss +28 -0
- package/src/style/base/_+import.scss +15 -0
- package/src/style/base/_root.scss +248 -0
- package/src/style/base/_tables.scss +171 -0
- package/src/style/components/_+import.scss +44 -0
- package/src/style/components/_d-alert.scss +45 -0
- package/src/style/components/_d-badge.scss +26 -0
- package/src/style/components/_d-button.scss +191 -0
- package/src/style/components/_d-card-account.scss +1 -1
- package/src/style/components/_d-chip.scss +52 -0
- package/src/style/components/_d-icon.scss +32 -0
- package/src/style/components/_d-input-check.scss +20 -0
- package/src/style/components/_d-input-pin.scss +121 -0
- package/src/style/components/_d-input-select.scss +20 -0
- package/src/style/components/_d-input-switch.scss +58 -0
- package/src/style/components/_d-input.scss +168 -0
- package/src/style/components/_d-modal.scss +55 -0
- package/src/style/components/_d-offcanvas.scss +45 -0
- package/src/style/components/_d-popover.scss +4 -1
- package/src/style/components/_d-progress.scss +9 -0
- package/src/style/components/_d-quick-action-button.scss +111 -0
- package/src/style/components/_d-quick-action-check.scss +74 -0
- package/src/style/components/_d-quick-action-select.scss +56 -0
- package/src/style/components/_d-quick-action-switch.scss +71 -0
- package/src/style/dynamic-root.scss +5 -1
- package/src/style/dynamic-ui.scss +13 -1
- package/src/style/helpers/_+import.scss +13 -0
- package/src/style/helpers/_color-bg.scss +7 -0
- package/dist/css/dynamic-ui-all.css +0 -16620
- package/dist/css/dynamic-ui-all.min.css +0 -1
- package/dist/css/dynamic-ui-react.css +0 -1919
- package/dist/css/dynamic-ui-react.min.css +0 -1
- package/dist/types/components/proxies.d.ts +0 -23
- package/dist/types/components/react-component-lib/createComponent.d.ts +0 -10
- package/dist/types/components/react-component-lib/createOverlayComponent.d.ts +0 -21
- package/dist/types/components/react-component-lib/index.d.ts +0 -2
- package/dist/types/components/react-component-lib/interfaces.d.ts +0 -29
- package/dist/types/components/react-component-lib/utils/attachProps.d.ts +0 -16
- package/dist/types/components/react-component-lib/utils/case.d.ts +0 -2
- package/dist/types/components/react-component-lib/utils/dev.d.ts +0 -2
- package/dist/types/components/react-component-lib/utils/index.d.ts +0 -10
- package/src/style/dynamic-ui-all.scss +0 -3
- package/src/style/dynamic-ui-react.scss +0 -7
- /package/dist/types/stories/{constants.d.ts → config/constants.d.ts} +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Cards
|
|
2
|
+
|
|
3
|
+
// scss-docs-start card-variables
|
|
4
|
+
$card-spacer-y: $spacer !default;
|
|
5
|
+
$card-spacer-x: $spacer !default;
|
|
6
|
+
$card-title-spacer-y: $spacer * .5 !default;
|
|
7
|
+
$card-title-color: null !default;
|
|
8
|
+
$card-subtitle-color: null !default;
|
|
9
|
+
$card-border-width: var(--#{$prefix}border-width) !default;
|
|
10
|
+
$card-border-color: var(--#{$prefix}border-color-translucent) !default;
|
|
11
|
+
$card-border-radius: var(--#{$prefix}border-radius) !default;
|
|
12
|
+
$card-box-shadow: var(--#{$prefix}box-shadow-sm) !default;
|
|
13
|
+
$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
|
|
14
|
+
$card-cap-padding-y: $card-spacer-y * .5 !default;
|
|
15
|
+
$card-cap-padding-x: $card-spacer-x !default;
|
|
16
|
+
$card-cap-bg: rgba(var(--#{$prefix}body-color-rgb), .03) !default;
|
|
17
|
+
$card-cap-color: null !default;
|
|
18
|
+
$card-height: null !default;
|
|
19
|
+
$card-color: null !default;
|
|
20
|
+
$card-bg: var(--#{$prefix}body-bg) !default;
|
|
21
|
+
$card-img-overlay-padding: $spacer !default;
|
|
22
|
+
$card-group-margin: $grid-gutter-width * .5 !default;
|
|
23
|
+
// scss-docs-end card-variables
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Carousel
|
|
2
|
+
|
|
3
|
+
// scss-docs-start carousel-variables
|
|
4
|
+
$carousel-control-color: var(--#{$prefix}white) !default;
|
|
5
|
+
$carousel-control-width: 15% !default;
|
|
6
|
+
$carousel-control-opacity: .5 !default;
|
|
7
|
+
$carousel-control-hover-opacity: .9 !default;
|
|
8
|
+
$carousel-control-transition: opacity .15s ease !default;
|
|
9
|
+
|
|
10
|
+
$carousel-indicator-width: 30px !default;
|
|
11
|
+
$carousel-indicator-height: 3px !default;
|
|
12
|
+
$carousel-indicator-hit-area-height: 10px !default;
|
|
13
|
+
$carousel-indicator-spacer: 3px !default;
|
|
14
|
+
$carousel-indicator-opacity: .5 !default;
|
|
15
|
+
$carousel-indicator-active-bg: var(--#{$prefix}white) !default;
|
|
16
|
+
$carousel-indicator-active-opacity: 1 !default;
|
|
17
|
+
$carousel-indicator-transition: opacity .6s ease !default;
|
|
18
|
+
|
|
19
|
+
$carousel-caption-width: 70% !default;
|
|
20
|
+
$carousel-caption-color: var(--#{$prefix}white) !default;
|
|
21
|
+
$carousel-caption-padding-y: 1.25rem !default;
|
|
22
|
+
$carousel-caption-spacer: 1.25rem !default;
|
|
23
|
+
|
|
24
|
+
$carousel-control-icon-width: 2rem !default;
|
|
25
|
+
|
|
26
|
+
$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>") !default;
|
|
27
|
+
$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") !default;
|
|
28
|
+
|
|
29
|
+
$carousel-transition-duration: .6s !default;
|
|
30
|
+
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
|
31
|
+
// scss-docs-end carousel-variables
|
|
32
|
+
|
|
33
|
+
// scss-docs-start carousel-dark-variables
|
|
34
|
+
$carousel-dark-indicator-active-bg: var(--#{$prefix}black) !default;
|
|
35
|
+
$carousel-dark-caption-color: var(--#{$prefix}black) !default;
|
|
36
|
+
$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
|
|
37
|
+
// scss-docs-end carousel-dark-variables
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Badges
|
|
2
|
+
|
|
3
|
+
// scss-docs-start chip-variables
|
|
4
|
+
$chip-gap: $spacer-1 !default;
|
|
5
|
+
$chip-bg: var(--#{$prefix}white) !default;
|
|
6
|
+
$chip-color: var(--#{$prefix}gray-900) !default;
|
|
7
|
+
$chip-border-radius: $border-radius-pill !default;
|
|
8
|
+
$chip-padding-x: $spacer-2 !default;
|
|
9
|
+
$chip-padding-y: $spacer-1 !default;
|
|
10
|
+
$chip-font-size: $small-font-size !default;
|
|
11
|
+
$chip-font-weight: $font-weight-bold !default;
|
|
12
|
+
$chip-line-height: $line-height-base * 1rem !default;
|
|
13
|
+
// scss-docs-end chip-variables
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Close
|
|
2
|
+
|
|
3
|
+
// scss-docs-start close-variables
|
|
4
|
+
$btn-close-width: auto !default;
|
|
5
|
+
$btn-close-height: auto !default;
|
|
6
|
+
$btn-close-padding-x: 0 !default;
|
|
7
|
+
$btn-close-padding-y: 0 !default;
|
|
8
|
+
$btn-close-color: var(--#{$prefix}black) !default;
|
|
9
|
+
$btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") !default;
|
|
10
|
+
$btn-close-focus-shadow: none !default;
|
|
11
|
+
$btn-close-opacity: 1 !default;
|
|
12
|
+
$btn-close-hover-opacity: 1 !default;
|
|
13
|
+
$btn-close-focus-opacity: 1 !default;
|
|
14
|
+
$btn-close-disabled-opacity: .25 !default;
|
|
15
|
+
$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;
|
|
16
|
+
// scss-docs-end close-variables
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Code
|
|
2
|
+
|
|
3
|
+
$code-font-size: $small-font-size !default;
|
|
4
|
+
// custom
|
|
5
|
+
$code-color-mapping: "primary" !default;
|
|
6
|
+
$code-color: map-get($all-colors, $code-color-mapping) !default;
|
|
7
|
+
// end custom
|
|
8
|
+
|
|
9
|
+
$kbd-padding-y: .1875rem !default;
|
|
10
|
+
$kbd-padding-x: .375rem !default;
|
|
11
|
+
$kbd-font-size: $code-font-size !default;
|
|
12
|
+
$kbd-color: var(--#{$prefix}body-bg) !default;
|
|
13
|
+
$kbd-bg: var(--#{$prefix}body-color) !default;
|
|
14
|
+
$nested-kbd-font-weight: null !default; // Deprecated in v5.2.0, removing in v6
|
|
15
|
+
|
|
16
|
+
$pre-color: null !default;
|
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
// Color system
|
|
2
|
+
|
|
3
|
+
// scss-docs-start gray-color-variables
|
|
4
|
+
$white: #fff !default;
|
|
5
|
+
$gray-100: #f7f7ff !default;
|
|
6
|
+
$gray-200: #e6e6f3 !default;
|
|
7
|
+
$gray-300: #d5d4e6 !default;
|
|
8
|
+
$gray-400: #a1a1b5 !default;
|
|
9
|
+
$gray-500: #6d6d82 !default;
|
|
10
|
+
$gray-600: #616173 !default;
|
|
11
|
+
$gray-700: #555564 !default;
|
|
12
|
+
$gray-800: #363744 !default;
|
|
13
|
+
$gray-900: #161723 !default;
|
|
14
|
+
$black: #000 !default;
|
|
15
|
+
// scss-docs-end gray-color-variables
|
|
16
|
+
|
|
17
|
+
// fusv-disable
|
|
18
|
+
// scss-docs-start gray-colors-map
|
|
19
|
+
$grays: (
|
|
20
|
+
"100": $gray-100,
|
|
21
|
+
"200": $gray-200,
|
|
22
|
+
"300": $gray-300,
|
|
23
|
+
"400": $gray-400,
|
|
24
|
+
"500": $gray-500,
|
|
25
|
+
"600": $gray-600,
|
|
26
|
+
"700": $gray-700,
|
|
27
|
+
"800": $gray-800,
|
|
28
|
+
"900": $gray-900
|
|
29
|
+
) !default;
|
|
30
|
+
// scss-docs-end gray-colors-map
|
|
31
|
+
// fusv-enable
|
|
32
|
+
|
|
33
|
+
// scss-docs-start color-variables
|
|
34
|
+
$blue: #366ddb !default;
|
|
35
|
+
$indigo: #4848b7 !default;
|
|
36
|
+
$purple: #525298 !default;
|
|
37
|
+
$pink: #e60063 !default;
|
|
38
|
+
$red: #d81b60 !default;
|
|
39
|
+
$orange: #d32f2f !default;
|
|
40
|
+
$yellow: #fbc02d !default;
|
|
41
|
+
$green: #028759 !default;
|
|
42
|
+
$teal: #20c997 !default;
|
|
43
|
+
$cyan: #0dcaf0 !default;
|
|
44
|
+
// scss-docs-end color-variables
|
|
45
|
+
|
|
46
|
+
// scss-docs-start colors-map
|
|
47
|
+
$colors: (
|
|
48
|
+
"blue": $blue,
|
|
49
|
+
"indigo": $indigo,
|
|
50
|
+
"purple": $purple,
|
|
51
|
+
"pink": $pink,
|
|
52
|
+
"red": $red,
|
|
53
|
+
"orange": $orange,
|
|
54
|
+
"yellow": $yellow,
|
|
55
|
+
"green": $green,
|
|
56
|
+
"teal": $teal,
|
|
57
|
+
"cyan": $cyan,
|
|
58
|
+
"black": $black,
|
|
59
|
+
"white": $white,
|
|
60
|
+
"gray": $gray-500,
|
|
61
|
+
"gray-dark": $gray-800,
|
|
62
|
+
) !default;
|
|
63
|
+
// scss-docs-end colors-map
|
|
64
|
+
|
|
65
|
+
// custom
|
|
66
|
+
// TODO: check this.
|
|
67
|
+
$bg-gray-soft: #fafafa !default;
|
|
68
|
+
$bg-primary-soft: #fff9fa !default;
|
|
69
|
+
$bg-secondary-soft: #fbfaff !default;
|
|
70
|
+
|
|
71
|
+
$bg-soft-colors: (
|
|
72
|
+
"gray-soft": $bg-gray-soft,
|
|
73
|
+
"primary-soft": $bg-primary-soft,
|
|
74
|
+
"secondary-soft": $bg-secondary-soft,
|
|
75
|
+
) !default;
|
|
76
|
+
// end custom
|
|
77
|
+
|
|
78
|
+
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
79
|
+
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
80
|
+
$min-contrast-ratio: 4.5 !default;
|
|
81
|
+
|
|
82
|
+
// Customize the light and dark text colors for use in our color contrast function.
|
|
83
|
+
$color-contrast-dark: $gray-900 !default;
|
|
84
|
+
$color-contrast-light: $white !default;
|
|
85
|
+
|
|
86
|
+
// fusv-disable
|
|
87
|
+
$blue-100: tint-color($blue, 80%) !default;
|
|
88
|
+
$blue-200: tint-color($blue, 60%) !default;
|
|
89
|
+
$blue-300: tint-color($blue, 40%) !default;
|
|
90
|
+
$blue-400: tint-color($blue, 20%) !default;
|
|
91
|
+
$blue-500: $blue !default;
|
|
92
|
+
$blue-600: shade-color($blue, 20%) !default;
|
|
93
|
+
$blue-700: shade-color($blue, 40%) !default;
|
|
94
|
+
$blue-800: shade-color($blue, 60%) !default;
|
|
95
|
+
$blue-900: shade-color($blue, 80%) !default;
|
|
96
|
+
|
|
97
|
+
$indigo-100: tint-color($indigo, 80%) !default;
|
|
98
|
+
$indigo-200: tint-color($indigo, 60%) !default;
|
|
99
|
+
$indigo-300: tint-color($indigo, 40%) !default;
|
|
100
|
+
$indigo-400: tint-color($indigo, 20%) !default;
|
|
101
|
+
$indigo-500: $indigo !default;
|
|
102
|
+
$indigo-600: shade-color($indigo, 20%) !default;
|
|
103
|
+
$indigo-700: shade-color($indigo, 40%) !default;
|
|
104
|
+
$indigo-800: shade-color($indigo, 60%) !default;
|
|
105
|
+
$indigo-900: shade-color($indigo, 80%) !default;
|
|
106
|
+
|
|
107
|
+
$purple-100: tint-color($purple, 80%) !default;
|
|
108
|
+
$purple-200: tint-color($purple, 60%) !default;
|
|
109
|
+
$purple-300: tint-color($purple, 40%) !default;
|
|
110
|
+
$purple-400: tint-color($purple, 20%) !default;
|
|
111
|
+
$purple-500: $purple !default;
|
|
112
|
+
$purple-600: shade-color($purple, 20%) !default;
|
|
113
|
+
$purple-700: shade-color($purple, 40%) !default;
|
|
114
|
+
$purple-800: shade-color($purple, 60%) !default;
|
|
115
|
+
$purple-900: shade-color($purple, 80%) !default;
|
|
116
|
+
|
|
117
|
+
$pink-100: tint-color($pink, 80%) !default;
|
|
118
|
+
$pink-200: tint-color($pink, 60%) !default;
|
|
119
|
+
$pink-300: tint-color($pink, 40%) !default;
|
|
120
|
+
$pink-400: tint-color($pink, 20%) !default;
|
|
121
|
+
$pink-500: $pink !default;
|
|
122
|
+
$pink-600: shade-color($pink, 20%) !default;
|
|
123
|
+
$pink-700: shade-color($pink, 40%) !default;
|
|
124
|
+
$pink-800: shade-color($pink, 60%) !default;
|
|
125
|
+
$pink-900: shade-color($pink, 80%) !default;
|
|
126
|
+
|
|
127
|
+
$red-100: tint-color($red, 80%) !default;
|
|
128
|
+
$red-200: tint-color($red, 60%) !default;
|
|
129
|
+
$red-300: tint-color($red, 40%) !default;
|
|
130
|
+
$red-400: tint-color($red, 20%) !default;
|
|
131
|
+
$red-500: $red !default;
|
|
132
|
+
$red-600: shade-color($red, 20%) !default;
|
|
133
|
+
$red-700: shade-color($red, 40%) !default;
|
|
134
|
+
$red-800: shade-color($red, 60%) !default;
|
|
135
|
+
$red-900: shade-color($red, 80%) !default;
|
|
136
|
+
|
|
137
|
+
$orange-100: tint-color($orange, 80%) !default;
|
|
138
|
+
$orange-200: tint-color($orange, 60%) !default;
|
|
139
|
+
$orange-300: tint-color($orange, 40%) !default;
|
|
140
|
+
$orange-400: tint-color($orange, 20%) !default;
|
|
141
|
+
$orange-500: $orange !default;
|
|
142
|
+
$orange-600: shade-color($orange, 20%) !default;
|
|
143
|
+
$orange-700: shade-color($orange, 40%) !default;
|
|
144
|
+
$orange-800: shade-color($orange, 60%) !default;
|
|
145
|
+
$orange-900: shade-color($orange, 80%) !default;
|
|
146
|
+
|
|
147
|
+
$yellow-100: tint-color($yellow, 80%) !default;
|
|
148
|
+
$yellow-200: tint-color($yellow, 60%) !default;
|
|
149
|
+
$yellow-300: tint-color($yellow, 40%) !default;
|
|
150
|
+
$yellow-400: tint-color($yellow, 20%) !default;
|
|
151
|
+
$yellow-500: $yellow !default;
|
|
152
|
+
$yellow-600: shade-color($yellow, 20%) !default;
|
|
153
|
+
$yellow-700: shade-color($yellow, 40%) !default;
|
|
154
|
+
$yellow-800: shade-color($yellow, 60%) !default;
|
|
155
|
+
$yellow-900: shade-color($yellow, 80%) !default;
|
|
156
|
+
|
|
157
|
+
$green-100: tint-color($green, 80%) !default;
|
|
158
|
+
$green-200: tint-color($green, 60%) !default;
|
|
159
|
+
$green-300: tint-color($green, 40%) !default;
|
|
160
|
+
$green-400: tint-color($green, 20%) !default;
|
|
161
|
+
$green-500: $green !default;
|
|
162
|
+
$green-600: shade-color($green, 20%) !default;
|
|
163
|
+
$green-700: shade-color($green, 40%) !default;
|
|
164
|
+
$green-800: shade-color($green, 60%) !default;
|
|
165
|
+
$green-900: shade-color($green, 80%) !default;
|
|
166
|
+
|
|
167
|
+
$teal-100: tint-color($teal, 80%) !default;
|
|
168
|
+
$teal-200: tint-color($teal, 60%) !default;
|
|
169
|
+
$teal-300: tint-color($teal, 40%) !default;
|
|
170
|
+
$teal-400: tint-color($teal, 20%) !default;
|
|
171
|
+
$teal-500: $teal !default;
|
|
172
|
+
$teal-600: shade-color($teal, 20%) !default;
|
|
173
|
+
$teal-700: shade-color($teal, 40%) !default;
|
|
174
|
+
$teal-800: shade-color($teal, 60%) !default;
|
|
175
|
+
$teal-900: shade-color($teal, 80%) !default;
|
|
176
|
+
|
|
177
|
+
$cyan-100: tint-color($cyan, 80%) !default;
|
|
178
|
+
$cyan-200: tint-color($cyan, 60%) !default;
|
|
179
|
+
$cyan-300: tint-color($cyan, 40%) !default;
|
|
180
|
+
$cyan-400: tint-color($cyan, 20%) !default;
|
|
181
|
+
$cyan-500: $cyan !default;
|
|
182
|
+
$cyan-600: shade-color($cyan, 20%) !default;
|
|
183
|
+
$cyan-700: shade-color($cyan, 40%) !default;
|
|
184
|
+
$cyan-800: shade-color($cyan, 60%) !default;
|
|
185
|
+
$cyan-900: shade-color($cyan, 80%) !default;
|
|
186
|
+
|
|
187
|
+
$blues: (
|
|
188
|
+
"blue-100": $blue-100,
|
|
189
|
+
"blue-200": $blue-200,
|
|
190
|
+
"blue-300": $blue-300,
|
|
191
|
+
"blue-400": $blue-400,
|
|
192
|
+
"blue-500": $blue-500,
|
|
193
|
+
"blue-600": $blue-600,
|
|
194
|
+
"blue-700": $blue-700,
|
|
195
|
+
"blue-800": $blue-800,
|
|
196
|
+
"blue-900": $blue-900
|
|
197
|
+
) !default;
|
|
198
|
+
|
|
199
|
+
$indigos: (
|
|
200
|
+
"indigo-100": $indigo-100,
|
|
201
|
+
"indigo-200": $indigo-200,
|
|
202
|
+
"indigo-300": $indigo-300,
|
|
203
|
+
"indigo-400": $indigo-400,
|
|
204
|
+
"indigo-500": $indigo-500,
|
|
205
|
+
"indigo-600": $indigo-600,
|
|
206
|
+
"indigo-700": $indigo-700,
|
|
207
|
+
"indigo-800": $indigo-800,
|
|
208
|
+
"indigo-900": $indigo-900
|
|
209
|
+
) !default;
|
|
210
|
+
|
|
211
|
+
$purples: (
|
|
212
|
+
"purple-100": $purple-100,
|
|
213
|
+
"purple-200": $purple-200,
|
|
214
|
+
"purple-300": $purple-300,
|
|
215
|
+
"purple-400": $purple-400,
|
|
216
|
+
"purple-500": $purple-500,
|
|
217
|
+
"purple-600": $purple-600,
|
|
218
|
+
"purple-700": $purple-700,
|
|
219
|
+
"purple-800": $purple-800,
|
|
220
|
+
"purple-900": $purple-900
|
|
221
|
+
) !default;
|
|
222
|
+
|
|
223
|
+
$pinks: (
|
|
224
|
+
"pink-100": $pink-100,
|
|
225
|
+
"pink-200": $pink-200,
|
|
226
|
+
"pink-300": $pink-300,
|
|
227
|
+
"pink-400": $pink-400,
|
|
228
|
+
"pink-500": $pink-500,
|
|
229
|
+
"pink-600": $pink-600,
|
|
230
|
+
"pink-700": $pink-700,
|
|
231
|
+
"pink-800": $pink-800,
|
|
232
|
+
"pink-900": $pink-900
|
|
233
|
+
) !default;
|
|
234
|
+
|
|
235
|
+
$reds: (
|
|
236
|
+
"red-100": $red-100,
|
|
237
|
+
"red-200": $red-200,
|
|
238
|
+
"red-300": $red-300,
|
|
239
|
+
"red-400": $red-400,
|
|
240
|
+
"red-500": $red-500,
|
|
241
|
+
"red-600": $red-600,
|
|
242
|
+
"red-700": $red-700,
|
|
243
|
+
"red-800": $red-800,
|
|
244
|
+
"red-900": $red-900
|
|
245
|
+
) !default;
|
|
246
|
+
|
|
247
|
+
$oranges: (
|
|
248
|
+
"orange-100": $orange-100,
|
|
249
|
+
"orange-200": $orange-200,
|
|
250
|
+
"orange-300": $orange-300,
|
|
251
|
+
"orange-400": $orange-400,
|
|
252
|
+
"orange-500": $orange-500,
|
|
253
|
+
"orange-600": $orange-600,
|
|
254
|
+
"orange-700": $orange-700,
|
|
255
|
+
"orange-800": $orange-800,
|
|
256
|
+
"orange-900": $orange-900
|
|
257
|
+
) !default;
|
|
258
|
+
|
|
259
|
+
$yellows: (
|
|
260
|
+
"yellow-100": $yellow-100,
|
|
261
|
+
"yellow-200": $yellow-200,
|
|
262
|
+
"yellow-300": $yellow-300,
|
|
263
|
+
"yellow-400": $yellow-400,
|
|
264
|
+
"yellow-500": $yellow-500,
|
|
265
|
+
"yellow-600": $yellow-600,
|
|
266
|
+
"yellow-700": $yellow-700,
|
|
267
|
+
"yellow-800": $yellow-800,
|
|
268
|
+
"yellow-900": $yellow-900
|
|
269
|
+
) !default;
|
|
270
|
+
|
|
271
|
+
$greens: (
|
|
272
|
+
"green-100": $green-100,
|
|
273
|
+
"green-200": $green-200,
|
|
274
|
+
"green-300": $green-300,
|
|
275
|
+
"green-400": $green-400,
|
|
276
|
+
"green-500": $green-500,
|
|
277
|
+
"green-600": $green-600,
|
|
278
|
+
"green-700": $green-700,
|
|
279
|
+
"green-800": $green-800,
|
|
280
|
+
"green-900": $green-900
|
|
281
|
+
) !default;
|
|
282
|
+
|
|
283
|
+
$teals: (
|
|
284
|
+
"teal-100": $teal-100,
|
|
285
|
+
"teal-200": $teal-200,
|
|
286
|
+
"teal-300": $teal-300,
|
|
287
|
+
"teal-400": $teal-400,
|
|
288
|
+
"teal-500": $teal-500,
|
|
289
|
+
"teal-600": $teal-600,
|
|
290
|
+
"teal-700": $teal-700,
|
|
291
|
+
"teal-800": $teal-800,
|
|
292
|
+
"teal-900": $teal-900
|
|
293
|
+
) !default;
|
|
294
|
+
|
|
295
|
+
$cyans: (
|
|
296
|
+
"cyan-100": $cyan-100,
|
|
297
|
+
"cyan-200": $cyan-200,
|
|
298
|
+
"cyan-300": $cyan-300,
|
|
299
|
+
"cyan-400": $cyan-400,
|
|
300
|
+
"cyan-500": $cyan-500,
|
|
301
|
+
"cyan-600": $cyan-600,
|
|
302
|
+
"cyan-700": $cyan-700,
|
|
303
|
+
"cyan-800": $cyan-800,
|
|
304
|
+
"cyan-900": $cyan-900
|
|
305
|
+
) !default;
|
|
306
|
+
// fusv-enable
|
|
307
|
+
|
|
308
|
+
// custom
|
|
309
|
+
// theme <- colors mapping.
|
|
310
|
+
$theme-colors-mapping: (
|
|
311
|
+
"primary": "red",
|
|
312
|
+
"secondary": "indigo",
|
|
313
|
+
"success": "green",
|
|
314
|
+
"info": "blue",
|
|
315
|
+
"warning": "yellow",
|
|
316
|
+
"danger": "orange",
|
|
317
|
+
"light": "gray-100",
|
|
318
|
+
"dark": "gray-900"
|
|
319
|
+
) !default;
|
|
320
|
+
// end custom
|
|
321
|
+
|
|
322
|
+
// scss-docs-start theme-color-variables
|
|
323
|
+
$primary: $red !default;
|
|
324
|
+
$secondary: $indigo !default;
|
|
325
|
+
$success: $green !default;
|
|
326
|
+
$info: $blue !default;
|
|
327
|
+
$warning: $yellow !default;
|
|
328
|
+
$danger: $orange !default;
|
|
329
|
+
$light: $gray-100 !default;
|
|
330
|
+
$dark: $gray-900 !default;
|
|
331
|
+
// scss-docs-end theme-color-variables
|
|
332
|
+
|
|
333
|
+
// scss-docs-start theme-colors-map
|
|
334
|
+
$theme-colors: (
|
|
335
|
+
"primary": $primary,
|
|
336
|
+
"secondary": $secondary,
|
|
337
|
+
"success": $success,
|
|
338
|
+
"info": $info,
|
|
339
|
+
"warning": $warning,
|
|
340
|
+
"danger": $danger,
|
|
341
|
+
"light": $light,
|
|
342
|
+
"dark": $dark
|
|
343
|
+
) !default;
|
|
344
|
+
// scss-docs-end theme-colors-map
|
|
345
|
+
|
|
346
|
+
// TODO: check this.
|
|
347
|
+
$state-colors: (
|
|
348
|
+
"success": $success,
|
|
349
|
+
"info": $info,
|
|
350
|
+
"warning": $warning,
|
|
351
|
+
"danger": $danger,
|
|
352
|
+
) !default;
|
|
353
|
+
|
|
354
|
+
// scss-docs-start theme-text-variables
|
|
355
|
+
$primary-text-emphasis: var(--#{$prefix}primary-600) !default;
|
|
356
|
+
$secondary-text-emphasis: var(--#{$prefix}secondary-600) !default;
|
|
357
|
+
$success-text-emphasis: var(--#{$prefix}success-600) !default;
|
|
358
|
+
$info-text-emphasis: var(--#{$prefix}info-600) !default;
|
|
359
|
+
$warning-text-emphasis: var(--#{$prefix}warning-600) !default;
|
|
360
|
+
$danger-text-emphasis: var(--#{$prefix}danger-600) !default;
|
|
361
|
+
$light-text-emphasis: var(--#{$prefix}gray-600) !default;
|
|
362
|
+
$dark-text-emphasis: var(--#{$prefix}gray-600) !default;
|
|
363
|
+
// scss-docs-end theme-text-variables
|
|
364
|
+
|
|
365
|
+
// scss-docs-start theme-bg-subtle-variables
|
|
366
|
+
$primary-bg-subtle: var(--#{$prefix}primary-100) !default;
|
|
367
|
+
$secondary-bg-subtle: var(--#{$prefix}secondary-100) !default;
|
|
368
|
+
$success-bg-subtle: var(--#{$prefix}success-100) !default;
|
|
369
|
+
$info-bg-subtle: var(--#{$prefix}info-100) !default;
|
|
370
|
+
$warning-bg-subtle: var(--#{$prefix}warning-100) !default;
|
|
371
|
+
$danger-bg-subtle: var(--#{$prefix}danger-100) !default;
|
|
372
|
+
$light-bg-subtle: var(--#{$prefix}gray-100) !default;
|
|
373
|
+
$dark-bg-subtle: var(--#{$prefix}gray-400) !default;
|
|
374
|
+
// scss-docs-end theme-bg-subtle-variables
|
|
375
|
+
|
|
376
|
+
// scss-docs-start theme-border-subtle-variables
|
|
377
|
+
$primary-border-subtle: var(--#{$prefix}primary-100) !default;
|
|
378
|
+
$secondary-border-subtle: var(--#{$prefix}secondary-100) !default;
|
|
379
|
+
$success-border-subtle: var(--#{$prefix}success-100) !default;
|
|
380
|
+
$info-border-subtle: var(--#{$prefix}info-100) !default;
|
|
381
|
+
$warning-border-subtle: var(--#{$prefix}warning-100) !default;
|
|
382
|
+
$danger-border-subtle: var(--#{$prefix}danger-100) !default;
|
|
383
|
+
$light-border-subtle: var(--#{$prefix}gray-100) !default;
|
|
384
|
+
$dark-border-subtle: var(--#{$prefix}gray-400) !default;
|
|
385
|
+
// scss-docs-end theme-border-subtle-variables
|
|
386
|
+
|
|
387
|
+
$primary-100: $red-100 !default;
|
|
388
|
+
$primary-200: $red-200 !default;
|
|
389
|
+
$primary-300: $red-300 !default;
|
|
390
|
+
$primary-400: $red-400 !default;
|
|
391
|
+
$primary-500: $red-500 !default;
|
|
392
|
+
$primary-600: $red-600 !default;
|
|
393
|
+
$primary-700: $red-700 !default;
|
|
394
|
+
$primary-800: $red-800 !default;
|
|
395
|
+
$primary-900: $red-900 !default;
|
|
396
|
+
|
|
397
|
+
$secondary-100: $indigo-100 !default;
|
|
398
|
+
$secondary-200: $indigo-200 !default;
|
|
399
|
+
$secondary-300: $indigo-300 !default;
|
|
400
|
+
$secondary-400: $indigo-400 !default;
|
|
401
|
+
$secondary-500: $indigo-500 !default;
|
|
402
|
+
$secondary-600: $indigo-600 !default;
|
|
403
|
+
$secondary-700: $indigo-700 !default;
|
|
404
|
+
$secondary-800: $indigo-800 !default;
|
|
405
|
+
$secondary-900: $indigo-900 !default;
|
|
406
|
+
|
|
407
|
+
$success-100: $green-100 !default;
|
|
408
|
+
$success-200: $green-200 !default;
|
|
409
|
+
$success-300: $green-300 !default;
|
|
410
|
+
$success-400: $green-400 !default;
|
|
411
|
+
$success-500: $green-500 !default;
|
|
412
|
+
$success-600: $green-600 !default;
|
|
413
|
+
$success-700: $green-700 !default;
|
|
414
|
+
$success-800: $green-800 !default;
|
|
415
|
+
$success-900: $green-900 !default;
|
|
416
|
+
|
|
417
|
+
$info-100: $blue-100 !default;
|
|
418
|
+
$info-200: $blue-200 !default;
|
|
419
|
+
$info-300: $blue-300 !default;
|
|
420
|
+
$info-400: $blue-400 !default;
|
|
421
|
+
$info-500: $blue-500 !default;
|
|
422
|
+
$info-600: $blue-600 !default;
|
|
423
|
+
$info-700: $blue-700 !default;
|
|
424
|
+
$info-800: $blue-800 !default;
|
|
425
|
+
$info-900: $blue-900 !default;
|
|
426
|
+
|
|
427
|
+
$warning-100: $yellow-100 !default;
|
|
428
|
+
$warning-200: $yellow-200 !default;
|
|
429
|
+
$warning-300: $yellow-300 !default;
|
|
430
|
+
$warning-400: $yellow-400 !default;
|
|
431
|
+
$warning-500: $yellow-500 !default;
|
|
432
|
+
$warning-600: $yellow-600 !default;
|
|
433
|
+
$warning-700: $yellow-700 !default;
|
|
434
|
+
$warning-800: $yellow-800 !default;
|
|
435
|
+
$warning-900: $yellow-900 !default;
|
|
436
|
+
|
|
437
|
+
$danger-100: $orange-100 !default;
|
|
438
|
+
$danger-200: $orange-200 !default;
|
|
439
|
+
$danger-300: $orange-300 !default;
|
|
440
|
+
$danger-400: $orange-400 !default;
|
|
441
|
+
$danger-500: $orange-500 !default;
|
|
442
|
+
$danger-600: $orange-600 !default;
|
|
443
|
+
$danger-700: $orange-700 !default;
|
|
444
|
+
$danger-800: $orange-800 !default;
|
|
445
|
+
$danger-900: $orange-900 !default;
|
|
446
|
+
|
|
447
|
+
$theme-colors-palletes: (
|
|
448
|
+
"primary-100": $primary-100,
|
|
449
|
+
"primary-200": $primary-200,
|
|
450
|
+
"primary-300": $primary-300,
|
|
451
|
+
"primary-400": $primary-400,
|
|
452
|
+
"primary-500": $primary-500,
|
|
453
|
+
"primary-600": $primary-600,
|
|
454
|
+
"primary-700": $primary-700,
|
|
455
|
+
"primary-800": $primary-800,
|
|
456
|
+
"primary-900": $primary-900,
|
|
457
|
+
"secondary-100": $secondary-100,
|
|
458
|
+
"secondary-200": $secondary-200,
|
|
459
|
+
"secondary-300": $secondary-300,
|
|
460
|
+
"secondary-400": $secondary-400,
|
|
461
|
+
"secondary-500": $secondary-500,
|
|
462
|
+
"secondary-600": $secondary-600,
|
|
463
|
+
"secondary-700": $secondary-700,
|
|
464
|
+
"secondary-800": $secondary-800,
|
|
465
|
+
"secondary-900": $secondary-900,
|
|
466
|
+
"success-100": $success-100,
|
|
467
|
+
"success-200": $success-200,
|
|
468
|
+
"success-300": $success-300,
|
|
469
|
+
"success-400": $success-400,
|
|
470
|
+
"success-500": $success-500,
|
|
471
|
+
"success-600": $success-600,
|
|
472
|
+
"success-700": $success-700,
|
|
473
|
+
"success-800": $success-800,
|
|
474
|
+
"success-900": $success-900,
|
|
475
|
+
"info-100": $info-100,
|
|
476
|
+
"info-200": $info-200,
|
|
477
|
+
"info-300": $info-300,
|
|
478
|
+
"info-400": $info-400,
|
|
479
|
+
"info-500": $info-500,
|
|
480
|
+
"info-600": $info-600,
|
|
481
|
+
"info-700": $info-700,
|
|
482
|
+
"info-800": $info-800,
|
|
483
|
+
"info-900": $info-900,
|
|
484
|
+
"warning-100": $warning-100,
|
|
485
|
+
"warning-200": $warning-200,
|
|
486
|
+
"warning-300": $warning-300,
|
|
487
|
+
"warning-400": $warning-400,
|
|
488
|
+
"warning-500": $warning-500,
|
|
489
|
+
"warning-600": $warning-600,
|
|
490
|
+
"warning-700": $warning-700,
|
|
491
|
+
"warning-800": $warning-800,
|
|
492
|
+
"warning-900": $warning-900,
|
|
493
|
+
"danger-100": $danger-100,
|
|
494
|
+
"danger-200": $danger-200,
|
|
495
|
+
"danger-300": $danger-300,
|
|
496
|
+
"danger-400": $danger-400,
|
|
497
|
+
"danger-500": $danger-500,
|
|
498
|
+
"danger-600": $danger-600,
|
|
499
|
+
"danger-700": $danger-700,
|
|
500
|
+
"danger-800": $danger-800,
|
|
501
|
+
"danger-900": $danger-900,
|
|
502
|
+
) !default;
|
|
503
|
+
|
|
504
|
+
$palette-grays: map-prev-key($grays, "gray") !default;
|
|
505
|
+
|
|
506
|
+
$all-colors: map-merge-multiple(
|
|
507
|
+
$colors,
|
|
508
|
+
$theme-colors,
|
|
509
|
+
$palette-grays,
|
|
510
|
+
$theme-colors-palletes,
|
|
511
|
+
(
|
|
512
|
+
"black": $black,
|
|
513
|
+
"white": $white,
|
|
514
|
+
)
|
|
515
|
+
) !default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
$cursors: auto,
|
|
2
|
+
default,
|
|
3
|
+
none,
|
|
4
|
+
context-menu,
|
|
5
|
+
help,
|
|
6
|
+
pointer,
|
|
7
|
+
progress,
|
|
8
|
+
wait,
|
|
9
|
+
cell,
|
|
10
|
+
crosshair,
|
|
11
|
+
text,
|
|
12
|
+
vertical-text,
|
|
13
|
+
alias,
|
|
14
|
+
copy,
|
|
15
|
+
move,
|
|
16
|
+
no-drop,
|
|
17
|
+
not-allowed,
|
|
18
|
+
all-scroll,
|
|
19
|
+
col-resize,
|
|
20
|
+
row-resize,
|
|
21
|
+
n-resize,
|
|
22
|
+
e-resize,
|
|
23
|
+
s-resize,
|
|
24
|
+
w-resize,
|
|
25
|
+
ns-resize,
|
|
26
|
+
ew-resize,
|
|
27
|
+
ne-resize,
|
|
28
|
+
nw-resize,
|
|
29
|
+
se-resize,
|
|
30
|
+
sw-resize,
|
|
31
|
+
nesw-resize,
|
|
32
|
+
nwse-resize !default;
|