jobdone-shared-files 0.0.1-beta.6 → 0.0.1-beta.61

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.
Files changed (113) hide show
  1. package/ProjectManagement/projectNavbar.vue +144 -70
  2. package/README.md +77 -6
  3. package/common/directives/popovers.js +11 -0
  4. package/common/directives/tooltip.js +11 -0
  5. package/common/format.js +16 -2
  6. package/lightboxWithOverview.vue +132 -0
  7. package/package.json +4 -3
  8. package/style/scss/Common/Animation.scss +6 -0
  9. package/style/scss/Common/SelectableTable.scss +31 -0
  10. package/style/scss/Common/filepond.scss +28 -0
  11. package/style/scss/Common/thumbnail-group.scss +14 -0
  12. package/style/scss/Layout/LayoutBase.scss +25 -10
  13. package/style/scss/Layout/LayoutMobile.scss +203 -0
  14. package/style/scss/Layout/LayoutProject.scss +3 -5
  15. package/style/scss/Layout/LayoutTwoColumn.scss +3 -3
  16. package/style/scss/Settings/_Mixins.scss +1 -0
  17. package/style/scss/Settings/_MobileVariables.scss +12 -0
  18. package/style/scss/Settings/_basic-import.scss +3 -2
  19. package/style/scss/Settings/_bs-variables.scss +114 -74
  20. package/style/scss/Settings/_custom-variables.scss +4 -1
  21. package/tree.vue +17 -10
  22. package/treeItem.vue +1 -1
  23. package/vueLoadingOverlay.vue +10 -19
  24. package/style/scss/Bootstrap/_accordion.scss +0 -158
  25. package/style/scss/Bootstrap/_alert.scss +0 -68
  26. package/style/scss/Bootstrap/_badge.scss +0 -38
  27. package/style/scss/Bootstrap/_breadcrumb.scss +0 -40
  28. package/style/scss/Bootstrap/_button-group.scss +0 -142
  29. package/style/scss/Bootstrap/_buttons.scss +0 -207
  30. package/style/scss/Bootstrap/_card.scss +0 -238
  31. package/style/scss/Bootstrap/_carousel.scss +0 -238
  32. package/style/scss/Bootstrap/_close.scss +0 -61
  33. package/style/scss/Bootstrap/_containers.scss +0 -41
  34. package/style/scss/Bootstrap/_dropdown.scss +0 -250
  35. package/style/scss/Bootstrap/_forms.scss +0 -9
  36. package/style/scss/Bootstrap/_functions.scss +0 -302
  37. package/style/scss/Bootstrap/_grid.scss +0 -33
  38. package/style/scss/Bootstrap/_helpers.scss +0 -10
  39. package/style/scss/Bootstrap/_images.scss +0 -42
  40. package/style/scss/Bootstrap/_list-group.scss +0 -204
  41. package/style/scss/Bootstrap/_maps.scss +0 -121
  42. package/style/scss/Bootstrap/_mixins.scss +0 -42
  43. package/style/scss/Bootstrap/_modal.scss +0 -237
  44. package/style/scss/Bootstrap/_nav.scss +0 -172
  45. package/style/scss/Bootstrap/_navbar.scss +0 -286
  46. package/style/scss/Bootstrap/_offcanvas.scss +0 -146
  47. package/style/scss/Bootstrap/_pagination.scss +0 -109
  48. package/style/scss/Bootstrap/_placeholders.scss +0 -51
  49. package/style/scss/Bootstrap/_popover.scss +0 -196
  50. package/style/scss/Bootstrap/_progress.scss +0 -68
  51. package/style/scss/Bootstrap/_reboot.scss +0 -610
  52. package/style/scss/Bootstrap/_root.scss +0 -195
  53. package/style/scss/Bootstrap/_spinners.scss +0 -85
  54. package/style/scss/Bootstrap/_tables.scss +0 -164
  55. package/style/scss/Bootstrap/_toasts.scss +0 -73
  56. package/style/scss/Bootstrap/_tooltip.scss +0 -120
  57. package/style/scss/Bootstrap/_transitions.scss +0 -27
  58. package/style/scss/Bootstrap/_type.scss +0 -106
  59. package/style/scss/Bootstrap/_utilities.scss +0 -748
  60. package/style/scss/Bootstrap/_variables-dark.scss +0 -70
  61. package/style/scss/Bootstrap/_variables.scss +0 -1703
  62. package/style/scss/Bootstrap/bootstrap-grid.scss +0 -66
  63. package/style/scss/Bootstrap/bootstrap-reboot.scss +0 -10
  64. package/style/scss/Bootstrap/bootstrap-utilities.scss +0 -19
  65. package/style/scss/Bootstrap/bootstrap.scss +0 -52
  66. package/style/scss/Bootstrap/forms/_floating-labels.scss +0 -90
  67. package/style/scss/Bootstrap/forms/_form-check.scss +0 -188
  68. package/style/scss/Bootstrap/forms/_form-control.scss +0 -201
  69. package/style/scss/Bootstrap/forms/_form-range.scss +0 -91
  70. package/style/scss/Bootstrap/forms/_form-select.scss +0 -81
  71. package/style/scss/Bootstrap/forms/_form-text.scss +0 -11
  72. package/style/scss/Bootstrap/forms/_input-group.scss +0 -132
  73. package/style/scss/Bootstrap/forms/_labels.scss +0 -36
  74. package/style/scss/Bootstrap/forms/_validation.scss +0 -12
  75. package/style/scss/Bootstrap/helpers/_clearfix.scss +0 -3
  76. package/style/scss/Bootstrap/helpers/_color-bg.scss +0 -10
  77. package/style/scss/Bootstrap/helpers/_colored-links.scss +0 -12
  78. package/style/scss/Bootstrap/helpers/_position.scss +0 -36
  79. package/style/scss/Bootstrap/helpers/_ratio.scss +0 -26
  80. package/style/scss/Bootstrap/helpers/_stacks.scss +0 -15
  81. package/style/scss/Bootstrap/helpers/_stretched-link.scss +0 -15
  82. package/style/scss/Bootstrap/helpers/_text-truncation.scss +0 -7
  83. package/style/scss/Bootstrap/helpers/_visually-hidden.scss +0 -8
  84. package/style/scss/Bootstrap/helpers/_vr.scss +0 -8
  85. package/style/scss/Bootstrap/mixins/_alert.scss +0 -18
  86. package/style/scss/Bootstrap/mixins/_backdrop.scss +0 -14
  87. package/style/scss/Bootstrap/mixins/_banner.scss +0 -7
  88. package/style/scss/Bootstrap/mixins/_border-radius.scss +0 -78
  89. package/style/scss/Bootstrap/mixins/_box-shadow.scss +0 -18
  90. package/style/scss/Bootstrap/mixins/_breakpoints.scss +0 -127
  91. package/style/scss/Bootstrap/mixins/_buttons.scss +0 -70
  92. package/style/scss/Bootstrap/mixins/_caret.scss +0 -69
  93. package/style/scss/Bootstrap/mixins/_clearfix.scss +0 -9
  94. package/style/scss/Bootstrap/mixins/_color-mode.scss +0 -21
  95. package/style/scss/Bootstrap/mixins/_color-scheme.scss +0 -7
  96. package/style/scss/Bootstrap/mixins/_container.scss +0 -11
  97. package/style/scss/Bootstrap/mixins/_deprecate.scss +0 -10
  98. package/style/scss/Bootstrap/mixins/_forms.scss +0 -153
  99. package/style/scss/Bootstrap/mixins/_gradients.scss +0 -47
  100. package/style/scss/Bootstrap/mixins/_grid.scss +0 -151
  101. package/style/scss/Bootstrap/mixins/_image.scss +0 -16
  102. package/style/scss/Bootstrap/mixins/_list-group.scss +0 -27
  103. package/style/scss/Bootstrap/mixins/_lists.scss +0 -7
  104. package/style/scss/Bootstrap/mixins/_pagination.scss +0 -10
  105. package/style/scss/Bootstrap/mixins/_reset-text.scss +0 -17
  106. package/style/scss/Bootstrap/mixins/_resize.scss +0 -6
  107. package/style/scss/Bootstrap/mixins/_table-variants.scss +0 -24
  108. package/style/scss/Bootstrap/mixins/_text-truncate.scss +0 -8
  109. package/style/scss/Bootstrap/mixins/_transition.scss +0 -26
  110. package/style/scss/Bootstrap/mixins/_utilities.scss +0 -97
  111. package/style/scss/Bootstrap/mixins/_visually-hidden.scss +0 -29
  112. package/style/scss/Bootstrap/utilities/_api.scss +0 -47
  113. package/style/scss/Bootstrap/vendor/_rfs.scss +0 -354
