@hmlr/govuk-react-components-library 1.2.1 → 1.2.3

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/dist/index.d.ts CHANGED
@@ -194,7 +194,7 @@ interface CardLayoutProps {
194
194
  declare const CardLayout: React$1.FC<CardLayoutProps>;
195
195
 
196
196
  interface CharacterCountProps {
197
- id: string;
197
+ id?: string;
198
198
  className?: string;
199
199
  maxlength?: number;
200
200
  threshold?: number;
@@ -748,7 +748,7 @@ interface SelectProps {
748
748
  [key: string]: unknown;
749
749
  };
750
750
  hint?: HintProps;
751
- id: string;
751
+ id?: string;
752
752
  items?: Option[];
753
753
  label: LabelProps;
754
754
  }
@@ -1,11 +1,4 @@
1
1
  @charset "UTF-8";
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
2
  /*!
10
3
  * Bootstrap v5.3.8 (https://getbootstrap.com/)
11
4
  * Copyright 2011-2025 The Bootstrap Authors
@@ -52,28 +45,28 @@
52
45
  --bs-danger-rgb: 220, 53, 69;
53
46
  --bs-light-rgb: 248, 249, 250;
54
47
  --bs-dark-rgb: 33, 37, 41;
55
- --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
56
- --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
57
- --bs-success-text-emphasis: rgb(10, 54, 33.6);
58
- --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
59
- --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
60
- --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
48
+ --bs-primary-text-emphasis: rgb(2.0392156863%, 17.2549019608%, 39.6862745098%);
49
+ --bs-secondary-text-emphasis: rgb(16.9411764706%, 18.3529411765%, 19.6078431373%);
50
+ --bs-success-text-emphasis: rgb(3.9215686275%, 21.1764705882%, 13.1764705882%);
51
+ --bs-info-text-emphasis: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
52
+ --bs-warning-text-emphasis: rgb(40%, 30.2745098039%, 1.0980392157%);
53
+ --bs-danger-text-emphasis: rgb(34.5098039216%, 8.3137254902%, 10.8235294118%);
61
54
  --bs-light-text-emphasis: #495057;
62
55
  --bs-dark-text-emphasis: #495057;
63
- --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
64
- --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
65
- --bs-success-bg-subtle: rgb(209, 231, 220.8);
66
- --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
67
- --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
68
- --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
69
- --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
56
+ --bs-primary-bg-subtle: rgb(81.0196078431%, 88.6274509804%, 99.8431372549%);
57
+ --bs-secondary-bg-subtle: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
58
+ --bs-success-bg-subtle: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
59
+ --bs-info-bg-subtle: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
60
+ --bs-warning-bg-subtle: rgb(100%, 95.137254902%, 80.5490196078%);
61
+ --bs-danger-bg-subtle: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
62
+ --bs-light-bg-subtle: rgb(98.6274509804%, 98.8235294118%, 99.0196078431%);
70
63
  --bs-dark-bg-subtle: #ced4da;
71
- --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
72
- --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
73
- --bs-success-border-subtle: rgb(163, 207, 186.6);
74
- --bs-info-border-subtle: rgb(158.2, 233.8, 249);
75
- --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
76
- --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
64
+ --bs-primary-border-subtle: rgb(62.0392156863%, 77.2549019608%, 99.6862745098%);
65
+ --bs-secondary-border-subtle: rgb(76.9411764706%, 78.3529411765%, 79.6078431373%);
66
+ --bs-success-border-subtle: rgb(63.9215686275%, 81.1764705882%, 73.1764705882%);
67
+ --bs-info-border-subtle: rgb(62.0392156863%, 91.6862745098%, 97.6470588235%);
68
+ --bs-warning-border-subtle: rgb(100%, 90.2745098039%, 61.0980392157%);
69
+ --bs-danger-border-subtle: rgb(94.5098039216%, 68.3137254902%, 70.8235294118%);
77
70
  --bs-light-border-subtle: #e9ecef;
78
71
  --bs-dark-border-subtle: #adb5bd;
79
72
  --bs-white-rgb: 255, 255, 255;
@@ -103,11 +96,11 @@
103
96
  --bs-link-color: #0d6efd;
104
97
  --bs-link-color-rgb: 13, 110, 253;
105
98
  --bs-link-decoration: underline;
106
- --bs-link-hover-color: rgb(10.4, 88, 202.4);
99
+ --bs-link-hover-color: rgb(4.0784313725%, 34.5098039216%, 79.3725490196%);
107
100
  --bs-link-hover-color-rgb: 10, 88, 202;
108
101
  --bs-code-color: #d63384;
109
102
  --bs-highlight-color: #212529;
110
- --bs-highlight-bg: rgb(255, 242.6, 205.4);
103
+ --bs-highlight-bg: rgb(100%, 95.137254902%, 80.5490196078%);
111
104
  --bs-border-width: 1px;
112
105
  --bs-border-style: solid;
113
106
  --bs-border-color: #dee2e6;
@@ -146,46 +139,46 @@
146
139
  --bs-secondary-bg-rgb: 52, 58, 64;
147
140
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
148
141
  --bs-tertiary-color-rgb: 222, 226, 230;
149
- --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
142
+ --bs-tertiary-bg: rgb(16.6666666667%, 18.6274509804%, 20.5882352941%);
150
143
  --bs-tertiary-bg-rgb: 43, 48, 53;
151
- --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
152
- --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
153
- --bs-success-text-emphasis: rgb(117, 183, 152.4);
154
- --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
155
- --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
156
- --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
144
+ --bs-primary-text-emphasis: rgb(43.0588235294%, 65.8823529412%, 99.5294117647%);
145
+ --bs-secondary-text-emphasis: rgb(65.4117647059%, 67.5294117647%, 69.4117647059%);
146
+ --bs-success-text-emphasis: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
147
+ --bs-info-text-emphasis: rgb(43.0588235294%, 87.5294117647%, 96.4705882353%);
148
+ --bs-warning-text-emphasis: rgb(100%, 85.4117647059%, 41.6470588235%);
149
+ --bs-danger-text-emphasis: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
157
150
  --bs-light-text-emphasis: #f8f9fa;
158
151
  --bs-dark-text-emphasis: #dee2e6;
159
- --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
160
- --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
161
- --bs-success-bg-subtle: rgb(5, 27, 16.8);
162
- --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
163
- --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
164
- --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
152
+ --bs-primary-bg-subtle: rgb(1.0196078431%, 8.6274509804%, 19.8431372549%);
153
+ --bs-secondary-bg-subtle: rgb(8.4705882353%, 9.1764705882%, 9.8039215686%);
154
+ --bs-success-bg-subtle: rgb(1.9607843137%, 10.5882352941%, 6.5882352941%);
155
+ --bs-info-bg-subtle: rgb(1.0196078431%, 15.8431372549%, 18.8235294118%);
156
+ --bs-warning-bg-subtle: rgb(20%, 15.137254902%, 0.5490196078%);
157
+ --bs-danger-bg-subtle: rgb(17.2549019608%, 4.1568627451%, 5.4117647059%);
165
158
  --bs-light-bg-subtle: #343a40;
166
159
  --bs-dark-bg-subtle: #1a1d20;
167
- --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
168
- --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
169
- --bs-success-border-subtle: rgb(15, 81, 50.4);
170
- --bs-info-border-subtle: rgb(7.8, 121.2, 144);
171
- --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
172
- --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
160
+ --bs-primary-border-subtle: rgb(3.0588235294%, 25.8823529412%, 59.5294117647%);
161
+ --bs-secondary-border-subtle: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
162
+ --bs-success-border-subtle: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
163
+ --bs-info-border-subtle: rgb(3.0588235294%, 47.5294117647%, 56.4705882353%);
164
+ --bs-warning-border-subtle: rgb(60%, 45.4117647059%, 1.6470588235%);
165
+ --bs-danger-border-subtle: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
173
166
  --bs-light-border-subtle: #495057;
174
167
  --bs-dark-border-subtle: #343a40;
175
168
  --bs-heading-color: inherit;
176
- --bs-link-color: rgb(109.8, 168, 253.8);
177
- --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
169
+ --bs-link-color: rgb(43.0588235294%, 65.8823529412%, 99.5294117647%);
170
+ --bs-link-hover-color: rgb(54.4470588235%, 72.7058823529%, 99.6235294118%);
178
171
  --bs-link-color-rgb: 110, 168, 254;
179
172
  --bs-link-hover-color-rgb: 139, 185, 254;
180
- --bs-code-color: rgb(230.4, 132.6, 181.2);
173
+ --bs-code-color: rgb(90.3529411765%, 52%, 71.0588235294%);
181
174
  --bs-highlight-color: #dee2e6;
182
- --bs-highlight-bg: rgb(102, 77.2, 2.8);
175
+ --bs-highlight-bg: rgb(40%, 30.2745098039%, 1.0980392157%);
183
176
  --bs-border-color: #495057;
184
177
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
185
- --bs-form-valid-color: rgb(117, 183, 152.4);
186
- --bs-form-valid-border-color: rgb(117, 183, 152.4);
187
- --bs-form-invalid-color: rgb(234, 133.8, 143.4);
188
- --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
178
+ --bs-form-valid-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
179
+ --bs-form-valid-border-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
180
+ --bs-form-invalid-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
181
+ --bs-form-invalid-border-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
189
182
  }
190
183
 
191
184
  *,
@@ -1941,13 +1934,13 @@ progress {
1941
1934
 
1942
1935
  .table-primary {
1943
1936
  --bs-table-color: #000;
1944
- --bs-table-bg: rgb(206.6, 226, 254.6);
1945
- --bs-table-border-color: rgb(165.28, 180.8, 203.68);
1946
- --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
1937
+ --bs-table-bg: rgb(81.0196078431%, 88.6274509804%, 99.8431372549%);
1938
+ --bs-table-border-color: rgb(64.8156862745%, 70.9019607843%, 79.8745098039%);
1939
+ --bs-table-striped-bg: rgb(76.968627451%, 84.1960784314%, 94.8509803922%);
1947
1940
  --bs-table-striped-color: #000;
1948
- --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
1941
+ --bs-table-active-bg: rgb(72.9176470588%, 79.7647058824%, 89.8588235294%);
1949
1942
  --bs-table-active-color: #000;
1950
- --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
1943
+ --bs-table-hover-bg: rgb(74.9431372549%, 81.9803921569%, 92.3549019608%);
1951
1944
  --bs-table-hover-color: #000;
1952
1945
  color: var(--bs-table-color);
1953
1946
  border-color: var(--bs-table-border-color);
@@ -1955,13 +1948,13 @@ progress {
1955
1948
 
1956
1949
  .table-secondary {
1957
1950
  --bs-table-color: #000;
1958
- --bs-table-bg: rgb(225.6, 227.4, 229);
1959
- --bs-table-border-color: rgb(180.48, 181.92, 183.2);
1960
- --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
1951
+ --bs-table-bg: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
1952
+ --bs-table-border-color: rgb(70.7764705882%, 71.3411764706%, 71.8431372549%);
1953
+ --bs-table-striped-bg: rgb(84.0470588235%, 84.7176470588%, 85.3137254902%);
1961
1954
  --bs-table-striped-color: #000;
1962
- --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
1955
+ --bs-table-active-bg: rgb(79.6235294118%, 80.2588235294%, 80.8235294118%);
1963
1956
  --bs-table-active-color: #000;
1964
- --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
1957
+ --bs-table-hover-bg: rgb(81.8352941176%, 82.4882352941%, 83.068627451%);
1965
1958
  --bs-table-hover-color: #000;
1966
1959
  color: var(--bs-table-color);
1967
1960
  border-color: var(--bs-table-border-color);
@@ -1969,13 +1962,13 @@ progress {
1969
1962
 
1970
1963
  .table-success {
1971
1964
  --bs-table-color: #000;
1972
- --bs-table-bg: rgb(209, 231, 220.8);
1973
- --bs-table-border-color: rgb(167.2, 184.8, 176.64);
1974
- --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
1965
+ --bs-table-bg: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
1966
+ --bs-table-border-color: rgb(65.568627451%, 72.4705882353%, 69.2705882353%);
1967
+ --bs-table-striped-bg: rgb(77.862745098%, 86.0588235294%, 82.2588235294%);
1975
1968
  --bs-table-striped-color: #000;
1976
- --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
1969
+ --bs-table-active-bg: rgb(73.7647058824%, 81.5294117647%, 77.9294117647%);
1977
1970
  --bs-table-active-color: #000;
1978
- --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
1971
+ --bs-table-hover-bg: rgb(75.8137254902%, 83.7941176471%, 80.0941176471%);
1979
1972
  --bs-table-hover-color: #000;
1980
1973
  color: var(--bs-table-color);
1981
1974
  border-color: var(--bs-table-border-color);
@@ -1983,13 +1976,13 @@ progress {
1983
1976
 
1984
1977
  .table-info {
1985
1978
  --bs-table-color: #000;
1986
- --bs-table-bg: rgb(206.6, 244.4, 252);
1987
- --bs-table-border-color: rgb(165.28, 195.52, 201.6);
1988
- --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
1979
+ --bs-table-bg: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
1980
+ --bs-table-border-color: rgb(64.8156862745%, 76.6745098039%, 79.0588235294%);
1981
+ --bs-table-striped-bg: rgb(76.968627451%, 91.0509803922%, 93.8823529412%);
1989
1982
  --bs-table-striped-color: #000;
1990
- --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
1983
+ --bs-table-active-bg: rgb(72.9176470588%, 86.2588235294%, 88.9411764706%);
1991
1984
  --bs-table-active-color: #000;
1992
- --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
1985
+ --bs-table-hover-bg: rgb(74.9431372549%, 88.6549019608%, 91.4117647059%);
1993
1986
  --bs-table-hover-color: #000;
1994
1987
  color: var(--bs-table-color);
1995
1988
  border-color: var(--bs-table-border-color);
@@ -1997,13 +1990,13 @@ progress {
1997
1990
 
1998
1991
  .table-warning {
1999
1992
  --bs-table-color: #000;
2000
- --bs-table-bg: rgb(255, 242.6, 205.4);
2001
- --bs-table-border-color: rgb(204, 194.08, 164.32);
2002
- --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
1993
+ --bs-table-bg: rgb(100%, 95.137254902%, 80.5490196078%);
1994
+ --bs-table-border-color: rgb(80%, 76.1098039216%, 64.4392156863%);
1995
+ --bs-table-striped-bg: rgb(95%, 90.3803921569%, 76.5215686275%);
2003
1996
  --bs-table-striped-color: #000;
2004
- --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
1997
+ --bs-table-active-bg: rgb(90%, 85.6235294118%, 72.4941176471%);
2005
1998
  --bs-table-active-color: #000;
2006
- --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
1999
+ --bs-table-hover-bg: rgb(92.5%, 88.0019607843%, 74.5078431373%);
2007
2000
  --bs-table-hover-color: #000;
2008
2001
  color: var(--bs-table-color);
2009
2002
  border-color: var(--bs-table-border-color);
@@ -2011,13 +2004,13 @@ progress {
2011
2004
 
2012
2005
  .table-danger {
2013
2006
  --bs-table-color: #000;
2014
- --bs-table-bg: rgb(248, 214.6, 217.8);
2015
- --bs-table-border-color: rgb(198.4, 171.68, 174.24);
2016
- --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
2007
+ --bs-table-bg: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
2008
+ --bs-table-border-color: rgb(77.8039215686%, 67.3254901961%, 68.3294117647%);
2009
+ --bs-table-striped-bg: rgb(92.3921568627%, 79.9490196078%, 81.1411764706%);
2017
2010
  --bs-table-striped-color: #000;
2018
- --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
2011
+ --bs-table-active-bg: rgb(87.5294117647%, 75.7411764706%, 76.8705882353%);
2019
2012
  --bs-table-active-color: #000;
2020
- --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
2013
+ --bs-table-hover-bg: rgb(89.9607843137%, 77.8450980392%, 79.0058823529%);
2021
2014
  --bs-table-hover-color: #000;
2022
2015
  color: var(--bs-table-color);
2023
2016
  border-color: var(--bs-table-border-color);
@@ -2026,12 +2019,12 @@ progress {
2026
2019
  .table-light {
2027
2020
  --bs-table-color: #000;
2028
2021
  --bs-table-bg: #f8f9fa;
2029
- --bs-table-border-color: rgb(198.4, 199.2, 200);
2030
- --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
2022
+ --bs-table-border-color: rgb(77.8039215686%, 78.1176470588%, 78.431372549%);
2023
+ --bs-table-striped-bg: rgb(92.3921568627%, 92.7647058824%, 93.137254902%);
2031
2024
  --bs-table-striped-color: #000;
2032
- --bs-table-active-bg: rgb(223.2, 224.1, 225);
2025
+ --bs-table-active-bg: rgb(87.5294117647%, 87.8823529412%, 88.2352941176%);
2033
2026
  --bs-table-active-color: #000;
2034
- --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
2027
+ --bs-table-hover-bg: rgb(89.9607843137%, 90.3235294118%, 90.6862745098%);
2035
2028
  --bs-table-hover-color: #000;
2036
2029
  color: var(--bs-table-color);
2037
2030
  border-color: var(--bs-table-border-color);
@@ -2040,12 +2033,12 @@ progress {
2040
2033
  .table-dark {
2041
2034
  --bs-table-color: #fff;
2042
2035
  --bs-table-bg: #212529;
2043
- --bs-table-border-color: rgb(77.4, 80.6, 83.8);
2044
- --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
2036
+ --bs-table-border-color: rgb(30.3529411765%, 31.6078431373%, 32.862745098%);
2037
+ --bs-table-striped-bg: rgb(17.2941176471%, 18.7843137255%, 20.2745098039%);
2045
2038
  --bs-table-striped-color: #fff;
2046
- --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
2039
+ --bs-table-active-bg: rgb(21.6470588235%, 23.0588235294%, 24.4705882353%);
2047
2040
  --bs-table-active-color: #fff;
2048
- --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
2041
+ --bs-table-hover-bg: rgb(19.4705882353%, 20.9215686275%, 22.3725490196%);
2049
2042
  --bs-table-hover-color: #fff;
2050
2043
  color: var(--bs-table-color);
2051
2044
  border-color: var(--bs-table-border-color);
@@ -2145,7 +2138,7 @@ progress {
2145
2138
  .form-control:focus {
2146
2139
  color: var(--bs-body-color);
2147
2140
  background-color: var(--bs-body-bg);
2148
- border-color: rgb(134, 182.5, 254);
2141
+ border-color: rgb(52.5490196078%, 71.568627451%, 99.6078431373%);
2149
2142
  outline: 0;
2150
2143
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
2151
2144
  }
@@ -2290,7 +2283,7 @@ textarea.form-control-lg {
2290
2283
  }
2291
2284
  }
2292
2285
  .form-select:focus {
2293
- border-color: rgb(134, 182.5, 254);
2286
+ border-color: rgb(52.5490196078%, 71.568627451%, 99.6078431373%);
2294
2287
  outline: 0;
2295
2288
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
2296
2289
  }
@@ -2374,7 +2367,7 @@ textarea.form-control-lg {
2374
2367
  filter: brightness(90%);
2375
2368
  }
2376
2369
  .form-check-input:focus {
2377
- border-color: rgb(134, 182.5, 254);
2370
+ border-color: rgb(52.5490196078%, 71.568627451%, 99.6078431373%);
2378
2371
  outline: 0;
2379
2372
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
2380
2373
  }
@@ -2421,7 +2414,7 @@ textarea.form-control-lg {
2421
2414
  }
2422
2415
  }
2423
2416
  .form-switch .form-check-input:focus {
2424
- --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
2417
+ --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%2852.5490196078%, 71.568627451%, 99.6078431373%%29'/%3e%3c/svg%3e");
2425
2418
  }
2426
2419
  .form-switch .form-check-input:checked {
2427
2420
  background-position: right center;
@@ -2491,7 +2484,7 @@ textarea.form-control-lg {
2491
2484
  }
2492
2485
  }
2493
2486
  .form-range::-webkit-slider-thumb:active {
2494
- background-color: rgb(182.4, 211.5, 254.4);
2487
+ background-color: rgb(71.5294117647%, 82.9411764706%, 99.7647058824%);
2495
2488
  }
2496
2489
  .form-range::-webkit-slider-runnable-track {
2497
2490
  width: 100%;
@@ -2517,7 +2510,7 @@ textarea.form-control-lg {
2517
2510
  }
2518
2511
  }
2519
2512
  .form-range::-moz-range-thumb:active {
2520
- background-color: rgb(182.4, 211.5, 254.4);
2513
+ background-color: rgb(71.5294117647%, 82.9411764706%, 99.7647058824%);
2521
2514
  }
2522
2515
  .form-range::-moz-range-track {
2523
2516
  width: 100%;
@@ -2980,12 +2973,12 @@ textarea.form-control-lg {
2980
2973
  --bs-btn-bg: #0d6efd;
2981
2974
  --bs-btn-border-color: #0d6efd;
2982
2975
  --bs-btn-hover-color: #fff;
2983
- --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
2984
- --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
2976
+ --bs-btn-hover-bg: rgb(4.3333333333%, 36.6666666667%, 84.3333333333%);
2977
+ --bs-btn-hover-border-color: rgb(4.0784313725%, 34.5098039216%, 79.3725490196%);
2985
2978
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
2986
2979
  --bs-btn-active-color: #fff;
2987
- --bs-btn-active-bg: rgb(10.4, 88, 202.4);
2988
- --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
2980
+ --bs-btn-active-bg: rgb(4.0784313725%, 34.5098039216%, 79.3725490196%);
2981
+ --bs-btn-active-border-color: rgb(3.8235294118%, 32.3529411765%, 74.4117647059%);
2989
2982
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2990
2983
  --bs-btn-disabled-color: #fff;
2991
2984
  --bs-btn-disabled-bg: #0d6efd;
@@ -2997,12 +2990,12 @@ textarea.form-control-lg {
2997
2990
  --bs-btn-bg: #6c757d;
2998
2991
  --bs-btn-border-color: #6c757d;
2999
2992
  --bs-btn-hover-color: #fff;
3000
- --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
3001
- --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
2993
+ --bs-btn-hover-bg: rgb(36%, 39%, 41.6666666667%);
2994
+ --bs-btn-hover-border-color: rgb(33.8823529412%, 36.7058823529%, 39.2156862745%);
3002
2995
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
3003
2996
  --bs-btn-active-color: #fff;
3004
- --bs-btn-active-bg: rgb(86.4, 93.6, 100);
3005
- --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
2997
+ --bs-btn-active-bg: rgb(33.8823529412%, 36.7058823529%, 39.2156862745%);
2998
+ --bs-btn-active-border-color: rgb(31.7647058824%, 34.4117647059%, 36.7647058824%);
3006
2999
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3007
3000
  --bs-btn-disabled-color: #fff;
3008
3001
  --bs-btn-disabled-bg: #6c757d;
@@ -3014,12 +3007,12 @@ textarea.form-control-lg {
3014
3007
  --bs-btn-bg: #198754;
3015
3008
  --bs-btn-border-color: #198754;
3016
3009
  --bs-btn-hover-color: #fff;
3017
- --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
3018
- --bs-btn-hover-border-color: rgb(20, 108, 67.2);
3010
+ --bs-btn-hover-bg: rgb(8.3333333333%, 45%, 28%);
3011
+ --bs-btn-hover-border-color: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
3019
3012
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
3020
3013
  --bs-btn-active-color: #fff;
3021
- --bs-btn-active-bg: rgb(20, 108, 67.2);
3022
- --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
3014
+ --bs-btn-active-bg: rgb(7.8431372549%, 42.3529411765%, 26.3529411765%);
3015
+ --bs-btn-active-border-color: rgb(7.3529411765%, 39.7058823529%, 24.7058823529%);
3023
3016
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3024
3017
  --bs-btn-disabled-color: #fff;
3025
3018
  --bs-btn-disabled-bg: #198754;
@@ -3031,12 +3024,12 @@ textarea.form-control-lg {
3031
3024
  --bs-btn-bg: #0dcaf0;
3032
3025
  --bs-btn-border-color: #0dcaf0;
3033
3026
  --bs-btn-hover-color: #000;
3034
- --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
3035
- --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
3027
+ --bs-btn-hover-bg: rgb(19.3333333333%, 82.3333333333%, 95%);
3028
+ --bs-btn-hover-border-color: rgb(14.5882352941%, 81.2941176471%, 94.7058823529%);
3036
3029
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
3037
3030
  --bs-btn-active-color: #000;
3038
- --bs-btn-active-bg: rgb(61.4, 212.6, 243);
3039
- --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
3031
+ --bs-btn-active-bg: rgb(24.0784313725%, 83.3725490196%, 95.2941176471%);
3032
+ --bs-btn-active-border-color: rgb(14.5882352941%, 81.2941176471%, 94.7058823529%);
3040
3033
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3041
3034
  --bs-btn-disabled-color: #000;
3042
3035
  --bs-btn-disabled-bg: #0dcaf0;
@@ -3048,12 +3041,12 @@ textarea.form-control-lg {
3048
3041
  --bs-btn-bg: #ffc107;
3049
3042
  --bs-btn-border-color: #ffc107;
3050
3043
  --bs-btn-hover-color: #000;
3051
- --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
3052
- --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
3044
+ --bs-btn-hover-bg: rgb(100%, 79.3333333333%, 17.3333333333%);
3045
+ --bs-btn-hover-border-color: rgb(100%, 78.1176470588%, 12.4705882353%);
3053
3046
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
3054
3047
  --bs-btn-active-color: #000;
3055
- --bs-btn-active-bg: rgb(255, 205.4, 56.6);
3056
- --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
3048
+ --bs-btn-active-bg: rgb(100%, 80.5490196078%, 22.1960784314%);
3049
+ --bs-btn-active-border-color: rgb(100%, 78.1176470588%, 12.4705882353%);
3057
3050
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3058
3051
  --bs-btn-disabled-color: #000;
3059
3052
  --bs-btn-disabled-bg: #ffc107;
@@ -3065,12 +3058,12 @@ textarea.form-control-lg {
3065
3058
  --bs-btn-bg: #dc3545;
3066
3059
  --bs-btn-border-color: #dc3545;
3067
3060
  --bs-btn-hover-color: #fff;
3068
- --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
3069
- --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
3061
+ --bs-btn-hover-bg: rgb(73.3333333333%, 17.6666666667%, 23%);
3062
+ --bs-btn-hover-border-color: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
3070
3063
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
3071
3064
  --bs-btn-active-color: #fff;
3072
- --bs-btn-active-bg: rgb(176, 42.4, 55.2);
3073
- --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
3065
+ --bs-btn-active-bg: rgb(69.0196078431%, 16.6274509804%, 21.6470588235%);
3066
+ --bs-btn-active-border-color: rgb(64.7058823529%, 15.5882352941%, 20.2941176471%);
3074
3067
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3075
3068
  --bs-btn-disabled-color: #fff;
3076
3069
  --bs-btn-disabled-bg: #dc3545;
@@ -3082,12 +3075,12 @@ textarea.form-control-lg {
3082
3075
  --bs-btn-bg: #f8f9fa;
3083
3076
  --bs-btn-border-color: #f8f9fa;
3084
3077
  --bs-btn-hover-color: #000;
3085
- --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
3086
- --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
3078
+ --bs-btn-hover-bg: rgb(82.6666666667%, 83%, 83.3333333333%);
3079
+ --bs-btn-hover-border-color: rgb(77.8039215686%, 78.1176470588%, 78.431372549%);
3087
3080
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
3088
3081
  --bs-btn-active-color: #000;
3089
- --bs-btn-active-bg: rgb(198.4, 199.2, 200);
3090
- --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
3082
+ --bs-btn-active-bg: rgb(77.8039215686%, 78.1176470588%, 78.431372549%);
3083
+ --bs-btn-active-border-color: rgb(72.9411764706%, 73.2352941176%, 73.5294117647%);
3091
3084
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3092
3085
  --bs-btn-disabled-color: #000;
3093
3086
  --bs-btn-disabled-bg: #f8f9fa;
@@ -3099,12 +3092,12 @@ textarea.form-control-lg {
3099
3092
  --bs-btn-bg: #212529;
3100
3093
  --bs-btn-border-color: #212529;
3101
3094
  --bs-btn-hover-color: #fff;
3102
- --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
3103
- --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
3095
+ --bs-btn-hover-bg: rgb(26%, 27.3333333333%, 28.6666666667%);
3096
+ --bs-btn-hover-border-color: rgb(21.6470588235%, 23.0588235294%, 24.4705882353%);
3104
3097
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
3105
3098
  --bs-btn-active-color: #fff;
3106
- --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
3107
- --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
3099
+ --bs-btn-active-bg: rgb(30.3529411765%, 31.6078431373%, 32.862745098%);
3100
+ --bs-btn-active-border-color: rgb(21.6470588235%, 23.0588235294%, 24.4705882353%);
3108
3101
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3109
3102
  --bs-btn-disabled-color: #fff;
3110
3103
  --bs-btn-disabled-bg: #212529;
@@ -4503,7 +4496,7 @@ textarea.form-control-lg {
4503
4496
  --bs-accordion-btn-icon-width: 1.25rem;
4504
4497
  --bs-accordion-btn-icon-transform: rotate(-180deg);
4505
4498
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
4506
- --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
4499
+ --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%282.0392156863%, 17.2549019608%, 39.6862745098%%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
4507
4500
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
4508
4501
  --bs-accordion-body-padding-x: 1.25rem;
4509
4502
  --bs-accordion-body-padding-y: 1rem;
@@ -4620,8 +4613,8 @@ textarea.form-control-lg {
4620
4613
  }
4621
4614
 
4622
4615
  [data-bs-theme=dark] .accordion-button::after {
4623
- --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
4624
- --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
4616
+ --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2843.0588235294%, 65.8823529412%, 99.5294117647%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
4617
+ --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2843.0588235294%, 65.8823529412%, 99.5294117647%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
4625
4618
  }
4626
4619
 
4627
4620
  .breadcrumb {