@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/.prettierignore +2 -0
- package/README.md +1 -1
- package/assets/uml-diagram.svg +4 -4
- package/dist/PDFViewerCanvas.cjs.js +13 -1980
- package/dist/PDFViewerCanvas.cjs.js.map +1 -1
- package/dist/PDFViewerCanvas.esm.js +2 -1951
- package/dist/PDFViewerCanvas.esm.js.map +1 -1
- package/dist/index.cjs.css +127 -134
- package/dist/index.cjs.js +97 -2020
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.css +127 -134
- package/dist/index.esm.js +78 -2001
- package/dist/index.esm.js.map +1 -1
- package/package.json +75 -58
- package/scripts/generateStories.mjs +19 -1
- package/bundle-analysis-main.html +0 -4949
- package/bundle-analysis-pdfvc.html +0 -4949
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
|
|
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
|
|
751
|
+
id?: string;
|
|
752
752
|
items?: Option[];
|
|
753
753
|
label: LabelProps;
|
|
754
754
|
}
|
package/dist/index.esm.css
CHANGED
|
@@ -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(
|
|
56
|
-
--bs-secondary-text-emphasis: rgb(
|
|
57
|
-
--bs-success-text-emphasis: rgb(
|
|
58
|
-
--bs-info-text-emphasis: rgb(
|
|
59
|
-
--bs-warning-text-emphasis: rgb(
|
|
60
|
-
--bs-danger-text-emphasis: rgb(
|
|
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(
|
|
64
|
-
--bs-secondary-bg-subtle: rgb(
|
|
65
|
-
--bs-success-bg-subtle: rgb(
|
|
66
|
-
--bs-info-bg-subtle: rgb(
|
|
67
|
-
--bs-warning-bg-subtle: rgb(
|
|
68
|
-
--bs-danger-bg-subtle: rgb(
|
|
69
|
-
--bs-light-bg-subtle: rgb(
|
|
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(
|
|
72
|
-
--bs-secondary-border-subtle: rgb(
|
|
73
|
-
--bs-success-border-subtle: rgb(
|
|
74
|
-
--bs-info-border-subtle: rgb(
|
|
75
|
-
--bs-warning-border-subtle: rgb(
|
|
76
|
-
--bs-danger-border-subtle: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
152
|
-
--bs-secondary-text-emphasis: rgb(
|
|
153
|
-
--bs-success-text-emphasis: rgb(
|
|
154
|
-
--bs-info-text-emphasis: rgb(
|
|
155
|
-
--bs-warning-text-emphasis: rgb(
|
|
156
|
-
--bs-danger-text-emphasis: rgb(
|
|
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(
|
|
160
|
-
--bs-secondary-bg-subtle: rgb(
|
|
161
|
-
--bs-success-bg-subtle: rgb(
|
|
162
|
-
--bs-info-bg-subtle: rgb(
|
|
163
|
-
--bs-warning-bg-subtle: rgb(
|
|
164
|
-
--bs-danger-bg-subtle: rgb(
|
|
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(
|
|
168
|
-
--bs-secondary-border-subtle: rgb(
|
|
169
|
-
--bs-success-border-subtle: rgb(
|
|
170
|
-
--bs-info-border-subtle: rgb(
|
|
171
|
-
--bs-warning-border-subtle: rgb(
|
|
172
|
-
--bs-danger-border-subtle: rgb(
|
|
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(
|
|
177
|
-
--bs-link-hover-color: rgb(
|
|
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(
|
|
173
|
+
--bs-code-color: rgb(90.3529411765%, 52%, 71.0588235294%);
|
|
181
174
|
--bs-highlight-color: #dee2e6;
|
|
182
|
-
--bs-highlight-bg: rgb(
|
|
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(
|
|
186
|
-
--bs-form-valid-border-color: rgb(
|
|
187
|
-
--bs-form-invalid-color: rgb(
|
|
188
|
-
--bs-form-invalid-border-color: rgb(
|
|
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(
|
|
1945
|
-
--bs-table-border-color: rgb(
|
|
1946
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
1959
|
-
--bs-table-border-color: rgb(
|
|
1960
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
1973
|
-
--bs-table-border-color: rgb(
|
|
1974
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
1987
|
-
--bs-table-border-color: rgb(
|
|
1988
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
2001
|
-
--bs-table-border-color: rgb(
|
|
2002
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
1997
|
+
--bs-table-active-bg: rgb(90%, 85.6235294118%, 72.4941176471%);
|
|
2005
1998
|
--bs-table-active-color: #000;
|
|
2006
|
-
--bs-table-hover-bg: rgb(
|
|
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(
|
|
2015
|
-
--bs-table-border-color: rgb(
|
|
2016
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
2030
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
2044
|
-
--bs-table-striped-bg: rgb(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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%
|
|
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(
|
|
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(
|
|
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(
|
|
2984
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
2988
|
-
--bs-btn-active-border-color: rgb(
|
|
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(
|
|
3001
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
3005
|
-
--bs-btn-active-border-color: rgb(
|
|
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(
|
|
3018
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
3022
|
-
--bs-btn-active-border-color: rgb(
|
|
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(
|
|
3035
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
3039
|
-
--bs-btn-active-border-color: rgb(
|
|
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(
|
|
3052
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
3056
|
-
--bs-btn-active-border-color: rgb(
|
|
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(
|
|
3069
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
3073
|
-
--bs-btn-active-border-color: rgb(
|
|
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(
|
|
3086
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
3090
|
-
--bs-btn-active-border-color: rgb(
|
|
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(
|
|
3103
|
-
--bs-btn-hover-border-color: rgb(
|
|
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(
|
|
3107
|
-
--bs-btn-active-border-color: rgb(
|
|
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%
|
|
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%
|
|
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%
|
|
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 {
|