@capillarytech/blaze-ui 1.0.3-alpha.3 → 1.0.3-alpha.5
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/CapAlert/CapAlert.d.ts +12 -0
- package/CapAlert/CapAlert.d.ts.map +1 -0
- package/CapAlert/CapAlert.test.d.ts +2 -0
- package/CapAlert/CapAlert.test.d.ts.map +1 -0
- package/CapAlert/index.d.ts +3 -0
- package/CapAlert/index.d.ts.map +1 -0
- package/CapAlert/index.js +696 -0
- package/CapAlert/index.js.map +1 -0
- package/CapButton/CapButton.d.ts +11 -0
- package/CapButton/CapButton.d.ts.map +1 -0
- package/CapButton/CapButton.test.d.ts +2 -0
- package/CapButton/CapButton.test.d.ts.map +1 -0
- package/CapButton/index.d.ts +3 -0
- package/CapButton/index.d.ts.map +1 -0
- package/CapButton/index.js +998 -0
- package/CapButton/index.js.map +1 -0
- package/CapCard/CapCard.d.ts +9 -0
- package/CapCard/CapCard.d.ts.map +1 -0
- package/CapCard/CapCard.test.d.ts +2 -0
- package/CapCard/CapCard.test.d.ts.map +1 -0
- package/CapCard/index.d.ts +3 -0
- package/CapCard/index.d.ts.map +1 -0
- package/CapCard/index.js +697 -0
- package/CapCard/index.js.map +1 -0
- package/CapCheckbox/CapCheckbox.d.ts +17 -0
- package/CapCheckbox/CapCheckbox.d.ts.map +1 -0
- package/CapCheckbox/CapCheckbox.test.d.ts +2 -0
- package/CapCheckbox/CapCheckbox.test.d.ts.map +1 -0
- package/CapCheckbox/index.d.ts +3 -0
- package/CapCheckbox/index.d.ts.map +1 -0
- package/CapCheckbox/index.js +917 -0
- package/CapCheckbox/index.js.map +1 -0
- package/CapColumn/CapColumn.d.ts +9 -0
- package/CapColumn/CapColumn.d.ts.map +1 -0
- package/CapColumn/CapColumn.test.d.ts +2 -0
- package/CapColumn/CapColumn.test.d.ts.map +1 -0
- package/CapColumn/index.d.ts +3 -0
- package/CapColumn/index.d.ts.map +1 -0
- package/CapColumn/index.js +694 -0
- package/CapColumn/index.js.map +1 -0
- package/CapDivider/CapDivider.d.ts +9 -0
- package/CapDivider/CapDivider.d.ts.map +1 -0
- package/CapDivider/CapDivider.test.d.ts +2 -0
- package/CapDivider/CapDivider.test.d.ts.map +1 -0
- package/CapDivider/index.d.ts +3 -0
- package/CapDivider/index.d.ts.map +1 -0
- package/CapDivider/index.js +696 -0
- package/CapDivider/index.js.map +1 -0
- package/CapDropdown/CapDropdown.d.ts +20 -0
- package/CapDropdown/CapDropdown.d.ts.map +1 -0
- package/CapDropdown/CapDropdown.test.d.ts +2 -0
- package/CapDropdown/CapDropdown.test.d.ts.map +1 -0
- package/CapDropdown/index.d.ts +3 -0
- package/CapDropdown/index.d.ts.map +1 -0
- package/CapDropdown/index.js +715 -0
- package/CapDropdown/index.js.map +1 -0
- package/CapForm/CapForm.d.ts +10 -0
- package/CapForm/CapForm.d.ts.map +1 -0
- package/CapForm/CapForm.test.d.ts +2 -0
- package/CapForm/CapForm.test.d.ts.map +1 -0
- package/CapForm/index.d.ts +3 -0
- package/CapForm/index.d.ts.map +1 -0
- package/CapForm/index.js +696 -0
- package/CapForm/index.js.map +1 -0
- package/CapFormItem/CapFormItem.d.ts +13 -0
- package/CapFormItem/CapFormItem.d.ts.map +1 -0
- package/CapFormItem/CapFormItem.test.d.ts +2 -0
- package/CapFormItem/CapFormItem.test.d.ts.map +1 -0
- package/CapFormItem/index.d.ts +3 -0
- package/CapFormItem/index.d.ts.map +1 -0
- package/CapFormItem/index.js +697 -0
- package/CapFormItem/index.js.map +1 -0
- package/CapIcon/CapIcon.d.ts +31 -0
- package/CapIcon/CapIcon.d.ts.map +1 -0
- package/CapIcon/CapIcon.test.d.ts +2 -0
- package/CapIcon/CapIcon.test.d.ts.map +1 -0
- package/CapIcon/index.d.ts +3 -0
- package/CapIcon/index.d.ts.map +1 -0
- package/CapIcon/index.js +853 -0
- package/CapIcon/index.js.map +1 -0
- package/CapInput/CapInput.d.ts +11 -0
- package/CapInput/CapInput.d.ts.map +1 -0
- package/CapInput/CapInput.test.d.ts +2 -0
- package/CapInput/CapInput.test.d.ts.map +1 -0
- package/CapInput/Number.d.ts +9 -0
- package/CapInput/Number.d.ts.map +1 -0
- package/CapInput/Number.test.d.ts +2 -0
- package/CapInput/Number.test.d.ts.map +1 -0
- package/CapInput/Search.d.ts +9 -0
- package/CapInput/Search.d.ts.map +1 -0
- package/CapInput/Search.test.d.ts +2 -0
- package/CapInput/Search.test.d.ts.map +1 -0
- package/CapInput/TextArea.d.ts +9 -0
- package/CapInput/TextArea.d.ts.map +1 -0
- package/CapInput/TextArea.test.d.ts +2 -0
- package/CapInput/TextArea.test.d.ts.map +1 -0
- package/CapInput/index.d.ts +9 -0
- package/CapInput/index.d.ts.map +1 -0
- package/CapInput/index.js +744 -0
- package/CapInput/index.js.map +1 -0
- package/CapLabel/CapLabel.d.ts +23 -0
- package/CapLabel/CapLabel.d.ts.map +1 -0
- package/CapLabel/CapLabel.test.d.ts +2 -0
- package/CapLabel/CapLabel.test.d.ts.map +1 -0
- package/CapLabel/index.d.ts +3 -0
- package/CapLabel/index.d.ts.map +1 -0
- package/CapLabel/index.js +760 -0
- package/CapLabel/index.js.map +1 -0
- package/CapMenu/CapMenu.d.ts +27 -0
- package/CapMenu/CapMenu.d.ts.map +1 -0
- package/CapMenu/CapMenu.test.d.ts +2 -0
- package/CapMenu/CapMenu.test.d.ts.map +1 -0
- package/CapMenu/index.d.ts +3 -0
- package/CapMenu/index.d.ts.map +1 -0
- package/CapMenu/index.js +716 -0
- package/CapMenu/index.js.map +1 -0
- package/CapRadio/CapRadio.d.ts +18 -0
- package/CapRadio/CapRadio.d.ts.map +1 -0
- package/CapRadio/CapRadio.test.d.ts +2 -0
- package/CapRadio/CapRadio.test.d.ts.map +1 -0
- package/CapRadio/index.d.ts +3 -0
- package/CapRadio/index.d.ts.map +1 -0
- package/CapRadio/index.js +918 -0
- package/CapRadio/index.js.map +1 -0
- package/CapRow/CapRow.d.ts +27 -0
- package/CapRow/CapRow.d.ts.map +1 -0
- package/CapRow/CapRow.test.d.ts +2 -0
- package/CapRow/CapRow.test.d.ts.map +1 -0
- package/CapRow/index.d.ts +3 -0
- package/CapRow/index.d.ts.map +1 -0
- package/CapRow/index.js +751 -0
- package/CapRow/index.js.map +1 -0
- package/CapSkeleton/CapSkeleton.d.ts +8 -0
- package/CapSkeleton/CapSkeleton.d.ts.map +1 -0
- package/CapSkeleton/CapSkeleton.test.d.ts +2 -0
- package/CapSkeleton/CapSkeleton.test.d.ts.map +1 -0
- package/CapSkeleton/index.d.ts +3 -0
- package/CapSkeleton/index.d.ts.map +1 -0
- package/CapSkeleton/index.js +124 -0
- package/CapSkeleton/index.js.map +1 -0
- package/CapSpin/CapSpin.d.ts +8 -0
- package/CapSpin/CapSpin.d.ts.map +1 -0
- package/CapSpin/CapSpin.test.d.ts +2 -0
- package/CapSpin/CapSpin.test.d.ts.map +1 -0
- package/CapSpin/index.d.ts +3 -0
- package/CapSpin/index.d.ts.map +1 -0
- package/CapSpin/index.js +123 -0
- package/CapSpin/index.js.map +1 -0
- package/CapSwitch/CapSwitch.d.ts +12 -0
- package/CapSwitch/CapSwitch.d.ts.map +1 -0
- package/CapSwitch/CapSwitch.test.d.ts +2 -0
- package/CapSwitch/CapSwitch.test.d.ts.map +1 -0
- package/CapSwitch/index.d.ts +3 -0
- package/CapSwitch/index.d.ts.map +1 -0
- package/CapSwitch/index.js +700 -0
- package/CapSwitch/index.js.map +1 -0
- package/CapTab/CapTab.d.ts +21 -0
- package/CapTab/CapTab.d.ts.map +1 -0
- package/CapTab/CapTab.test.d.ts +2 -0
- package/CapTab/CapTab.test.d.ts.map +1 -0
- package/CapTab/index.d.ts +3 -0
- package/CapTab/index.d.ts.map +1 -0
- package/CapTab/index.js +729 -0
- package/CapTab/index.js.map +1 -0
- package/CapTable/CapTable.d.ts +27 -0
- package/CapTable/CapTable.d.ts.map +1 -0
- package/CapTable/CapTable.test.d.ts +2 -0
- package/CapTable/CapTable.test.d.ts.map +1 -0
- package/CapTable/index.d.ts +3 -0
- package/CapTable/index.d.ts.map +1 -0
- package/CapTable/index.js +18315 -0
- package/CapTable/index.js.map +1 -0
- package/CapTable/loadable.d.ts +5 -0
- package/CapTable/loadable.d.ts.map +1 -0
- package/CapTable/loadable.test.d.ts +2 -0
- package/CapTable/loadable.test.d.ts.map +1 -0
- package/CapTestSelect/CapTestSelect.d.ts +24 -0
- package/CapTestSelect/CapTestSelect.d.ts.map +1 -0
- package/CapTestSelect/CapTestSelect.test.d.ts +2 -0
- package/CapTestSelect/CapTestSelect.test.d.ts.map +1 -0
- package/CapTestSelect/index.d.ts +3 -0
- package/CapTestSelect/index.d.ts.map +1 -0
- package/CapTestSelect/index.js +130 -0
- package/CapTestSelect/index.js.map +1 -0
- package/CapTooltip/CapTooltip.d.ts +10 -0
- package/CapTooltip/CapTooltip.d.ts.map +1 -0
- package/CapTooltip/CapTooltip.test.d.ts +2 -0
- package/CapTooltip/CapTooltip.test.d.ts.map +1 -0
- package/CapTooltip/index.d.ts +3 -0
- package/CapTooltip/index.d.ts.map +1 -0
- package/CapTooltip/index.js +730 -0
- package/CapTooltip/index.js.map +1 -0
- package/CapTooltipWithInfo/CapTooltipWithInfo.d.ts +18 -0
- package/CapTooltipWithInfo/CapTooltipWithInfo.d.ts.map +1 -0
- package/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts +2 -0
- package/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts.map +1 -0
- package/CapTooltipWithInfo/index.d.ts +3 -0
- package/CapTooltipWithInfo/index.d.ts.map +1 -0
- package/CapTooltipWithInfo/index.js +1156 -0
- package/CapTooltipWithInfo/index.js.map +1 -0
- package/CapUnifiedSelect/CapUnifiedSelect.d.ts +142 -0
- package/CapUnifiedSelect/CapUnifiedSelect.d.ts.map +1 -0
- package/CapUnifiedSelect/CapUnifiedSelect.test.d.ts +2 -0
- package/CapUnifiedSelect/CapUnifiedSelect.test.d.ts.map +1 -0
- package/CapUnifiedSelect/index.d.ts +3 -0
- package/CapUnifiedSelect/index.d.ts.map +1 -0
- package/CapUnifiedSelect/index.js +2842 -0
- package/CapUnifiedSelect/index.js.map +1 -0
- package/CapUnifiedSelect/messages.d.ts +24 -0
- package/CapUnifiedSelect/messages.d.ts.map +1 -0
- package/LocaleHoc/index.d.ts +9 -0
- package/LocaleHoc/index.d.ts.map +1 -0
- package/LocaleHoc/index.js +465 -0
- package/LocaleHoc/index.js.map +1 -0
- package/LocaleHoc/index.test.d.ts +2 -0
- package/LocaleHoc/index.test.d.ts.map +1 -0
- package/assets/upload.svg +3 -0
- package/index.d.ts +54 -0
- package/index.d.ts.map +1 -0
- package/index.js +23727 -0
- package/index.js.map +1 -0
- package/package.json +91 -91
- package/styled/variables.d.ts +150 -0
- package/styled/variables.d.ts.map +1 -0
- package/styled/variables.scss +194 -0
- package/utils/fonts.d.ts +49 -0
- package/utils/fonts.d.ts.map +1 -0
- package/utils/fonts.test.d.ts +2 -0
- package/utils/fonts.test.d.ts.map +1 -0
- package/utils/index.d.ts +44 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/index.js +1147 -0
- package/utils/index.js.map +1 -0
- package/utils/styles.d.ts +19 -0
- package/utils/styles.d.ts.map +1 -0
package/utils/index.js
ADDED
|
@@ -0,0 +1,1147 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 170:
|
|
6
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.__esModule = true;
|
|
11
|
+
exports.loadBlazeUIFonts = exports.getBlazeUIFontLinks = void 0;
|
|
12
|
+
/**
|
|
13
|
+
* Font configuration for Blaze UI
|
|
14
|
+
* Centralized font management for consistent typography across applications
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Font URLs
|
|
19
|
+
*/
|
|
20
|
+
const FONT_URLS = {
|
|
21
|
+
roboto: function (weights) {
|
|
22
|
+
if (weights === void 0) {
|
|
23
|
+
weights = [400, 500];
|
|
24
|
+
}
|
|
25
|
+
return "https://fonts.googleapis.com/css?family=Roboto:" + weights.join(',') + "&display=swap";
|
|
26
|
+
},
|
|
27
|
+
materialIcons: 'https://fonts.googleapis.com/icon?family=Material+Icons&display=swap'
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Check if Material Icons link already exists
|
|
32
|
+
*/
|
|
33
|
+
const materialIconsLinkExists = () => {
|
|
34
|
+
if (typeof document === 'undefined') return false;
|
|
35
|
+
const links = document.head.querySelectorAll('link[rel="stylesheet"], link[rel="preload"]');
|
|
36
|
+
return Array.from(links).some(link => {
|
|
37
|
+
const href = link.href;
|
|
38
|
+
return href && href.includes('fonts.googleapis.com/icon?family=Material+Icons');
|
|
39
|
+
});
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if Roboto font is already loaded (any weights)
|
|
44
|
+
*/
|
|
45
|
+
const robotoFontExists = () => {
|
|
46
|
+
if (typeof document === 'undefined') return false;
|
|
47
|
+
const links = document.head.querySelectorAll('link[rel="stylesheet"], link[rel="preload"]');
|
|
48
|
+
return Array.from(links).some(link => {
|
|
49
|
+
const href = link.href;
|
|
50
|
+
return href && href.includes('fonts.googleapis.com') && href.includes('Roboto');
|
|
51
|
+
});
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Injects Roboto font into the document head
|
|
56
|
+
*/
|
|
57
|
+
const injectRobotoFont = function (weights) {
|
|
58
|
+
if (weights === void 0) {
|
|
59
|
+
weights = [400, 500];
|
|
60
|
+
}
|
|
61
|
+
if (typeof document === 'undefined') return;
|
|
62
|
+
|
|
63
|
+
// Check if Roboto is already loaded (any weights)
|
|
64
|
+
if (robotoFontExists()) {
|
|
65
|
+
return; // Roboto font already loaded
|
|
66
|
+
}
|
|
67
|
+
const href = FONT_URLS.roboto(weights);
|
|
68
|
+
const link = document.createElement('link');
|
|
69
|
+
link.href = href;
|
|
70
|
+
link.rel = 'stylesheet';
|
|
71
|
+
link.setAttribute('data-blaze-ui-font', 'roboto');
|
|
72
|
+
document.head.appendChild(link);
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Injects Material Icons into the document head with preload optimization
|
|
77
|
+
*/
|
|
78
|
+
const injectMaterialIcons = () => {
|
|
79
|
+
if (typeof document === 'undefined') return;
|
|
80
|
+
if (materialIconsLinkExists()) {
|
|
81
|
+
return; // Material Icons already loaded
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// Preload link for better performance
|
|
85
|
+
const preloadLink = document.createElement('link');
|
|
86
|
+
preloadLink.rel = 'preload';
|
|
87
|
+
preloadLink.href = FONT_URLS.materialIcons;
|
|
88
|
+
preloadLink.setAttribute('as', 'style');
|
|
89
|
+
preloadLink.setAttribute('data-blaze-ui-font', 'material-icons');
|
|
90
|
+
|
|
91
|
+
// Convert to stylesheet when loaded
|
|
92
|
+
preloadLink.onload = function () {
|
|
93
|
+
const link = this;
|
|
94
|
+
link.onload = null;
|
|
95
|
+
link.rel = 'stylesheet';
|
|
96
|
+
};
|
|
97
|
+
document.head.appendChild(preloadLink);
|
|
98
|
+
|
|
99
|
+
// Fallback noscript tag for environments without JS
|
|
100
|
+
const noscript = document.createElement('noscript');
|
|
101
|
+
const fallbackLink = document.createElement('link');
|
|
102
|
+
fallbackLink.rel = 'stylesheet';
|
|
103
|
+
fallbackLink.href = FONT_URLS.materialIcons;
|
|
104
|
+
fallbackLink.setAttribute('data-blaze-ui-font', 'material-icons-fallback');
|
|
105
|
+
noscript.appendChild(fallbackLink);
|
|
106
|
+
document.head.appendChild(noscript);
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Loads Blaze UI fonts into the document head
|
|
111
|
+
*
|
|
112
|
+
* This function should be called once when your application initializes.
|
|
113
|
+
* It's safe to call multiple times - it will check if fonts are already loaded.
|
|
114
|
+
*
|
|
115
|
+
* @param config - Font configuration options
|
|
116
|
+
*
|
|
117
|
+
* @example
|
|
118
|
+
* ```typescript
|
|
119
|
+
* import { loadBlazeUIFonts } from '@capillarytech/blaze-ui';
|
|
120
|
+
*
|
|
121
|
+
* // Load all fonts (default)
|
|
122
|
+
* loadBlazeUIFonts();
|
|
123
|
+
*
|
|
124
|
+
* // Load only Roboto with custom weights
|
|
125
|
+
* loadBlazeUIFonts({
|
|
126
|
+
* loadMaterialIcons: false,
|
|
127
|
+
* robotoWeights: [400, 500, 700]
|
|
128
|
+
* });
|
|
129
|
+
* ```
|
|
130
|
+
*/
|
|
131
|
+
const loadBlazeUIFonts = function (config) {
|
|
132
|
+
if (config === void 0) {
|
|
133
|
+
config = {};
|
|
134
|
+
}
|
|
135
|
+
const {
|
|
136
|
+
loadRoboto = true,
|
|
137
|
+
loadMaterialIcons = true,
|
|
138
|
+
robotoWeights = [400, 500]
|
|
139
|
+
} = config;
|
|
140
|
+
if (loadRoboto) {
|
|
141
|
+
injectRobotoFont(robotoWeights);
|
|
142
|
+
}
|
|
143
|
+
if (loadMaterialIcons) {
|
|
144
|
+
injectMaterialIcons();
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Creates HTML link tags for fonts (useful for SSR or static HTML)
|
|
150
|
+
*
|
|
151
|
+
* @param config - Font configuration options
|
|
152
|
+
* @returns Array of HTML link tag strings
|
|
153
|
+
*
|
|
154
|
+
* @example
|
|
155
|
+
* ```html
|
|
156
|
+
* <!-- In your HTML head -->
|
|
157
|
+
* ${getBlazeUIFontLinks().join('\n')}
|
|
158
|
+
* ```
|
|
159
|
+
*/
|
|
160
|
+
exports.loadBlazeUIFonts = loadBlazeUIFonts;
|
|
161
|
+
const getBlazeUIFontLinks = function (config) {
|
|
162
|
+
if (config === void 0) {
|
|
163
|
+
config = {};
|
|
164
|
+
}
|
|
165
|
+
const {
|
|
166
|
+
loadRoboto = true,
|
|
167
|
+
loadMaterialIcons = true,
|
|
168
|
+
robotoWeights = [400, 500]
|
|
169
|
+
} = config;
|
|
170
|
+
const links = [];
|
|
171
|
+
if (loadRoboto) {
|
|
172
|
+
links.push("<!-- Roboto Font -->\n<link href=\"" + FONT_URLS.roboto(robotoWeights) + "\" rel=\"stylesheet\">");
|
|
173
|
+
}
|
|
174
|
+
if (loadMaterialIcons) {
|
|
175
|
+
links.push("<!-- Material Icons -->\n<link rel=\"preload\" href=\"" + FONT_URLS.materialIcons + "\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\n<!-- Fallback for no JS -->\n<noscript>\n <link rel=\"stylesheet\" href=\"" + FONT_URLS.materialIcons + "\">\n</noscript>");
|
|
176
|
+
}
|
|
177
|
+
return links;
|
|
178
|
+
};
|
|
179
|
+
exports.getBlazeUIFontLinks = getBlazeUIFontLinks;
|
|
180
|
+
|
|
181
|
+
/***/ }),
|
|
182
|
+
|
|
183
|
+
/***/ 540:
|
|
184
|
+
/***/ ((module) => {
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
/* istanbul ignore next */
|
|
189
|
+
function insertStyleElement(options) {
|
|
190
|
+
var element = document.createElement("style");
|
|
191
|
+
options.setAttributes(element, options.attributes);
|
|
192
|
+
options.insert(element, options.options);
|
|
193
|
+
return element;
|
|
194
|
+
}
|
|
195
|
+
module.exports = insertStyleElement;
|
|
196
|
+
|
|
197
|
+
/***/ }),
|
|
198
|
+
|
|
199
|
+
/***/ 1113:
|
|
200
|
+
/***/ ((module) => {
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
/* istanbul ignore next */
|
|
205
|
+
function styleTagTransform(css, styleElement) {
|
|
206
|
+
if (styleElement.styleSheet) {
|
|
207
|
+
styleElement.styleSheet.cssText = css;
|
|
208
|
+
} else {
|
|
209
|
+
while (styleElement.firstChild) {
|
|
210
|
+
styleElement.removeChild(styleElement.firstChild);
|
|
211
|
+
}
|
|
212
|
+
styleElement.appendChild(document.createTextNode(css));
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
module.exports = styleTagTransform;
|
|
216
|
+
|
|
217
|
+
/***/ }),
|
|
218
|
+
|
|
219
|
+
/***/ 1354:
|
|
220
|
+
/***/ ((module) => {
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
module.exports = function (item) {
|
|
225
|
+
var content = item[1];
|
|
226
|
+
var cssMapping = item[3];
|
|
227
|
+
if (!cssMapping) {
|
|
228
|
+
return content;
|
|
229
|
+
}
|
|
230
|
+
if (typeof btoa === "function") {
|
|
231
|
+
var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));
|
|
232
|
+
var data = "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(base64);
|
|
233
|
+
var sourceMapping = "/*# ".concat(data, " */");
|
|
234
|
+
return [content].concat([sourceMapping]).join("\n");
|
|
235
|
+
}
|
|
236
|
+
return [content].join("\n");
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
/***/ }),
|
|
240
|
+
|
|
241
|
+
/***/ 2232:
|
|
242
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
exports.__esModule = true;
|
|
247
|
+
var _exportNames = {
|
|
248
|
+
loadBlazeUI: true
|
|
249
|
+
};
|
|
250
|
+
exports.loadBlazeUI = void 0;
|
|
251
|
+
var _fonts = __webpack_require__(170);
|
|
252
|
+
Object.keys(_fonts).forEach(function (key) {
|
|
253
|
+
if (key === "default" || key === "__esModule") return;
|
|
254
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
255
|
+
if (key in exports && exports[key] === _fonts[key]) return;
|
|
256
|
+
exports[key] = _fonts[key];
|
|
257
|
+
});
|
|
258
|
+
__webpack_require__(7668);
|
|
259
|
+
const _excluded = ["baseFontSize"];
|
|
260
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
261
|
+
/**
|
|
262
|
+
* Configuration for Blaze UI initialization
|
|
263
|
+
*/
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* Loads Blaze UI fonts and base styles (sanitize.css) together
|
|
267
|
+
*
|
|
268
|
+
* This is a convenience function that loads both fonts and base styles in one call.
|
|
269
|
+
* It should be called once when your application initializes.
|
|
270
|
+
*
|
|
271
|
+
* **Important:** If your consuming application already imports `sanitize.css` directly:
|
|
272
|
+
* - Webpack will typically deduplicate it if both resolve to the same module path in node_modules
|
|
273
|
+
* - However, if you want to avoid any potential duplication, import fonts separately:
|
|
274
|
+
* ```typescript
|
|
275
|
+
* import { loadBlazeUIFonts } from '@capillarytech/blaze-ui/utils';
|
|
276
|
+
* loadBlazeUIFonts();
|
|
277
|
+
* ```
|
|
278
|
+
*
|
|
279
|
+
* @param config - Blaze UI configuration options
|
|
280
|
+
*
|
|
281
|
+
* @example
|
|
282
|
+
* ```typescript
|
|
283
|
+
* import { loadBlazeUI } from '@capillarytech/blaze-ui/utils';
|
|
284
|
+
*
|
|
285
|
+
* // Load everything with default base font size (14px)
|
|
286
|
+
* loadBlazeUI();
|
|
287
|
+
*
|
|
288
|
+
* // Load with custom font configuration and base font size
|
|
289
|
+
* loadBlazeUI({
|
|
290
|
+
* loadMaterialIcons: false,
|
|
291
|
+
* robotoWeights: [400, 500, 700],
|
|
292
|
+
* baseFontSize: '16px'
|
|
293
|
+
* });
|
|
294
|
+
* ```
|
|
295
|
+
*/
|
|
296
|
+
const loadBlazeUI = function (config) {
|
|
297
|
+
if (config === void 0) {
|
|
298
|
+
config = {};
|
|
299
|
+
}
|
|
300
|
+
const {
|
|
301
|
+
baseFontSize = '14px'
|
|
302
|
+
} = config,
|
|
303
|
+
fontConfig = _objectWithoutPropertiesLoose(config, _excluded);
|
|
304
|
+
|
|
305
|
+
// Set base font size on the HTML root element
|
|
306
|
+
if (typeof document !== 'undefined' && document.documentElement) {
|
|
307
|
+
document.documentElement.style.fontSize = baseFontSize;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
// Styles are loaded via import at module level (above)
|
|
311
|
+
// Webpack will deduplicate sanitize.css if imported elsewhere with same module path
|
|
312
|
+
(0, _fonts.loadBlazeUIFonts)(fontConfig);
|
|
313
|
+
};
|
|
314
|
+
exports.loadBlazeUI = loadBlazeUI;
|
|
315
|
+
|
|
316
|
+
/***/ }),
|
|
317
|
+
|
|
318
|
+
/***/ 2517:
|
|
319
|
+
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
320
|
+
|
|
321
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
322
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
323
|
+
/* harmony export */ });
|
|
324
|
+
/* harmony import */ var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1354);
|
|
325
|
+
/* harmony import */ var _css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
326
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
327
|
+
/* harmony import */ var _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
328
|
+
// Imports
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
var ___CSS_LOADER_EXPORT___ = _css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
332
|
+
// Module
|
|
333
|
+
___CSS_LOADER_EXPORT___.push([module.id, `/* Document
|
|
334
|
+
* ========================================================================== */
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* 1. Add border box sizing in all browsers (opinionated).
|
|
338
|
+
* 2. Backgrounds do not repeat by default (opinionated).
|
|
339
|
+
*/
|
|
340
|
+
|
|
341
|
+
*,
|
|
342
|
+
::before,
|
|
343
|
+
::after {
|
|
344
|
+
box-sizing: border-box; /* 1 */
|
|
345
|
+
background-repeat: no-repeat; /* 2 */
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
350
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
351
|
+
*/
|
|
352
|
+
|
|
353
|
+
::before,
|
|
354
|
+
::after {
|
|
355
|
+
text-decoration: inherit; /* 1 */
|
|
356
|
+
vertical-align: inherit; /* 2 */
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* 1. Use the default cursor in all browsers (opinionated).
|
|
361
|
+
* 2. Change the line height in all browsers (opinionated).
|
|
362
|
+
* 3. Breaks words to prevent overflow in all browsers (opinionated).
|
|
363
|
+
* 4. Use a 4-space tab width in all browsers (opinionated).
|
|
364
|
+
* 5. Remove the grey highlight on links in iOS (opinionated).
|
|
365
|
+
* 6. Prevent adjustments of font size after orientation changes in iOS.
|
|
366
|
+
*/
|
|
367
|
+
|
|
368
|
+
:where(:root) {
|
|
369
|
+
cursor: default; /* 1 */
|
|
370
|
+
line-height: 1.5; /* 2 */
|
|
371
|
+
overflow-wrap: break-word; /* 3 */
|
|
372
|
+
-moz-tab-size: 4; /* 4 */
|
|
373
|
+
tab-size: 4; /* 4 */
|
|
374
|
+
-webkit-tap-highlight-color: transparent; /* 5 */
|
|
375
|
+
-webkit-text-size-adjust: 100%; /* 6 */
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/* Sections
|
|
379
|
+
* ========================================================================== */
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* Remove the margin in all browsers (opinionated).
|
|
383
|
+
*/
|
|
384
|
+
|
|
385
|
+
:where(body) {
|
|
386
|
+
margin: 0;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* Correct the font size and margin on \`h1\` elements within \`section\` and
|
|
391
|
+
* \`article\` contexts in Chrome, Edge, Firefox, and Safari.
|
|
392
|
+
*/
|
|
393
|
+
|
|
394
|
+
:where(h1) {
|
|
395
|
+
font-size: 2em;
|
|
396
|
+
margin: 0.67em 0;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
/* Grouping content
|
|
400
|
+
* ========================================================================== */
|
|
401
|
+
|
|
402
|
+
/**
|
|
403
|
+
* Remove the margin on nested lists in Chrome, Edge, and Safari.
|
|
404
|
+
*/
|
|
405
|
+
|
|
406
|
+
:where(dl, ol, ul) :where(dl, ol, ul) {
|
|
407
|
+
margin: 0;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* 1. Correct the inheritance of border color in Firefox.
|
|
412
|
+
* 2. Add the correct box sizing in Firefox.
|
|
413
|
+
*/
|
|
414
|
+
|
|
415
|
+
:where(hr) {
|
|
416
|
+
color: inherit; /* 1 */
|
|
417
|
+
height: 0; /* 2 */
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* Remove the list style on navigation lists in all browsers (opinionated).
|
|
422
|
+
*/
|
|
423
|
+
|
|
424
|
+
:where(nav) :where(ol, ul) {
|
|
425
|
+
list-style-type: none;
|
|
426
|
+
padding: 0;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
|
|
431
|
+
*/
|
|
432
|
+
|
|
433
|
+
:where(nav li)::before {
|
|
434
|
+
content: "\\200B";
|
|
435
|
+
float: left;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
/**
|
|
439
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
440
|
+
* 2. Correct the odd \`em\` font sizing in all browsers.
|
|
441
|
+
* 3. Prevent overflow of the container in all browsers (opinionated).
|
|
442
|
+
*/
|
|
443
|
+
|
|
444
|
+
:where(pre) {
|
|
445
|
+
font-family: monospace, monospace; /* 1 */
|
|
446
|
+
font-size: 1em; /* 2 */
|
|
447
|
+
overflow: auto; /* 3 */
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
/* Text-level semantics
|
|
451
|
+
* ========================================================================== */
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* Add the correct text decoration in Safari.
|
|
455
|
+
*/
|
|
456
|
+
|
|
457
|
+
:where(abbr[title]) {
|
|
458
|
+
text-decoration: underline;
|
|
459
|
+
text-decoration: underline dotted;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
464
|
+
*/
|
|
465
|
+
|
|
466
|
+
:where(b, strong) {
|
|
467
|
+
font-weight: bolder;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
472
|
+
* 2. Correct the odd \`em\` font sizing in all browsers.
|
|
473
|
+
*/
|
|
474
|
+
|
|
475
|
+
:where(code, kbd, samp) {
|
|
476
|
+
font-family: monospace, monospace; /* 1 */
|
|
477
|
+
font-size: 1em; /* 2 */
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* Add the correct font size in all browsers.
|
|
482
|
+
*/
|
|
483
|
+
|
|
484
|
+
:where(small) {
|
|
485
|
+
font-size: 80%;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
/* Embedded content
|
|
489
|
+
* ========================================================================== */
|
|
490
|
+
|
|
491
|
+
/*
|
|
492
|
+
* Change the alignment on media elements in all browsers (opinionated).
|
|
493
|
+
*/
|
|
494
|
+
|
|
495
|
+
:where(audio, canvas, iframe, img, svg, video) {
|
|
496
|
+
vertical-align: middle;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* Remove the border on iframes in all browsers (opinionated).
|
|
501
|
+
*/
|
|
502
|
+
|
|
503
|
+
:where(iframe) {
|
|
504
|
+
border-style: none;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Change the fill color to match the text color in all browsers (opinionated).
|
|
509
|
+
*/
|
|
510
|
+
|
|
511
|
+
:where(svg:not([fill])) {
|
|
512
|
+
fill: currentColor;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
/* Tabular data
|
|
516
|
+
* ========================================================================== */
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* 1. Collapse border spacing in all browsers (opinionated).
|
|
520
|
+
* 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
|
|
521
|
+
* 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
|
|
522
|
+
*/
|
|
523
|
+
|
|
524
|
+
:where(table) {
|
|
525
|
+
border-collapse: collapse; /* 1 */
|
|
526
|
+
border-color: inherit; /* 2 */
|
|
527
|
+
text-indent: 0; /* 3 */
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/* Forms
|
|
531
|
+
* ========================================================================== */
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* Remove the margin on controls in Safari.
|
|
535
|
+
*/
|
|
536
|
+
|
|
537
|
+
:where(button, input, select) {
|
|
538
|
+
margin: 0;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Correct the inability to style buttons in iOS and Safari.
|
|
543
|
+
*/
|
|
544
|
+
|
|
545
|
+
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
|
|
546
|
+
-webkit-appearance: button;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
/**
|
|
550
|
+
* Change the inconsistent appearance in all browsers (opinionated).
|
|
551
|
+
*/
|
|
552
|
+
|
|
553
|
+
:where(fieldset) {
|
|
554
|
+
border: 1px solid #a0a0a0;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Add the correct vertical alignment in Chrome, Edge, and Firefox.
|
|
559
|
+
*/
|
|
560
|
+
|
|
561
|
+
:where(progress) {
|
|
562
|
+
vertical-align: baseline;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* 1. Remove the margin in Firefox and Safari.
|
|
567
|
+
* 3. Change the resize direction in all browsers (opinionated).
|
|
568
|
+
*/
|
|
569
|
+
|
|
570
|
+
:where(textarea) {
|
|
571
|
+
margin: 0; /* 1 */
|
|
572
|
+
resize: vertical; /* 3 */
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* 1. Correct the odd appearance in Chrome, Edge, and Safari.
|
|
577
|
+
* 2. Correct the outline style in Safari.
|
|
578
|
+
*/
|
|
579
|
+
|
|
580
|
+
:where([type="search" i]) {
|
|
581
|
+
-webkit-appearance: textfield; /* 1 */
|
|
582
|
+
outline-offset: -2px; /* 2 */
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* Correct the cursor style of increment and decrement buttons in Safari.
|
|
587
|
+
*/
|
|
588
|
+
|
|
589
|
+
::-webkit-inner-spin-button,
|
|
590
|
+
::-webkit-outer-spin-button {
|
|
591
|
+
height: auto;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
/**
|
|
595
|
+
* Correct the text style of placeholders in Chrome, Edge, and Safari.
|
|
596
|
+
*/
|
|
597
|
+
|
|
598
|
+
::-webkit-input-placeholder {
|
|
599
|
+
color: inherit;
|
|
600
|
+
opacity: 0.54;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
* Remove the inner padding in Chrome, Edge, and Safari on macOS.
|
|
605
|
+
*/
|
|
606
|
+
|
|
607
|
+
::-webkit-search-decoration {
|
|
608
|
+
-webkit-appearance: none;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* 1. Correct the inability to style upload buttons in iOS and Safari.
|
|
613
|
+
* 2. Change font properties to \`inherit\` in Safari.
|
|
614
|
+
*/
|
|
615
|
+
|
|
616
|
+
::-webkit-file-upload-button {
|
|
617
|
+
-webkit-appearance: button; /* 1 */
|
|
618
|
+
font: inherit; /* 2 */
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
/* Interactive
|
|
622
|
+
* ========================================================================== */
|
|
623
|
+
|
|
624
|
+
/*
|
|
625
|
+
* Add the correct styles in Safari.
|
|
626
|
+
*/
|
|
627
|
+
|
|
628
|
+
:where(dialog) {
|
|
629
|
+
background-color: white;
|
|
630
|
+
border: solid;
|
|
631
|
+
color: black;
|
|
632
|
+
height: -moz-fit-content;
|
|
633
|
+
height: fit-content;
|
|
634
|
+
left: 0;
|
|
635
|
+
margin: auto;
|
|
636
|
+
padding: 1em;
|
|
637
|
+
position: absolute;
|
|
638
|
+
right: 0;
|
|
639
|
+
width: -moz-fit-content;
|
|
640
|
+
width: fit-content;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
:where(dialog:not([open])) {
|
|
644
|
+
display: none;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
/*
|
|
648
|
+
* Add the correct display in Safari.
|
|
649
|
+
*/
|
|
650
|
+
|
|
651
|
+
:where(details > summary:first-of-type) {
|
|
652
|
+
display: list-item;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
/* Accessibility
|
|
656
|
+
* ========================================================================== */
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* Change the cursor on busy elements in all browsers (opinionated).
|
|
660
|
+
*/
|
|
661
|
+
|
|
662
|
+
:where([aria-busy="true" i]) {
|
|
663
|
+
cursor: progress;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
/*
|
|
667
|
+
* Change the cursor on control elements in all browsers (opinionated).
|
|
668
|
+
*/
|
|
669
|
+
|
|
670
|
+
:where([aria-controls]) {
|
|
671
|
+
cursor: pointer;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
/*
|
|
675
|
+
* Change the cursor on disabled, not-editable, or otherwise
|
|
676
|
+
* inoperable elements in all browsers (opinionated).
|
|
677
|
+
*/
|
|
678
|
+
|
|
679
|
+
:where([aria-disabled="true" i], [disabled]) {
|
|
680
|
+
cursor: not-allowed;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
/*
|
|
684
|
+
* Change the display on visually hidden accessible elements
|
|
685
|
+
* in all browsers (opinionated).
|
|
686
|
+
*/
|
|
687
|
+
|
|
688
|
+
:where([aria-hidden="false" i][hidden]) {
|
|
689
|
+
display: initial;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
:where([aria-hidden="false" i][hidden]:not(:focus)) {
|
|
693
|
+
clip: rect(0, 0, 0, 0);
|
|
694
|
+
position: absolute;
|
|
695
|
+
}
|
|
696
|
+
`, "",{"version":3,"sources":["webpack://./node_modules/sanitize.css/sanitize.css"],"names":[],"mappings":"AAAA;+EAC+E;;AAE/E;;;EAGE;;AAEF;;;EAGE,sBAAsB,EAAE,MAAM;EAC9B,4BAA4B,EAAE,MAAM;AACtC;;AAEA;;;EAGE;;AAEF;;EAEE,wBAAwB,EAAE,MAAM;EAChC,uBAAuB,EAAE,MAAM;AACjC;;AAEA;;;;;;;EAOE;;AAEF;EACE,eAAe,EAAE,MAAM;EACvB,gBAAgB,EAAE,MAAM;EACxB,yBAAyB,EAAE,MAAM;EACjC,gBAAgB,EAAE,MAAM;EACxB,WAAW,EAAE,MAAM;EACnB,wCAAwC,EAAE,MAAM;EAChD,8BAA8B,EAAE,MAAM;AACxC;;AAEA;+EAC+E;;AAE/E;;EAEE;;AAEF;EACE,SAAS;AACX;;AAEA;;;EAGE;;AAEF;EACE,cAAc;EACd,gBAAgB;AAClB;;AAEA;+EAC+E;;AAE/E;;EAEE;;AAEF;EACE,SAAS;AACX;;AAEA;;;EAGE;;AAEF;EACE,cAAc,EAAE,MAAM;EACtB,SAAS,EAAE,MAAM;AACnB;;AAEA;;EAEE;;AAEF;EACE,qBAAqB;EACrB,UAAU;AACZ;;AAEA;;EAEE;;AAEF;EACE,gBAAgB;EAChB,WAAW;AACb;;AAEA;;;;EAIE;;AAEF;EACE,iCAAiC,EAAE,MAAM;EACzC,cAAc,EAAE,MAAM;EACtB,cAAc,EAAE,MAAM;AACxB;;AAEA;+EAC+E;;AAE/E;;EAEE;;AAEF;EACE,0BAA0B;EAC1B,iCAAiC;AACnC;;AAEA;;EAEE;;AAEF;EACE,mBAAmB;AACrB;;AAEA;;;EAGE;;AAEF;EACE,iCAAiC,EAAE,MAAM;EACzC,cAAc,EAAE,MAAM;AACxB;;AAEA;;EAEE;;AAEF;EACE,cAAc;AAChB;;AAEA;+EAC+E;;AAE/E;;EAEE;;AAEF;EACE,sBAAsB;AACxB;;AAEA;;EAEE;;AAEF;EACE,kBAAkB;AACpB;;AAEA;;EAEE;;AAEF;EACE,kBAAkB;AACpB;;AAEA;+EAC+E;;AAE/E;;;;EAIE;;AAEF;EACE,yBAAyB,EAAE,MAAM;EACjC,qBAAqB,EAAE,MAAM;EAC7B,cAAc,EAAE,MAAM;AACxB;;AAEA;+EAC+E;;AAE/E;;EAEE;;AAEF;EACE,SAAS;AACX;;AAEA;;EAEE;;AAEF;EACE,0BAA0B;AAC5B;;AAEA;;EAEE;;AAEF;EACE,yBAAyB;AAC3B;;AAEA;;EAEE;;AAEF;EACE,wBAAwB;AAC1B;;AAEA;;;EAGE;;AAEF;EACE,SAAS,EAAE,MAAM;EACjB,gBAAgB,EAAE,MAAM;AAC1B;;AAEA;;;EAGE;;AAEF;EACE,6BAA6B,EAAE,MAAM;EACrC,oBAAoB,EAAE,MAAM;AAC9B;;AAEA;;EAEE;;AAEF;;EAEE,YAAY;AACd;;AAEA;;EAEE;;AAEF;EACE,cAAc;EACd,aAAa;AACf;;AAEA;;EAEE;;AAEF;EACE,wBAAwB;AAC1B;;AAEA;;;EAGE;;AAEF;EACE,0BAA0B,EAAE,MAAM;EAClC,aAAa,EAAE,MAAM;AACvB;;AAEA;+EAC+E;;AAE/E;;EAEE;;AAEF;EACE,uBAAuB;EACvB,aAAa;EACb,YAAY;EACZ,wBAAwB;EACxB,mBAAmB;EACnB,OAAO;EACP,YAAY;EACZ,YAAY;EACZ,kBAAkB;EAClB,QAAQ;EACR,uBAAuB;EACvB,kBAAkB;AACpB;;AAEA;EACE,aAAa;AACf;;AAEA;;EAEE;;AAEF;EACE,kBAAkB;AACpB;;AAEA;+EAC+E;;AAE/E;;EAEE;;AAEF;EACE,gBAAgB;AAClB;;AAEA;;EAEE;;AAEF;EACE,eAAe;AACjB;;AAEA;;;EAGE;;AAEF;EACE,mBAAmB;AACrB;;AAEA;;;EAGE;;AAEF;EACE,gBAAgB;AAClB;;AAEA;EACE,sBAAsB;EACtB,kBAAkB;AACpB","sourcesContent":["/* Document\n * ========================================================================== */\n\n/**\n * 1. Add border box sizing in all browsers (opinionated).\n * 2. Backgrounds do not repeat by default (opinionated).\n */\n\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n background-repeat: no-repeat; /* 2 */\n}\n\n/**\n * 1. Add text decoration inheritance in all browsers (opinionated).\n * 2. Add vertical alignment inheritance in all browsers (opinionated).\n */\n\n::before,\n::after {\n text-decoration: inherit; /* 1 */\n vertical-align: inherit; /* 2 */\n}\n\n/**\n * 1. Use the default cursor in all browsers (opinionated).\n * 2. Change the line height in all browsers (opinionated).\n * 3. Breaks words to prevent overflow in all browsers (opinionated).\n * 4. Use a 4-space tab width in all browsers (opinionated).\n * 5. Remove the grey highlight on links in iOS (opinionated).\n * 6. Prevent adjustments of font size after orientation changes in iOS.\n */\n\n:where(:root) {\n cursor: default; /* 1 */\n line-height: 1.5; /* 2 */\n overflow-wrap: break-word; /* 3 */\n -moz-tab-size: 4; /* 4 */\n tab-size: 4; /* 4 */\n -webkit-tap-highlight-color: transparent; /* 5 */\n -webkit-text-size-adjust: 100%; /* 6 */\n}\n\n/* Sections\n * ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\n:where(body) {\n margin: 0;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Edge, Firefox, and Safari.\n */\n\n:where(h1) {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n * ========================================================================== */\n\n/**\n * Remove the margin on nested lists in Chrome, Edge, and Safari.\n */\n\n:where(dl, ol, ul) :where(dl, ol, ul) {\n margin: 0;\n}\n\n/**\n * 1. Correct the inheritance of border color in Firefox.\n * 2. Add the correct box sizing in Firefox.\n */\n\n:where(hr) {\n color: inherit; /* 1 */\n height: 0; /* 2 */\n}\n\n/**\n * Remove the list style on navigation lists in all browsers (opinionated).\n */\n\n:where(nav) :where(ol, ul) {\n list-style-type: none;\n padding: 0;\n}\n\n/**\n * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).\n */\n\n:where(nav li)::before {\n content: \"\\200B\";\n float: left;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n * 3. Prevent overflow of the container in all browsers (opinionated).\n */\n\n:where(pre) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n overflow: auto; /* 3 */\n}\n\n/* Text-level semantics\n * ========================================================================== */\n\n/**\n * Add the correct text decoration in Safari.\n */\n\n:where(abbr[title]) {\n text-decoration: underline;\n text-decoration: underline dotted;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\n:where(b, strong) {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\n:where(code, kbd, samp) {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\n:where(small) {\n font-size: 80%;\n}\n\n/* Embedded content\n * ========================================================================== */\n\n/*\n * Change the alignment on media elements in all browsers (opinionated).\n */\n\n:where(audio, canvas, iframe, img, svg, video) {\n vertical-align: middle;\n}\n\n/**\n * Remove the border on iframes in all browsers (opinionated).\n */\n\n:where(iframe) {\n border-style: none;\n}\n\n/**\n * Change the fill color to match the text color in all browsers (opinionated).\n */\n\n:where(svg:not([fill])) {\n fill: currentColor;\n}\n\n/* Tabular data\n * ========================================================================== */\n\n/**\n * 1. Collapse border spacing in all browsers (opinionated).\n * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.\n * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.\n */\n\n:where(table) {\n border-collapse: collapse; /* 1 */\n border-color: inherit; /* 2 */\n text-indent: 0; /* 3 */\n}\n\n/* Forms\n * ========================================================================== */\n\n/**\n * Remove the margin on controls in Safari.\n */\n\n:where(button, input, select) {\n margin: 0;\n}\n\n/**\n * Correct the inability to style buttons in iOS and Safari.\n */\n\n:where(button, [type=\"button\" i], [type=\"reset\" i], [type=\"submit\" i]) {\n -webkit-appearance: button;\n}\n\n/**\n * Change the inconsistent appearance in all browsers (opinionated).\n */\n\n:where(fieldset) {\n border: 1px solid #a0a0a0;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Edge, and Firefox.\n */\n\n:where(progress) {\n vertical-align: baseline;\n}\n\n/**\n * 1. Remove the margin in Firefox and Safari.\n * 3. Change the resize direction in all browsers (opinionated).\n */\n\n:where(textarea) {\n margin: 0; /* 1 */\n resize: vertical; /* 3 */\n}\n\n/**\n * 1. Correct the odd appearance in Chrome, Edge, and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n:where([type=\"search\" i]) {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Safari.\n */\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * Correct the text style of placeholders in Chrome, Edge, and Safari.\n */\n\n::-webkit-input-placeholder {\n color: inherit;\n opacity: 0.54;\n}\n\n/**\n * Remove the inner padding in Chrome, Edge, and Safari on macOS.\n */\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style upload buttons in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n * ========================================================================== */\n\n/*\n * Add the correct styles in Safari.\n */\n\n:where(dialog) {\n background-color: white;\n border: solid;\n color: black;\n height: -moz-fit-content;\n height: fit-content;\n left: 0;\n margin: auto;\n padding: 1em;\n position: absolute;\n right: 0;\n width: -moz-fit-content;\n width: fit-content;\n}\n\n:where(dialog:not([open])) {\n display: none;\n}\n\n/*\n * Add the correct display in Safari.\n */\n\n:where(details > summary:first-of-type) {\n display: list-item;\n}\n\n/* Accessibility\n * ========================================================================== */\n\n/**\n * Change the cursor on busy elements in all browsers (opinionated).\n */\n\n:where([aria-busy=\"true\" i]) {\n cursor: progress;\n}\n\n/*\n * Change the cursor on control elements in all browsers (opinionated).\n */\n\n:where([aria-controls]) {\n cursor: pointer;\n}\n\n/*\n * Change the cursor on disabled, not-editable, or otherwise\n * inoperable elements in all browsers (opinionated).\n */\n\n:where([aria-disabled=\"true\" i], [disabled]) {\n cursor: not-allowed;\n}\n\n/*\n * Change the display on visually hidden accessible elements\n * in all browsers (opinionated).\n */\n\n:where([aria-hidden=\"false\" i][hidden]) {\n display: initial;\n}\n\n:where([aria-hidden=\"false\" i][hidden]:not(:focus)) {\n clip: rect(0, 0, 0, 0);\n position: absolute;\n}\n"],"sourceRoot":""}]);
|
|
697
|
+
// Exports
|
|
698
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
/***/ }),
|
|
702
|
+
|
|
703
|
+
/***/ 4920:
|
|
704
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
705
|
+
|
|
706
|
+
__webpack_require__.r(__webpack_exports__);
|
|
707
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
708
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
709
|
+
/* harmony export */ });
|
|
710
|
+
/* harmony import */ var _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5072);
|
|
711
|
+
/* harmony import */ var _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
712
|
+
/* harmony import */ var _style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7825);
|
|
713
|
+
/* harmony import */ var _style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
714
|
+
/* harmony import */ var _style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7659);
|
|
715
|
+
/* harmony import */ var _style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
716
|
+
/* harmony import */ var _style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(5056);
|
|
717
|
+
/* harmony import */ var _style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
718
|
+
/* harmony import */ var _style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(540);
|
|
719
|
+
/* harmony import */ var _style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
720
|
+
/* harmony import */ var _style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1113);
|
|
721
|
+
/* harmony import */ var _style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
722
|
+
/* harmony import */ var _css_loader_dist_cjs_js_sanitize_css__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2517);
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
var options = {};
|
|
735
|
+
|
|
736
|
+
options.styleTagTransform = (_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
|
|
737
|
+
options.setAttributes = (_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
|
|
738
|
+
options.insert = _style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
739
|
+
options.domAPI = (_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
740
|
+
options.insertStyleElement = (_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
741
|
+
|
|
742
|
+
var update = _style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_css_loader_dist_cjs_js_sanitize_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .A, options);
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_css_loader_dist_cjs_js_sanitize_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .A && _css_loader_dist_cjs_js_sanitize_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .A.locals ? _css_loader_dist_cjs_js_sanitize_css__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .A.locals : undefined);
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
/***/ }),
|
|
751
|
+
|
|
752
|
+
/***/ 5056:
|
|
753
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
/* istanbul ignore next */
|
|
758
|
+
function setAttributesWithoutAttributes(styleElement) {
|
|
759
|
+
var nonce = true ? __webpack_require__.nc : 0;
|
|
760
|
+
if (nonce) {
|
|
761
|
+
styleElement.setAttribute("nonce", nonce);
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
module.exports = setAttributesWithoutAttributes;
|
|
765
|
+
|
|
766
|
+
/***/ }),
|
|
767
|
+
|
|
768
|
+
/***/ 5072:
|
|
769
|
+
/***/ ((module) => {
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
var stylesInDOM = [];
|
|
774
|
+
function getIndexByIdentifier(identifier) {
|
|
775
|
+
var result = -1;
|
|
776
|
+
for (var i = 0; i < stylesInDOM.length; i++) {
|
|
777
|
+
if (stylesInDOM[i].identifier === identifier) {
|
|
778
|
+
result = i;
|
|
779
|
+
break;
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
return result;
|
|
783
|
+
}
|
|
784
|
+
function modulesToDom(list, options) {
|
|
785
|
+
var idCountMap = {};
|
|
786
|
+
var identifiers = [];
|
|
787
|
+
for (var i = 0; i < list.length; i++) {
|
|
788
|
+
var item = list[i];
|
|
789
|
+
var id = options.base ? item[0] + options.base : item[0];
|
|
790
|
+
var count = idCountMap[id] || 0;
|
|
791
|
+
var identifier = "".concat(id, " ").concat(count);
|
|
792
|
+
idCountMap[id] = count + 1;
|
|
793
|
+
var indexByIdentifier = getIndexByIdentifier(identifier);
|
|
794
|
+
var obj = {
|
|
795
|
+
css: item[1],
|
|
796
|
+
media: item[2],
|
|
797
|
+
sourceMap: item[3],
|
|
798
|
+
supports: item[4],
|
|
799
|
+
layer: item[5]
|
|
800
|
+
};
|
|
801
|
+
if (indexByIdentifier !== -1) {
|
|
802
|
+
stylesInDOM[indexByIdentifier].references++;
|
|
803
|
+
stylesInDOM[indexByIdentifier].updater(obj);
|
|
804
|
+
} else {
|
|
805
|
+
var updater = addElementStyle(obj, options);
|
|
806
|
+
options.byIndex = i;
|
|
807
|
+
stylesInDOM.splice(i, 0, {
|
|
808
|
+
identifier: identifier,
|
|
809
|
+
updater: updater,
|
|
810
|
+
references: 1
|
|
811
|
+
});
|
|
812
|
+
}
|
|
813
|
+
identifiers.push(identifier);
|
|
814
|
+
}
|
|
815
|
+
return identifiers;
|
|
816
|
+
}
|
|
817
|
+
function addElementStyle(obj, options) {
|
|
818
|
+
var api = options.domAPI(options);
|
|
819
|
+
api.update(obj);
|
|
820
|
+
var updater = function updater(newObj) {
|
|
821
|
+
if (newObj) {
|
|
822
|
+
if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {
|
|
823
|
+
return;
|
|
824
|
+
}
|
|
825
|
+
api.update(obj = newObj);
|
|
826
|
+
} else {
|
|
827
|
+
api.remove();
|
|
828
|
+
}
|
|
829
|
+
};
|
|
830
|
+
return updater;
|
|
831
|
+
}
|
|
832
|
+
module.exports = function (list, options) {
|
|
833
|
+
options = options || {};
|
|
834
|
+
list = list || [];
|
|
835
|
+
var lastIdentifiers = modulesToDom(list, options);
|
|
836
|
+
return function update(newList) {
|
|
837
|
+
newList = newList || [];
|
|
838
|
+
for (var i = 0; i < lastIdentifiers.length; i++) {
|
|
839
|
+
var identifier = lastIdentifiers[i];
|
|
840
|
+
var index = getIndexByIdentifier(identifier);
|
|
841
|
+
stylesInDOM[index].references--;
|
|
842
|
+
}
|
|
843
|
+
var newLastIdentifiers = modulesToDom(newList, options);
|
|
844
|
+
for (var _i = 0; _i < lastIdentifiers.length; _i++) {
|
|
845
|
+
var _identifier = lastIdentifiers[_i];
|
|
846
|
+
var _index = getIndexByIdentifier(_identifier);
|
|
847
|
+
if (stylesInDOM[_index].references === 0) {
|
|
848
|
+
stylesInDOM[_index].updater();
|
|
849
|
+
stylesInDOM.splice(_index, 1);
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
lastIdentifiers = newLastIdentifiers;
|
|
853
|
+
};
|
|
854
|
+
};
|
|
855
|
+
|
|
856
|
+
/***/ }),
|
|
857
|
+
|
|
858
|
+
/***/ 6314:
|
|
859
|
+
/***/ ((module) => {
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
/*
|
|
864
|
+
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
865
|
+
Author Tobias Koppers @sokra
|
|
866
|
+
*/
|
|
867
|
+
module.exports = function (cssWithMappingToString) {
|
|
868
|
+
var list = [];
|
|
869
|
+
|
|
870
|
+
// return the list of modules as css string
|
|
871
|
+
list.toString = function toString() {
|
|
872
|
+
return this.map(function (item) {
|
|
873
|
+
var content = "";
|
|
874
|
+
var needLayer = typeof item[5] !== "undefined";
|
|
875
|
+
if (item[4]) {
|
|
876
|
+
content += "@supports (".concat(item[4], ") {");
|
|
877
|
+
}
|
|
878
|
+
if (item[2]) {
|
|
879
|
+
content += "@media ".concat(item[2], " {");
|
|
880
|
+
}
|
|
881
|
+
if (needLayer) {
|
|
882
|
+
content += "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {");
|
|
883
|
+
}
|
|
884
|
+
content += cssWithMappingToString(item);
|
|
885
|
+
if (needLayer) {
|
|
886
|
+
content += "}";
|
|
887
|
+
}
|
|
888
|
+
if (item[2]) {
|
|
889
|
+
content += "}";
|
|
890
|
+
}
|
|
891
|
+
if (item[4]) {
|
|
892
|
+
content += "}";
|
|
893
|
+
}
|
|
894
|
+
return content;
|
|
895
|
+
}).join("");
|
|
896
|
+
};
|
|
897
|
+
|
|
898
|
+
// import a list of modules into the list
|
|
899
|
+
list.i = function i(modules, media, dedupe, supports, layer) {
|
|
900
|
+
if (typeof modules === "string") {
|
|
901
|
+
modules = [[null, modules, undefined]];
|
|
902
|
+
}
|
|
903
|
+
var alreadyImportedModules = {};
|
|
904
|
+
if (dedupe) {
|
|
905
|
+
for (var k = 0; k < this.length; k++) {
|
|
906
|
+
var id = this[k][0];
|
|
907
|
+
if (id != null) {
|
|
908
|
+
alreadyImportedModules[id] = true;
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
for (var _k = 0; _k < modules.length; _k++) {
|
|
913
|
+
var item = [].concat(modules[_k]);
|
|
914
|
+
if (dedupe && alreadyImportedModules[item[0]]) {
|
|
915
|
+
continue;
|
|
916
|
+
}
|
|
917
|
+
if (typeof layer !== "undefined") {
|
|
918
|
+
if (typeof item[5] === "undefined") {
|
|
919
|
+
item[5] = layer;
|
|
920
|
+
} else {
|
|
921
|
+
item[1] = "@layer".concat(item[5].length > 0 ? " ".concat(item[5]) : "", " {").concat(item[1], "}");
|
|
922
|
+
item[5] = layer;
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
if (media) {
|
|
926
|
+
if (!item[2]) {
|
|
927
|
+
item[2] = media;
|
|
928
|
+
} else {
|
|
929
|
+
item[1] = "@media ".concat(item[2], " {").concat(item[1], "}");
|
|
930
|
+
item[2] = media;
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
if (supports) {
|
|
934
|
+
if (!item[4]) {
|
|
935
|
+
item[4] = "".concat(supports);
|
|
936
|
+
} else {
|
|
937
|
+
item[1] = "@supports (".concat(item[4], ") {").concat(item[1], "}");
|
|
938
|
+
item[4] = supports;
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
list.push(item);
|
|
942
|
+
}
|
|
943
|
+
};
|
|
944
|
+
return list;
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
/***/ }),
|
|
948
|
+
|
|
949
|
+
/***/ 7659:
|
|
950
|
+
/***/ ((module) => {
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
var memo = {};
|
|
955
|
+
|
|
956
|
+
/* istanbul ignore next */
|
|
957
|
+
function getTarget(target) {
|
|
958
|
+
if (typeof memo[target] === "undefined") {
|
|
959
|
+
var styleTarget = document.querySelector(target);
|
|
960
|
+
|
|
961
|
+
// Special case to return head of iframe instead of iframe itself
|
|
962
|
+
if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
|
|
963
|
+
try {
|
|
964
|
+
// This will throw an exception if access to iframe is blocked
|
|
965
|
+
// due to cross-origin restrictions
|
|
966
|
+
styleTarget = styleTarget.contentDocument.head;
|
|
967
|
+
} catch (e) {
|
|
968
|
+
// istanbul ignore next
|
|
969
|
+
styleTarget = null;
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
memo[target] = styleTarget;
|
|
973
|
+
}
|
|
974
|
+
return memo[target];
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
/* istanbul ignore next */
|
|
978
|
+
function insertBySelector(insert, style) {
|
|
979
|
+
var target = getTarget(insert);
|
|
980
|
+
if (!target) {
|
|
981
|
+
throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
|
|
982
|
+
}
|
|
983
|
+
target.appendChild(style);
|
|
984
|
+
}
|
|
985
|
+
module.exports = insertBySelector;
|
|
986
|
+
|
|
987
|
+
/***/ }),
|
|
988
|
+
|
|
989
|
+
/***/ 7668:
|
|
990
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
__webpack_require__(4920);
|
|
995
|
+
|
|
996
|
+
/***/ }),
|
|
997
|
+
|
|
998
|
+
/***/ 7825:
|
|
999
|
+
/***/ ((module) => {
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
/* istanbul ignore next */
|
|
1004
|
+
function apply(styleElement, options, obj) {
|
|
1005
|
+
var css = "";
|
|
1006
|
+
if (obj.supports) {
|
|
1007
|
+
css += "@supports (".concat(obj.supports, ") {");
|
|
1008
|
+
}
|
|
1009
|
+
if (obj.media) {
|
|
1010
|
+
css += "@media ".concat(obj.media, " {");
|
|
1011
|
+
}
|
|
1012
|
+
var needLayer = typeof obj.layer !== "undefined";
|
|
1013
|
+
if (needLayer) {
|
|
1014
|
+
css += "@layer".concat(obj.layer.length > 0 ? " ".concat(obj.layer) : "", " {");
|
|
1015
|
+
}
|
|
1016
|
+
css += obj.css;
|
|
1017
|
+
if (needLayer) {
|
|
1018
|
+
css += "}";
|
|
1019
|
+
}
|
|
1020
|
+
if (obj.media) {
|
|
1021
|
+
css += "}";
|
|
1022
|
+
}
|
|
1023
|
+
if (obj.supports) {
|
|
1024
|
+
css += "}";
|
|
1025
|
+
}
|
|
1026
|
+
var sourceMap = obj.sourceMap;
|
|
1027
|
+
if (sourceMap && typeof btoa !== "undefined") {
|
|
1028
|
+
css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
// For old IE
|
|
1032
|
+
/* istanbul ignore if */
|
|
1033
|
+
options.styleTagTransform(css, styleElement, options.options);
|
|
1034
|
+
}
|
|
1035
|
+
function removeStyleElement(styleElement) {
|
|
1036
|
+
// istanbul ignore if
|
|
1037
|
+
if (styleElement.parentNode === null) {
|
|
1038
|
+
return false;
|
|
1039
|
+
}
|
|
1040
|
+
styleElement.parentNode.removeChild(styleElement);
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
/* istanbul ignore next */
|
|
1044
|
+
function domAPI(options) {
|
|
1045
|
+
if (typeof document === "undefined") {
|
|
1046
|
+
return {
|
|
1047
|
+
update: function update() {},
|
|
1048
|
+
remove: function remove() {}
|
|
1049
|
+
};
|
|
1050
|
+
}
|
|
1051
|
+
var styleElement = options.insertStyleElement(options);
|
|
1052
|
+
return {
|
|
1053
|
+
update: function update(obj) {
|
|
1054
|
+
apply(styleElement, options, obj);
|
|
1055
|
+
},
|
|
1056
|
+
remove: function remove() {
|
|
1057
|
+
removeStyleElement(styleElement);
|
|
1058
|
+
}
|
|
1059
|
+
};
|
|
1060
|
+
}
|
|
1061
|
+
module.exports = domAPI;
|
|
1062
|
+
|
|
1063
|
+
/***/ })
|
|
1064
|
+
|
|
1065
|
+
/******/ });
|
|
1066
|
+
/************************************************************************/
|
|
1067
|
+
/******/ // The module cache
|
|
1068
|
+
/******/ var __webpack_module_cache__ = {};
|
|
1069
|
+
/******/
|
|
1070
|
+
/******/ // The require function
|
|
1071
|
+
/******/ function __webpack_require__(moduleId) {
|
|
1072
|
+
/******/ // Check if module is in cache
|
|
1073
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
1074
|
+
/******/ if (cachedModule !== undefined) {
|
|
1075
|
+
/******/ return cachedModule.exports;
|
|
1076
|
+
/******/ }
|
|
1077
|
+
/******/ // Create a new module (and put it into the cache)
|
|
1078
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
1079
|
+
/******/ id: moduleId,
|
|
1080
|
+
/******/ // no module.loaded needed
|
|
1081
|
+
/******/ exports: {}
|
|
1082
|
+
/******/ };
|
|
1083
|
+
/******/
|
|
1084
|
+
/******/ // Execute the module function
|
|
1085
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
1086
|
+
/******/
|
|
1087
|
+
/******/ // Return the exports of the module
|
|
1088
|
+
/******/ return module.exports;
|
|
1089
|
+
/******/ }
|
|
1090
|
+
/******/
|
|
1091
|
+
/************************************************************************/
|
|
1092
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
1093
|
+
/******/ (() => {
|
|
1094
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
1095
|
+
/******/ __webpack_require__.n = (module) => {
|
|
1096
|
+
/******/ var getter = module && module.__esModule ?
|
|
1097
|
+
/******/ () => (module['default']) :
|
|
1098
|
+
/******/ () => (module);
|
|
1099
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
1100
|
+
/******/ return getter;
|
|
1101
|
+
/******/ };
|
|
1102
|
+
/******/ })();
|
|
1103
|
+
/******/
|
|
1104
|
+
/******/ /* webpack/runtime/define property getters */
|
|
1105
|
+
/******/ (() => {
|
|
1106
|
+
/******/ // define getter functions for harmony exports
|
|
1107
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
1108
|
+
/******/ for(var key in definition) {
|
|
1109
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
1110
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
1111
|
+
/******/ }
|
|
1112
|
+
/******/ }
|
|
1113
|
+
/******/ };
|
|
1114
|
+
/******/ })();
|
|
1115
|
+
/******/
|
|
1116
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
1117
|
+
/******/ (() => {
|
|
1118
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
1119
|
+
/******/ })();
|
|
1120
|
+
/******/
|
|
1121
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
1122
|
+
/******/ (() => {
|
|
1123
|
+
/******/ // define __esModule on exports
|
|
1124
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
1125
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
1126
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
1127
|
+
/******/ }
|
|
1128
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
1129
|
+
/******/ };
|
|
1130
|
+
/******/ })();
|
|
1131
|
+
/******/
|
|
1132
|
+
/******/ /* webpack/runtime/nonce */
|
|
1133
|
+
/******/ (() => {
|
|
1134
|
+
/******/ __webpack_require__.nc = undefined;
|
|
1135
|
+
/******/ })();
|
|
1136
|
+
/******/
|
|
1137
|
+
/************************************************************************/
|
|
1138
|
+
/******/
|
|
1139
|
+
/******/ // startup
|
|
1140
|
+
/******/ // Load entry module and return exports
|
|
1141
|
+
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
1142
|
+
/******/ var __webpack_exports__ = __webpack_require__(2232);
|
|
1143
|
+
/******/ module.exports = __webpack_exports__;
|
|
1144
|
+
/******/
|
|
1145
|
+
/******/ })()
|
|
1146
|
+
;
|
|
1147
|
+
//# sourceMappingURL=index.js.map
|