@loja-integrada/admin-components 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Forms/commonStyles.d.ts +2 -2
- package/dist/Indicators/Alert/Alert.d.ts +1 -0
- package/dist/admin-components.cjs.development.js +253 -245
- package/dist/admin-components.cjs.development.js.map +1 -1
- package/dist/admin-components.cjs.production.min.js +1 -1
- package/dist/admin-components.cjs.production.min.js.map +1 -1
- package/dist/admin-components.esm.js +253 -245
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/Components/Button/Button.tsx +6 -6
- package/src/Components/Modal/Modal.tsx +1 -1
- package/src/Components/Table/Table.tsx +1 -1
- package/src/Forms/Checkbox/Checkbox.tsx +2 -2
- package/src/Forms/Dropdown/Dropdown.tsx +4 -3
- package/src/Forms/Input/Input.tsx +1 -1
- package/src/Forms/Toggle/Toggle.tsx +1 -1
- package/src/Forms/commonStyles.ts +8 -7
- package/src/Indicators/Alert/Alert.spec.tsx +1 -1
- package/src/Indicators/Alert/Alert.tsx +33 -16
- package/src/Indicators/Badge/Badge.spec.tsx +1 -1
- package/src/Indicators/Badge/Badge.tsx +1 -1
- package/src/Indicators/InformationBox/InformationBox.spec.tsx +2 -2
- package/src/Indicators/InformationBox/InformationBox.tsx +3 -3
- package/src/tailwind.scss +1 -1
|
@@ -9916,7 +9916,7 @@ cov_291gn7p4uo();
|
|
|
9916
9916
|
|
|
9917
9917
|
function cov_2anqb7tsc9() {
|
|
9918
9918
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Components/Button/Button.tsx";
|
|
9919
|
-
var hash = "
|
|
9919
|
+
var hash = "ff080ab32333cacdb51e6543391872294bb5dab6";
|
|
9920
9920
|
var global = new Function("return this")();
|
|
9921
9921
|
var gcv = "__coverage__";
|
|
9922
9922
|
var coverageData = {
|
|
@@ -10089,7 +10089,7 @@ function cov_2anqb7tsc9() {
|
|
|
10089
10089
|
},
|
|
10090
10090
|
end: {
|
|
10091
10091
|
line: 64,
|
|
10092
|
-
column:
|
|
10092
|
+
column: 188
|
|
10093
10093
|
}
|
|
10094
10094
|
},
|
|
10095
10095
|
"17": {
|
|
@@ -10912,7 +10912,7 @@ function cov_2anqb7tsc9() {
|
|
|
10912
10912
|
"15": [0, 0]
|
|
10913
10913
|
},
|
|
10914
10914
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
10915
|
-
hash: "
|
|
10915
|
+
hash: "ff080ab32333cacdb51e6543391872294bb5dab6"
|
|
10916
10916
|
};
|
|
10917
10917
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
10918
10918
|
|
|
@@ -10954,12 +10954,12 @@ var listOfStylesActive = ( /*#__PURE__*/cov_2anqb7tsc9().s[1]++, {
|
|
|
10954
10954
|
var commonFocus = ( /*#__PURE__*/cov_2anqb7tsc9().s[2]++, 'focus-visible:ring-2 focus-visible:ring-focus focus-visible:ring-offset-1');
|
|
10955
10955
|
var listOfStyles = ( /*#__PURE__*/cov_2anqb7tsc9().s[3]++, {
|
|
10956
10956
|
primary: "bg-primary text-base-1 " + listOfStylesHover['primary'] + " " + listOfStylesActive['primary'] + " " + commonFocus,
|
|
10957
|
-
secondary: "bg-primary-light text-primary-bold " + listOfStylesHover['secondary'] + " " + listOfStylesActive['secondary'] + " " + commonFocus,
|
|
10957
|
+
secondary: "bg-primary-light text-primary-bold komea:bg-secondary komea:text-secondary-bold komea:hover:bg-secondary/80 komea:active:bg-secondary/60 komea:active:shadow-none " + listOfStylesHover['secondary'] + " " + listOfStylesActive['secondary'] + " " + commonFocus,
|
|
10958
10958
|
outlineSecondary: "bg-transparent text-primary border border-primary " + listOfStylesHover['outlineSecondary'] + " " + listOfStylesActive['outlineSecondary'] + " " + commonFocus,
|
|
10959
10959
|
tertiary: "bg-inverted-2 text-on-primary " + listOfStylesHover['tertiary'] + " " + listOfStylesActive['tertiary'] + " " + commonFocus,
|
|
10960
10960
|
warning: "bg-warning text-on-base " + listOfStylesHover['warning'] + " " + listOfStylesActive['warning'] + " " + commonFocus,
|
|
10961
10961
|
danger: "bg-danger text-base-1 " + listOfStylesHover['danger'] + " " + listOfStylesActive['danger'] + " " + commonFocus,
|
|
10962
|
-
outline: "bg-transparent text-inverted-2 border border-inverted-2 " + listOfStylesHover['outline'] + " " + listOfStylesActive['outline'] + " " + commonFocus,
|
|
10962
|
+
outline: "bg-transparent text-inverted-2 border border-inverted-2 komea:border-card-stroke komea:bg-base-2 komea:text-on-base komea:hover:bg-primary-light komea:active:bg-secondary komea:active:shadow-none " + listOfStylesHover['outline'] + " " + listOfStylesActive['outline'] + " " + commonFocus,
|
|
10963
10963
|
onlyText: "bg-transparent border-transparent text-inverted-2 px-0 " + listOfStylesHover['onlyText'] + " " + listOfStylesActive['onlyText'] + " " + commonFocus
|
|
10964
10964
|
});
|
|
10965
10965
|
var defaultDisabledStyle = ( /*#__PURE__*/cov_2anqb7tsc9().s[4]++, "bg-base-3 cursor-default text-on-base-2 shadow-none ring-0 border-0 hover:bg-base-3 hover:text-on-base-2 ");
|
|
@@ -10974,9 +10974,9 @@ var listOfStylesDisabled = ( /*#__PURE__*/cov_2anqb7tsc9().s[5]++, {
|
|
|
10974
10974
|
onlyText: "bg-transparent text-on-base-3 shadow-none ring-0 border-0 "
|
|
10975
10975
|
});
|
|
10976
10976
|
var listOfSizes = ( /*#__PURE__*/cov_2anqb7tsc9().s[6]++, {
|
|
10977
|
-
small: "text-f6 h-10",
|
|
10978
|
-
"default": "text-f6 h-12",
|
|
10979
|
-
large: "text-f5 h-14"
|
|
10977
|
+
small: "text-f6 komea:h-8 komea:px-3 h-10",
|
|
10978
|
+
"default": "text-f6 komea:h-9 h-12",
|
|
10979
|
+
large: "text-f5 komea:h-10 komea:px-6 h-14"
|
|
10980
10980
|
});
|
|
10981
10981
|
var ButtonType = ( /*#__PURE__*/cov_2anqb7tsc9().s[7]++, /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
|
|
10982
10982
|
var as = _ref.as,
|
|
@@ -11039,7 +11039,7 @@ var ButtonComponent = function ButtonComponent(_ref2, ref) {
|
|
|
11039
11039
|
((cov_2anqb7tsc9().b[6][0]++, !disabled) || (cov_2anqb7tsc9().b[6][1]++, !loading)) && (cov_2anqb7tsc9().b[6][2]++, onClick) && (cov_2anqb7tsc9().b[6][3]++, onClick(event));
|
|
11040
11040
|
};
|
|
11041
11041
|
|
|
11042
|
-
var classes = (cov_2anqb7tsc9().s[16]++, "inline-flex font-medium items-center justify-center px-5 text-center no-underline cursor-pointer transition rounded-md after:align-middle focus:outline-none ");
|
|
11042
|
+
var classes = (cov_2anqb7tsc9().s[16]++, "inline-flex font-medium items-center justify-center px-5 komea:px-4 text-center no-underline cursor-pointer transition rounded-md after:align-middle focus:outline-none ");
|
|
11043
11043
|
cov_2anqb7tsc9().s[17]++;
|
|
11044
11044
|
|
|
11045
11045
|
if (loading) {
|
|
@@ -11978,7 +11978,7 @@ cov_1kzhtm5i1u();
|
|
|
11978
11978
|
|
|
11979
11979
|
function cov_psbeb0r8e() {
|
|
11980
11980
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Forms/commonStyles.ts";
|
|
11981
|
-
var hash = "
|
|
11981
|
+
var hash = "ece1b3ec7181f8f3fb4f19ed33ac82a86f4d47dd";
|
|
11982
11982
|
var global = new Function("return this")();
|
|
11983
11983
|
var gcv = "__coverage__";
|
|
11984
11984
|
var coverageData = {
|
|
@@ -12021,7 +12021,7 @@ function cov_psbeb0r8e() {
|
|
|
12021
12021
|
},
|
|
12022
12022
|
end: {
|
|
12023
12023
|
line: 4,
|
|
12024
|
-
column:
|
|
12024
|
+
column: 96
|
|
12025
12025
|
}
|
|
12026
12026
|
},
|
|
12027
12027
|
"4": {
|
|
@@ -12031,7 +12031,7 @@ function cov_psbeb0r8e() {
|
|
|
12031
12031
|
},
|
|
12032
12032
|
end: {
|
|
12033
12033
|
line: 5,
|
|
12034
|
-
column:
|
|
12034
|
+
column: 82
|
|
12035
12035
|
}
|
|
12036
12036
|
},
|
|
12037
12037
|
"5": {
|
|
@@ -12051,7 +12051,7 @@ function cov_psbeb0r8e() {
|
|
|
12051
12051
|
},
|
|
12052
12052
|
end: {
|
|
12053
12053
|
line: 7,
|
|
12054
|
-
column:
|
|
12054
|
+
column: 375
|
|
12055
12055
|
}
|
|
12056
12056
|
},
|
|
12057
12057
|
"7": {
|
|
@@ -12061,7 +12061,7 @@ function cov_psbeb0r8e() {
|
|
|
12061
12061
|
},
|
|
12062
12062
|
end: {
|
|
12063
12063
|
line: 8,
|
|
12064
|
-
column:
|
|
12064
|
+
column: 386
|
|
12065
12065
|
}
|
|
12066
12066
|
},
|
|
12067
12067
|
"8": {
|
|
@@ -12124,7 +12124,7 @@ function cov_psbeb0r8e() {
|
|
|
12124
12124
|
f: {},
|
|
12125
12125
|
b: {},
|
|
12126
12126
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
12127
|
-
hash: "
|
|
12127
|
+
hash: "ece1b3ec7181f8f3fb4f19ed33ac82a86f4d47dd"
|
|
12128
12128
|
};
|
|
12129
12129
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
12130
12130
|
|
|
@@ -12146,24 +12146,24 @@ cov_psbeb0r8e();
|
|
|
12146
12146
|
var inputPlaceholderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[0]++, 'placeholder-on-base-2');
|
|
12147
12147
|
var inputContainerDisabledClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[1]++, '!bg-base-3 !pointer-events-none !text-on-base-2');
|
|
12148
12148
|
var inputContainerReadonlyClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[2]++, '!bg-base-2');
|
|
12149
|
-
var errorBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[3]++, 'border-danger focus:border-danger');
|
|
12150
|
-
var defaultBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[4]++, 'border-card-stroke');
|
|
12149
|
+
var errorBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[3]++, 'border-danger focus:border-danger komea:focus:ring-danger/20');
|
|
12150
|
+
var defaultBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[4]++, 'border-card-stroke komea:border-input-stroke');
|
|
12151
12151
|
var focusClass = ( /*#__PURE__*/cov_psbeb0r8e().s[5]++, 'focus:border-inverted-1');
|
|
12152
|
-
var inputClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[6]++, "appearance-none shadow-none outline-none bg-base-1 border px-4 rounded text-on-base text-sm min-w-0 w-full transition-border duration-75 " + focusClass + " " + inputPlaceholderClasses);
|
|
12153
|
-
var inputContainerClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[7]++, "flex focus-within:border-inverted-1 bg-base-1 border rounded text-on-base text-sm min-w-0 w-full transition-border duration-75 overflow-hidden " + inputPlaceholderClasses);
|
|
12152
|
+
var inputClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[6]++, "appearance-none shadow-none outline-none bg-base-1 border px-4 rounded text-on-base text-sm min-w-0 w-full transition-border duration-75 komea:border-input-stroke komea:px-3 komea:shadow-sm komea:text-body-large md:komea:text-body komea:focus:border-focus komea:focus:ring-[3px] komea:focus:ring-focus/50 " + focusClass + " " + inputPlaceholderClasses);
|
|
12153
|
+
var inputContainerClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[7]++, "flex focus-within:border-inverted-1 bg-base-1 border rounded text-on-base text-sm min-w-0 w-full transition-border duration-75 overflow-hidden komea:border-input-stroke komea:shadow-sm komea:text-body-large md:komea:text-body komea:focus-within:border-focus komea:focus-within:ring-[3px] komea:focus-within:ring-focus/50 " + inputPlaceholderClasses);
|
|
12154
12154
|
var adornmentClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[8]++, "adornment flex justify-center items-center relative w-16 text-f6 text-inverted-2 -mt-px");
|
|
12155
12155
|
var prefixClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[9]++, adornmentClasses + " rounded-l left-0");
|
|
12156
12156
|
var sufixClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[10]++, adornmentClasses + " rounded-r right-0");
|
|
12157
12157
|
var variantClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[11]++, {
|
|
12158
|
-
"default": 'h-12',
|
|
12159
|
-
small: 'h-10',
|
|
12160
|
-
large: 'h-14',
|
|
12158
|
+
"default": 'komea:h-9 h-12',
|
|
12159
|
+
small: 'komea:h-8 h-10',
|
|
12160
|
+
large: 'komea:h-10 h-14',
|
|
12161
12161
|
xlarge: 'h-24'
|
|
12162
12162
|
});
|
|
12163
12163
|
|
|
12164
12164
|
function cov_19tsj3a3jt() {
|
|
12165
12165
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Forms/Input/Input.tsx";
|
|
12166
|
-
var hash = "
|
|
12166
|
+
var hash = "46ff9d242ff04641ad9d91c5aa5c0852c3ddd626";
|
|
12167
12167
|
var global = new Function("return this")();
|
|
12168
12168
|
var gcv = "__coverage__";
|
|
12169
12169
|
var coverageData = {
|
|
@@ -12306,7 +12306,7 @@ function cov_19tsj3a3jt() {
|
|
|
12306
12306
|
},
|
|
12307
12307
|
end: {
|
|
12308
12308
|
line: 23,
|
|
12309
|
-
column:
|
|
12309
|
+
column: 356
|
|
12310
12310
|
}
|
|
12311
12311
|
},
|
|
12312
12312
|
"14": {
|
|
@@ -12790,31 +12790,31 @@ function cov_19tsj3a3jt() {
|
|
|
12790
12790
|
loc: {
|
|
12791
12791
|
start: {
|
|
12792
12792
|
line: 23,
|
|
12793
|
-
column:
|
|
12793
|
+
column: 130
|
|
12794
12794
|
},
|
|
12795
12795
|
end: {
|
|
12796
12796
|
line: 23,
|
|
12797
|
-
column:
|
|
12797
|
+
column: 187
|
|
12798
12798
|
}
|
|
12799
12799
|
},
|
|
12800
12800
|
type: "cond-expr",
|
|
12801
12801
|
locations: [{
|
|
12802
12802
|
start: {
|
|
12803
12803
|
line: 23,
|
|
12804
|
-
column:
|
|
12804
|
+
column: 146
|
|
12805
12805
|
},
|
|
12806
12806
|
end: {
|
|
12807
12807
|
line: 23,
|
|
12808
|
-
column:
|
|
12808
|
+
column: 164
|
|
12809
12809
|
}
|
|
12810
12810
|
}, {
|
|
12811
12811
|
start: {
|
|
12812
12812
|
line: 23,
|
|
12813
|
-
column:
|
|
12813
|
+
column: 167
|
|
12814
12814
|
},
|
|
12815
12815
|
end: {
|
|
12816
12816
|
line: 23,
|
|
12817
|
-
column:
|
|
12817
|
+
column: 187
|
|
12818
12818
|
}
|
|
12819
12819
|
}],
|
|
12820
12820
|
line: 23
|
|
@@ -12823,31 +12823,31 @@ function cov_19tsj3a3jt() {
|
|
|
12823
12823
|
loc: {
|
|
12824
12824
|
start: {
|
|
12825
12825
|
line: 23,
|
|
12826
|
-
column:
|
|
12826
|
+
column: 191
|
|
12827
12827
|
},
|
|
12828
12828
|
end: {
|
|
12829
12829
|
line: 23,
|
|
12830
|
-
column:
|
|
12830
|
+
column: 231
|
|
12831
12831
|
}
|
|
12832
12832
|
},
|
|
12833
12833
|
type: "cond-expr",
|
|
12834
12834
|
locations: [{
|
|
12835
12835
|
start: {
|
|
12836
12836
|
line: 23,
|
|
12837
|
-
column:
|
|
12837
|
+
column: 216
|
|
12838
12838
|
},
|
|
12839
12839
|
end: {
|
|
12840
12840
|
line: 23,
|
|
12841
|
-
column:
|
|
12841
|
+
column: 226
|
|
12842
12842
|
}
|
|
12843
12843
|
}, {
|
|
12844
12844
|
start: {
|
|
12845
12845
|
line: 23,
|
|
12846
|
-
column:
|
|
12846
|
+
column: 229
|
|
12847
12847
|
},
|
|
12848
12848
|
end: {
|
|
12849
12849
|
line: 23,
|
|
12850
|
-
column:
|
|
12850
|
+
column: 231
|
|
12851
12851
|
}
|
|
12852
12852
|
}],
|
|
12853
12853
|
line: 23
|
|
@@ -12856,31 +12856,31 @@ function cov_19tsj3a3jt() {
|
|
|
12856
12856
|
loc: {
|
|
12857
12857
|
start: {
|
|
12858
12858
|
line: 23,
|
|
12859
|
-
column:
|
|
12859
|
+
column: 191
|
|
12860
12860
|
},
|
|
12861
12861
|
end: {
|
|
12862
12862
|
line: 23,
|
|
12863
|
-
column:
|
|
12863
|
+
column: 213
|
|
12864
12864
|
}
|
|
12865
12865
|
},
|
|
12866
12866
|
type: "binary-expr",
|
|
12867
12867
|
locations: [{
|
|
12868
12868
|
start: {
|
|
12869
12869
|
line: 23,
|
|
12870
|
-
column:
|
|
12870
|
+
column: 191
|
|
12871
12871
|
},
|
|
12872
12872
|
end: {
|
|
12873
12873
|
line: 23,
|
|
12874
|
-
column:
|
|
12874
|
+
column: 197
|
|
12875
12875
|
}
|
|
12876
12876
|
}, {
|
|
12877
12877
|
start: {
|
|
12878
12878
|
line: 23,
|
|
12879
|
-
column:
|
|
12879
|
+
column: 201
|
|
12880
12880
|
},
|
|
12881
12881
|
end: {
|
|
12882
12882
|
line: 23,
|
|
12883
|
-
column:
|
|
12883
|
+
column: 213
|
|
12884
12884
|
}
|
|
12885
12885
|
}],
|
|
12886
12886
|
line: 23
|
|
@@ -12889,31 +12889,31 @@ function cov_19tsj3a3jt() {
|
|
|
12889
12889
|
loc: {
|
|
12890
12890
|
start: {
|
|
12891
12891
|
line: 23,
|
|
12892
|
-
column:
|
|
12892
|
+
column: 236
|
|
12893
12893
|
},
|
|
12894
12894
|
end: {
|
|
12895
12895
|
line: 23,
|
|
12896
|
-
column:
|
|
12896
|
+
column: 274
|
|
12897
12897
|
}
|
|
12898
12898
|
},
|
|
12899
12899
|
type: "cond-expr",
|
|
12900
12900
|
locations: [{
|
|
12901
12901
|
start: {
|
|
12902
12902
|
line: 23,
|
|
12903
|
-
column:
|
|
12903
|
+
column: 259
|
|
12904
12904
|
},
|
|
12905
12905
|
end: {
|
|
12906
12906
|
line: 23,
|
|
12907
|
-
column:
|
|
12907
|
+
column: 269
|
|
12908
12908
|
}
|
|
12909
12909
|
}, {
|
|
12910
12910
|
start: {
|
|
12911
12911
|
line: 23,
|
|
12912
|
-
column:
|
|
12912
|
+
column: 272
|
|
12913
12913
|
},
|
|
12914
12914
|
end: {
|
|
12915
12915
|
line: 23,
|
|
12916
|
-
column:
|
|
12916
|
+
column: 274
|
|
12917
12917
|
}
|
|
12918
12918
|
}],
|
|
12919
12919
|
line: 23
|
|
@@ -12922,31 +12922,31 @@ function cov_19tsj3a3jt() {
|
|
|
12922
12922
|
loc: {
|
|
12923
12923
|
start: {
|
|
12924
12924
|
line: 23,
|
|
12925
|
-
column:
|
|
12925
|
+
column: 236
|
|
12926
12926
|
},
|
|
12927
12927
|
end: {
|
|
12928
12928
|
line: 23,
|
|
12929
|
-
column:
|
|
12929
|
+
column: 256
|
|
12930
12930
|
}
|
|
12931
12931
|
},
|
|
12932
12932
|
type: "binary-expr",
|
|
12933
12933
|
locations: [{
|
|
12934
12934
|
start: {
|
|
12935
12935
|
line: 23,
|
|
12936
|
-
column:
|
|
12936
|
+
column: 236
|
|
12937
12937
|
},
|
|
12938
12938
|
end: {
|
|
12939
12939
|
line: 23,
|
|
12940
|
-
column:
|
|
12940
|
+
column: 241
|
|
12941
12941
|
}
|
|
12942
12942
|
}, {
|
|
12943
12943
|
start: {
|
|
12944
12944
|
line: 23,
|
|
12945
|
-
column:
|
|
12945
|
+
column: 245
|
|
12946
12946
|
},
|
|
12947
12947
|
end: {
|
|
12948
12948
|
line: 23,
|
|
12949
|
-
column:
|
|
12949
|
+
column: 256
|
|
12950
12950
|
}
|
|
12951
12951
|
}],
|
|
12952
12952
|
line: 23
|
|
@@ -12955,31 +12955,31 @@ function cov_19tsj3a3jt() {
|
|
|
12955
12955
|
loc: {
|
|
12956
12956
|
start: {
|
|
12957
12957
|
line: 23,
|
|
12958
|
-
column:
|
|
12958
|
+
column: 278
|
|
12959
12959
|
},
|
|
12960
12960
|
end: {
|
|
12961
12961
|
line: 23,
|
|
12962
|
-
column:
|
|
12962
|
+
column: 315
|
|
12963
12963
|
}
|
|
12964
12964
|
},
|
|
12965
12965
|
type: "cond-expr",
|
|
12966
12966
|
locations: [{
|
|
12967
12967
|
start: {
|
|
12968
12968
|
line: 23,
|
|
12969
|
-
column:
|
|
12969
|
+
column: 304
|
|
12970
12970
|
},
|
|
12971
12971
|
end: {
|
|
12972
12972
|
line: 23,
|
|
12973
|
-
column:
|
|
12973
|
+
column: 310
|
|
12974
12974
|
}
|
|
12975
12975
|
}, {
|
|
12976
12976
|
start: {
|
|
12977
12977
|
line: 23,
|
|
12978
|
-
column:
|
|
12978
|
+
column: 313
|
|
12979
12979
|
},
|
|
12980
12980
|
end: {
|
|
12981
12981
|
line: 23,
|
|
12982
|
-
column:
|
|
12982
|
+
column: 315
|
|
12983
12983
|
}
|
|
12984
12984
|
}],
|
|
12985
12985
|
line: 23
|
|
@@ -12988,31 +12988,31 @@ function cov_19tsj3a3jt() {
|
|
|
12988
12988
|
loc: {
|
|
12989
12989
|
start: {
|
|
12990
12990
|
line: 23,
|
|
12991
|
-
column:
|
|
12991
|
+
column: 278
|
|
12992
12992
|
},
|
|
12993
12993
|
end: {
|
|
12994
12994
|
line: 23,
|
|
12995
|
-
column:
|
|
12995
|
+
column: 301
|
|
12996
12996
|
}
|
|
12997
12997
|
},
|
|
12998
12998
|
type: "binary-expr",
|
|
12999
12999
|
locations: [{
|
|
13000
13000
|
start: {
|
|
13001
13001
|
line: 23,
|
|
13002
|
-
column:
|
|
13002
|
+
column: 278
|
|
13003
13003
|
},
|
|
13004
13004
|
end: {
|
|
13005
13005
|
line: 23,
|
|
13006
|
-
column:
|
|
13006
|
+
column: 284
|
|
13007
13007
|
}
|
|
13008
13008
|
}, {
|
|
13009
13009
|
start: {
|
|
13010
13010
|
line: 23,
|
|
13011
|
-
column:
|
|
13011
|
+
column: 288
|
|
13012
13012
|
},
|
|
13013
13013
|
end: {
|
|
13014
13014
|
line: 23,
|
|
13015
|
-
column:
|
|
13015
|
+
column: 301
|
|
13016
13016
|
}
|
|
13017
13017
|
}],
|
|
13018
13018
|
line: 23
|
|
@@ -13021,31 +13021,31 @@ function cov_19tsj3a3jt() {
|
|
|
13021
13021
|
loc: {
|
|
13022
13022
|
start: {
|
|
13023
13023
|
line: 23,
|
|
13024
|
-
column:
|
|
13024
|
+
column: 319
|
|
13025
13025
|
},
|
|
13026
13026
|
end: {
|
|
13027
13027
|
line: 23,
|
|
13028
|
-
column:
|
|
13028
|
+
column: 354
|
|
13029
13029
|
}
|
|
13030
13030
|
},
|
|
13031
13031
|
type: "cond-expr",
|
|
13032
13032
|
locations: [{
|
|
13033
13033
|
start: {
|
|
13034
13034
|
line: 23,
|
|
13035
|
-
column:
|
|
13035
|
+
column: 343
|
|
13036
13036
|
},
|
|
13037
13037
|
end: {
|
|
13038
13038
|
line: 23,
|
|
13039
|
-
column:
|
|
13039
|
+
column: 349
|
|
13040
13040
|
}
|
|
13041
13041
|
}, {
|
|
13042
13042
|
start: {
|
|
13043
13043
|
line: 23,
|
|
13044
|
-
column:
|
|
13044
|
+
column: 352
|
|
13045
13045
|
},
|
|
13046
13046
|
end: {
|
|
13047
13047
|
line: 23,
|
|
13048
|
-
column:
|
|
13048
|
+
column: 354
|
|
13049
13049
|
}
|
|
13050
13050
|
}],
|
|
13051
13051
|
line: 23
|
|
@@ -13054,31 +13054,31 @@ function cov_19tsj3a3jt() {
|
|
|
13054
13054
|
loc: {
|
|
13055
13055
|
start: {
|
|
13056
13056
|
line: 23,
|
|
13057
|
-
column:
|
|
13057
|
+
column: 319
|
|
13058
13058
|
},
|
|
13059
13059
|
end: {
|
|
13060
13060
|
line: 23,
|
|
13061
|
-
column:
|
|
13061
|
+
column: 340
|
|
13062
13062
|
}
|
|
13063
13063
|
},
|
|
13064
13064
|
type: "binary-expr",
|
|
13065
13065
|
locations: [{
|
|
13066
13066
|
start: {
|
|
13067
13067
|
line: 23,
|
|
13068
|
-
column:
|
|
13068
|
+
column: 319
|
|
13069
13069
|
},
|
|
13070
13070
|
end: {
|
|
13071
13071
|
line: 23,
|
|
13072
|
-
column:
|
|
13072
|
+
column: 324
|
|
13073
13073
|
}
|
|
13074
13074
|
}, {
|
|
13075
13075
|
start: {
|
|
13076
13076
|
line: 23,
|
|
13077
|
-
column:
|
|
13077
|
+
column: 328
|
|
13078
13078
|
},
|
|
13079
13079
|
end: {
|
|
13080
13080
|
line: 23,
|
|
13081
|
-
column:
|
|
13081
|
+
column: 340
|
|
13082
13082
|
}
|
|
13083
13083
|
}],
|
|
13084
13084
|
line: 23
|
|
@@ -13236,7 +13236,7 @@ function cov_19tsj3a3jt() {
|
|
|
13236
13236
|
"25": [0, 0]
|
|
13237
13237
|
},
|
|
13238
13238
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
13239
|
-
hash: "
|
|
13239
|
+
hash: "46ff9d242ff04641ad9d91c5aa5c0852c3ddd626"
|
|
13240
13240
|
};
|
|
13241
13241
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
13242
13242
|
|
|
@@ -13320,7 +13320,7 @@ var InputComponent = function InputComponent(_ref, ref) {
|
|
|
13320
13320
|
}
|
|
13321
13321
|
}
|
|
13322
13322
|
|
|
13323
|
-
var inputClass = (cov_19tsj3a3jt().s[13]++, "w-full px-4 appearance-none shadow-none outline-none bg-transparent box-border " + focusClass + " " + (hasErrorState ? (cov_19tsj3a3jt().b[14][0]++, errorBorderClasses) : (cov_19tsj3a3jt().b[14][1]++, defaultBorderClasses)) + " " + ((cov_19tsj3a3jt().b[16][0]++, prefix) && (cov_19tsj3a3jt().b[16][1]++, prefixBorder) ? (cov_19tsj3a3jt().b[15][0]++, 'border-l') : (cov_19tsj3a3jt().b[15][1]++, '')) + " " + ((cov_19tsj3a3jt().b[18][0]++, sufix) && (cov_19tsj3a3jt().b[18][1]++, sufixBorder) ? (cov_19tsj3a3jt().b[17][0]++, 'border-r') : (cov_19tsj3a3jt().b[17][1]++, '')) + " " + ((cov_19tsj3a3jt().b[20][0]++, prefix) && (cov_19tsj3a3jt().b[20][1]++, !prefixBorder) ? (cov_19tsj3a3jt().b[19][0]++, 'pl-0') : (cov_19tsj3a3jt().b[19][1]++, '')) + " " + ((cov_19tsj3a3jt().b[22][0]++, sufix) && (cov_19tsj3a3jt().b[22][1]++, !sufixBorder) ? (cov_19tsj3a3jt().b[21][0]++, 'pr-0') : (cov_19tsj3a3jt().b[21][1]++, '')));
|
|
13323
|
+
var inputClass = (cov_19tsj3a3jt().s[13]++, "w-full px-4 komea:px-3 appearance-none shadow-none outline-none bg-transparent box-border " + focusClass + " " + (hasErrorState ? (cov_19tsj3a3jt().b[14][0]++, errorBorderClasses) : (cov_19tsj3a3jt().b[14][1]++, defaultBorderClasses)) + " " + ((cov_19tsj3a3jt().b[16][0]++, prefix) && (cov_19tsj3a3jt().b[16][1]++, prefixBorder) ? (cov_19tsj3a3jt().b[15][0]++, 'border-l') : (cov_19tsj3a3jt().b[15][1]++, '')) + " " + ((cov_19tsj3a3jt().b[18][0]++, sufix) && (cov_19tsj3a3jt().b[18][1]++, sufixBorder) ? (cov_19tsj3a3jt().b[17][0]++, 'border-r') : (cov_19tsj3a3jt().b[17][1]++, '')) + " " + ((cov_19tsj3a3jt().b[20][0]++, prefix) && (cov_19tsj3a3jt().b[20][1]++, !prefixBorder) ? (cov_19tsj3a3jt().b[19][0]++, 'pl-0') : (cov_19tsj3a3jt().b[19][1]++, '')) + " " + ((cov_19tsj3a3jt().b[22][0]++, sufix) && (cov_19tsj3a3jt().b[22][1]++, !sufixBorder) ? (cov_19tsj3a3jt().b[21][0]++, 'pr-0') : (cov_19tsj3a3jt().b[21][1]++, '')));
|
|
13324
13324
|
var LabelComponent = (cov_19tsj3a3jt().s[14]++, /*#__PURE__*/React__default.createElement(InputLabel, {
|
|
13325
13325
|
label: label,
|
|
13326
13326
|
labelComplement: labelComplement,
|
|
@@ -19766,7 +19766,7 @@ cov_p0nh19g13();
|
|
|
19766
19766
|
|
|
19767
19767
|
function cov_15lsksfpg9() {
|
|
19768
19768
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Forms/Toggle/Toggle.tsx";
|
|
19769
|
-
var hash = "
|
|
19769
|
+
var hash = "9ef802f84712ec6d21b1e99469ac3b737c5bc235";
|
|
19770
19770
|
var global = new Function("return this")();
|
|
19771
19771
|
var gcv = "__coverage__";
|
|
19772
19772
|
var coverageData = {
|
|
@@ -19939,7 +19939,7 @@ function cov_15lsksfpg9() {
|
|
|
19939
19939
|
},
|
|
19940
19940
|
end: {
|
|
19941
19941
|
line: 41,
|
|
19942
|
-
column:
|
|
19942
|
+
column: 85
|
|
19943
19943
|
}
|
|
19944
19944
|
},
|
|
19945
19945
|
"17": {
|
|
@@ -20317,7 +20317,7 @@ function cov_15lsksfpg9() {
|
|
|
20317
20317
|
"6": [0, 0]
|
|
20318
20318
|
},
|
|
20319
20319
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
20320
|
-
hash: "
|
|
20320
|
+
hash: "9ef802f84712ec6d21b1e99469ac3b737c5bc235"
|
|
20321
20321
|
};
|
|
20322
20322
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
20323
20323
|
|
|
@@ -20407,7 +20407,7 @@ var ToggleComponent = function ToggleComponent(_ref, ref) {
|
|
|
20407
20407
|
var toggleContainerDisabledClasses = (cov_15lsksfpg9().s[13]++, (disabled ? (cov_15lsksfpg9().b[6][0]++, 'pointer-events-none') : (cov_15lsksfpg9().b[6][1]++, '')) + " relative");
|
|
20408
20408
|
var toggleBackgroundClasses = (cov_15lsksfpg9().s[14]++, "block border w-[53px] h-8 rounded-full " + toggleClasses.background[toggleCheckText][toggleStatusText] + " transition");
|
|
20409
20409
|
var toggleCircleClasses = (cov_15lsksfpg9().s[15]++, "transform " + toggleClasses.circle[toggleCheckText][toggleStatusText] + " absolute left-[6px] top-[6px] w-5 h-5 rounded-full transition");
|
|
20410
|
-
var toggleLabelClasses = (cov_15lsksfpg9().s[16]++, "ml-2 text-inverted-1 text-f6 label");
|
|
20410
|
+
var toggleLabelClasses = (cov_15lsksfpg9().s[16]++, "ml-2 text-inverted-1 text-f6 komea:font-medium label");
|
|
20411
20411
|
cov_15lsksfpg9().s[17]++;
|
|
20412
20412
|
return /*#__PURE__*/React__default.createElement("label", {
|
|
20413
20413
|
htmlFor: inputId,
|
|
@@ -23438,9 +23438,9 @@ function cov_l9j4z3osv() {
|
|
|
23438
23438
|
|
|
23439
23439
|
cov_l9j4z3osv();
|
|
23440
23440
|
var sizeClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[0]++, {
|
|
23441
|
-
"default": 'h-12',
|
|
23441
|
+
"default": 'komea:h-9 h-12',
|
|
23442
23442
|
small: 'h-8',
|
|
23443
|
-
large: 'h-14',
|
|
23443
|
+
large: 'komea:h-10 h-14',
|
|
23444
23444
|
xlarge: 'h-24'
|
|
23445
23445
|
});
|
|
23446
23446
|
var valueFontSizesClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[1]++, {
|
|
@@ -23450,7 +23450,7 @@ var valueFontSizesClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[1]++, {
|
|
|
23450
23450
|
xlarge: 'text-f4'
|
|
23451
23451
|
});
|
|
23452
23452
|
var variantControlClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[2]++, {
|
|
23453
|
-
"default": 'border-card-stroke rounded pl-2',
|
|
23453
|
+
"default": 'border-card-stroke rounded pl-2 komea:border-input-stroke komea:shadow-sm',
|
|
23454
23454
|
secondary: 'border-inverted-2 hover:bg-base-3 rounded-md focus:ring-2 focus:ring-focus focus:ring-offset-2 focus:bg-base-1 pl-2',
|
|
23455
23455
|
simple: 'border-0 border-b border-on-base-3'
|
|
23456
23456
|
});
|
|
@@ -25285,7 +25285,7 @@ var CheckboxComponent = function CheckboxComponent(_ref, ref) {
|
|
|
25285
25285
|
};
|
|
25286
25286
|
|
|
25287
25287
|
var checkboxIconClasses = (cov_1r6wbwfdtn().s[23]++, "transition duration-200 ease-in-out " + ((cov_1r6wbwfdtn().b[14][0]++, isChecked) || (cov_1r6wbwfdtn().b[14][1]++, isIndeterminate) ? (cov_1r6wbwfdtn().b[13][0]++, 'scale-100') : (cov_1r6wbwfdtn().b[13][1]++, 'scale-0')));
|
|
25288
|
-
var checkboxIconContainerClasses = (cov_1r6wbwfdtn().s[24]++, "border border-card-stroke transition duration-200 ease-in-out\n " + (disabled ? (cov_1r6wbwfdtn().b[15][0]++, 'bg-base-4') : (cov_1r6wbwfdtn().b[15][1]++, (cov_1r6wbwfdtn().b[17][0]++, isChecked) || (cov_1r6wbwfdtn().b[17][1]++, isIndeterminate) ? (cov_1r6wbwfdtn().b[16][0]++, 'bg-primary border-primary') : (cov_1r6wbwfdtn().b[16][1]++, 'bg-base-1'))) + "\n " + (isCenterBoxAlign ? (cov_1r6wbwfdtn().b[18][0]++, 'items-center') : (cov_1r6wbwfdtn().b[18][1]++, '')) + "\n rounded-xs w-4 h-4 flex justify-center m-px\n ");
|
|
25288
|
+
var checkboxIconContainerClasses = (cov_1r6wbwfdtn().s[24]++, "border border-card-stroke komea:border-input-stroke komea:shadow-sm transition duration-200 ease-in-out\n " + (disabled ? (cov_1r6wbwfdtn().b[15][0]++, 'bg-base-4') : (cov_1r6wbwfdtn().b[15][1]++, (cov_1r6wbwfdtn().b[17][0]++, isChecked) || (cov_1r6wbwfdtn().b[17][1]++, isIndeterminate) ? (cov_1r6wbwfdtn().b[16][0]++, 'bg-primary border-primary') : (cov_1r6wbwfdtn().b[16][1]++, 'bg-base-1'))) + "\n " + (isCenterBoxAlign ? (cov_1r6wbwfdtn().b[18][0]++, 'items-center') : (cov_1r6wbwfdtn().b[18][1]++, '')) + "\n rounded-xs w-4 h-4 flex justify-center m-px\n ");
|
|
25289
25289
|
var checkboxLabelClasses = (cov_1r6wbwfdtn().s[25]++, "ml-1 input-label text-f6 " + (hasErrorState ? (cov_1r6wbwfdtn().b[19][0]++, 'text-danger') : (cov_1r6wbwfdtn().b[19][1]++, disabled ? (cov_1r6wbwfdtn().b[20][0]++, 'text-inverted-2') : (cov_1r6wbwfdtn().b[20][1]++, ''))));
|
|
25290
25290
|
var alignOptions = (cov_1r6wbwfdtn().s[26]++, {
|
|
25291
25291
|
start: 'items-start',
|
|
@@ -25306,7 +25306,7 @@ var CheckboxComponent = function CheckboxComponent(_ref, ref) {
|
|
|
25306
25306
|
htmlFor: inputId,
|
|
25307
25307
|
className: "inline-flex " + alignOptions[boxAlign] + " cursor-pointer"
|
|
25308
25308
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
25309
|
-
className: "relative rounded-xs z-10 flex items-center justify-center focus-within:ring-2 ring-focus"
|
|
25309
|
+
className: "relative rounded-xs z-10 flex items-center justify-center focus-within:ring-2 komea:focus-within:ring-[3px] ring-focus komea:ring-focus/50"
|
|
25310
25310
|
}, /*#__PURE__*/React__default.createElement("input", Object.assign({
|
|
25311
25311
|
ref: (cov_1r6wbwfdtn().b[22][0]++, ref) || (cov_1r6wbwfdtn().b[22][1]++, inputRef),
|
|
25312
25312
|
type: "checkbox",
|
|
@@ -31617,7 +31617,7 @@ var TableComponent = function TableComponent(_ref2) {
|
|
|
31617
31617
|
className: "max-w-full overflow-x-auto"
|
|
31618
31618
|
}, /*#__PURE__*/React__default.createElement("table", Object.assign({}, getTableProps(), {
|
|
31619
31619
|
id: id,
|
|
31620
|
-
className: "w-full bg-base-1 rounded border-separate border border-card-stroke",
|
|
31620
|
+
className: "w-full bg-base-1 rounded komea:rounded-xs border-separate border border-card-stroke",
|
|
31621
31621
|
cellSpacing: "0"
|
|
31622
31622
|
}), /*#__PURE__*/React__default.createElement("thead", {
|
|
31623
31623
|
className: "text-left"
|
|
@@ -31762,7 +31762,7 @@ cov_1rbsv7ie8y();
|
|
|
31762
31762
|
|
|
31763
31763
|
function cov_2o229yjfa3() {
|
|
31764
31764
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Indicators/Alert/Alert.tsx";
|
|
31765
|
-
var hash = "
|
|
31765
|
+
var hash = "fd441124cfce00b8905c75df8900d218d81482eb";
|
|
31766
31766
|
var global = new Function("return this")();
|
|
31767
31767
|
var gcv = "__coverage__";
|
|
31768
31768
|
var coverageData = {
|
|
@@ -31774,117 +31774,117 @@ function cov_2o229yjfa3() {
|
|
|
31774
31774
|
column: 19
|
|
31775
31775
|
},
|
|
31776
31776
|
end: {
|
|
31777
|
-
line:
|
|
31777
|
+
line: 47,
|
|
31778
31778
|
column: 1
|
|
31779
31779
|
}
|
|
31780
31780
|
},
|
|
31781
31781
|
"1": {
|
|
31782
31782
|
start: {
|
|
31783
|
-
line:
|
|
31783
|
+
line: 48,
|
|
31784
31784
|
column: 23
|
|
31785
31785
|
},
|
|
31786
31786
|
end: {
|
|
31787
|
-
line:
|
|
31787
|
+
line: 70,
|
|
31788
31788
|
column: 1
|
|
31789
31789
|
}
|
|
31790
31790
|
},
|
|
31791
31791
|
"2": {
|
|
31792
31792
|
start: {
|
|
31793
|
-
line:
|
|
31793
|
+
line: 49,
|
|
31794
31794
|
column: 42
|
|
31795
31795
|
},
|
|
31796
31796
|
end: {
|
|
31797
|
-
line:
|
|
31797
|
+
line: 49,
|
|
31798
31798
|
column: 58
|
|
31799
31799
|
}
|
|
31800
31800
|
},
|
|
31801
31801
|
"3": {
|
|
31802
31802
|
start: {
|
|
31803
|
-
line:
|
|
31803
|
+
line: 50,
|
|
31804
31804
|
column: 4
|
|
31805
31805
|
},
|
|
31806
31806
|
end: {
|
|
31807
|
-
line:
|
|
31807
|
+
line: 52,
|
|
31808
31808
|
column: 17
|
|
31809
31809
|
}
|
|
31810
31810
|
},
|
|
31811
31811
|
"4": {
|
|
31812
31812
|
start: {
|
|
31813
|
-
line:
|
|
31813
|
+
line: 51,
|
|
31814
31814
|
column: 8
|
|
31815
31815
|
},
|
|
31816
31816
|
end: {
|
|
31817
|
-
line:
|
|
31817
|
+
line: 51,
|
|
31818
31818
|
column: 31
|
|
31819
31819
|
}
|
|
31820
31820
|
},
|
|
31821
31821
|
"5": {
|
|
31822
31822
|
start: {
|
|
31823
|
-
line:
|
|
31823
|
+
line: 53,
|
|
31824
31824
|
column: 26
|
|
31825
31825
|
},
|
|
31826
31826
|
end: {
|
|
31827
|
-
line:
|
|
31827
|
+
line: 56,
|
|
31828
31828
|
column: 5
|
|
31829
31829
|
}
|
|
31830
31830
|
},
|
|
31831
31831
|
"6": {
|
|
31832
31832
|
start: {
|
|
31833
|
-
line:
|
|
31833
|
+
line: 54,
|
|
31834
31834
|
column: 8
|
|
31835
31835
|
},
|
|
31836
31836
|
end: {
|
|
31837
|
-
line:
|
|
31837
|
+
line: 54,
|
|
31838
31838
|
column: 30
|
|
31839
31839
|
}
|
|
31840
31840
|
},
|
|
31841
31841
|
"7": {
|
|
31842
31842
|
start: {
|
|
31843
|
-
line:
|
|
31843
|
+
line: 55,
|
|
31844
31844
|
column: 8
|
|
31845
31845
|
},
|
|
31846
31846
|
end: {
|
|
31847
|
-
line:
|
|
31847
|
+
line: 55,
|
|
31848
31848
|
column: 20
|
|
31849
31849
|
}
|
|
31850
31850
|
},
|
|
31851
31851
|
"8": {
|
|
31852
31852
|
start: {
|
|
31853
|
-
line:
|
|
31853
|
+
line: 57,
|
|
31854
31854
|
column: 4
|
|
31855
31855
|
},
|
|
31856
31856
|
end: {
|
|
31857
|
-
line:
|
|
31857
|
+
line: 58,
|
|
31858
31858
|
column: 20
|
|
31859
31859
|
}
|
|
31860
31860
|
},
|
|
31861
31861
|
"9": {
|
|
31862
31862
|
start: {
|
|
31863
|
-
line:
|
|
31863
|
+
line: 58,
|
|
31864
31864
|
column: 8
|
|
31865
31865
|
},
|
|
31866
31866
|
end: {
|
|
31867
|
-
line:
|
|
31867
|
+
line: 58,
|
|
31868
31868
|
column: 20
|
|
31869
31869
|
}
|
|
31870
31870
|
},
|
|
31871
31871
|
"10": {
|
|
31872
31872
|
start: {
|
|
31873
|
-
line:
|
|
31873
|
+
line: 59,
|
|
31874
31874
|
column: 4
|
|
31875
31875
|
},
|
|
31876
31876
|
end: {
|
|
31877
|
-
line:
|
|
31877
|
+
line: 69,
|
|
31878
31878
|
column: 116
|
|
31879
31879
|
}
|
|
31880
31880
|
},
|
|
31881
31881
|
"11": {
|
|
31882
31882
|
start: {
|
|
31883
|
-
line:
|
|
31883
|
+
line: 71,
|
|
31884
31884
|
column: 21
|
|
31885
31885
|
},
|
|
31886
31886
|
end: {
|
|
31887
|
-
line:
|
|
31887
|
+
line: 71,
|
|
31888
31888
|
column: 47
|
|
31889
31889
|
}
|
|
31890
31890
|
}
|
|
@@ -31894,215 +31894,215 @@ function cov_2o229yjfa3() {
|
|
|
31894
31894
|
name: "(anonymous_0)",
|
|
31895
31895
|
decl: {
|
|
31896
31896
|
start: {
|
|
31897
|
-
line:
|
|
31897
|
+
line: 48,
|
|
31898
31898
|
column: 23
|
|
31899
31899
|
},
|
|
31900
31900
|
end: {
|
|
31901
|
-
line:
|
|
31901
|
+
line: 48,
|
|
31902
31902
|
column: 24
|
|
31903
31903
|
}
|
|
31904
31904
|
},
|
|
31905
31905
|
loc: {
|
|
31906
31906
|
start: {
|
|
31907
|
-
line:
|
|
31907
|
+
line: 48,
|
|
31908
31908
|
column: 166
|
|
31909
31909
|
},
|
|
31910
31910
|
end: {
|
|
31911
|
-
line:
|
|
31911
|
+
line: 70,
|
|
31912
31912
|
column: 1
|
|
31913
31913
|
}
|
|
31914
31914
|
},
|
|
31915
|
-
line:
|
|
31915
|
+
line: 48
|
|
31916
31916
|
},
|
|
31917
31917
|
"1": {
|
|
31918
31918
|
name: "(anonymous_1)",
|
|
31919
31919
|
decl: {
|
|
31920
31920
|
start: {
|
|
31921
|
-
line:
|
|
31921
|
+
line: 50,
|
|
31922
31922
|
column: 14
|
|
31923
31923
|
},
|
|
31924
31924
|
end: {
|
|
31925
|
-
line:
|
|
31925
|
+
line: 50,
|
|
31926
31926
|
column: 15
|
|
31927
31927
|
}
|
|
31928
31928
|
},
|
|
31929
31929
|
loc: {
|
|
31930
31930
|
start: {
|
|
31931
|
-
line:
|
|
31931
|
+
line: 50,
|
|
31932
31932
|
column: 20
|
|
31933
31933
|
},
|
|
31934
31934
|
end: {
|
|
31935
|
-
line:
|
|
31935
|
+
line: 52,
|
|
31936
31936
|
column: 5
|
|
31937
31937
|
}
|
|
31938
31938
|
},
|
|
31939
|
-
line:
|
|
31939
|
+
line: 50
|
|
31940
31940
|
},
|
|
31941
31941
|
"2": {
|
|
31942
31942
|
name: "(anonymous_2)",
|
|
31943
31943
|
decl: {
|
|
31944
31944
|
start: {
|
|
31945
|
-
line:
|
|
31945
|
+
line: 53,
|
|
31946
31946
|
column: 26
|
|
31947
31947
|
},
|
|
31948
31948
|
end: {
|
|
31949
|
-
line:
|
|
31949
|
+
line: 53,
|
|
31950
31950
|
column: 27
|
|
31951
31951
|
}
|
|
31952
31952
|
},
|
|
31953
31953
|
loc: {
|
|
31954
31954
|
start: {
|
|
31955
|
-
line:
|
|
31955
|
+
line: 53,
|
|
31956
31956
|
column: 32
|
|
31957
31957
|
},
|
|
31958
31958
|
end: {
|
|
31959
|
-
line:
|
|
31959
|
+
line: 56,
|
|
31960
31960
|
column: 5
|
|
31961
31961
|
}
|
|
31962
31962
|
},
|
|
31963
|
-
line:
|
|
31963
|
+
line: 53
|
|
31964
31964
|
}
|
|
31965
31965
|
},
|
|
31966
31966
|
branchMap: {
|
|
31967
31967
|
"0": {
|
|
31968
31968
|
loc: {
|
|
31969
31969
|
start: {
|
|
31970
|
-
line:
|
|
31970
|
+
line: 48,
|
|
31971
31971
|
column: 26
|
|
31972
31972
|
},
|
|
31973
31973
|
end: {
|
|
31974
|
-
line:
|
|
31974
|
+
line: 48,
|
|
31975
31975
|
column: 39
|
|
31976
31976
|
}
|
|
31977
31977
|
},
|
|
31978
31978
|
type: "default-arg",
|
|
31979
31979
|
locations: [{
|
|
31980
31980
|
start: {
|
|
31981
|
-
line:
|
|
31981
|
+
line: 48,
|
|
31982
31982
|
column: 33
|
|
31983
31983
|
},
|
|
31984
31984
|
end: {
|
|
31985
|
-
line:
|
|
31985
|
+
line: 48,
|
|
31986
31986
|
column: 39
|
|
31987
31987
|
}
|
|
31988
31988
|
}],
|
|
31989
|
-
line:
|
|
31989
|
+
line: 48
|
|
31990
31990
|
},
|
|
31991
31991
|
"1": {
|
|
31992
31992
|
loc: {
|
|
31993
31993
|
start: {
|
|
31994
|
-
line:
|
|
31994
|
+
line: 48,
|
|
31995
31995
|
column: 41
|
|
31996
31996
|
},
|
|
31997
31997
|
end: {
|
|
31998
|
-
line:
|
|
31998
|
+
line: 48,
|
|
31999
31999
|
column: 54
|
|
32000
32000
|
}
|
|
32001
32001
|
},
|
|
32002
32002
|
type: "default-arg",
|
|
32003
32003
|
locations: [{
|
|
32004
32004
|
start: {
|
|
32005
|
-
line:
|
|
32005
|
+
line: 48,
|
|
32006
32006
|
column: 50
|
|
32007
32007
|
},
|
|
32008
32008
|
end: {
|
|
32009
|
-
line:
|
|
32009
|
+
line: 48,
|
|
32010
32010
|
column: 54
|
|
32011
32011
|
}
|
|
32012
32012
|
}],
|
|
32013
|
-
line:
|
|
32013
|
+
line: 48
|
|
32014
32014
|
},
|
|
32015
32015
|
"2": {
|
|
32016
32016
|
loc: {
|
|
32017
32017
|
start: {
|
|
32018
|
-
line:
|
|
32018
|
+
line: 48,
|
|
32019
32019
|
column: 82
|
|
32020
32020
|
},
|
|
32021
32021
|
end: {
|
|
32022
|
-
line:
|
|
32022
|
+
line: 48,
|
|
32023
32023
|
column: 99
|
|
32024
32024
|
}
|
|
32025
32025
|
},
|
|
32026
32026
|
type: "default-arg",
|
|
32027
32027
|
locations: [{
|
|
32028
32028
|
start: {
|
|
32029
|
-
line:
|
|
32029
|
+
line: 48,
|
|
32030
32030
|
column: 94
|
|
32031
32031
|
},
|
|
32032
32032
|
end: {
|
|
32033
|
-
line:
|
|
32033
|
+
line: 48,
|
|
32034
32034
|
column: 99
|
|
32035
32035
|
}
|
|
32036
32036
|
}],
|
|
32037
|
-
line:
|
|
32037
|
+
line: 48
|
|
32038
32038
|
},
|
|
32039
32039
|
"3": {
|
|
32040
32040
|
loc: {
|
|
32041
32041
|
start: {
|
|
32042
|
-
line:
|
|
32042
|
+
line: 48,
|
|
32043
32043
|
column: 110
|
|
32044
32044
|
},
|
|
32045
32045
|
end: {
|
|
32046
|
-
line:
|
|
32046
|
+
line: 48,
|
|
32047
32047
|
column: 126
|
|
32048
32048
|
}
|
|
32049
32049
|
},
|
|
32050
32050
|
type: "default-arg",
|
|
32051
32051
|
locations: [{
|
|
32052
32052
|
start: {
|
|
32053
|
-
line:
|
|
32053
|
+
line: 48,
|
|
32054
32054
|
column: 121
|
|
32055
32055
|
},
|
|
32056
32056
|
end: {
|
|
32057
|
-
line:
|
|
32057
|
+
line: 48,
|
|
32058
32058
|
column: 126
|
|
32059
32059
|
}
|
|
32060
32060
|
}],
|
|
32061
|
-
line:
|
|
32061
|
+
line: 48
|
|
32062
32062
|
},
|
|
32063
32063
|
"4": {
|
|
32064
32064
|
loc: {
|
|
32065
32065
|
start: {
|
|
32066
|
-
line:
|
|
32066
|
+
line: 48,
|
|
32067
32067
|
column: 128
|
|
32068
32068
|
},
|
|
32069
32069
|
end: {
|
|
32070
|
-
line:
|
|
32070
|
+
line: 48,
|
|
32071
32071
|
column: 146
|
|
32072
32072
|
}
|
|
32073
32073
|
},
|
|
32074
32074
|
type: "default-arg",
|
|
32075
32075
|
locations: [{
|
|
32076
32076
|
start: {
|
|
32077
|
-
line:
|
|
32077
|
+
line: 48,
|
|
32078
32078
|
column: 141
|
|
32079
32079
|
},
|
|
32080
32080
|
end: {
|
|
32081
|
-
line:
|
|
32081
|
+
line: 48,
|
|
32082
32082
|
column: 146
|
|
32083
32083
|
}
|
|
32084
32084
|
}],
|
|
32085
|
-
line:
|
|
32085
|
+
line: 48
|
|
32086
32086
|
},
|
|
32087
32087
|
"5": {
|
|
32088
32088
|
loc: {
|
|
32089
32089
|
start: {
|
|
32090
|
-
line:
|
|
32090
|
+
line: 57,
|
|
32091
32091
|
column: 4
|
|
32092
32092
|
},
|
|
32093
32093
|
end: {
|
|
32094
|
-
line:
|
|
32094
|
+
line: 58,
|
|
32095
32095
|
column: 20
|
|
32096
32096
|
}
|
|
32097
32097
|
},
|
|
32098
32098
|
type: "if",
|
|
32099
32099
|
locations: [{
|
|
32100
32100
|
start: {
|
|
32101
|
-
line:
|
|
32101
|
+
line: 57,
|
|
32102
32102
|
column: 4
|
|
32103
32103
|
},
|
|
32104
32104
|
end: {
|
|
32105
|
-
line:
|
|
32105
|
+
line: 58,
|
|
32106
32106
|
column: 20
|
|
32107
32107
|
}
|
|
32108
32108
|
}, {
|
|
@@ -32115,214 +32115,214 @@ function cov_2o229yjfa3() {
|
|
|
32115
32115
|
column: undefined
|
|
32116
32116
|
}
|
|
32117
32117
|
}],
|
|
32118
|
-
line:
|
|
32118
|
+
line: 57
|
|
32119
32119
|
},
|
|
32120
32120
|
"6": {
|
|
32121
32121
|
loc: {
|
|
32122
32122
|
start: {
|
|
32123
|
-
line:
|
|
32124
|
-
column:
|
|
32123
|
+
line: 59,
|
|
32124
|
+
column: 184
|
|
32125
32125
|
},
|
|
32126
32126
|
end: {
|
|
32127
|
-
line:
|
|
32128
|
-
column:
|
|
32127
|
+
line: 59,
|
|
32128
|
+
column: 211
|
|
32129
32129
|
}
|
|
32130
32130
|
},
|
|
32131
32131
|
type: "cond-expr",
|
|
32132
32132
|
locations: [{
|
|
32133
32133
|
start: {
|
|
32134
|
-
line:
|
|
32135
|
-
column:
|
|
32134
|
+
line: 59,
|
|
32135
|
+
column: 197
|
|
32136
32136
|
},
|
|
32137
32137
|
end: {
|
|
32138
|
-
line:
|
|
32139
|
-
column:
|
|
32138
|
+
line: 59,
|
|
32139
|
+
column: 199
|
|
32140
32140
|
}
|
|
32141
32141
|
}, {
|
|
32142
32142
|
start: {
|
|
32143
|
-
line:
|
|
32144
|
-
column:
|
|
32143
|
+
line: 59,
|
|
32144
|
+
column: 202
|
|
32145
32145
|
},
|
|
32146
32146
|
end: {
|
|
32147
|
-
line:
|
|
32148
|
-
column:
|
|
32147
|
+
line: 59,
|
|
32148
|
+
column: 211
|
|
32149
32149
|
}
|
|
32150
32150
|
}],
|
|
32151
|
-
line:
|
|
32151
|
+
line: 59
|
|
32152
32152
|
},
|
|
32153
32153
|
"7": {
|
|
32154
32154
|
loc: {
|
|
32155
32155
|
start: {
|
|
32156
|
-
line:
|
|
32156
|
+
line: 60,
|
|
32157
32157
|
column: 8
|
|
32158
32158
|
},
|
|
32159
32159
|
end: {
|
|
32160
|
-
line:
|
|
32160
|
+
line: 61,
|
|
32161
32161
|
column: 107
|
|
32162
32162
|
}
|
|
32163
32163
|
},
|
|
32164
32164
|
type: "binary-expr",
|
|
32165
32165
|
locations: [{
|
|
32166
32166
|
start: {
|
|
32167
|
-
line:
|
|
32167
|
+
line: 60,
|
|
32168
32168
|
column: 8
|
|
32169
32169
|
},
|
|
32170
32170
|
end: {
|
|
32171
|
-
line:
|
|
32171
|
+
line: 60,
|
|
32172
32172
|
column: 17
|
|
32173
32173
|
}
|
|
32174
32174
|
}, {
|
|
32175
32175
|
start: {
|
|
32176
|
-
line:
|
|
32176
|
+
line: 60,
|
|
32177
32177
|
column: 22
|
|
32178
32178
|
},
|
|
32179
32179
|
end: {
|
|
32180
|
-
line:
|
|
32180
|
+
line: 61,
|
|
32181
32181
|
column: 106
|
|
32182
32182
|
}
|
|
32183
32183
|
}],
|
|
32184
|
-
line:
|
|
32184
|
+
line: 60
|
|
32185
32185
|
},
|
|
32186
32186
|
"8": {
|
|
32187
32187
|
loc: {
|
|
32188
32188
|
start: {
|
|
32189
|
-
line:
|
|
32189
|
+
line: 61,
|
|
32190
32190
|
column: 46
|
|
32191
32191
|
},
|
|
32192
32192
|
end: {
|
|
32193
|
-
line:
|
|
32193
|
+
line: 61,
|
|
32194
32194
|
column: 93
|
|
32195
32195
|
}
|
|
32196
32196
|
},
|
|
32197
32197
|
type: "cond-expr",
|
|
32198
32198
|
locations: [{
|
|
32199
32199
|
start: {
|
|
32200
|
-
line:
|
|
32200
|
+
line: 61,
|
|
32201
32201
|
column: 59
|
|
32202
32202
|
},
|
|
32203
32203
|
end: {
|
|
32204
|
-
line:
|
|
32204
|
+
line: 61,
|
|
32205
32205
|
column: 69
|
|
32206
32206
|
}
|
|
32207
32207
|
}, {
|
|
32208
32208
|
start: {
|
|
32209
|
-
line:
|
|
32209
|
+
line: 61,
|
|
32210
32210
|
column: 72
|
|
32211
32211
|
},
|
|
32212
32212
|
end: {
|
|
32213
|
-
line:
|
|
32213
|
+
line: 61,
|
|
32214
32214
|
column: 93
|
|
32215
32215
|
}
|
|
32216
32216
|
}],
|
|
32217
|
-
line:
|
|
32217
|
+
line: 61
|
|
32218
32218
|
},
|
|
32219
32219
|
"9": {
|
|
32220
32220
|
loc: {
|
|
32221
32221
|
start: {
|
|
32222
|
-
line:
|
|
32222
|
+
line: 65,
|
|
32223
32223
|
column: 16
|
|
32224
32224
|
},
|
|
32225
32225
|
end: {
|
|
32226
|
-
line:
|
|
32227
|
-
column:
|
|
32226
|
+
line: 65,
|
|
32227
|
+
column: 124
|
|
32228
32228
|
}
|
|
32229
32229
|
},
|
|
32230
32230
|
type: "binary-expr",
|
|
32231
32231
|
locations: [{
|
|
32232
32232
|
start: {
|
|
32233
|
-
line:
|
|
32233
|
+
line: 65,
|
|
32234
32234
|
column: 16
|
|
32235
32235
|
},
|
|
32236
32236
|
end: {
|
|
32237
|
-
line:
|
|
32237
|
+
line: 65,
|
|
32238
32238
|
column: 24
|
|
32239
32239
|
}
|
|
32240
32240
|
}, {
|
|
32241
32241
|
start: {
|
|
32242
|
-
line:
|
|
32243
|
-
column:
|
|
32242
|
+
line: 65,
|
|
32243
|
+
column: 29
|
|
32244
32244
|
},
|
|
32245
32245
|
end: {
|
|
32246
|
-
line:
|
|
32247
|
-
column:
|
|
32246
|
+
line: 65,
|
|
32247
|
+
column: 123
|
|
32248
32248
|
}
|
|
32249
32249
|
}],
|
|
32250
|
-
line:
|
|
32250
|
+
line: 65
|
|
32251
32251
|
},
|
|
32252
32252
|
"10": {
|
|
32253
32253
|
loc: {
|
|
32254
32254
|
start: {
|
|
32255
|
-
line:
|
|
32255
|
+
line: 66,
|
|
32256
32256
|
column: 12
|
|
32257
32257
|
},
|
|
32258
32258
|
end: {
|
|
32259
|
-
line:
|
|
32259
|
+
line: 66,
|
|
32260
32260
|
column: 203
|
|
32261
32261
|
}
|
|
32262
32262
|
},
|
|
32263
32263
|
type: "binary-expr",
|
|
32264
32264
|
locations: [{
|
|
32265
32265
|
start: {
|
|
32266
|
-
line:
|
|
32266
|
+
line: 66,
|
|
32267
32267
|
column: 12
|
|
32268
32268
|
},
|
|
32269
32269
|
end: {
|
|
32270
|
-
line:
|
|
32270
|
+
line: 66,
|
|
32271
32271
|
column: 19
|
|
32272
32272
|
}
|
|
32273
32273
|
}, {
|
|
32274
32274
|
start: {
|
|
32275
|
-
line:
|
|
32275
|
+
line: 66,
|
|
32276
32276
|
column: 24
|
|
32277
32277
|
},
|
|
32278
32278
|
end: {
|
|
32279
|
-
line:
|
|
32279
|
+
line: 66,
|
|
32280
32280
|
column: 202
|
|
32281
32281
|
}
|
|
32282
32282
|
}],
|
|
32283
|
-
line:
|
|
32283
|
+
line: 66
|
|
32284
32284
|
},
|
|
32285
32285
|
"11": {
|
|
32286
32286
|
loc: {
|
|
32287
32287
|
start: {
|
|
32288
|
-
line:
|
|
32288
|
+
line: 67,
|
|
32289
32289
|
column: 8
|
|
32290
32290
|
},
|
|
32291
32291
|
end: {
|
|
32292
|
-
line:
|
|
32292
|
+
line: 69,
|
|
32293
32293
|
column: 113
|
|
32294
32294
|
}
|
|
32295
32295
|
},
|
|
32296
32296
|
type: "binary-expr",
|
|
32297
32297
|
locations: [{
|
|
32298
32298
|
start: {
|
|
32299
|
-
line:
|
|
32299
|
+
line: 67,
|
|
32300
32300
|
column: 9
|
|
32301
32301
|
},
|
|
32302
32302
|
end: {
|
|
32303
|
-
line:
|
|
32303
|
+
line: 67,
|
|
32304
32304
|
column: 18
|
|
32305
32305
|
}
|
|
32306
32306
|
}, {
|
|
32307
32307
|
start: {
|
|
32308
|
-
line:
|
|
32308
|
+
line: 67,
|
|
32309
32309
|
column: 22
|
|
32310
32310
|
},
|
|
32311
32311
|
end: {
|
|
32312
|
-
line:
|
|
32312
|
+
line: 67,
|
|
32313
32313
|
column: 29
|
|
32314
32314
|
}
|
|
32315
32315
|
}, {
|
|
32316
32316
|
start: {
|
|
32317
|
-
line:
|
|
32317
|
+
line: 67,
|
|
32318
32318
|
column: 35
|
|
32319
32319
|
},
|
|
32320
32320
|
end: {
|
|
32321
|
-
line:
|
|
32321
|
+
line: 69,
|
|
32322
32322
|
column: 112
|
|
32323
32323
|
}
|
|
32324
32324
|
}],
|
|
32325
|
-
line:
|
|
32325
|
+
line: 67
|
|
32326
32326
|
}
|
|
32327
32327
|
},
|
|
32328
32328
|
s: {
|
|
@@ -32359,7 +32359,7 @@ function cov_2o229yjfa3() {
|
|
|
32359
32359
|
"11": [0, 0, 0]
|
|
32360
32360
|
},
|
|
32361
32361
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
32362
|
-
hash: "
|
|
32362
|
+
hash: "fd441124cfce00b8905c75df8900d218d81482eb"
|
|
32363
32363
|
};
|
|
32364
32364
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
32365
32365
|
|
|
@@ -32380,39 +32380,47 @@ function cov_2o229yjfa3() {
|
|
|
32380
32380
|
cov_2o229yjfa3();
|
|
32381
32381
|
var alertTypes = ( /*#__PURE__*/cov_2o229yjfa3().s[0]++, {
|
|
32382
32382
|
success: {
|
|
32383
|
-
"class": 'bg-success-light border-success',
|
|
32383
|
+
"class": 'bg-success-light border-success komea:border-success-stroke',
|
|
32384
32384
|
icon: 'checkCircle',
|
|
32385
|
-
iconClass: 'text-success'
|
|
32385
|
+
iconClass: 'text-success komea:text-success-dark',
|
|
32386
|
+
textClass: 'komea:text-success-dark'
|
|
32386
32387
|
},
|
|
32387
32388
|
warning: {
|
|
32388
|
-
"class": 'bg-warning-light border-warning-dark',
|
|
32389
|
+
"class": 'bg-warning-light border-warning-dark komea:border-warning-stroke',
|
|
32389
32390
|
icon: 'exclamationTriangle',
|
|
32390
|
-
iconClass: 'text-warning-dark'
|
|
32391
|
+
iconClass: 'text-warning-dark',
|
|
32392
|
+
textClass: 'komea:text-warning-dark'
|
|
32391
32393
|
},
|
|
32392
32394
|
danger: {
|
|
32393
|
-
"class": 'bg-danger-light border-danger',
|
|
32395
|
+
"class": 'bg-danger-light border-danger komea:border-danger-stroke',
|
|
32394
32396
|
icon: 'ban',
|
|
32395
|
-
iconClass: 'text-danger'
|
|
32397
|
+
iconClass: 'text-danger komea:text-danger-dark',
|
|
32398
|
+
textClass: 'komea:text-danger-dark'
|
|
32396
32399
|
},
|
|
32397
32400
|
info: {
|
|
32398
|
-
"class": 'bg-
|
|
32401
|
+
"class": 'bg-info-light border-info-dark komea:border-info-stroke',
|
|
32399
32402
|
icon: 'infoCircle',
|
|
32400
|
-
iconClass: 'text-
|
|
32403
|
+
iconClass: 'text-info-dark',
|
|
32404
|
+
textClass: 'komea:text-info-dark'
|
|
32401
32405
|
},
|
|
32402
32406
|
infoOutline: {
|
|
32403
|
-
"class": 'bg-base-1 border-
|
|
32407
|
+
"class": 'bg-base-1 border-info-dark komea:border-info-stroke',
|
|
32404
32408
|
icon: 'infoCircle',
|
|
32405
|
-
iconClass: 'text-
|
|
32409
|
+
iconClass: 'text-info-dark',
|
|
32410
|
+
textClass: ''
|
|
32406
32411
|
},
|
|
32407
32412
|
infoDark: {
|
|
32408
|
-
|
|
32413
|
+
// O hex cravado não acompanha o `data-chrome`; na chrome nova cai no neutro do design system.
|
|
32414
|
+
"class": 'bg-base-1 border-[#607081] komea:border-card-stroke',
|
|
32409
32415
|
icon: 'infoCircle',
|
|
32410
|
-
iconClass: 'text-[#607081]'
|
|
32416
|
+
iconClass: 'text-[#607081] komea:text-on-base-2',
|
|
32417
|
+
textClass: ''
|
|
32411
32418
|
},
|
|
32412
32419
|
primary: {
|
|
32413
|
-
"class": 'bg-primary-light border-primary',
|
|
32420
|
+
"class": 'bg-primary-light border-primary komea:border-card-stroke',
|
|
32414
32421
|
icon: 'infoCircle',
|
|
32415
|
-
iconClass: 'text-primary'
|
|
32422
|
+
iconClass: 'text-primary',
|
|
32423
|
+
textClass: ''
|
|
32416
32424
|
}
|
|
32417
32425
|
});
|
|
32418
32426
|
cov_2o229yjfa3().s[1]++;
|
|
@@ -32467,7 +32475,7 @@ var AlertComponent = function AlertComponent(_ref) {
|
|
|
32467
32475
|
|
|
32468
32476
|
cov_2o229yjfa3().s[10]++;
|
|
32469
32477
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
32470
|
-
className: "alert border-l-4 py-4 pl-6 pr-5 rounded w-full relative flex items-start sm:items-center " + alertTypes[type]["class"] + (hideBorder ? (cov_2o229yjfa3().b[6][0]++, '') : (cov_2o229yjfa3().b[6][1]++, ' border'))
|
|
32478
|
+
className: "alert border-l-4 komea:border-l py-4 pl-6 pr-5 rounded w-full relative flex items-start sm:items-center " + alertTypes[type]["class"] + (hideBorder ? (cov_2o229yjfa3().b[6][0]++, '') : (cov_2o229yjfa3().b[6][1]++, ' border'))
|
|
32471
32479
|
}, (cov_2o229yjfa3().b[7][0]++, !hideIcon) && (cov_2o229yjfa3().b[7][1]++, /*#__PURE__*/React__default.createElement("div", {
|
|
32472
32480
|
className: "alert-icon hidden sm:block flex-shrink-0 mr-3 " + alertTypes[type].iconClass
|
|
32473
32481
|
}, /*#__PURE__*/React__default.createElement(Icon, {
|
|
@@ -32476,11 +32484,11 @@ var AlertComponent = function AlertComponent(_ref) {
|
|
|
32476
32484
|
}))), /*#__PURE__*/React__default.createElement("div", {
|
|
32477
32485
|
className: "flex-grow flex flex-col sm:flex-row items-start sm:items-center justify-between min-w-0"
|
|
32478
32486
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
32479
|
-
className: "flex flex-col justify-center min-w-0 break-words text-f6 text-on-base"
|
|
32487
|
+
className: "flex flex-col justify-center min-w-0 break-words text-f6 text-on-base " + alertTypes[type].textClass
|
|
32480
32488
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
32481
|
-
className: "alert-title font-semibold"
|
|
32489
|
+
className: "alert-title font-semibold komea:font-medium"
|
|
32482
32490
|
}, title), (cov_2o229yjfa3().b[9][0]++, subtitle) && (cov_2o229yjfa3().b[9][1]++, /*#__PURE__*/React__default.createElement("span", {
|
|
32483
|
-
className: "alert-subtitle mt-1"
|
|
32491
|
+
className: "alert-subtitle komea:text-caption mt-1"
|
|
32484
32492
|
}, subtitle))), (cov_2o229yjfa3().b[10][0]++, actions) && (cov_2o229yjfa3().b[10][1]++, /*#__PURE__*/React__default.createElement("div", {
|
|
32485
32493
|
className: "alert-actions flex flex-shrink-0 items-center flex-row sm:flex-row-reverse sm:space-x-reverse space-x-3 mt-3 sm:mt-0 sm:ml-5"
|
|
32486
32494
|
}, actions))), ((cov_2o229yjfa3().b[11][0]++, showClose) || (cov_2o229yjfa3().b[11][1]++, onClose)) && (cov_2o229yjfa3().b[11][2]++, /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -34225,7 +34233,7 @@ var badgeTypes = ( /*#__PURE__*/cov_25rl40y45l().s[0]++, {
|
|
|
34225
34233
|
danger: 'bg-danger-dark text-base-1',
|
|
34226
34234
|
success: 'bg-success-dark text-base-1',
|
|
34227
34235
|
warning: 'bg-warning-dark text-base-1',
|
|
34228
|
-
focus: 'bg-
|
|
34236
|
+
focus: 'bg-info text-base-1'
|
|
34229
34237
|
});
|
|
34230
34238
|
var badgeRounded = ( /*#__PURE__*/cov_25rl40y45l().s[1]++, {
|
|
34231
34239
|
full: 'rounded-full',
|
|
@@ -34326,7 +34334,7 @@ function styleInject(css, ref) {
|
|
|
34326
34334
|
}
|
|
34327
34335
|
}
|
|
34328
34336
|
|
|
34329
|
-
var css_248z = ".tippy-box{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(var(--color-inverted-1)/var(--tw-bg-opacity));border-radius
|
|
34337
|
+
var css_248z = ".tippy-box{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(var(--color-inverted-1)/var(--tw-bg-opacity));border-radius:calc(var(--radius, .25rem)*var(--radius-squircle-scale, 1));color:rgb(var(--color-base-1)/var(--tw-text-opacity));font-size:var(--text-caption-size,.75rem);font-weight:var(--text-caption-weight,inherit);letter-spacing:var(--text-caption-ls,-.025em);line-height:var(--text-caption-lh,1.063rem);outline-width:0;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-box [data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-.5rem;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-.5rem;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-.5rem;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-.5rem;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-box .tippy-arrow{--tw-text-opacity:1;color:rgb(var(--color-inverted-1)/var(--tw-text-opacity));height:1rem;width:1rem}.tippy-box .tippy-arrow:before{border-color:transparent;border-style:solid;content:\"\";position:absolute}.tippy-box .tippy-content{padding:.75rem .5rem;position:relative;z-index:1}";
|
|
34330
34338
|
styleInject(css_248z,{"insertAt":"top"});
|
|
34331
34339
|
|
|
34332
34340
|
function cov_b2ko1myou() {
|
|
@@ -35648,10 +35656,10 @@ var InformationBoxTypes = ( /*#__PURE__*/cov_hyfq717ac().s[0]++, {
|
|
|
35648
35656
|
},
|
|
35649
35657
|
info: {
|
|
35650
35658
|
title: 'Informação',
|
|
35651
|
-
titleClass: 'text-
|
|
35652
|
-
"class": 'bg-
|
|
35659
|
+
titleClass: 'text-info-dark',
|
|
35660
|
+
"class": 'bg-info-light border-info-dark komea:border-info-stroke',
|
|
35653
35661
|
icon: 'lightbulb',
|
|
35654
|
-
iconClass: 'text-
|
|
35662
|
+
iconClass: 'text-info-dark'
|
|
35655
35663
|
}
|
|
35656
35664
|
});
|
|
35657
35665
|
cov_hyfq717ac().s[1]++;
|
|
@@ -40251,7 +40259,7 @@ cov_ecjrl9ewu();
|
|
|
40251
40259
|
|
|
40252
40260
|
function cov_jn2t2uxfh() {
|
|
40253
40261
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Components/Modal/Modal.tsx";
|
|
40254
|
-
var hash = "
|
|
40262
|
+
var hash = "5e8444b69bf3713a6c0fd5e1789a7f600329cedb";
|
|
40255
40263
|
var global = new Function("return this")();
|
|
40256
40264
|
var gcv = "__coverage__";
|
|
40257
40265
|
var coverageData = {
|
|
@@ -40802,31 +40810,31 @@ function cov_jn2t2uxfh() {
|
|
|
40802
40810
|
loc: {
|
|
40803
40811
|
start: {
|
|
40804
40812
|
line: 24,
|
|
40805
|
-
column:
|
|
40813
|
+
column: 164
|
|
40806
40814
|
},
|
|
40807
40815
|
end: {
|
|
40808
40816
|
line: 24,
|
|
40809
|
-
column:
|
|
40817
|
+
column: 189
|
|
40810
40818
|
}
|
|
40811
40819
|
},
|
|
40812
40820
|
type: "cond-expr",
|
|
40813
40821
|
locations: [{
|
|
40814
40822
|
start: {
|
|
40815
40823
|
line: 24,
|
|
40816
|
-
column:
|
|
40824
|
+
column: 178
|
|
40817
40825
|
},
|
|
40818
40826
|
end: {
|
|
40819
40827
|
line: 24,
|
|
40820
|
-
column:
|
|
40828
|
+
column: 184
|
|
40821
40829
|
}
|
|
40822
40830
|
}, {
|
|
40823
40831
|
start: {
|
|
40824
40832
|
line: 24,
|
|
40825
|
-
column:
|
|
40833
|
+
column: 187
|
|
40826
40834
|
},
|
|
40827
40835
|
end: {
|
|
40828
40836
|
line: 24,
|
|
40829
|
-
column:
|
|
40837
|
+
column: 189
|
|
40830
40838
|
}
|
|
40831
40839
|
}],
|
|
40832
40840
|
line: 24
|
|
@@ -40972,7 +40980,7 @@ function cov_jn2t2uxfh() {
|
|
|
40972
40980
|
"12": [0, 0]
|
|
40973
40981
|
},
|
|
40974
40982
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
40975
|
-
hash: "
|
|
40983
|
+
hash: "5e8444b69bf3713a6c0fd5e1789a7f600329cedb"
|
|
40976
40984
|
};
|
|
40977
40985
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
40978
40986
|
|
|
@@ -41074,7 +41082,7 @@ var ModalComponent = function ModalComponent(_ref) {
|
|
|
41074
41082
|
return /*#__PURE__*/React__default.createElement("div", Object.assign({}, props), /*#__PURE__*/React__default.createElement("div", {
|
|
41075
41083
|
className: "ReactModal__header w-full flex justify-between items-start"
|
|
41076
41084
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
41077
|
-
className: "min-w-0 text-inverted-2 text-xs font-semibold uppercase break-words " + (headerTitle ? (cov_jn2t2uxfh().b[9][0]++, 'pb-3') : (cov_jn2t2uxfh().b[9][1]++, ''))
|
|
41085
|
+
className: "min-w-0 text-inverted-2 text-xs font-semibold uppercase komea:font-medium komea:normal-case break-words " + (headerTitle ? (cov_jn2t2uxfh().b[9][0]++, 'pb-3') : (cov_jn2t2uxfh().b[9][1]++, ''))
|
|
41078
41086
|
}, headerTitle), /*#__PURE__*/React__default.createElement("button", {
|
|
41079
41087
|
type: "button",
|
|
41080
41088
|
id: "btnCloseModal",
|