@@ -1,127 +0,0 @@
1
- // Breakpoint viewport sizes and media queries.
2
- //
3
- // Breakpoints are defined as a map of (name: minimum width), order from small to large:
4
- //
5
- // (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)
6
- //
7
- // The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.
8
-
9
- // Name of the next breakpoint, or null for the last breakpoint.
10
- //
11
- // >> breakpoint-next(sm)
12
- // md
13
- // >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))
14
- // md
15
- // >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl xxl))
16
- // md
17
- @function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {
18
- $n: index($breakpoint-names, $name);
19
- @if not $n {
20
- @error "breakpoint `#{$name}` not found in `#{$breakpoints}`";
21
- }
22
- @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);
23
- }
24
-
25
- // Minimum breakpoint width. Null for the smallest (first) breakpoint.
26
- //
27
- // >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))
28
- // 576px
29
- @function breakpoint-min($name, $breakpoints: $grid-breakpoints) {
30
- $min: map-get($breakpoints, $name);
31
- @return if($min != 0, $min, null);
32
- }
33
-
34
- // Maximum breakpoint width.
35
- // The maximum value is reduced by 0.02px to work around the limitations of
36
- // `min-` and `max-` prefixes and viewports with fractional widths.
37
- // See https://www.w3.org/TR/mediaqueries-4/#mq-min-max
38
- // Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.
39
- // See https://bugs.webkit.org/show_bug.cgi?id=178261
40
- //
41
- // >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))
42
- // 767.98px
43
- @function breakpoint-max($name, $breakpoints: $grid-breakpoints) {
44
- $max: map-get($breakpoints, $name);
45
- @return if($max and $max > 0, $max - .02, null);
46
- }
47
-
48
- // Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.
49
- // Useful for making responsive utilities.
50
- //
51
- // >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))
52
- // "" (Returns a blank string)
53
- // >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))
54
- // "-sm"
55
- @function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {
56
- @return if(breakpoint-min($name, $breakpoints) == null, "", "-#{$name}");
57
- }
58
-
59
- // Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
60
- // Makes the @content apply to the given breakpoint and wider.
61
- @mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {
62
- $min: breakpoint-min($name, $breakpoints);
63
- @if $min {
64
- @media (min-width: $min) {
65
- @content;
66
- }
67
- } @else {
68
- @content;
69
- }
70
- }
71
-
72
- // Media of at most the maximum breakpoint width. No query for the largest breakpoint.
73
- // Makes the @content apply to the given breakpoint and narrower.
74
- @mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {
75
- $max: breakpoint-max($name, $breakpoints);
76
- @if $max {
77
- @media (max-width: $max) {
78
- @content;
79
- }
80
- } @else {
81
- @content;
82
- }
83
- }
84
-
85
- // Media that spans multiple breakpoint widths.
86
- // Makes the @content apply between the min and max breakpoints
87
- @mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {
88
- $min: breakpoint-min($lower, $breakpoints);
89
- $max: breakpoint-max($upper, $breakpoints);
90
-
91
- @if $min != null and $max != null {
92
- @media (min-width: $min) and (max-width: $max) {
93
- @content;
94
- }
95
- } @else if $max == null {
96
- @include media-breakpoint-up($lower, $breakpoints) {
97
- @content;
98
- }
99
- } @else if $min == null {
100
- @include media-breakpoint-down($upper, $breakpoints) {
101
- @content;
102
- }
103
- }
104
- }
105
-
106
- // Media between the breakpoint's minimum and maximum widths.
107
- // No minimum for the smallest breakpoint, and no maximum for the largest one.
108
- // Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.
109
- @mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {
110
- $min: breakpoint-min($name, $breakpoints);
111
- $next: breakpoint-next($name, $breakpoints);
112
- $max: breakpoint-max($next, $breakpoints);
113
-
114
- @if $min != null and $max != null {
115
- @media (min-width: $min) and (max-width: $max) {
116
- @content;
117
- }
118
- } @else if $max == null {
119
- @include media-breakpoint-up($name, $breakpoints) {
120
- @content;
121
- }
122
- } @else if $min == null {
123
- @include media-breakpoint-down($next, $breakpoints) {
124
- @content;
125
- }
126
- }
127
- }
@@ -1,70 +0,0 @@
1
- // Button variants
2
- //
3
- // Easily pump out default styles, as well as :hover, :focus, :active,
4
- // and disabled options for all buttons
5
-
6
- // scss-docs-start btn-variant-mixin
7
- @mixin button-variant(
8
- $background,
9
- $border,
10
- $color: color-contrast($background),
11
- $hover-background: if($color == $color-contrast-light, shade-color($background, $btn-hover-bg-shade-amount), tint-color($background, $btn-hover-bg-tint-amount)),
12
- $hover-border: if($color == $color-contrast-light, shade-color($border, $btn-hover-border-shade-amount), tint-color($border, $btn-hover-border-tint-amount)),
13
- $hover-color: color-contrast($hover-background),
14
- $active-background: if($color == $color-contrast-light, shade-color($background, $btn-active-bg-shade-amount), tint-color($background, $btn-active-bg-tint-amount)),
15
- $active-border: if($color == $color-contrast-light, shade-color($border, $btn-active-border-shade-amount), tint-color($border, $btn-active-border-tint-amount)),
16
- $active-color: color-contrast($active-background),
17
- $disabled-background: $background,
18
- $disabled-border: $border,
19
- $disabled-color: color-contrast($disabled-background)
20
- ) {
21
- --#{$prefix}btn-color: #{$color};
22
- --#{$prefix}btn-bg: #{$background};
23
- --#{$prefix}btn-border-color: #{$border};
24
- --#{$prefix}btn-hover-color: #{$hover-color};
25
- --#{$prefix}btn-hover-bg: #{$hover-background};
26
- --#{$prefix}btn-hover-border-color: #{$hover-border};
27
- --#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix($color, $border, 15%))};
28
- --#{$prefix}btn-active-color: #{$active-color};
29
- --#{$prefix}btn-active-bg: #{$active-background};
30
- --#{$prefix}btn-active-border-color: #{$active-border};
31
- --#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};
32
- --#{$prefix}btn-disabled-color: #{$disabled-color};
33
- --#{$prefix}btn-disabled-bg: #{$disabled-background};
34
- --#{$prefix}btn-disabled-border-color: #{$disabled-border};
35
- }
36
- // scss-docs-end btn-variant-mixin
37
-
38
- // scss-docs-start btn-outline-variant-mixin
39
- @mixin button-outline-variant(
40
- $color,
41
- $color-hover: color-contrast($color),
42
- $active-background: $color,
43
- $active-border: $color,
44
- $active-color: color-contrast($active-background)
45
- ) {
46
- --#{$prefix}btn-color: #{$color};
47
- --#{$prefix}btn-border-color: #{$color};
48
- --#{$prefix}btn-hover-color: #{$color-hover};
49
- --#{$prefix}btn-hover-bg: #{$active-background};
50
- --#{$prefix}btn-hover-border-color: #{$active-border};
51
- --#{$prefix}btn-focus-shadow-rgb: #{to-rgb($color)};
52
- --#{$prefix}btn-active-color: #{$active-color};
53
- --#{$prefix}btn-active-bg: #{$active-background};
54
- --#{$prefix}btn-active-border-color: #{$active-border};
55
- --#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};
56
- --#{$prefix}btn-disabled-color: #{$color};
57
- --#{$prefix}btn-disabled-bg: transparent;
58
- --#{$prefix}btn-disabled-border-color: #{$color};
59
- --#{$prefix}gradient: none;
60
- }
61
- // scss-docs-end btn-outline-variant-mixin
62
-
63
- // scss-docs-start btn-size-mixin
64
- @mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {
65
- --#{$prefix}btn-padding-y: #{$padding-y};
66
- --#{$prefix}btn-padding-x: #{$padding-x};
67
- @include rfs($font-size, --#{$prefix}btn-font-size);
68
- --#{$prefix}btn-border-radius: #{$border-radius};
69
- }
70
- // scss-docs-end btn-size-mixin
@@ -1,69 +0,0 @@
1
- // scss-docs-start caret-mixins
2
- @mixin caret-down($width: $caret-width) {
3
- border-top: $width solid;
4
- border-right: $width solid transparent;
5
- border-bottom: 0;
6
- border-left: $width solid transparent;
7
- }
8
-
9
- @mixin caret-up($width: $caret-width) {
10
- border-top: 0;
11
- border-right: $width solid transparent;
12
- border-bottom: $width solid;
13
- border-left: $width solid transparent;
14
- }
15
-
16
- @mixin caret-end($width: $caret-width) {
17
- border-top: $width solid transparent;
18
- border-right: 0;
19
- border-bottom: $width solid transparent;
20
- border-left: $width solid;
21
- }
22
-
23
- @mixin caret-start($width: $caret-width) {
24
- border-top: $width solid transparent;
25
- border-right: $width solid;
26
- border-bottom: $width solid transparent;
27
- }
28
-
29
- @mixin caret(
30
- $direction: down,
31
- $width: $caret-width,
32
- $spacing: $caret-spacing,
33
- $vertical-align: $caret-vertical-align
34
- ) {
35
- @if $enable-caret {
36
- &::after {
37
- display: inline-block;
38
- margin-left: $spacing;
39
- vertical-align: $vertical-align;
40
- content: "";
41
- @if $direction == down {
42
- @include caret-down($width);
43
- } @else if $direction == up {
44
- @include caret-up($width);
45
- } @else if $direction == end {
46
- @include caret-end($width);
47
- }
48
- }
49
-
50
- @if $direction == start {
51
- &::after {
52
- display: none;
53
- }
54
-
55
- &::before {
56
- display: inline-block;
57
- margin-right: $spacing;
58
- vertical-align: $vertical-align;
59
- content: "";
60
- @include caret-start($width);
61
- }
62
- }
63
-
64
- &:empty::after {
65
- margin-left: 0;
66
- }
67
- }
68
- }
69
- // scss-docs-end caret-mixins
@@ -1,9 +0,0 @@
1
- // scss-docs-start clearfix
2
- @mixin clearfix() {
3
- &::after {
4
- display: block;
5
- clear: both;
6
- content: "";
7
- }
8
- }
9
- // scss-docs-end clearfix
@@ -1,21 +0,0 @@
1
- // scss-docs-start color-mode-mixin
2
- @mixin color-mode($mode: light, $root: false) {
3
- @if $color-mode-type == "media-query" {
4
- @if $root == true {
5
- @media (prefers-color-scheme: $mode) {
6
- :root {
7
- @content;
8
- }
9
- }
10
- } @else {
11
- @media (prefers-color-scheme: $mode) {
12
- @content;
13
- }
14
- }
15
- } @else {
16
- [data-bs-theme="#{$mode}"] {
17
- @content;
18
- }
19
- }
20
- }
21
- // scss-docs-end color-mode-mixin
@@ -1,7 +0,0 @@
1
- // scss-docs-start mixin-color-scheme
2
- @mixin color-scheme($name) {
3
- @media (prefers-color-scheme: #{$name}) {
4
- @content;
5
- }
6
- }
7
- // scss-docs-end mixin-color-scheme
@@ -1,11 +0,0 @@
1
- // Container mixins
2
-
3
- @mixin make-container($gutter: $container-padding-x) {
4
- --#{$prefix}gutter-x: #{$gutter};
5
- --#{$prefix}gutter-y: 0;
6
- width: 100%;
7
- padding-right: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
8
- padding-left: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
9
- margin-right: auto;
10
- margin-left: auto;
11
- }
@@ -1,10 +0,0 @@
1
- // Deprecate mixin
2
- //
3
- // This mixin can be used to deprecate mixins or functions.
4
- // `$enable-deprecation-messages` is a global variable, `$ignore-warning` is a variable that can be passed to
5
- // some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap)
6
- @mixin deprecate($name, $deprecate-version, $remove-version, $ignore-warning: false) {
7
- @if ($enable-deprecation-messages != false and $ignore-warning != true) {
8
- @warn "#{$name} has been deprecated as of #{$deprecate-version}. It will be removed entirely in #{$remove-version}.";
9
- }
10
- }
@@ -1,153 +0,0 @@
1
- // This mixin uses an `if()` technique to be compatible with Dart Sass
2
- // See https://github.com/sass/sass/issues/1873#issuecomment-152293725 for more details
3
-
4
- // scss-docs-start form-validation-mixins
5
- @mixin form-validation-state-selector($state) {
6
- @if ($state == "valid" or $state == "invalid") {
7
- .was-validated #{if(&, "&", "")}:#{$state},
8
- #{if(&, "&", "")}.is-#{$state} {
9
- @content;
10
- }
11
- } @else {
12
- #{if(&, "&", "")}.is-#{$state} {
13
- @content;
14
- }
15
- }
16
- }
17
-
18
- @mixin form-validation-state(
19
- $state,
20
- $color,
21
- $icon,
22
- $tooltip-color: color-contrast($color),
23
- $tooltip-bg-color: rgba($color, $form-feedback-tooltip-opacity),
24
- $focus-box-shadow: 0 0 $input-btn-focus-blur $input-focus-width rgba($color, $input-btn-focus-color-opacity),
25
- $border-color: $color
26
- ) {
27
- .#{$state}-feedback {
28
- display: none;
29
- width: 100%;
30
- margin-top: $form-feedback-margin-top;
31
- @include font-size($form-feedback-font-size);
32
- font-style: $form-feedback-font-style;
33
- color: $color;
34
- }
35
-
36
- .#{$state}-tooltip {
37
- position: absolute;
38
- top: 100%;
39
- z-index: 5;
40
- display: none;
41
- max-width: 100%; // Contain to parent when possible
42
- padding: $form-feedback-tooltip-padding-y $form-feedback-tooltip-padding-x;
43
- margin-top: .1rem;
44
- @include font-size($form-feedback-tooltip-font-size);
45
- line-height: $form-feedback-tooltip-line-height;
46
- color: $tooltip-color;
47
- background-color: $tooltip-bg-color;
48
- @include border-radius($form-feedback-tooltip-border-radius);
49
- }
50
-
51
- @include form-validation-state-selector($state) {
52
- ~ .#{$state}-feedback,
53
- ~ .#{$state}-tooltip {
54
- display: block;
55
- }
56
- }
57
-
58
- .form-control {
59
- @include form-validation-state-selector($state) {
60
- border-color: $border-color;
61
-
62
- @if $enable-validation-icons {
63
- padding-right: $input-height-inner;
64
- background-image: escape-svg($icon);
65
- background-repeat: no-repeat;
66
- background-position: right $input-height-inner-quarter center;
67
- background-size: $input-height-inner-half $input-height-inner-half;
68
- }
69
-
70
- &:focus {
71
- border-color: $border-color;
72
- box-shadow: $focus-box-shadow;
73
- }
74
- }
75
- }
76
-
77
- // stylelint-disable-next-line selector-no-qualifying-type
78
- textarea.form-control {
79
- @include form-validation-state-selector($state) {
80
- @if $enable-validation-icons {
81
- padding-right: $input-height-inner;
82
- background-position: top $input-height-inner-quarter right $input-height-inner-quarter;
83
- }
84
- }
85
- }
86
-
87
- .form-select {
88
- @include form-validation-state-selector($state) {
89
- border-color: $border-color;
90
-
91
- @if $enable-validation-icons {
92
- &:not([multiple]):not([size]),
93
- &:not([multiple])[size="1"] {
94
- --#{$prefix}form-select-bg-icon: #{escape-svg($icon)};
95
- padding-right: $form-select-feedback-icon-padding-end;
96
- background-position: $form-select-bg-position, $form-select-feedback-icon-position;
97
- background-size: $form-select-bg-size, $form-select-feedback-icon-size;
98
- }
99
- }
100
-
101
- &:focus {
102
- border-color: $border-color;
103
- box-shadow: $focus-box-shadow;
104
- }
105
- }
106
- }
107
-
108
- .form-control-color {
109
- @include form-validation-state-selector($state) {
110
- @if $enable-validation-icons {
111
- width: add($form-color-width, $input-height-inner);
112
- }
113
- }
114
- }
115
-
116
- .form-check-input {
117
- @include form-validation-state-selector($state) {
118
- border-color: $border-color;
119
-
120
- &:checked {
121
- background-color: $color;
122
- }
123
-
124
- &:focus {
125
- box-shadow: $focus-box-shadow;
126
- }
127
-
128
- ~ .form-check-label {
129
- color: $color;
130
- }
131
- }
132
- }
133
- .form-check-inline .form-check-input {
134
- ~ .#{$state}-feedback {
135
- margin-left: .5em;
136
- }
137
- }
138
-
139
- .input-group {
140
- > .form-control:not(:focus),
141
- > .form-select:not(:focus),
142
- > .form-floating:not(:focus-within) {
143
- @include form-validation-state-selector($state) {
144
- @if $state == "valid" {
145
- z-index: 3;
146
- } @else if $state == "invalid" {
147
- z-index: 4;
148
- }
149
- }
150
- }
151
- }
152
- }
153
- // scss-docs-end form-validation-mixins
@@ -1,47 +0,0 @@
1
- // Gradients
2
-
3
- // scss-docs-start gradient-bg-mixin
4
- @mixin gradient-bg($color: null) {
5
- background-color: $color;
6
-
7
- @if $enable-gradients {
8
- background-image: var(--#{$prefix}gradient);
9
- }
10
- }
11
- // scss-docs-end gradient-bg-mixin
12
-
13
- // scss-docs-start gradient-mixins
14
- // Horizontal gradient, from left to right
15
- //
16
- // Creates two color stops, start and end, by specifying a color and position for each color stop.
17
- @mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
18
- background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
19
- }
20
-
21
- // Vertical gradient, from top to bottom
22
- //
23
- // Creates two color stops, start and end, by specifying a color and position for each color stop.
24
- @mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: null, $end-percent: null) {
25
- background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
26
- }
27
-
28
- @mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {
29
- background-image: linear-gradient($deg, $start-color, $end-color);
30
- }
31
-
32
- @mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
33
- background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
34
- }
35
-
36
- @mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
37
- background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
38
- }
39
-
40
- @mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {
41
- background-image: radial-gradient(circle, $inner-color, $outer-color);
42
- }
43
-
44
- @mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {
45
- background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
46
- }
47
- // scss-docs-end gradient-mixins
@@ -1,151 +0,0 @@
1
- // Grid system
2
- //
3
- // Generate semantic grid columns with these mixins.
4
-
5
- @mixin make-row($gutter: $grid-gutter-width) {
6
- --#{$prefix}gutter-x: #{$gutter};
7
- --#{$prefix}gutter-y: 0;
8
- display: flex;
9
- flex-wrap: wrap;
10
- // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed
11
- margin-top: calc(-1 * var(--#{$prefix}gutter-y)); // stylelint-disable-line function-disallowed-list
12
- margin-right: calc(-.5 * var(--#{$prefix}gutter-x)); // stylelint-disable-line function-disallowed-list
13
- margin-left: calc(-.5 * var(--#{$prefix}gutter-x)); // stylelint-disable-line function-disallowed-list
14
- }
15
-
16
- @mixin make-col-ready() {
17
- // Add box sizing if only the grid is loaded
18
- box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);
19
- // Prevent columns from becoming too narrow when at smaller grid tiers by
20
- // always setting `width: 100%;`. This works because we set the width
21
- // later on to override this initial width.
22
- flex-shrink: 0;
23
- width: 100%;
24
- max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid
25
- padding-right: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
26
- padding-left: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
27
- margin-top: var(--#{$prefix}gutter-y);
28
- }
29
-
30
- @mixin make-col($size: false, $columns: $grid-columns) {
31
- @if $size {
32
- flex: 0 0 auto;
33
- width: percentage(divide($size, $columns));
34
-
35
- } @else {
36
- flex: 1 1 0;
37
- max-width: 100%;
38
- }
39
- }
40
-
41
- @mixin make-col-auto() {
42
- flex: 0 0 auto;
43
- width: auto;
44
- }
45
-
46
- @mixin make-col-offset($size, $columns: $grid-columns) {
47
- $num: divide($size, $columns);
48
- margin-left: if($num == 0, 0, percentage($num));
49
- }
50
-
51
- // Row columns
52
- //
53
- // Specify on a parent element(e.g., .row) to force immediate children into NN
54
- // number of columns. Supports wrapping to new lines, but does not do a Masonry
55
- // style grid.
56
- @mixin row-cols($count) {
57
- > * {
58
- flex: 0 0 auto;
59
- width: divide(100%, $count);
60
- }
61
- }
62
-
63
- // Framework grid generation
64
- //
65
- // Used only by Bootstrap to generate the correct number of grid classes given
66
- // any value of `$grid-columns`.
67
-
68
- @mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {
69
- @each $breakpoint in map-keys($breakpoints) {
70
- $infix: breakpoint-infix($breakpoint, $breakpoints);
71
-
72
- @include media-breakpoint-up($breakpoint, $breakpoints) {
73
- // Provide basic `.col-{bp}` classes for equal-width flexbox columns
74
- .col#{$infix} {
75
- flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
76
- }
77
-
78
- .row-cols#{$infix}-auto > * {
79
- @include make-col-auto();
80
- }
81
-
82
- @if $grid-row-columns > 0 {
83
- @for $i from 1 through $grid-row-columns {
84
- .row-cols#{$infix}-#{$i} {
85
- @include row-cols($i);
86
- }
87
- }
88
- }
89
-
90
- .col#{$infix}-auto {
91
- @include make-col-auto();
92
- }
93
-
94
- @if $columns > 0 {
95
- @for $i from 1 through $columns {
96
- .col#{$infix}-#{$i} {
97
- @include make-col($i, $columns);
98
- }
99
- }
100
-
101
- // `$columns - 1` because offsetting by the width of an entire row isn't possible
102
- @for $i from 0 through ($columns - 1) {
103
- @if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-0
104
- .offset#{$infix}-#{$i} {
105
- @include make-col-offset($i, $columns);
106
- }
107
- }
108
- }
109
- }
110
-
111
- // Gutters
112
- //
113
- // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.
114
- @each $key, $value in $gutters {
115
- .g#{$infix}-#{$key},
116
- .gx#{$infix}-#{$key} {
117
- --#{$prefix}gutter-x: #{$value};
118
- }
119
-
120
- .g#{$infix}-#{$key},
121
- .gy#{$infix}-#{$key} {
122
- --#{$prefix}gutter-y: #{$value};
123
- }
124
- }
125
- }
126
- }
127
- }
128
-
129
- @mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {
130
- @each $breakpoint in map-keys($breakpoints) {
131
- $infix: breakpoint-infix($breakpoint, $breakpoints);
132
-
133
- @include media-breakpoint-up($breakpoint, $breakpoints) {
134
- @if $columns > 0 {
135
- @for $i from 1 through $columns {
136
- .g-col#{$infix}-#{$i} {
137
- grid-column: auto / span $i;
138
- }
139
- }
140
-
141
- // Start with `1` because `0` is and invalid value.
142
- // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.
143
- @for $i from 1 through ($columns - 1) {
144
- .g-start#{$infix}-#{$i} {
145
- grid-column-start: $i;
146
- }
147
- }
148
- }
149
- }
150
- }
151
- }