@unlk/keymaster 1.0.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.
Files changed (168) hide show
  1. package/fonts/fa-brands-400.ttf +0 -0
  2. package/fonts/fa-brands-400.woff2 +0 -0
  3. package/fonts/fa-duotone-900.ttf +0 -0
  4. package/fonts/fa-duotone-900.woff2 +0 -0
  5. package/fonts/fa-duotone-light-300.ttf +0 -0
  6. package/fonts/fa-duotone-light-300.woff2 +0 -0
  7. package/fonts/fa-duotone-regular-400.ttf +0 -0
  8. package/fonts/fa-duotone-regular-400.woff2 +0 -0
  9. package/fonts/fa-duotone-thin-100.ttf +0 -0
  10. package/fonts/fa-duotone-thin-100.woff2 +0 -0
  11. package/fonts/fa-light-300.ttf +0 -0
  12. package/fonts/fa-light-300.woff2 +0 -0
  13. package/fonts/fa-regular-400.ttf +0 -0
  14. package/fonts/fa-regular-400.woff2 +0 -0
  15. package/fonts/fa-sharp-duotone-light-300.ttf +0 -0
  16. package/fonts/fa-sharp-duotone-light-300.woff2 +0 -0
  17. package/fonts/fa-sharp-duotone-regular-400.ttf +0 -0
  18. package/fonts/fa-sharp-duotone-regular-400.woff2 +0 -0
  19. package/fonts/fa-sharp-duotone-solid-900.ttf +0 -0
  20. package/fonts/fa-sharp-duotone-solid-900.woff2 +0 -0
  21. package/fonts/fa-sharp-duotone-thin-100.ttf +0 -0
  22. package/fonts/fa-sharp-duotone-thin-100.woff2 +0 -0
  23. package/fonts/fa-sharp-light-300.ttf +0 -0
  24. package/fonts/fa-sharp-light-300.woff2 +0 -0
  25. package/fonts/fa-sharp-regular-400.ttf +0 -0
  26. package/fonts/fa-sharp-regular-400.woff2 +0 -0
  27. package/fonts/fa-sharp-solid-900.ttf +0 -0
  28. package/fonts/fa-sharp-solid-900.woff2 +0 -0
  29. package/fonts/fa-sharp-thin-100.ttf +0 -0
  30. package/fonts/fa-sharp-thin-100.woff2 +0 -0
  31. package/fonts/fa-solid-900.ttf +0 -0
  32. package/fonts/fa-solid-900.woff2 +0 -0
  33. package/fonts/fa-thin-100.ttf +0 -0
  34. package/fonts/fa-thin-100.woff2 +0 -0
  35. package/fonts/fa-v4compatibility.ttf +0 -0
  36. package/fonts/fa-v4compatibility.woff2 +0 -0
  37. package/js/bootstrap.js +13 -0
  38. package/js/datepicker.js +78 -0
  39. package/package.json +81 -0
  40. package/scss/assets/bootstrap5/_accordion.scss +158 -0
  41. package/scss/assets/bootstrap5/_alert.scss +68 -0
  42. package/scss/assets/bootstrap5/_badge.scss +38 -0
  43. package/scss/assets/bootstrap5/_breadcrumb.scss +40 -0
  44. package/scss/assets/bootstrap5/_button-group.scss +142 -0
  45. package/scss/assets/bootstrap5/_buttons.scss +216 -0
  46. package/scss/assets/bootstrap5/_card.scss +239 -0
  47. package/scss/assets/bootstrap5/_carousel.scss +236 -0
  48. package/scss/assets/bootstrap5/_close.scss +63 -0
  49. package/scss/assets/bootstrap5/_containers.scss +41 -0
  50. package/scss/assets/bootstrap5/_dropdown.scss +250 -0
  51. package/scss/assets/bootstrap5/_forms.scss +9 -0
  52. package/scss/assets/bootstrap5/_functions.scss +302 -0
  53. package/scss/assets/bootstrap5/_grid.scss +39 -0
  54. package/scss/assets/bootstrap5/_helpers.scss +12 -0
  55. package/scss/assets/bootstrap5/_images.scss +42 -0
  56. package/scss/assets/bootstrap5/_list-group.scss +197 -0
  57. package/scss/assets/bootstrap5/_maps.scss +174 -0
  58. package/scss/assets/bootstrap5/_mixins.scss +42 -0
  59. package/scss/assets/bootstrap5/_modal.scss +236 -0
  60. package/scss/assets/bootstrap5/_nav.scss +197 -0
  61. package/scss/assets/bootstrap5/_navbar.scss +289 -0
  62. package/scss/assets/bootstrap5/_offcanvas.scss +143 -0
  63. package/scss/assets/bootstrap5/_pagination.scss +109 -0
  64. package/scss/assets/bootstrap5/_placeholders.scss +51 -0
  65. package/scss/assets/bootstrap5/_popover.scss +196 -0
  66. package/scss/assets/bootstrap5/_progress.scss +68 -0
  67. package/scss/assets/bootstrap5/_reboot.scss +611 -0
  68. package/scss/assets/bootstrap5/_root.scss +187 -0
  69. package/scss/assets/bootstrap5/_spinners.scss +85 -0
  70. package/scss/assets/bootstrap5/_tables.scss +171 -0
  71. package/scss/assets/bootstrap5/_toasts.scss +73 -0
  72. package/scss/assets/bootstrap5/_tooltip.scss +119 -0
  73. package/scss/assets/bootstrap5/_transitions.scss +27 -0
  74. package/scss/assets/bootstrap5/_type.scss +106 -0
  75. package/scss/assets/bootstrap5/_utilities.scss +806 -0
  76. package/scss/assets/bootstrap5/_variables-dark.scss +87 -0
  77. package/scss/assets/bootstrap5/_variables.scss +1751 -0
  78. package/scss/assets/bootstrap5/bootstrap-grid.scss +62 -0
  79. package/scss/assets/bootstrap5/bootstrap-reboot.scss +10 -0
  80. package/scss/assets/bootstrap5/bootstrap-utilities.scss +19 -0
  81. package/scss/assets/bootstrap5/bootstrap.scss +52 -0
  82. package/scss/assets/bootstrap5/forms/_floating-labels.scss +95 -0
  83. package/scss/assets/bootstrap5/forms/_form-check.scss +189 -0
  84. package/scss/assets/bootstrap5/forms/_form-control.scss +214 -0
  85. package/scss/assets/bootstrap5/forms/_form-range.scss +91 -0
  86. package/scss/assets/bootstrap5/forms/_form-select.scss +80 -0
  87. package/scss/assets/bootstrap5/forms/_form-text.scss +11 -0
  88. package/scss/assets/bootstrap5/forms/_input-group.scss +132 -0
  89. package/scss/assets/bootstrap5/forms/_labels.scss +36 -0
  90. package/scss/assets/bootstrap5/forms/_validation.scss +12 -0
  91. package/scss/assets/bootstrap5/helpers/_clearfix.scss +3 -0
  92. package/scss/assets/bootstrap5/helpers/_color-bg.scss +7 -0
  93. package/scss/assets/bootstrap5/helpers/_colored-links.scss +30 -0
  94. package/scss/assets/bootstrap5/helpers/_focus-ring.scss +5 -0
  95. package/scss/assets/bootstrap5/helpers/_icon-link.scss +25 -0
  96. package/scss/assets/bootstrap5/helpers/_position.scss +36 -0
  97. package/scss/assets/bootstrap5/helpers/_ratio.scss +26 -0
  98. package/scss/assets/bootstrap5/helpers/_stacks.scss +15 -0
  99. package/scss/assets/bootstrap5/helpers/_stretched-link.scss +15 -0
  100. package/scss/assets/bootstrap5/helpers/_text-truncation.scss +7 -0
  101. package/scss/assets/bootstrap5/helpers/_visually-hidden.scss +8 -0
  102. package/scss/assets/bootstrap5/helpers/_vr.scss +8 -0
  103. package/scss/assets/bootstrap5/mixins/_alert.scss +18 -0
  104. package/scss/assets/bootstrap5/mixins/_backdrop.scss +14 -0
  105. package/scss/assets/bootstrap5/mixins/_banner.scss +7 -0
  106. package/scss/assets/bootstrap5/mixins/_border-radius.scss +78 -0
  107. package/scss/assets/bootstrap5/mixins/_box-shadow.scss +18 -0
  108. package/scss/assets/bootstrap5/mixins/_breakpoints.scss +127 -0
  109. package/scss/assets/bootstrap5/mixins/_buttons.scss +70 -0
  110. package/scss/assets/bootstrap5/mixins/_caret.scss +69 -0
  111. package/scss/assets/bootstrap5/mixins/_clearfix.scss +9 -0
  112. package/scss/assets/bootstrap5/mixins/_color-mode.scss +21 -0
  113. package/scss/assets/bootstrap5/mixins/_color-scheme.scss +7 -0
  114. package/scss/assets/bootstrap5/mixins/_container.scss +11 -0
  115. package/scss/assets/bootstrap5/mixins/_deprecate.scss +10 -0
  116. package/scss/assets/bootstrap5/mixins/_forms.scss +163 -0
  117. package/scss/assets/bootstrap5/mixins/_gradients.scss +47 -0
  118. package/scss/assets/bootstrap5/mixins/_grid.scss +151 -0
  119. package/scss/assets/bootstrap5/mixins/_image.scss +16 -0
  120. package/scss/assets/bootstrap5/mixins/_list-group.scss +26 -0
  121. package/scss/assets/bootstrap5/mixins/_lists.scss +7 -0
  122. package/scss/assets/bootstrap5/mixins/_pagination.scss +10 -0
  123. package/scss/assets/bootstrap5/mixins/_reset-text.scss +17 -0
  124. package/scss/assets/bootstrap5/mixins/_resize.scss +6 -0
  125. package/scss/assets/bootstrap5/mixins/_table-variants.scss +24 -0
  126. package/scss/assets/bootstrap5/mixins/_text-truncate.scss +8 -0
  127. package/scss/assets/bootstrap5/mixins/_transition.scss +26 -0
  128. package/scss/assets/bootstrap5/mixins/_utilities.scss +97 -0
  129. package/scss/assets/bootstrap5/mixins/_visually-hidden.scss +33 -0
  130. package/scss/assets/bootstrap5/utilities/_api.scss +47 -0
  131. package/scss/assets/bootstrap5/vendor/_rfs.scss +348 -0
  132. package/scss/assets/fontawesome/_animated.scss +152 -0
  133. package/scss/assets/fontawesome/_bordered-pulled.scss +20 -0
  134. package/scss/assets/fontawesome/_core.scss +150 -0
  135. package/scss/assets/fontawesome/_duotone-icons.scss +12 -0
  136. package/scss/assets/fontawesome/_fixed-width.scss +7 -0
  137. package/scss/assets/fontawesome/_functions.scss +57 -0
  138. package/scss/assets/fontawesome/_icons.scss +13 -0
  139. package/scss/assets/fontawesome/_list.scss +18 -0
  140. package/scss/assets/fontawesome/_mixins.scss +89 -0
  141. package/scss/assets/fontawesome/_rotated-flipped.scss +31 -0
  142. package/scss/assets/fontawesome/_screen-reader.scss +14 -0
  143. package/scss/assets/fontawesome/_shims.scss +1578 -0
  144. package/scss/assets/fontawesome/_sizing.scss +16 -0
  145. package/scss/assets/fontawesome/_stacked.scss +32 -0
  146. package/scss/assets/fontawesome/_variables.scss +9734 -0
  147. package/scss/assets/fontawesome/brands.scss +30 -0
  148. package/scss/assets/fontawesome/duotone-light.scss +69 -0
  149. package/scss/assets/fontawesome/duotone-regular.scss +69 -0
  150. package/scss/assets/fontawesome/duotone-thin.scss +69 -0
  151. package/scss/assets/fontawesome/duotone.scss +65 -0
  152. package/scss/assets/fontawesome/fontawesome.scss +21 -0
  153. package/scss/assets/fontawesome/light.scss +27 -0
  154. package/scss/assets/fontawesome/regular.scss +27 -0
  155. package/scss/assets/fontawesome/sharp-duotone-light.scss +69 -0
  156. package/scss/assets/fontawesome/sharp-duotone-regular.scss +69 -0
  157. package/scss/assets/fontawesome/sharp-duotone-solid.scss +77 -0
  158. package/scss/assets/fontawesome/sharp-duotone-thin.scss +69 -0
  159. package/scss/assets/fontawesome/sharp-light.scss +27 -0
  160. package/scss/assets/fontawesome/sharp-regular.scss +27 -0
  161. package/scss/assets/fontawesome/sharp-solid.scss +27 -0
  162. package/scss/assets/fontawesome/sharp-thin.scss +27 -0
  163. package/scss/assets/fontawesome/solid.scss +27 -0
  164. package/scss/assets/fontawesome/thin.scss +27 -0
  165. package/scss/assets/fontawesome/v4-shims.scss +11 -0
  166. package/scss/keymaster.scss +14 -0
  167. package/scss/theme/_overrides.scss +266 -0
  168. package/scss/theme/_utility-overrides.scss +7 -0
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ @import 'functions';
7
+ @import 'variables';
8
+
9
+ :root, :host {
10
+ --#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
11
+ --#{$fa-css-prefix}-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
12
+ }
13
+
14
+
15
+ @font-face {
16
+ font-family: 'Font Awesome 6 Sharp';
17
+ font-style: normal;
18
+ font-weight: 300;
19
+ font-display: $fa-font-display;
20
+ src: url('#{$fa-font-path}/fa-sharp-light-300.woff2') format('woff2'),
21
+ url('#{$fa-font-path}/fa-sharp-light-300.ttf') format('truetype');
22
+ }
23
+
24
+ .fasl,
25
+ .#{$fa-css-prefix}-light {
26
+ font-weight: 300;
27
+ }
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ @import 'functions';
7
+ @import 'variables';
8
+
9
+ :root, :host {
10
+ --#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
11
+ --#{$fa-css-prefix}-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
12
+ }
13
+
14
+
15
+ @font-face {
16
+ font-family: 'Font Awesome 6 Sharp';
17
+ font-style: normal;
18
+ font-weight: 400;
19
+ font-display: $fa-font-display;
20
+ src: url('#{$fa-font-path}/fa-sharp-regular-400.woff2') format('woff2'),
21
+ url('#{$fa-font-path}/fa-sharp-regular-400.ttf') format('truetype');
22
+ }
23
+
24
+ .fasr,
25
+ .#{$fa-css-prefix}-regular {
26
+ font-weight: 400;
27
+ }
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ @import 'functions';
7
+ @import 'variables';
8
+
9
+ :root, :host {
10
+ --#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
11
+ --#{$fa-css-prefix}-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
12
+ }
13
+
14
+
15
+ @font-face {
16
+ font-family: 'Font Awesome 6 Sharp';
17
+ font-style: normal;
18
+ font-weight: 900;
19
+ font-display: $fa-font-display;
20
+ src: url('#{$fa-font-path}/fa-sharp-solid-900.woff2') format('woff2'),
21
+ url('#{$fa-font-path}/fa-sharp-solid-900.ttf') format('truetype');
22
+ }
23
+
24
+ .fass,
25
+ .#{$fa-css-prefix}-solid {
26
+ font-weight: 900;
27
+ }
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ @import 'functions';
7
+ @import 'variables';
8
+
9
+ :root, :host {
10
+ --#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
11
+ --#{$fa-css-prefix}-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
12
+ }
13
+
14
+
15
+ @font-face {
16
+ font-family: 'Font Awesome 6 Sharp';
17
+ font-style: normal;
18
+ font-weight: 100;
19
+ font-display: $fa-font-display;
20
+ src: url('#{$fa-font-path}/fa-sharp-thin-100.woff2') format('woff2'),
21
+ url('#{$fa-font-path}/fa-sharp-thin-100.ttf') format('truetype');
22
+ }
23
+
24
+ .fast,
25
+ .#{$fa-css-prefix}-thin {
26
+ font-weight: 100;
27
+ }
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ @import 'functions';
7
+ @import 'variables';
8
+
9
+ :root, :host {
10
+ --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
11
+ --#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';
12
+ }
13
+
14
+
15
+ @font-face {
16
+ font-family: 'Font Awesome 6 Pro';
17
+ font-style: normal;
18
+ font-weight: 900;
19
+ font-display: $fa-font-display;
20
+ src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
21
+ url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
22
+ }
23
+
24
+ .fas,
25
+ .#{$fa-css-prefix}-solid {
26
+ font-weight: 900;
27
+ }
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ @import 'functions';
7
+ @import 'variables';
8
+
9
+ :root, :host {
10
+ --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
11
+ --#{$fa-css-prefix}-font-thin: normal 100 1em/1 '#{ $fa-style-family }';
12
+ }
13
+
14
+
15
+ @font-face {
16
+ font-family: 'Font Awesome 6 Pro';
17
+ font-style: normal;
18
+ font-weight: 100;
19
+ font-display: $fa-font-display;
20
+ src: url('#{$fa-font-path}/fa-thin-100.woff2') format('woff2'),
21
+ url('#{$fa-font-path}/fa-thin-100.ttf') format('truetype');
22
+ }
23
+
24
+ .fat,
25
+ .#{$fa-css-prefix}-thin {
26
+ font-weight: 100;
27
+ }
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ * Copyright 2024 Fonticons, Inc.
5
+ */
6
+ // V4 shims compile (Web Fonts-based)
7
+ // -------------------------
8
+
9
+ @import 'functions';
10
+ @import 'variables';
11
+ @import 'shims';
@@ -0,0 +1,14 @@
1
+ // Variable Overrides
2
+ @import "theme/overrides";
3
+ @import "theme/utility-overrides";
4
+
5
+ // Assets
6
+ @import "assets/bootstrap5/bootstrap";
7
+ @import "assets/fontawesome/fontawesome";
8
+ @import "assets/fontawesome/thin";
9
+ @import "assets/fontawesome/light";
10
+ @import "assets/fontawesome/regular";
11
+ @import "assets/fontawesome/solid";
12
+ @import "assets/fontawesome/sharp-solid";
13
+ @import "assets/fontawesome/duotone";
14
+ @import "assets/fontawesome/brands";
@@ -0,0 +1,266 @@
1
+ @import "../assets/bootstrap5/functions";
2
+
3
+ $enable-shadows: true;
4
+ $enable-validation-icons: false;
5
+
6
+ // Fontawesome
7
+ $fa-font-path: "../../../fonts" !default;
8
+
9
+ // Font
10
+ $font-size-base: 1rem;
11
+ $font-size-lg: $font-size-base * 1.125;
12
+
13
+ // Colors
14
+ $foundation: #1D1F50;
15
+ $blueprint: #3E51A2;
16
+ $entryway: #3B7BBF;
17
+ $turnkey:#6346D3;
18
+ $sunglow: #FBCD2F;
19
+ $green: #198754;
20
+ $red: #b50505;
21
+ $gray: #9e9e9e;
22
+
23
+ $white: #fff;
24
+ $gray-25: tint-color($gray, 95%);
25
+ $gray-50: tint-color($gray, 90%);
26
+ $gray-100: tint-color($gray, 80%);
27
+ $gray-200: tint-color($gray, 60%);
28
+ $gray-300: tint-color($gray, 40%);
29
+ $gray-400: tint-color($gray, 20%);
30
+ $gray-500: $gray;
31
+ $gray-600: shade-color($gray, 20%);
32
+ $gray-700: shade-color($gray, 40%);
33
+ $gray-800: shade-color($gray, 60%);
34
+ $gray-900: shade-color($gray, 80%);
35
+ $black: #000;
36
+
37
+ $grays: (
38
+ "25": $gray-25,
39
+ "50": $gray-50,
40
+ "100": $gray-100,
41
+ "200": $gray-200,
42
+ "300": $gray-300,
43
+ "400": $gray-400,
44
+ "500": $gray-500,
45
+ "600": $gray-600,
46
+ "700": $gray-700,
47
+ "800": $gray-800,
48
+ "900": $gray-900
49
+ );
50
+
51
+ $colors: (
52
+ "foundation": $foundation,
53
+ "blueprint": $blueprint,
54
+ "entryway": $entryway,
55
+ "sunglow": $sunglow,
56
+ "green": $green,
57
+ "turnkey": $turnkey,
58
+ "red": $red,
59
+ "gray": $gray-600,
60
+ );
61
+
62
+ // Color variants
63
+ $foundation-100: tint-color($foundation, 80%);
64
+ $foundation-200: tint-color($foundation, 60%);
65
+ $foundation-300: tint-color($foundation, 40%);
66
+ $foundation-400: tint-color($foundation, 20%);
67
+ $foundation-500: $foundation;
68
+ $foundation-600: shade-color($foundation, 20%);
69
+ $foundation-700: shade-color($foundation, 40%);
70
+ $foundation-800: shade-color($foundation, 60%);
71
+ $foundation-900: shade-color($foundation, 80%);
72
+
73
+ $blueprint-100: tint-color($blueprint, 80%);
74
+ $blueprint-200: tint-color($blueprint, 60%);
75
+ $blueprint-300: tint-color($blueprint, 40%);
76
+ $blueprint-400: tint-color($blueprint, 20%);
77
+ $blueprint-500: $blueprint;
78
+ $blueprint-600: shade-color($blueprint, 20%);
79
+ $blueprint-700: shade-color($blueprint, 40%);
80
+ $blueprint-800: shade-color($blueprint, 60%);
81
+ $blueprint-900: shade-color($blueprint, 80%);
82
+
83
+ $entryway-100: tint-color($entryway, 80%);
84
+ $entryway-200: tint-color($entryway, 60%);
85
+ $entryway-300: tint-color($entryway, 40%);
86
+ $entryway-400: tint-color($entryway, 20%);
87
+ $entryway-500: $entryway;
88
+ $entryway-600: shade-color($entryway, 20%);
89
+ $entryway-700: shade-color($entryway, 40%);
90
+ $entryway-800: shade-color($entryway, 60%);
91
+ $entryway-900: shade-color($entryway, 80%);
92
+
93
+ $sunglow-100: tint-color($sunglow, 80%);
94
+ $sunglow-200: tint-color($sunglow, 60%);
95
+ $sunglow-300: tint-color($sunglow, 40%);
96
+ $sunglow-400: tint-color($sunglow, 20%);
97
+ $sunglow-500: $sunglow;
98
+ $sunglow-600: shade-color($sunglow, 20%);
99
+ $sunglow-700: shade-color($sunglow, 40%);
100
+ $sunglow-800: shade-color($sunglow, 60%);
101
+ $sunglow-900: shade-color($sunglow, 80%);
102
+
103
+ $turnkey-100: tint-color($turnkey, 80%);
104
+ $turnkey-200: tint-color($turnkey, 60%);
105
+ $turnkey-300: tint-color($turnkey, 40%);
106
+ $turnkey-400: tint-color($turnkey, 20%);
107
+ $turnkey-500: $turnkey;
108
+ $turnkey-600: shade-color($turnkey, 20%);
109
+ $turnkey-700: shade-color($turnkey, 40%);
110
+ $turnkey-800: shade-color($turnkey, 60%);
111
+ $turnkey-900: shade-color($turnkey, 80%);
112
+
113
+ $green-100: tint-color($green, 80%);
114
+ $green-200: tint-color($green, 60%);
115
+ $green-300: tint-color($green, 40%);
116
+ $green-400: tint-color($green, 20%);
117
+ $green-500: $green;
118
+ $green-600: shade-color($green, 20%);
119
+ $green-700: shade-color($green, 40%);
120
+ $green-800: shade-color($green, 60%);
121
+ $green-900: shade-color($green, 80%);
122
+
123
+ $red-100: tint-color($red, 80%);
124
+ $red-200: tint-color($red, 60%);
125
+ $red-300: tint-color($red, 40%);
126
+ $red-400: tint-color($red, 20%);
127
+ $red-500: $red;
128
+ $red-600: shade-color($red, 20%);
129
+ $red-700: shade-color($red, 40%);
130
+ $red-800: shade-color($red, 60%);
131
+ $red-900: shade-color($red, 80%);
132
+
133
+ $foundations: (
134
+ "foundation-100": $foundation-100,
135
+ "foundation-200": $foundation-200,
136
+ "foundation-300": $foundation-300,
137
+ "foundation-400": $foundation-400,
138
+ "foundation-500": $foundation-500,
139
+ "foundation-600": $foundation-600,
140
+ "foundation-700": $foundation-700,
141
+ "foundation-800": $foundation-800,
142
+ "foundation-900": $foundation-900
143
+ );
144
+
145
+ $blueprints: (
146
+ "blueprint-100": $blueprint-100,
147
+ "blueprint-200": $blueprint-200,
148
+ "blueprint-300": $blueprint-300,
149
+ "blueprint-400": $blueprint-400,
150
+ "blueprint-500": $blueprint-500,
151
+ "blueprint-600": $blueprint-600,
152
+ "blueprint-700": $blueprint-700,
153
+ "blueprint-800": $blueprint-800,
154
+ "blueprint-900": $blueprint-900
155
+ );
156
+
157
+ $entryways: (
158
+ "entryway-100": $entryway-100,
159
+ "entryway-200": $entryway-200,
160
+ "entryway-300": $entryway-300,
161
+ "entryway-400": $entryway-400,
162
+ "entryway-500": $entryway-500,
163
+ "entryway-600": $entryway-600,
164
+ "entryway-700": $entryway-700,
165
+ "entryway-800": $entryway-800,
166
+ "entryway-900": $entryway-900
167
+ );
168
+
169
+ $sunglows: (
170
+ "sunglow-100": $sunglow-100,
171
+ "sunglow-200": $sunglow-200,
172
+ "sunglow-300": $sunglow-300,
173
+ "sunglow-400": $sunglow-400,
174
+ "sunglow-500": $sunglow-500,
175
+ "sunglow-600": $sunglow-600,
176
+ "sunglow-700": $sunglow-700,
177
+ "sunglow-800": $sunglow-800,
178
+ "sunglow-900": $sunglow-900
179
+ );
180
+
181
+ $turnkeys: (
182
+ "turnkey-100": $turnkey-100,
183
+ "turnkey-200": $turnkey-200,
184
+ "turnkey-300": $turnkey-300,
185
+ "turnkey-400": $turnkey-400,
186
+ "turnkey-500": $turnkey-500,
187
+ "turnkey-600": $turnkey-600,
188
+ "turnkey-700": $turnkey-700,
189
+ "turnkey-800": $turnkey-800,
190
+ "turnkey-900": $turnkey-900
191
+ );
192
+
193
+ $reds: (
194
+ "red-100": $red-100,
195
+ "red-200": $red-200,
196
+ "red-300": $red-300,
197
+ "red-400": $red-400,
198
+ "red-500": $red-500,
199
+ "red-600": $red-600,
200
+ "red-700": $red-700,
201
+ "red-800": $red-800,
202
+ "red-900": $red-900
203
+ );
204
+
205
+ $primary: $blueprint;
206
+ $secondary: $entryway;
207
+ $success: $green;
208
+ $action: $turnkey;
209
+ $warning: $sunglow;
210
+ $danger: $red;
211
+ $light: $white;
212
+ $dark: $gray-900;
213
+
214
+ $theme-colors: (
215
+ "primary": $primary,
216
+ "secondary": $secondary,
217
+ "success": $success,
218
+ "action": $action,
219
+ "warning": $warning,
220
+ "danger": $danger,
221
+ "light": $light,
222
+ "dark": $dark,
223
+ );
224
+
225
+
226
+ // Body
227
+ $body-color: $gray-900;
228
+
229
+ // Grid breakpoints
230
+ $grid-breakpoints: (
231
+ xs: 0,
232
+ sm: 576px,
233
+ md: 768px,
234
+ lg: 992px,
235
+ xl: 1200px,
236
+ xxl: 1400px,
237
+ xxxl: 1600px
238
+ );
239
+
240
+ // Grid containers
241
+ $container-max-widths: (
242
+ xs: 100%,
243
+ sm: 540px,
244
+ md: 720px,
245
+ lg: 960px,
246
+ xl: 1140px,
247
+ xxl: 1320px,
248
+ xxxl: 1510px
249
+ );
250
+
251
+ // Headings
252
+ $headings-color: $gray-800;
253
+
254
+ // Tables
255
+ $table-bg-scale: -80% !default;
256
+
257
+ $table-variants: (
258
+ "primary": shift-color($primary, $table-bg-scale),
259
+ "secondary": shift-color($secondary, $table-bg-scale),
260
+ "action": shift-color($action, $table-bg-scale),
261
+ "success": shift-color($success, $table-bg-scale),
262
+ "warning": shift-color($warning, $table-bg-scale),
263
+ "danger": shift-color($danger, $table-bg-scale),
264
+ "light": $light,
265
+ "dark": $dark,
266
+ );
@@ -0,0 +1,7 @@
1
+ @import "../assets/bootstrap5/variables";
2
+ @import "../assets/bootstrap5/variables-dark";
3
+ @import "../assets/bootstrap5/maps";
4
+ @import "../assets/bootstrap5/utilities";
5
+ @import "../assets/bootstrap5/vendor/rfs";
6
+
7
+ $all-colors: map-merge-multiple($foundations, $blueprints, $entryways, $turnkeys, $sunglows, $greens, $reds);