@capillarytech/blaze-ui 1.1.0-alpha.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CapAlert/CapAlert.d.ts +12 -0
- package/dist/CapAlert/CapAlert.d.ts.map +1 -0
- package/dist/CapAlert/CapAlert.test.d.ts +2 -0
- package/dist/CapAlert/CapAlert.test.d.ts.map +1 -0
- package/dist/CapAlert/index.d.ts +3 -0
- package/dist/CapAlert/index.d.ts.map +1 -0
- package/dist/CapAlert/index.js +85 -9
- package/dist/CapAlert/index.js.map +1 -1
- package/dist/CapButton/CapButton.d.ts +11 -0
- package/dist/CapButton/CapButton.d.ts.map +1 -0
- package/dist/CapButton/CapButton.test.d.ts +2 -0
- package/dist/CapButton/CapButton.test.d.ts.map +1 -0
- package/dist/CapButton/index.d.ts +3 -0
- package/dist/CapButton/index.d.ts.map +1 -0
- package/dist/CapButton/index.js +104 -78
- package/dist/CapButton/index.js.map +1 -1
- package/dist/CapCard/CapCard.d.ts +9 -0
- package/dist/CapCard/CapCard.d.ts.map +1 -0
- package/dist/CapCard/CapCard.test.d.ts +2 -0
- package/dist/CapCard/CapCard.test.d.ts.map +1 -0
- package/dist/CapCard/index.d.ts +3 -0
- package/dist/CapCard/index.d.ts.map +1 -0
- package/dist/CapCard/index.js +85 -9
- package/dist/CapCard/index.js.map +1 -1
- package/dist/CapCheckbox/CapCheckbox.d.ts +17 -0
- package/dist/CapCheckbox/CapCheckbox.d.ts.map +1 -0
- package/dist/CapCheckbox/CapCheckbox.test.d.ts +2 -0
- package/dist/CapCheckbox/CapCheckbox.test.d.ts.map +1 -0
- package/dist/CapCheckbox/index.d.ts +3 -0
- package/dist/CapCheckbox/index.d.ts.map +1 -0
- package/dist/CapCheckbox/index.js +86 -10
- package/dist/CapCheckbox/index.js.map +1 -1
- package/dist/CapColumn/CapColumn.d.ts +9 -0
- package/dist/CapColumn/CapColumn.d.ts.map +1 -0
- package/dist/CapColumn/CapColumn.test.d.ts +2 -0
- package/dist/CapColumn/CapColumn.test.d.ts.map +1 -0
- package/dist/CapColumn/index.d.ts +3 -0
- package/dist/CapColumn/index.d.ts.map +1 -0
- package/dist/CapColumn/index.js +85 -9
- package/dist/CapColumn/index.js.map +1 -1
- package/dist/CapDivider/CapDivider.d.ts +9 -0
- package/dist/CapDivider/CapDivider.d.ts.map +1 -0
- package/dist/CapDivider/CapDivider.test.d.ts +2 -0
- package/dist/CapDivider/CapDivider.test.d.ts.map +1 -0
- package/dist/CapDivider/index.d.ts +3 -0
- package/dist/CapDivider/index.d.ts.map +1 -0
- package/dist/CapDivider/index.js +85 -9
- package/dist/CapDivider/index.js.map +1 -1
- package/dist/CapDropdown/CapDropdown.d.ts +20 -0
- package/dist/CapDropdown/CapDropdown.d.ts.map +1 -0
- package/dist/CapDropdown/CapDropdown.test.d.ts +2 -0
- package/dist/CapDropdown/CapDropdown.test.d.ts.map +1 -0
- package/dist/CapDropdown/index.d.ts +3 -0
- package/dist/CapDropdown/index.d.ts.map +1 -0
- package/dist/CapDropdown/index.js +85 -9
- package/dist/CapDropdown/index.js.map +1 -1
- package/dist/CapForm/CapForm.d.ts +10 -0
- package/dist/CapForm/CapForm.d.ts.map +1 -0
- package/dist/CapForm/CapForm.test.d.ts +2 -0
- package/dist/CapForm/CapForm.test.d.ts.map +1 -0
- package/dist/CapForm/index.d.ts +3 -0
- package/dist/CapForm/index.d.ts.map +1 -0
- package/dist/CapForm/index.js +85 -9
- package/dist/CapForm/index.js.map +1 -1
- package/dist/CapFormItem/CapFormItem.d.ts +13 -0
- package/dist/CapFormItem/CapFormItem.d.ts.map +1 -0
- package/dist/CapFormItem/CapFormItem.test.d.ts +2 -0
- package/dist/CapFormItem/CapFormItem.test.d.ts.map +1 -0
- package/dist/CapFormItem/index.d.ts +3 -0
- package/dist/CapFormItem/index.d.ts.map +1 -0
- package/dist/CapFormItem/index.js +85 -9
- package/dist/CapFormItem/index.js.map +1 -1
- package/dist/CapIcon/CapIcon.d.ts +31 -0
- package/dist/CapIcon/CapIcon.d.ts.map +1 -0
- package/dist/CapIcon/CapIcon.test.d.ts +2 -0
- package/dist/CapIcon/CapIcon.test.d.ts.map +1 -0
- package/dist/CapIcon/index.d.ts +3 -0
- package/dist/CapIcon/index.d.ts.map +1 -0
- package/dist/CapIcon/index.js +103 -77
- package/dist/CapIcon/index.js.map +1 -1
- package/dist/CapInput/CapInput.d.ts +11 -0
- package/dist/CapInput/CapInput.d.ts.map +1 -0
- package/dist/CapInput/CapInput.test.d.ts +2 -0
- package/dist/CapInput/CapInput.test.d.ts.map +1 -0
- package/dist/CapInput/Number.d.ts +9 -0
- package/dist/CapInput/Number.d.ts.map +1 -0
- package/dist/CapInput/Number.test.d.ts +2 -0
- package/dist/CapInput/Number.test.d.ts.map +1 -0
- package/dist/CapInput/Search.d.ts +9 -0
- package/dist/CapInput/Search.d.ts.map +1 -0
- package/dist/CapInput/Search.test.d.ts +2 -0
- package/dist/CapInput/Search.test.d.ts.map +1 -0
- package/dist/CapInput/TextArea.d.ts +9 -0
- package/dist/CapInput/TextArea.d.ts.map +1 -0
- package/dist/CapInput/TextArea.test.d.ts +2 -0
- package/dist/CapInput/TextArea.test.d.ts.map +1 -0
- package/dist/CapInput/index.d.ts +9 -0
- package/dist/CapInput/index.d.ts.map +1 -0
- package/dist/CapLabel/CapLabel.d.ts +23 -0
- package/dist/CapLabel/CapLabel.d.ts.map +1 -0
- package/dist/CapLabel/CapLabel.test.d.ts +2 -0
- package/dist/CapLabel/CapLabel.test.d.ts.map +1 -0
- package/dist/CapLabel/index.d.ts +3 -0
- package/dist/CapLabel/index.d.ts.map +1 -0
- package/dist/CapLabel/index.js +85 -9
- package/dist/CapLabel/index.js.map +1 -1
- package/dist/CapMenu/CapMenu.d.ts +27 -0
- package/dist/CapMenu/CapMenu.d.ts.map +1 -0
- package/dist/CapMenu/CapMenu.test.d.ts +2 -0
- package/dist/CapMenu/CapMenu.test.d.ts.map +1 -0
- package/dist/CapMenu/index.d.ts +3 -0
- package/dist/CapMenu/index.d.ts.map +1 -0
- package/dist/CapMenu/index.js +85 -9
- package/dist/CapMenu/index.js.map +1 -1
- package/dist/CapRadio/CapRadio.d.ts +18 -0
- package/dist/CapRadio/CapRadio.d.ts.map +1 -0
- package/dist/CapRadio/CapRadio.test.d.ts +2 -0
- package/dist/CapRadio/CapRadio.test.d.ts.map +1 -0
- package/dist/CapRadio/index.d.ts +3 -0
- package/dist/CapRadio/index.d.ts.map +1 -0
- package/dist/CapRadio/index.js +86 -10
- package/dist/CapRadio/index.js.map +1 -1
- package/dist/CapRow/CapRow.d.ts +27 -0
- package/dist/CapRow/CapRow.d.ts.map +1 -0
- package/dist/CapRow/CapRow.test.d.ts +2 -0
- package/dist/CapRow/CapRow.test.d.ts.map +1 -0
- package/dist/CapRow/index.d.ts +3 -0
- package/dist/CapRow/index.d.ts.map +1 -0
- package/dist/CapRow/index.js +85 -9
- package/dist/CapRow/index.js.map +1 -1
- package/dist/CapSkeleton/CapSkeleton.d.ts +8 -0
- package/dist/CapSkeleton/CapSkeleton.d.ts.map +1 -0
- package/dist/CapSkeleton/CapSkeleton.test.d.ts +2 -0
- package/dist/CapSkeleton/CapSkeleton.test.d.ts.map +1 -0
- package/dist/CapSkeleton/index.d.ts +3 -0
- package/dist/CapSkeleton/index.d.ts.map +1 -0
- package/dist/CapSpin/CapSpin.d.ts +8 -0
- package/dist/CapSpin/CapSpin.d.ts.map +1 -0
- package/dist/CapSpin/CapSpin.test.d.ts +2 -0
- package/dist/CapSpin/CapSpin.test.d.ts.map +1 -0
- package/dist/CapSpin/index.d.ts +3 -0
- package/dist/CapSpin/index.d.ts.map +1 -0
- package/dist/CapSwitch/CapSwitch.d.ts +12 -0
- package/dist/CapSwitch/CapSwitch.d.ts.map +1 -0
- package/dist/CapSwitch/CapSwitch.test.d.ts +2 -0
- package/dist/CapSwitch/CapSwitch.test.d.ts.map +1 -0
- package/dist/CapSwitch/index.d.ts +3 -0
- package/dist/CapSwitch/index.d.ts.map +1 -0
- package/dist/CapSwitch/index.js +85 -9
- package/dist/CapSwitch/index.js.map +1 -1
- package/dist/CapTab/CapTab.d.ts +21 -0
- package/dist/CapTab/CapTab.d.ts.map +1 -0
- package/dist/CapTab/CapTab.test.d.ts +2 -0
- package/dist/CapTab/CapTab.test.d.ts.map +1 -0
- package/dist/CapTab/index.d.ts +3 -0
- package/dist/CapTab/index.d.ts.map +1 -0
- package/dist/CapTab/index.js +85 -9
- package/dist/CapTab/index.js.map +1 -1
- package/dist/CapTable/CapTable.d.ts +27 -0
- package/dist/CapTable/CapTable.d.ts.map +1 -0
- package/dist/CapTable/CapTable.test.d.ts +2 -0
- package/dist/CapTable/CapTable.test.d.ts.map +1 -0
- package/dist/CapTable/index.d.ts +3 -0
- package/dist/CapTable/index.d.ts.map +1 -0
- package/dist/CapTable/index.js +17213 -13
- package/dist/CapTable/index.js.map +1 -1
- package/dist/CapTable/loadable.d.ts +5 -0
- package/dist/CapTable/loadable.d.ts.map +1 -0
- package/dist/CapTable/loadable.test.d.ts +2 -0
- package/dist/CapTable/loadable.test.d.ts.map +1 -0
- package/dist/CapTestSelect/CapTestSelect.d.ts +24 -0
- package/dist/CapTestSelect/CapTestSelect.d.ts.map +1 -0
- package/dist/CapTestSelect/CapTestSelect.test.d.ts +2 -0
- package/dist/CapTestSelect/CapTestSelect.test.d.ts.map +1 -0
- package/dist/CapTestSelect/index.d.ts +3 -0
- package/dist/CapTestSelect/index.d.ts.map +1 -0
- package/dist/CapTooltip/CapTooltip.d.ts +10 -0
- package/dist/CapTooltip/CapTooltip.d.ts.map +1 -0
- package/dist/CapTooltip/CapTooltip.test.d.ts +2 -0
- package/dist/CapTooltip/CapTooltip.test.d.ts.map +1 -0
- package/dist/CapTooltip/index.d.ts +3 -0
- package/dist/CapTooltip/index.d.ts.map +1 -0
- package/dist/CapTooltip/index.js +85 -9
- package/dist/CapTooltip/index.js.map +1 -1
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.d.ts +18 -0
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.d.ts.map +1 -0
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts +2 -0
- package/dist/CapTooltipWithInfo/CapTooltipWithInfo.test.d.ts.map +1 -0
- package/dist/CapTooltipWithInfo/index.d.ts +3 -0
- package/dist/CapTooltipWithInfo/index.d.ts.map +1 -0
- package/dist/CapTooltipWithInfo/index.js +105 -79
- package/dist/CapTooltipWithInfo/index.js.map +1 -1
- package/dist/CapUnifiedSelect/CapUnifiedSelect.d.ts +53 -0
- package/dist/CapUnifiedSelect/CapUnifiedSelect.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/CapUnifiedSelect.test.d.ts +2 -0
- package/dist/CapUnifiedSelect/CapUnifiedSelect.test.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/CustomDropdown.d.ts +46 -0
- package/dist/CapUnifiedSelect/CustomDropdown.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/DropdownHeader.d.ts +10 -0
- package/dist/CapUnifiedSelect/DropdownHeader.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/components.d.ts +9 -0
- package/dist/CapUnifiedSelect/components.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/constants.d.ts +31 -0
- package/dist/CapUnifiedSelect/constants.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/enhanceOptions.d.ts +8 -0
- package/dist/CapUnifiedSelect/enhanceOptions.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/index.d.ts +3 -0
- package/dist/CapUnifiedSelect/index.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/index.js +1909 -479
- package/dist/CapUnifiedSelect/index.js.map +1 -1
- package/dist/CapUnifiedSelect/messages.d.ts +24 -0
- package/dist/CapUnifiedSelect/messages.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/testData.d.ts +75 -0
- package/dist/CapUnifiedSelect/testData.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/types.d.ts +46 -0
- package/dist/CapUnifiedSelect/types.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/useCapUnifiedSelect.d.ts +48 -0
- package/dist/CapUnifiedSelect/useCapUnifiedSelect.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/useInfiniteScroll.d.ts +27 -0
- package/dist/CapUnifiedSelect/useInfiniteScroll.d.ts.map +1 -0
- package/dist/CapUnifiedSelect/utils.d.ts +45 -0
- package/dist/CapUnifiedSelect/utils.d.ts.map +1 -0
- package/dist/LocaleHoc/index.d.ts +9 -0
- package/dist/LocaleHoc/index.d.ts.map +1 -0
- package/dist/LocaleHoc/index.test.d.ts +2 -0
- package/dist/LocaleHoc/index.test.d.ts.map +1 -0
- package/dist/index.d.ts +54 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +19298 -788
- package/dist/index.js.map +1 -1
- package/dist/styled/variables.d.ts +151 -0
- package/dist/styled/variables.d.ts.map +1 -0
- package/dist/styled/variables.scss +1 -0
- package/dist/utils/fonts.d.ts +49 -0
- package/dist/utils/fonts.d.ts.map +1 -0
- package/dist/utils/fonts.test.d.ts +2 -0
- package/dist/utils/fonts.test.d.ts.map +1 -0
- package/dist/utils/index.d.ts +44 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/styles.d.ts +19 -0
- package/dist/utils/styles.d.ts.map +1 -0
- package/package.json +150 -4
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
export declare const CAP_PRIMARY: {
|
|
2
|
+
base: string;
|
|
3
|
+
hover: string;
|
|
4
|
+
disabled: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const CAP_SECONDARY: {
|
|
7
|
+
base: string;
|
|
8
|
+
light: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const NORMAL_LINE_HEIGHT = "normal";
|
|
11
|
+
export declare const CAP_ORANGE = "#f87d23";
|
|
12
|
+
export declare const CAP_ORANGE01 = "#ffe5d2";
|
|
13
|
+
export declare const CAP_ORANGE02 = "#fa7d02";
|
|
14
|
+
export declare const CAP_YELLOW = "#fec52e";
|
|
15
|
+
export declare const CAP_YELLOW01 = "#e8bc25";
|
|
16
|
+
export declare const CAP_YELLOW02 = "#f9d438";
|
|
17
|
+
export declare const CAP_BLUE = "#23cccc";
|
|
18
|
+
export declare const CAP_PURPLE = "#8517e5";
|
|
19
|
+
export declare const CAP_PINK = "#e51fa3";
|
|
20
|
+
export declare const CAP_RED = "#ea213a";
|
|
21
|
+
export declare const CAP_ICON = "#7a869a";
|
|
22
|
+
export declare const CAP_PALE_GREY = "#e9f0fe";
|
|
23
|
+
export declare const CAP_BLUE01 = "#2466eb";
|
|
24
|
+
export declare const CAP_BLUE02 = "#1d61ee";
|
|
25
|
+
export declare const CAP_RED01 = "#e51fa3";
|
|
26
|
+
export declare const CAP_RED02 = "#f5222d";
|
|
27
|
+
export declare const CAP_RED03 = "#ed1b34";
|
|
28
|
+
export declare const CAP_PURPLE01 = "#6563ff";
|
|
29
|
+
export declare const CAP_PURPLE02 = "#a451ff";
|
|
30
|
+
export declare const CAP_PURPLE03 = "#f2e7fe";
|
|
31
|
+
export declare const CAP_PURPLE04 = "#d4e1fc";
|
|
32
|
+
export declare const CAP_GREEN01 = "#6bb56b";
|
|
33
|
+
export declare const CAP_GREEN02 = "#ecf7ec";
|
|
34
|
+
export declare const CAP_G01 = "#091e42";
|
|
35
|
+
export declare const CAP_G02 = "#253858";
|
|
36
|
+
export declare const CAP_G03 = "#42526e";
|
|
37
|
+
export declare const CAP_G04 = "#5e6c84";
|
|
38
|
+
export declare const CAP_G05 = "#97a0af";
|
|
39
|
+
export declare const CAP_G06 = "#b3bac5";
|
|
40
|
+
export declare const CAP_G07 = "#dfe2e7";
|
|
41
|
+
export declare const CAP_G08 = "#ebecf0";
|
|
42
|
+
export declare const CAP_G09 = "#f4f5f7";
|
|
43
|
+
export declare const CAP_G10 = "#fafbfc";
|
|
44
|
+
export declare const CAP_G11 = "#7a869a";
|
|
45
|
+
export declare const CAP_G12 = "#e8e8e8";
|
|
46
|
+
export declare const CAP_G13 = "#ecece7";
|
|
47
|
+
export declare const CAP_G14 = "#e9f0fd";
|
|
48
|
+
export declare const CAP_G15 = "#efefef";
|
|
49
|
+
export declare const CAP_G16 = "#2a2a2a";
|
|
50
|
+
export declare const CAP_G17 = "#5d6b85";
|
|
51
|
+
export declare const CAP_G18 = "#dcdee2";
|
|
52
|
+
export declare const CAP_G19 = "#8a9ab2";
|
|
53
|
+
export declare const CAP_G20 = "#c2c2c2";
|
|
54
|
+
export declare const CAP_WHITE = "#ffffff";
|
|
55
|
+
export declare const CAP_WHITE_OVERLAY = "rgba(255, 255, 255, 0.8)";
|
|
56
|
+
export declare const CAP_BLACK = "#000000";
|
|
57
|
+
export declare const CAP_BLACK_ALPHA01 = "#00000022";
|
|
58
|
+
export declare const COLOR_ERROR = "#ff4d4f";
|
|
59
|
+
export declare const COLOR_SUCCESS = "#52c41a";
|
|
60
|
+
export declare const COLOR_WARNING = "#faad14";
|
|
61
|
+
export declare const COLOR_INFO = "#1890ff";
|
|
62
|
+
export declare const CAP_COLOR_01 = "#dbefda";
|
|
63
|
+
export declare const CAP_COLOR_02 = "#fee5d3";
|
|
64
|
+
export declare const CAP_COLOR_03 = "#e83135";
|
|
65
|
+
export declare const CAP_COLOR_04 = "#fff4d6";
|
|
66
|
+
export declare const CAP_COLOR_05 = "#fbd3d8";
|
|
67
|
+
export declare const CAP_COLOR_06 = "#42B040";
|
|
68
|
+
export declare const CAP_COLOR_07 = "#E9F0FC";
|
|
69
|
+
export declare const CAP_COLOR_08 = "#faf9f4";
|
|
70
|
+
export declare const CAP_COLOR_09 = "#7765d5";
|
|
71
|
+
export declare const CAP_COLOR_10 = "#f79600";
|
|
72
|
+
export declare const CAP_COLOR_11 = "#2388de";
|
|
73
|
+
export declare const CAP_COLOR_12 = "#efba00";
|
|
74
|
+
export declare const CAP_COLOR_13 = "#bcd0fa";
|
|
75
|
+
export declare const CAP_COLOR_14 = "#9BC79A";
|
|
76
|
+
export declare const CAP_COLOR_15 = "#F6BA8E";
|
|
77
|
+
export declare const CAP_COLOR_16 = "#d9d9d9";
|
|
78
|
+
export declare const CAP_COLOR_17 = "#1d61ee";
|
|
79
|
+
export declare const CAP_COLOR_18 = "#d0d7ff";
|
|
80
|
+
export declare const CAP_COLOR_19 = "#44ddff";
|
|
81
|
+
export declare const CAP_COLOR_20 = "#4a67ff";
|
|
82
|
+
export declare const CAP_COLOR_21 = "#ace0ff";
|
|
83
|
+
export declare const CAP_COLOR_22 = "#DBB7F9";
|
|
84
|
+
export declare const CAP_COLOR_23 = "#F8BAE4";
|
|
85
|
+
export declare const CAP_COLOR_24 = "#BCD0FA";
|
|
86
|
+
export declare const CAP_COLOR_25 = "#ACE1F1";
|
|
87
|
+
export declare const CAP_COLOR_26 = "#FFE9AD";
|
|
88
|
+
export declare const CAP_COLOR_27 = "#F4F7FE";
|
|
89
|
+
export declare const BG_01 = "#faf9f4";
|
|
90
|
+
export declare const BG_02 = "#fefcf0";
|
|
91
|
+
export declare const BG_03 = "#ebf8ff";
|
|
92
|
+
export declare const BG_08 = "#ecf7ec";
|
|
93
|
+
export declare const FONT_FAMILY = "\"Roboto\", sans-serif";
|
|
94
|
+
export declare const FONT_WEIGHT_REGULAR = 400;
|
|
95
|
+
export declare const FONT_WEIGHT_MEDIUM = 500;
|
|
96
|
+
export declare const FONT_COLOR_01 = "#091e42";
|
|
97
|
+
export declare const FONT_COLOR_02 = "#5e6c84";
|
|
98
|
+
export declare const FONT_COLOR_03 = "#97a0af";
|
|
99
|
+
export declare const FONT_COLOR_04 = "#b3bac5";
|
|
100
|
+
export declare const FONT_COLOR_05 = "#2466ea";
|
|
101
|
+
export declare const FONT_COLOR_06 = "#ffffff";
|
|
102
|
+
export declare const FONT_SIZE_VL = "1.714rem";
|
|
103
|
+
export declare const FONT_SIZE_L = "1.143rem";
|
|
104
|
+
export declare const FONT_SIZE_M = "1rem";
|
|
105
|
+
export declare const FONT_SIZE_S = "0.857rem";
|
|
106
|
+
export declare const FONT_SIZE_VS = "0.714rem";
|
|
107
|
+
export declare const ICON_SIZE_XS = "0.857rem";
|
|
108
|
+
export declare const ICON_SIZE_S = "1.143rem";
|
|
109
|
+
export declare const ICON_SIZE_M = "1.714rem";
|
|
110
|
+
export declare const ICON_SIZE_L = "2.286rem";
|
|
111
|
+
export declare const SPACING_04 = "0.286rem";
|
|
112
|
+
export declare const SPACING_08 = "0.571rem";
|
|
113
|
+
export declare const SPACING_12 = "0.857rem";
|
|
114
|
+
export declare const SPACING_16 = "1.143rem";
|
|
115
|
+
export declare const SPACING_24 = "1.714rem";
|
|
116
|
+
export declare const SPACING_32 = "2.286rem";
|
|
117
|
+
export declare const CAP_SPACE_00 = "0rem";
|
|
118
|
+
export declare const CAP_SPACE_01 = "0.071rem";
|
|
119
|
+
export declare const CAP_SPACE_02 = "0.142rem";
|
|
120
|
+
export declare const CAP_SPACE_03 = "0.214rem";
|
|
121
|
+
export declare const CAP_SPACE_04 = "0.285rem";
|
|
122
|
+
export declare const CAP_SPACE_06 = "0.428rem";
|
|
123
|
+
export declare const CAP_SPACE_08 = "0.571rem";
|
|
124
|
+
export declare const CAP_SPACE_12 = "0.857rem";
|
|
125
|
+
export declare const CAP_SPACE_16 = "1.142rem";
|
|
126
|
+
export declare const CAP_SPACE_18 = "1.285rem";
|
|
127
|
+
export declare const CAP_SPACE_19 = "1.3rem";
|
|
128
|
+
export declare const CAP_SPACE_20 = "1.428rem";
|
|
129
|
+
export declare const CAP_SPACE_23 = "1.614rem";
|
|
130
|
+
export declare const CAP_SPACE_24 = "1.714rem";
|
|
131
|
+
export declare const CAP_SPACE_28 = "2rem";
|
|
132
|
+
export declare const CAP_SPACE_32 = "2.285rem";
|
|
133
|
+
export declare const CAP_SPACE_36 = "2.571rem";
|
|
134
|
+
export declare const CAP_SPACE_40 = "2.857rem";
|
|
135
|
+
export declare const CAP_SPACE_42 = "3rem";
|
|
136
|
+
export declare const CAP_SPACE_44 = "3.142rem";
|
|
137
|
+
export declare const CAP_SPACE_48 = "3.428rem";
|
|
138
|
+
export declare const CAP_SPACE_52 = "3.714rem";
|
|
139
|
+
export declare const CAP_SPACE_56 = "4rem";
|
|
140
|
+
export declare const CAP_SPACE_60 = "4.286rem";
|
|
141
|
+
export declare const CAP_SPACE_64 = "4.571rem";
|
|
142
|
+
export declare const CAP_SPACE_72 = "5.143rem";
|
|
143
|
+
export declare const CAP_SPACE_80 = "5.714rem";
|
|
144
|
+
export declare const INPUT_HEIGHT = "2.286rem";
|
|
145
|
+
export declare const BUTTON_HEIGHT = "2.857rem";
|
|
146
|
+
export declare const RADIUS_04 = "0.286rem";
|
|
147
|
+
export declare const RADIUS_08 = "0.571rem";
|
|
148
|
+
export declare const BORDER_WIDTH_1 = "0.071rem";
|
|
149
|
+
export declare const BORDER_WIDTH_2 = "0.143rem";
|
|
150
|
+
export declare const TRANSITION_ALL = "all 0.3s ease";
|
|
151
|
+
//# sourceMappingURL=variables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../components/styled/variables.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Font configuration for Blaze UI
|
|
3
|
+
* Centralized font management for consistent typography across applications
|
|
4
|
+
*/
|
|
5
|
+
export interface FontConfig {
|
|
6
|
+
/** Whether to load Roboto font (default: true) */
|
|
7
|
+
loadRoboto?: boolean;
|
|
8
|
+
/** Whether to load Material Icons (default: true) */
|
|
9
|
+
loadMaterialIcons?: boolean;
|
|
10
|
+
/** Custom weights for Roboto font (default: [400, 500]) */
|
|
11
|
+
robotoWeights?: number[];
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Loads Blaze UI fonts into the document head
|
|
15
|
+
*
|
|
16
|
+
* This function should be called once when your application initializes.
|
|
17
|
+
* It's safe to call multiple times - it will check if fonts are already loaded.
|
|
18
|
+
*
|
|
19
|
+
* @param config - Font configuration options
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* ```typescript
|
|
23
|
+
* import { loadBlazeUIFonts } from '@capillarytech/blaze-ui';
|
|
24
|
+
*
|
|
25
|
+
* // Load all fonts (default)
|
|
26
|
+
* loadBlazeUIFonts();
|
|
27
|
+
*
|
|
28
|
+
* // Load only Roboto with custom weights
|
|
29
|
+
* loadBlazeUIFonts({
|
|
30
|
+
* loadMaterialIcons: false,
|
|
31
|
+
* robotoWeights: [400, 500, 700]
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export declare const loadBlazeUIFonts: (config?: FontConfig) => void;
|
|
36
|
+
/**
|
|
37
|
+
* Creates HTML link tags for fonts (useful for SSR or static HTML)
|
|
38
|
+
*
|
|
39
|
+
* @param config - Font configuration options
|
|
40
|
+
* @returns Array of HTML link tag strings
|
|
41
|
+
*
|
|
42
|
+
* @example
|
|
43
|
+
* ```html
|
|
44
|
+
* <!-- In your HTML head -->
|
|
45
|
+
* ${getBlazeUIFontLinks().join('\n')}
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
export declare const getBlazeUIFontLinks: (config?: FontConfig) => string[];
|
|
49
|
+
//# sourceMappingURL=fonts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../components/utils/fonts.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,UAAU;IACzB,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qDAAqD;IACrD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,2DAA2D;IAC3D,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B;AA4FD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,gBAAgB,GAAI,SAAQ,UAAe,KAAG,IAU1D,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,GAAI,SAAQ,UAAe,KAAG,MAAM,EAkBnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fonts.test.d.ts","sourceRoot":"","sources":["../../components/utils/fonts.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import type { FontConfig } from './fonts';
|
|
2
|
+
import './styles';
|
|
3
|
+
export * from './fonts';
|
|
4
|
+
export type { FontConfig } from './fonts';
|
|
5
|
+
/**
|
|
6
|
+
* Configuration for Blaze UI initialization
|
|
7
|
+
*/
|
|
8
|
+
export interface BlazeUIConfig extends FontConfig {
|
|
9
|
+
/** Base font size for rem calculations (default: '14px') */
|
|
10
|
+
baseFontSize?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Loads Blaze UI fonts and base styles (sanitize.css) together
|
|
14
|
+
*
|
|
15
|
+
* This is a convenience function that loads both fonts and base styles in one call.
|
|
16
|
+
* It should be called once when your application initializes.
|
|
17
|
+
*
|
|
18
|
+
* **Important:** If your consuming application already imports `sanitize.css` directly:
|
|
19
|
+
* - Webpack will typically deduplicate it if both resolve to the same module path in node_modules
|
|
20
|
+
* - However, if you want to avoid any potential duplication, import fonts separately:
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import { loadBlazeUIFonts } from '@capillarytech/blaze-ui/utils';
|
|
23
|
+
* loadBlazeUIFonts();
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @param config - Blaze UI configuration options
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```typescript
|
|
30
|
+
* import { loadBlazeUI } from '@capillarytech/blaze-ui/utils';
|
|
31
|
+
*
|
|
32
|
+
* // Load everything with default base font size (14px)
|
|
33
|
+
* loadBlazeUI();
|
|
34
|
+
*
|
|
35
|
+
* // Load with custom font configuration and base font size
|
|
36
|
+
* loadBlazeUI({
|
|
37
|
+
* loadMaterialIcons: false,
|
|
38
|
+
* robotoWeights: [400, 500, 700],
|
|
39
|
+
* baseFontSize: '16px'
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
export declare const loadBlazeUI: (config?: BlazeUIConfig) => void;
|
|
44
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,UAAU,CAAC;AAElB,cAAc,SAAS,CAAC;AACxB,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C;;GAEG;AACH,MAAM,WAAW,aAAc,SAAQ,UAAU;IAC/C,4DAA4D;IAC5D,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,eAAO,MAAM,WAAW,GAAI,SAAQ,aAAkB,KAAG,IAWxD,CAAC"}
|
package/dist/utils/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils/index.js","mappings":"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EAAC2B,UAAU,CAAC;AAC9B,CAAC;AAACtB,mBAAA,GAAAoB,WAAA,C;;;;;;;;;;;;;;ACzDF;AAC6F;AACjB;AAC5E,8BAA8B,sEAA2B,CAAC,+EAAqC;AAC/F;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,0BAA0B;AAC1B,gCAAgC;AAChC;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,4BAA4B;AAC5B,2BAA2B;AAC3B;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,mBAAmB;AACnB,oBAAoB;AACpB,6BAA6B;AAC7B,oBAAoB;AACpB,eAAe;AACf,4CAA4C;AAC5C,kCAAkC;AAClC;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,kBAAkB;AAClB,aAAa;AACb;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,qCAAqC;AACrC,kBAAkB;AAClB,kBAAkB;AAClB;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,qCAAqC;AACrC,kBAAkB;AAClB;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,6BAA6B;AAC7B,yBAAyB;AACzB,kBAAkB;AAClB;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;A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CA;AACA;AACA;AACA;AACA,qBAAqB,6BAA6B;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;ACnFa;;AAEb;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD;AACrD;AACA;AACA,gDAAgD;AAChD;AACA;AACA,qFAAqF;AACrF;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,iBAAiB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,qBAAqB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sFAAsF,qBAAqB;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,iDAAiD,qBAAqB;AACtE;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sDAAsD,qBAAqB;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;ACpFa;;AAEb;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kC;;;;;;;;;ACbAhB,mBAAA,O;;;;;;;ACpBa;;AAEb;AACA;AACA;AACA;AACA,kDAAkD;AAClD;AACA;AACA,0CAA0C;AAC1C;AACA;AACA;AACA,iFAAiF;AACjF;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,aAAa;AACb;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,yDAAyD;AACzD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,wB;;;;;;UC5DA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA,E;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA,E;;;;;WCPA,wF;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D,E;;;;;WCNA,mC;;;;;UEAA;UACA;UACA;UACA","sources":["webpack://@capillarytech/blaze-ui/./components/utils/fonts.ts","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/styleTagTransform.js","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/sourceMaps.js","webpack://@capillarytech/blaze-ui/./components/utils/index.ts","webpack://@capillarytech/blaze-ui/./node_modules/sanitize.css/sanitize.css","webpack://@capillarytech/blaze-ui/./node_modules/sanitize.css/sanitize.css?ba0e","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/api.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://@capillarytech/blaze-ui/./components/utils/styles.ts","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/styleDomAPI.js","webpack://@capillarytech/blaze-ui/webpack/bootstrap","webpack://@capillarytech/blaze-ui/webpack/runtime/compat get default export","webpack://@capillarytech/blaze-ui/webpack/runtime/define property getters","webpack://@capillarytech/blaze-ui/webpack/runtime/hasOwnProperty shorthand","webpack://@capillarytech/blaze-ui/webpack/runtime/make namespace object","webpack://@capillarytech/blaze-ui/webpack/runtime/nonce","webpack://@capillarytech/blaze-ui/webpack/before-startup","webpack://@capillarytech/blaze-ui/webpack/startup","webpack://@capillarytech/blaze-ui/webpack/after-startup"],"sourcesContent":["/**\n * Font configuration for Blaze UI\n * Centralized font management for consistent typography across applications\n */\n\nexport interface FontConfig {\n /** Whether to load Roboto font (default: true) */\n loadRoboto?: boolean;\n /** Whether to load Material Icons (default: true) */\n loadMaterialIcons?: boolean;\n /** Custom weights for Roboto font (default: [400, 500]) */\n robotoWeights?: number[];\n}\n\n/**\n * Font URLs\n */\nconst FONT_URLS = {\n roboto: (weights: number[] = [400, 500]) =>\n `https://fonts.googleapis.com/css?family=Roboto:${weights.join(',')}&display=swap`,\n materialIcons: 'https://fonts.googleapis.com/icon?family=Material+Icons&display=swap',\n} as const;\n\n/**\n * Check if Material Icons link already exists\n */\nconst materialIconsLinkExists = (): boolean => {\n if (typeof document === 'undefined') return false;\n\n const links = document.head.querySelectorAll('link[rel=\"stylesheet\"], link[rel=\"preload\"]');\n return Array.from(links).some((link: Element) => {\n const href = (link as HTMLLinkElement).href;\n return href && href.includes('fonts.googleapis.com/icon?family=Material+Icons');\n });\n};\n\n/**\n * Check if Roboto font is already loaded (any weights)\n */\nconst robotoFontExists = (): boolean => {\n if (typeof document === 'undefined') return false;\n\n const links = document.head.querySelectorAll('link[rel=\"stylesheet\"], link[rel=\"preload\"]');\n return Array.from(links).some((link: Element) => {\n const href = (link as HTMLLinkElement).href;\n return href && href.includes('fonts.googleapis.com') && href.includes('Roboto');\n });\n};\n\n/**\n * Injects Roboto font into the document head\n */\nconst injectRobotoFont = (weights: number[] = [400, 500]): void => {\n if (typeof document === 'undefined') return;\n\n // Check if Roboto is already loaded (any weights)\n if (robotoFontExists()) {\n return; // Roboto font already loaded\n }\n\n const href = FONT_URLS.roboto(weights);\n const link = document.createElement('link');\n link.href = href;\n link.rel = 'stylesheet';\n link.setAttribute('data-blaze-ui-font', 'roboto');\n document.head.appendChild(link);\n};\n\n/**\n * Injects Material Icons into the document head with preload optimization\n */\nconst injectMaterialIcons = (): void => {\n if (typeof document === 'undefined') return;\n\n if (materialIconsLinkExists()) {\n return; // Material Icons already loaded\n }\n\n // Preload link for better performance\n const preloadLink = document.createElement('link');\n preloadLink.rel = 'preload';\n preloadLink.href = FONT_URLS.materialIcons;\n preloadLink.setAttribute('as', 'style');\n preloadLink.setAttribute('data-blaze-ui-font', 'material-icons');\n\n // Convert to stylesheet when loaded\n preloadLink.onload = function () {\n const link = this as HTMLLinkElement;\n link.onload = null;\n link.rel = 'stylesheet';\n };\n\n document.head.appendChild(preloadLink);\n\n // Fallback noscript tag for environments without JS\n const noscript = document.createElement('noscript');\n const fallbackLink = document.createElement('link');\n fallbackLink.rel = 'stylesheet';\n fallbackLink.href = FONT_URLS.materialIcons;\n fallbackLink.setAttribute('data-blaze-ui-font', 'material-icons-fallback');\n noscript.appendChild(fallbackLink);\n document.head.appendChild(noscript);\n};\n\n/**\n * Loads Blaze UI fonts into the document head\n *\n * This function should be called once when your application initializes.\n * It's safe to call multiple times - it will check if fonts are already loaded.\n *\n * @param config - Font configuration options\n *\n * @example\n * ```typescript\n * import { loadBlazeUIFonts } from '@capillarytech/blaze-ui';\n *\n * // Load all fonts (default)\n * loadBlazeUIFonts();\n *\n * // Load only Roboto with custom weights\n * loadBlazeUIFonts({\n * loadMaterialIcons: false,\n * robotoWeights: [400, 500, 700]\n * });\n * ```\n */\nexport const loadBlazeUIFonts = (config: FontConfig = {}): void => {\n const { loadRoboto = true, loadMaterialIcons = true, robotoWeights = [400, 500] } = config;\n\n if (loadRoboto) {\n injectRobotoFont(robotoWeights);\n }\n\n if (loadMaterialIcons) {\n injectMaterialIcons();\n }\n};\n\n/**\n * Creates HTML link tags for fonts (useful for SSR or static HTML)\n *\n * @param config - Font configuration options\n * @returns Array of HTML link tag strings\n *\n * @example\n * ```html\n * <!-- In your HTML head -->\n * ${getBlazeUIFontLinks().join('\\n')}\n * ```\n */\nexport const getBlazeUIFontLinks = (config: FontConfig = {}): string[] => {\n const { loadRoboto = true, loadMaterialIcons = true, robotoWeights = [400, 500] } = config;\n\n const links: string[] = [];\n\n if (loadRoboto) {\n links.push(\n `<!-- Roboto Font -->\\n<link href=\"${FONT_URLS.roboto(robotoWeights)}\" rel=\"stylesheet\">`\n );\n }\n\n if (loadMaterialIcons) {\n links.push(\n `<!-- 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>`\n );\n }\n\n return links;\n};\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\nmodule.exports = insertStyleElement;","\"use strict\";\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElement) {\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css;\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild);\n }\n styleElement.appendChild(document.createTextNode(css));\n }\n}\nmodule.exports = styleTagTransform;","\"use strict\";\n\nmodule.exports = function (item) {\n var content = item[1];\n var cssMapping = item[3];\n if (!cssMapping) {\n return content;\n }\n if (typeof btoa === \"function\") {\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n return [content].concat([sourceMapping]).join(\"\\n\");\n }\n return [content].join(\"\\n\");\n};","import { loadBlazeUIFonts } from './fonts';\nimport type { FontConfig } from './fonts';\nimport './styles';\n\nexport * from './fonts';\nexport type { FontConfig } from './fonts';\n\n/**\n * Configuration for Blaze UI initialization\n */\nexport interface BlazeUIConfig extends FontConfig {\n /** Base font size for rem calculations (default: '14px') */\n baseFontSize?: string;\n}\n\n/**\n * Loads Blaze UI fonts and base styles (sanitize.css) together\n *\n * This is a convenience function that loads both fonts and base styles in one call.\n * It should be called once when your application initializes.\n *\n * **Important:** If your consuming application already imports `sanitize.css` directly:\n * - Webpack will typically deduplicate it if both resolve to the same module path in node_modules\n * - However, if you want to avoid any potential duplication, import fonts separately:\n * ```typescript\n * import { loadBlazeUIFonts } from '@capillarytech/blaze-ui/utils';\n * loadBlazeUIFonts();\n * ```\n *\n * @param config - Blaze UI configuration options\n *\n * @example\n * ```typescript\n * import { loadBlazeUI } from '@capillarytech/blaze-ui/utils';\n *\n * // Load everything with default base font size (14px)\n * loadBlazeUI();\n *\n * // Load with custom font configuration and base font size\n * loadBlazeUI({\n * loadMaterialIcons: false,\n * robotoWeights: [400, 500, 700],\n * baseFontSize: '16px'\n * });\n * ```\n */\nexport const loadBlazeUI = (config: BlazeUIConfig = {}): void => {\n const { baseFontSize = '14px', ...fontConfig } = config;\n\n // Set base font size on the HTML root element\n if (typeof document !== 'undefined' && document.documentElement) {\n document.documentElement.style.fontSize = baseFontSize;\n }\n\n // Styles are loaded via import at module level (above)\n // Webpack will deduplicate sanitize.css if imported elsewhere with same module path\n loadBlazeUIFonts(fontConfig);\n};\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/* 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`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/sanitize.css/sanitize.css\"],\"names\":[],\"mappings\":\"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\",\"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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./sanitize.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\noptions.insert = insertFn.bind(null, \"head\");\noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./sanitize.css\";\n export default content && content.locals ? content.locals : undefined;\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\nvar stylesInDOM = [];\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n return result;\n}\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n identifiers.push(identifier);\n }\n return identifiers;\n}\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n return updater;\n}\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n var newLastIdentifiers = modulesToDom(newList, options);\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n var _index = getIndexByIdentifier(_identifier);\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n stylesInDOM.splice(_index, 1);\n }\n }\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};","\"use strict\";\n\nvar memo = {};\n\n/* istanbul ignore next */\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target);\n\n // Special case to return head of iframe instead of iframe itself\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n memo[target] = styleTarget;\n }\n return memo[target];\n}\n\n/* istanbul ignore next */\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n target.appendChild(style);\n}\nmodule.exports = insertBySelector;","/**\n * Blaze UI Base Styles\n *\n * This module exports base CSS styles that should be imported once in your application.\n * It includes sanitize.css for cross-browser consistency.\n *\n * Note: If your consuming application already imports sanitize.css directly,\n * webpack should deduplicate it if both resolve to the same module path.\n * However, to avoid any potential issues, you can skip loading styles via:\n * `loadBlazeUI({ skipStyles: true })` and only load fonts.\n *\n * @example\n * ```typescript\n * // Importing this module loads sanitize.css automatically\n * import '@capillarytech/blaze-ui/utils/styles';\n * ```\n */\n\n// Import sanitize.css for cross-browser CSS normalization\n// Webpack will deduplicate this if the same module is imported elsewhere\nimport 'sanitize.css/sanitize.css';\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction apply(styleElement, options, obj) {\n var css = \"\";\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n var needLayer = typeof obj.layer !== \"undefined\";\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n css += obj.css;\n if (needLayer) {\n css += \"}\";\n }\n if (obj.media) {\n css += \"}\";\n }\n if (obj.supports) {\n css += \"}\";\n }\n var sourceMap = obj.sourceMap;\n if (sourceMap && typeof btoa !== \"undefined\") {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n }\n\n // For old IE\n /* istanbul ignore if */\n options.styleTagTransform(css, styleElement, options.options);\n}\nfunction removeStyleElement(styleElement) {\n // istanbul ignore if\n if (styleElement.parentNode === null) {\n return false;\n }\n styleElement.parentNode.removeChild(styleElement);\n}\n\n/* istanbul ignore next */\nfunction domAPI(options) {\n if (typeof document === \"undefined\") {\n return {\n update: function update() {},\n remove: function remove() {}\n };\n }\n var styleElement = options.insertStyleElement(options);\n return {\n update: function update(obj) {\n apply(styleElement, options, obj);\n },\n remove: function remove() {\n removeStyleElement(styleElement);\n }\n };\n}\nmodule.exports = domAPI;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","","// startup\n// Load entry module and return exports\n// This entry module is referenced by other modules so it can't be inlined\nvar __webpack_exports__ = __webpack_require__(2232);\n",""],"names":["FONT_URLS","roboto","weights","join","materialIcons","materialIconsLinkExists","document","links","head","querySelectorAll","Array","from","some","link","href","includes","robotoFontExists","injectRobotoFont","createElement","rel","setAttribute","appendChild","injectMaterialIcons","preloadLink","onload","noscript","fallbackLink","loadBlazeUIFonts","config","loadRoboto","loadMaterialIcons","robotoWeights","exports","getBlazeUIFontLinks","push","_fonts","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","_excluded","_objectWithoutPropertiesLoose","r","e","t","n","indexOf","loadBlazeUI","baseFontSize","fontConfig","documentElement","style","fontSize"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"utils/index.js","mappings":"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EAAC2B,UAAU,CAAC;AAC9B,CAAC;AAACtB,mBAAA,GAAAoB,WAAA,C;;;;;;;;;;;;;;ACzDF;AAC6F;AACjB;AAC5E,8BAA8B,sEAA2B,CAAC,+EAAqC;AAC/F;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,0BAA0B;AAC1B,gCAAgC;AAChC;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,4BAA4B;AAC5B,2BAA2B;AAC3B;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,mBAAmB;AACnB,oBAAoB;AACpB,6BAA6B;AAC7B,oBAAoB;AACpB,eAAe;AACf,4CAA4C;AAC5C,kCAAkC;AAClC;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,kBAAkB;AAClB,aAAa;AACb;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,qCAAqC;AACrC,kBAAkB;AAClB,kBAAkB;AAClB;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,qCAAqC;AACrC,kBAAkB;AAClB;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,6BAA6B;AAC7B,yBAAyB;AACzB,kBAAkB;AAClB;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,aAAa;AACb,oBAAoB;AACpB;;AAEA;AACA;AACA;AACA;;AAEA;AACA,iCAAiC;AACjC,wBAAwB;AACxB;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,8BAA8B;AAC9B,iBAAiB;AACjB;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO,yGAAyG,QAAQ,QAAQ,MAAM,OAAO,sBAAsB,uBAAuB,OAAO,OAAO,MAAM,MAAM,sBAAsB,uBAAuB,OAAO,WAAW,MAAM,KAAK,oBAAoB,uBAAuB,uBAAuB,uBAAuB,qBAAqB,uBAAuB,uBAAuB,OAAO,KAAK,QAAQ,OAAO,MAAM,KAAK,UAAU,MAAM,OAAO,MAAM,KAAK,UAAU,YAAY,OAAO,KAAK,QAAQ,OAAO,MAAM,KAAK,UAAU,MAAM,OAAO,MAAM,KAAK,oBAAoB,qBAAqB,OAAO,MAAM,MAAM,KAAK,YAAY,WAAW,MAAM,MAAM,MAAM,KAAK,YAAY,WAAW,MAAM,QAAQ,MAAM,KAAK,sBAAsB,qBAAqB,qBAAqB,OAAO,KAAK,QAAQ,OAAO,MAAM,KAAK,YAAY,aAAa,OAAO,MAAM,MAAM,KAAK,YAAY,OAAO,OAAO,MAAM,KAAK,sBAAsB,qBAAqB,OAAO,MAAM,MAAM,KAAK,UAAU,OAAO,KAAK,QAAQ,OAAO,MAAM,KAAK,YAAY,OAAO,MAAM,MAAM,KAAK,YAAY,OAAO,MAAM,MAAM,KAAK,YAAY,OAAO,KAAK,QAAQ,SAAS,MAAM,KAAK,sBAAsB,uBAAuB,qBAAqB,OAAO,KAAK,QAAQ,OAAO,MAAM,KAAK,UAAU,MAAM,MAAM,MAAM,KAAK,YAAY,OAAO,MAAM,MAAM,KAAK,YAAY,OAAO,MAAM,MAAM,KAAK,YAAY,OAAO,OAAO,MAAM,KAAK,oBAAoB,uBAAuB,OAAO,OAAO,MAAM,KAAK,sBAAsB,uBAAuB,OAAO,MAAM,MAAM,MAAM,UAAU,MAAM,MAAM,MAAM,KAAK,UAAU,UAAU,MAAM,MAAM,MAAM,KAAK,YAAY,OAAO,OAAO,MAAM,KAAK,sBAAsB,qBAAqB,OAAO,KAAK,QAAQ,OAAO,MAAM,KAAK,YAAY,WAAW,UAAU,YAAY,aAAa,WAAW,UAAU,UAAU,YAAY,WAAW,YAAY,aAAa,OAAO,KAAK,UAAU,MAAM,MAAM,MAAM,KAAK,YAAY,OAAO,KAAK,QAAQ,OAAO,MAAM,KAAK,YAAY,OAAO,MAAM,MAAM,KAAK,UAAU,OAAO,OAAO,MAAM,KAAK,YAAY,OAAO,OAAO,MAAM,KAAK,YAAY,OAAO,KAAK,YAAY,aAAa,sRAAsR,4BAA4B,yCAAyC,UAAU,mLAAmL,8BAA8B,oCAAoC,UAAU,waAAwa,qBAAqB,6BAA6B,sCAAsC,6BAA6B,wBAAwB,qDAAqD,2CAA2C,UAAU,oLAAoL,cAAc,GAAG,oKAAoK,mBAAmB,qBAAqB,GAAG,mOAAmO,cAAc,GAAG,qIAAqI,oBAAoB,sBAAsB,UAAU,yHAAyH,0BAA0B,eAAe,GAAG,oHAAoH,wBAAwB,gBAAgB,GAAG,uOAAuO,uCAAuC,2BAA2B,2BAA2B,UAAU,iMAAiM,+BAA+B,sCAAsC,GAAG,gGAAgG,wBAAwB,GAAG,2KAA2K,uCAAuC,2BAA2B,UAAU,8EAA8E,mBAAmB,GAAG,kPAAkP,2BAA2B,GAAG,gGAAgG,uBAAuB,GAAG,0HAA0H,uBAAuB,GAAG,iWAAiW,+BAA+B,kCAAkC,2BAA2B,UAAU,0LAA0L,cAAc,GAAG,4JAA4J,+BAA+B,GAAG,wGAAwG,8BAA8B,GAAG,uGAAuG,6BAA6B,GAAG,oJAAoJ,eAAe,6BAA6B,UAAU,wJAAwJ,mCAAmC,iCAAiC,UAAU,sJAAsJ,iBAAiB,GAAG,qHAAqH,mBAAmB,kBAAkB,GAAG,gHAAgH,6BAA6B,GAAG,4KAA4K,gCAAgC,0BAA0B,UAAU,yKAAyK,4BAA4B,kBAAkB,iBAAiB,6BAA6B,wBAAwB,YAAY,iBAAiB,iBAAiB,uBAAuB,aAAa,4BAA4B,uBAAuB,GAAG,gCAAgC,kBAAkB,GAAG,+FAA+F,uBAAuB,GAAG,4NAA4N,qBAAqB,GAAG,iHAAiH,oBAAoB,GAAG,oLAAoL,wBAAwB,GAAG,2JAA2J,qBAAqB,GAAG,2DAA2D,2BAA2B,uBAAuB,GAAG,qBAAqB;AACjvT;AACA,iEAAe,uBAAuB,EAAC;;;;;;;;;;;;;;;;;;;;;;;;;;ACjXvC,MAAkF;AAClF,MAAwE;AACxE,MAA+E;AAC/E,MAAkG;AAClG,MAA2F;AAC3F,MAA2F;AAC3F,MAAyF;AACzF;AACA;;AAEA;;AAEA,4BAA4B,wFAAmB;AAC/C,wBAAwB,qGAAa;AACrC,iBAAiB,0FAAa;AAC9B,iBAAiB,kFAAM;AACvB,6BAA6B,yFAAkB;;AAE/C,aAAa,6FAAG,CAAC,qFAAO;;;;AAImC;AAC3D,OAAO,iEAAe,qFAAO,IAAI,qFAAO,UAAU,qFAAO,mBAAmB,EAAC;;;;;;;;ACxBhE;;AAEb;AACA;AACA,cAAc,KAAwC,GAAG,sBAAiB,GAAG,CAAI;AACjF;AACA;AACA;AACA;AACA,gD;;;;;;;ACTa;;AAEb;AACA;AACA;AACA,kBAAkB,wBAAwB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,iBAAiB;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB,4BAA4B;AAChD;AACA;AACA;AACA;AACA;AACA,qBAAqB,6BAA6B;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;ACnFa;;AAEb;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,qDAAqD;AACrD;AACA;AACA,gDAAgD;AAChD;AACA;AACA,qFAAqF;AACrF;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,iBAAiB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,qBAAqB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sFAAsF,qBAAqB;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,iDAAiD,qBAAqB;AACtE;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV,sDAAsD,qBAAqB;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;ACpFa;;AAEb;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kC;;;;;;;;;ACbAhB,mBAAA,O;;;;;;;ACpBa;;AAEb;AACA;AACA;AACA;AACA,kDAAkD;AAClD;AACA;AACA,0CAA0C;AAC1C;AACA;AACA;AACA,iFAAiF;AACjF;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,aAAa;AACb;AACA;AACA,aAAa;AACb;AACA;AACA;AACA,yDAAyD;AACzD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,wB;;;;;;UC5DA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA,E;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA,E;;;;;WCPA,wF;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D,E;;;;;WCNA,mC;;;;;UEAA;UACA;UACA;UACA","sources":["webpack://@capillarytech/blaze-ui/./components/utils/fonts.ts","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/styleTagTransform.js","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/sourceMaps.js","webpack://@capillarytech/blaze-ui/./components/utils/index.ts","webpack://@capillarytech/blaze-ui/./node_modules/sanitize.css/sanitize.css","webpack://@capillarytech/blaze-ui/./node_modules/sanitize.css/sanitize.css?ba0e","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://@capillarytech/blaze-ui/./node_modules/css-loader/dist/runtime/api.js","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://@capillarytech/blaze-ui/./components/utils/styles.ts","webpack://@capillarytech/blaze-ui/./node_modules/style-loader/dist/runtime/styleDomAPI.js","webpack://@capillarytech/blaze-ui/webpack/bootstrap","webpack://@capillarytech/blaze-ui/webpack/runtime/compat get default export","webpack://@capillarytech/blaze-ui/webpack/runtime/define property getters","webpack://@capillarytech/blaze-ui/webpack/runtime/hasOwnProperty shorthand","webpack://@capillarytech/blaze-ui/webpack/runtime/make namespace object","webpack://@capillarytech/blaze-ui/webpack/runtime/nonce","webpack://@capillarytech/blaze-ui/webpack/before-startup","webpack://@capillarytech/blaze-ui/webpack/startup","webpack://@capillarytech/blaze-ui/webpack/after-startup"],"sourcesContent":["/**\n * Font configuration for Blaze UI\n * Centralized font management for consistent typography across applications\n */\n\nexport interface FontConfig {\n /** Whether to load Roboto font (default: true) */\n loadRoboto?: boolean;\n /** Whether to load Material Icons (default: true) */\n loadMaterialIcons?: boolean;\n /** Custom weights for Roboto font (default: [400, 500]) */\n robotoWeights?: number[];\n}\n\n/**\n * Font URLs\n */\nconst FONT_URLS = {\n roboto: (weights: number[] = [400, 500]) =>\n `https://fonts.googleapis.com/css?family=Roboto:${weights.join(',')}&display=swap`,\n materialIcons: 'https://fonts.googleapis.com/icon?family=Material+Icons&display=swap',\n} as const;\n\n/**\n * Check if Material Icons link already exists\n */\nconst materialIconsLinkExists = (): boolean => {\n if (typeof document === 'undefined') return false;\n\n const links = document.head.querySelectorAll('link[rel=\"stylesheet\"], link[rel=\"preload\"]');\n return Array.from(links).some((link: Element) => {\n const href = (link as HTMLLinkElement).href;\n return href && href.includes('fonts.googleapis.com/icon?family=Material+Icons');\n });\n};\n\n/**\n * Check if Roboto font is already loaded (any weights)\n */\nconst robotoFontExists = (): boolean => {\n if (typeof document === 'undefined') return false;\n\n const links = document.head.querySelectorAll('link[rel=\"stylesheet\"], link[rel=\"preload\"]');\n return Array.from(links).some((link: Element) => {\n const href = (link as HTMLLinkElement).href;\n return href && href.includes('fonts.googleapis.com') && href.includes('Roboto');\n });\n};\n\n/**\n * Injects Roboto font into the document head\n */\nconst injectRobotoFont = (weights: number[] = [400, 500]): void => {\n if (typeof document === 'undefined') return;\n\n // Check if Roboto is already loaded (any weights)\n if (robotoFontExists()) {\n return; // Roboto font already loaded\n }\n\n const href = FONT_URLS.roboto(weights);\n const link = document.createElement('link');\n link.href = href;\n link.rel = 'stylesheet';\n link.setAttribute('data-blaze-ui-font', 'roboto');\n document.head.appendChild(link);\n};\n\n/**\n * Injects Material Icons into the document head with preload optimization\n */\nconst injectMaterialIcons = (): void => {\n if (typeof document === 'undefined') return;\n\n if (materialIconsLinkExists()) {\n return; // Material Icons already loaded\n }\n\n // Preload link for better performance\n const preloadLink = document.createElement('link');\n preloadLink.rel = 'preload';\n preloadLink.href = FONT_URLS.materialIcons;\n preloadLink.setAttribute('as', 'style');\n preloadLink.setAttribute('data-blaze-ui-font', 'material-icons');\n\n // Convert to stylesheet when loaded\n preloadLink.onload = function () {\n const link = this as HTMLLinkElement;\n link.onload = null;\n link.rel = 'stylesheet';\n };\n\n document.head.appendChild(preloadLink);\n\n // Fallback noscript tag for environments without JS\n const noscript = document.createElement('noscript');\n const fallbackLink = document.createElement('link');\n fallbackLink.rel = 'stylesheet';\n fallbackLink.href = FONT_URLS.materialIcons;\n fallbackLink.setAttribute('data-blaze-ui-font', 'material-icons-fallback');\n noscript.appendChild(fallbackLink);\n document.head.appendChild(noscript);\n};\n\n/**\n * Loads Blaze UI fonts into the document head\n *\n * This function should be called once when your application initializes.\n * It's safe to call multiple times - it will check if fonts are already loaded.\n *\n * @param config - Font configuration options\n *\n * @example\n * ```typescript\n * import { loadBlazeUIFonts } from '@capillarytech/blaze-ui';\n *\n * // Load all fonts (default)\n * loadBlazeUIFonts();\n *\n * // Load only Roboto with custom weights\n * loadBlazeUIFonts({\n * loadMaterialIcons: false,\n * robotoWeights: [400, 500, 700]\n * });\n * ```\n */\nexport const loadBlazeUIFonts = (config: FontConfig = {}): void => {\n const { loadRoboto = true, loadMaterialIcons = true, robotoWeights = [400, 500] } = config;\n\n if (loadRoboto) {\n injectRobotoFont(robotoWeights);\n }\n\n if (loadMaterialIcons) {\n injectMaterialIcons();\n }\n};\n\n/**\n * Creates HTML link tags for fonts (useful for SSR or static HTML)\n *\n * @param config - Font configuration options\n * @returns Array of HTML link tag strings\n *\n * @example\n * ```html\n * <!-- In your HTML head -->\n * ${getBlazeUIFontLinks().join('\\n')}\n * ```\n */\nexport const getBlazeUIFontLinks = (config: FontConfig = {}): string[] => {\n const { loadRoboto = true, loadMaterialIcons = true, robotoWeights = [400, 500] } = config;\n\n const links: string[] = [];\n\n if (loadRoboto) {\n links.push(\n `<!-- Roboto Font -->\\n<link href=\"${FONT_URLS.roboto(robotoWeights)}\" rel=\"stylesheet\">`\n );\n }\n\n if (loadMaterialIcons) {\n links.push(\n `<!-- 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>`\n );\n }\n\n return links;\n};\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\nmodule.exports = insertStyleElement;","\"use strict\";\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElement) {\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css;\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild);\n }\n styleElement.appendChild(document.createTextNode(css));\n }\n}\nmodule.exports = styleTagTransform;","\"use strict\";\n\nmodule.exports = function (item) {\n var content = item[1];\n var cssMapping = item[3];\n if (!cssMapping) {\n return content;\n }\n if (typeof btoa === \"function\") {\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n return [content].concat([sourceMapping]).join(\"\\n\");\n }\n return [content].join(\"\\n\");\n};","import { loadBlazeUIFonts } from './fonts';\nimport type { FontConfig } from './fonts';\nimport './styles';\n\nexport * from './fonts';\nexport type { FontConfig } from './fonts';\n\n/**\n * Configuration for Blaze UI initialization\n */\nexport interface BlazeUIConfig extends FontConfig {\n /** Base font size for rem calculations (default: '14px') */\n baseFontSize?: string;\n}\n\n/**\n * Loads Blaze UI fonts and base styles (sanitize.css) together\n *\n * This is a convenience function that loads both fonts and base styles in one call.\n * It should be called once when your application initializes.\n *\n * **Important:** If your consuming application already imports `sanitize.css` directly:\n * - Webpack will typically deduplicate it if both resolve to the same module path in node_modules\n * - However, if you want to avoid any potential duplication, import fonts separately:\n * ```typescript\n * import { loadBlazeUIFonts } from '@capillarytech/blaze-ui/utils';\n * loadBlazeUIFonts();\n * ```\n *\n * @param config - Blaze UI configuration options\n *\n * @example\n * ```typescript\n * import { loadBlazeUI } from '@capillarytech/blaze-ui/utils';\n *\n * // Load everything with default base font size (14px)\n * loadBlazeUI();\n *\n * // Load with custom font configuration and base font size\n * loadBlazeUI({\n * loadMaterialIcons: false,\n * robotoWeights: [400, 500, 700],\n * baseFontSize: '16px'\n * });\n * ```\n */\nexport const loadBlazeUI = (config: BlazeUIConfig = {}): void => {\n const { baseFontSize = '14px', ...fontConfig } = config;\n\n // Set base font size on the HTML root element\n if (typeof document !== 'undefined' && document.documentElement) {\n document.documentElement.style.fontSize = baseFontSize;\n }\n\n // Styles are loaded via import at module level (above)\n // Webpack will deduplicate sanitize.css if imported elsewhere with same module path\n loadBlazeUIFonts(fontConfig);\n};\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/* 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`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/sanitize.css/sanitize.css\"],\"names\":[],\"mappings\":\"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\",\"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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\n import API from \"!../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../css-loader/dist/cjs.js!./sanitize.css\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\noptions.insert = insertFn.bind(null, \"head\");\noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../css-loader/dist/cjs.js!./sanitize.css\";\n export default content && content.locals ? content.locals : undefined;\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\nvar stylesInDOM = [];\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n return result;\n}\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n identifiers.push(identifier);\n }\n return identifiers;\n}\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n return updater;\n}\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n var newLastIdentifiers = modulesToDom(newList, options);\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n var _index = getIndexByIdentifier(_identifier);\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n stylesInDOM.splice(_index, 1);\n }\n }\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\nmodule.exports = function (cssWithMappingToString) {\n var list = [];\n\n // return the list of modules as css string\n list.toString = function toString() {\n return this.map(function (item) {\n var content = \"\";\n var needLayer = typeof item[5] !== \"undefined\";\n if (item[4]) {\n content += \"@supports (\".concat(item[4], \") {\");\n }\n if (item[2]) {\n content += \"@media \".concat(item[2], \" {\");\n }\n if (needLayer) {\n content += \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\");\n }\n content += cssWithMappingToString(item);\n if (needLayer) {\n content += \"}\";\n }\n if (item[2]) {\n content += \"}\";\n }\n if (item[4]) {\n content += \"}\";\n }\n return content;\n }).join(\"\");\n };\n\n // import a list of modules into the list\n list.i = function i(modules, media, dedupe, supports, layer) {\n if (typeof modules === \"string\") {\n modules = [[null, modules, undefined]];\n }\n var alreadyImportedModules = {};\n if (dedupe) {\n for (var k = 0; k < this.length; k++) {\n var id = this[k][0];\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n for (var _k = 0; _k < modules.length; _k++) {\n var item = [].concat(modules[_k]);\n if (dedupe && alreadyImportedModules[item[0]]) {\n continue;\n }\n if (typeof layer !== \"undefined\") {\n if (typeof item[5] === \"undefined\") {\n item[5] = layer;\n } else {\n item[1] = \"@layer\".concat(item[5].length > 0 ? \" \".concat(item[5]) : \"\", \" {\").concat(item[1], \"}\");\n item[5] = layer;\n }\n }\n if (media) {\n if (!item[2]) {\n item[2] = media;\n } else {\n item[1] = \"@media \".concat(item[2], \" {\").concat(item[1], \"}\");\n item[2] = media;\n }\n }\n if (supports) {\n if (!item[4]) {\n item[4] = \"\".concat(supports);\n } else {\n item[1] = \"@supports (\".concat(item[4], \") {\").concat(item[1], \"}\");\n item[4] = supports;\n }\n }\n list.push(item);\n }\n };\n return list;\n};","\"use strict\";\n\nvar memo = {};\n\n/* istanbul ignore next */\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target);\n\n // Special case to return head of iframe instead of iframe itself\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n memo[target] = styleTarget;\n }\n return memo[target];\n}\n\n/* istanbul ignore next */\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n target.appendChild(style);\n}\nmodule.exports = insertBySelector;","/**\n * Blaze UI Base Styles\n *\n * This module exports base CSS styles that should be imported once in your application.\n * It includes sanitize.css for cross-browser consistency.\n *\n * Note: If your consuming application already imports sanitize.css directly,\n * webpack should deduplicate it if both resolve to the same module path.\n * However, to avoid any potential issues, you can skip loading styles via:\n * `loadBlazeUI({ skipStyles: true })` and only load fonts.\n *\n * @example\n * ```typescript\n * // Importing this module loads sanitize.css automatically\n * import '@capillarytech/blaze-ui/utils/styles';\n * ```\n */\n\n// Import sanitize.css for cross-browser CSS normalization\n// Webpack will deduplicate this if the same module is imported elsewhere\nimport 'sanitize.css';\n","\"use strict\";\n\n/* istanbul ignore next */\nfunction apply(styleElement, options, obj) {\n var css = \"\";\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n var needLayer = typeof obj.layer !== \"undefined\";\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n css += obj.css;\n if (needLayer) {\n css += \"}\";\n }\n if (obj.media) {\n css += \"}\";\n }\n if (obj.supports) {\n css += \"}\";\n }\n var sourceMap = obj.sourceMap;\n if (sourceMap && typeof btoa !== \"undefined\") {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n }\n\n // For old IE\n /* istanbul ignore if */\n options.styleTagTransform(css, styleElement, options.options);\n}\nfunction removeStyleElement(styleElement) {\n // istanbul ignore if\n if (styleElement.parentNode === null) {\n return false;\n }\n styleElement.parentNode.removeChild(styleElement);\n}\n\n/* istanbul ignore next */\nfunction domAPI(options) {\n if (typeof document === \"undefined\") {\n return {\n update: function update() {},\n remove: function remove() {}\n };\n }\n var styleElement = options.insertStyleElement(options);\n return {\n update: function update(obj) {\n apply(styleElement, options, obj);\n },\n remove: function remove() {\n removeStyleElement(styleElement);\n }\n };\n}\nmodule.exports = domAPI;","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","","// startup\n// Load entry module and return exports\n// This entry module is referenced by other modules so it can't be inlined\nvar __webpack_exports__ = __webpack_require__(2232);\n",""],"names":["FONT_URLS","roboto","weights","join","materialIcons","materialIconsLinkExists","document","links","head","querySelectorAll","Array","from","some","link","href","includes","robotoFontExists","injectRobotoFont","createElement","rel","setAttribute","appendChild","injectMaterialIcons","preloadLink","onload","noscript","fallbackLink","loadBlazeUIFonts","config","loadRoboto","loadMaterialIcons","robotoWeights","exports","getBlazeUIFontLinks","push","_fonts","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","_excluded","_objectWithoutPropertiesLoose","r","e","t","n","indexOf","loadBlazeUI","baseFontSize","fontConfig","documentElement","style","fontSize"],"sourceRoot":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Blaze UI Base Styles
|
|
3
|
+
*
|
|
4
|
+
* This module exports base CSS styles that should be imported once in your application.
|
|
5
|
+
* It includes sanitize.css for cross-browser consistency.
|
|
6
|
+
*
|
|
7
|
+
* Note: If your consuming application already imports sanitize.css directly,
|
|
8
|
+
* webpack should deduplicate it if both resolve to the same module path.
|
|
9
|
+
* However, to avoid any potential issues, you can skip loading styles via:
|
|
10
|
+
* `loadBlazeUI({ skipStyles: true })` and only load fonts.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```typescript
|
|
14
|
+
* // Importing this module loads sanitize.css automatically
|
|
15
|
+
* import '@capillarytech/blaze-ui/utils/styles';
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
import 'sanitize.css';
|
|
19
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../components/utils/styles.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH,OAAO,cAAc,CAAC"}
|