@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
|
@@ -9908,7 +9908,7 @@ cov_291gn7p4uo();
|
|
|
9908
9908
|
|
|
9909
9909
|
function cov_2anqb7tsc9() {
|
|
9910
9910
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Components/Button/Button.tsx";
|
|
9911
|
-
var hash = "
|
|
9911
|
+
var hash = "ff080ab32333cacdb51e6543391872294bb5dab6";
|
|
9912
9912
|
var global = new Function("return this")();
|
|
9913
9913
|
var gcv = "__coverage__";
|
|
9914
9914
|
var coverageData = {
|
|
@@ -10081,7 +10081,7 @@ function cov_2anqb7tsc9() {
|
|
|
10081
10081
|
},
|
|
10082
10082
|
end: {
|
|
10083
10083
|
line: 64,
|
|
10084
|
-
column:
|
|
10084
|
+
column: 188
|
|
10085
10085
|
}
|
|
10086
10086
|
},
|
|
10087
10087
|
"17": {
|
|
@@ -10904,7 +10904,7 @@ function cov_2anqb7tsc9() {
|
|
|
10904
10904
|
"15": [0, 0]
|
|
10905
10905
|
},
|
|
10906
10906
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
10907
|
-
hash: "
|
|
10907
|
+
hash: "ff080ab32333cacdb51e6543391872294bb5dab6"
|
|
10908
10908
|
};
|
|
10909
10909
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
10910
10910
|
|
|
@@ -10946,12 +10946,12 @@ var listOfStylesActive = ( /*#__PURE__*/cov_2anqb7tsc9().s[1]++, {
|
|
|
10946
10946
|
var commonFocus = ( /*#__PURE__*/cov_2anqb7tsc9().s[2]++, 'focus-visible:ring-2 focus-visible:ring-focus focus-visible:ring-offset-1');
|
|
10947
10947
|
var listOfStyles = ( /*#__PURE__*/cov_2anqb7tsc9().s[3]++, {
|
|
10948
10948
|
primary: "bg-primary text-base-1 " + listOfStylesHover['primary'] + " " + listOfStylesActive['primary'] + " " + commonFocus,
|
|
10949
|
-
secondary: "bg-primary-light text-primary-bold " + listOfStylesHover['secondary'] + " " + listOfStylesActive['secondary'] + " " + commonFocus,
|
|
10949
|
+
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,
|
|
10950
10950
|
outlineSecondary: "bg-transparent text-primary border border-primary " + listOfStylesHover['outlineSecondary'] + " " + listOfStylesActive['outlineSecondary'] + " " + commonFocus,
|
|
10951
10951
|
tertiary: "bg-inverted-2 text-on-primary " + listOfStylesHover['tertiary'] + " " + listOfStylesActive['tertiary'] + " " + commonFocus,
|
|
10952
10952
|
warning: "bg-warning text-on-base " + listOfStylesHover['warning'] + " " + listOfStylesActive['warning'] + " " + commonFocus,
|
|
10953
10953
|
danger: "bg-danger text-base-1 " + listOfStylesHover['danger'] + " " + listOfStylesActive['danger'] + " " + commonFocus,
|
|
10954
|
-
outline: "bg-transparent text-inverted-2 border border-inverted-2 " + listOfStylesHover['outline'] + " " + listOfStylesActive['outline'] + " " + commonFocus,
|
|
10954
|
+
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,
|
|
10955
10955
|
onlyText: "bg-transparent border-transparent text-inverted-2 px-0 " + listOfStylesHover['onlyText'] + " " + listOfStylesActive['onlyText'] + " " + commonFocus
|
|
10956
10956
|
});
|
|
10957
10957
|
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 ");
|
|
@@ -10966,9 +10966,9 @@ var listOfStylesDisabled = ( /*#__PURE__*/cov_2anqb7tsc9().s[5]++, {
|
|
|
10966
10966
|
onlyText: "bg-transparent text-on-base-3 shadow-none ring-0 border-0 "
|
|
10967
10967
|
});
|
|
10968
10968
|
var listOfSizes = ( /*#__PURE__*/cov_2anqb7tsc9().s[6]++, {
|
|
10969
|
-
small: "text-f6 h-10",
|
|
10970
|
-
"default": "text-f6 h-12",
|
|
10971
|
-
large: "text-f5 h-14"
|
|
10969
|
+
small: "text-f6 komea:h-8 komea:px-3 h-10",
|
|
10970
|
+
"default": "text-f6 komea:h-9 h-12",
|
|
10971
|
+
large: "text-f5 komea:h-10 komea:px-6 h-14"
|
|
10972
10972
|
});
|
|
10973
10973
|
var ButtonType = ( /*#__PURE__*/cov_2anqb7tsc9().s[7]++, /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
10974
10974
|
var as = _ref.as,
|
|
@@ -11031,7 +11031,7 @@ var ButtonComponent = function ButtonComponent(_ref2, ref) {
|
|
|
11031
11031
|
((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));
|
|
11032
11032
|
};
|
|
11033
11033
|
|
|
11034
|
-
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 ");
|
|
11034
|
+
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 ");
|
|
11035
11035
|
cov_2anqb7tsc9().s[17]++;
|
|
11036
11036
|
|
|
11037
11037
|
if (loading) {
|
|
@@ -11970,7 +11970,7 @@ cov_1kzhtm5i1u();
|
|
|
11970
11970
|
|
|
11971
11971
|
function cov_psbeb0r8e() {
|
|
11972
11972
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Forms/commonStyles.ts";
|
|
11973
|
-
var hash = "
|
|
11973
|
+
var hash = "ece1b3ec7181f8f3fb4f19ed33ac82a86f4d47dd";
|
|
11974
11974
|
var global = new Function("return this")();
|
|
11975
11975
|
var gcv = "__coverage__";
|
|
11976
11976
|
var coverageData = {
|
|
@@ -12013,7 +12013,7 @@ function cov_psbeb0r8e() {
|
|
|
12013
12013
|
},
|
|
12014
12014
|
end: {
|
|
12015
12015
|
line: 4,
|
|
12016
|
-
column:
|
|
12016
|
+
column: 96
|
|
12017
12017
|
}
|
|
12018
12018
|
},
|
|
12019
12019
|
"4": {
|
|
@@ -12023,7 +12023,7 @@ function cov_psbeb0r8e() {
|
|
|
12023
12023
|
},
|
|
12024
12024
|
end: {
|
|
12025
12025
|
line: 5,
|
|
12026
|
-
column:
|
|
12026
|
+
column: 82
|
|
12027
12027
|
}
|
|
12028
12028
|
},
|
|
12029
12029
|
"5": {
|
|
@@ -12043,7 +12043,7 @@ function cov_psbeb0r8e() {
|
|
|
12043
12043
|
},
|
|
12044
12044
|
end: {
|
|
12045
12045
|
line: 7,
|
|
12046
|
-
column:
|
|
12046
|
+
column: 375
|
|
12047
12047
|
}
|
|
12048
12048
|
},
|
|
12049
12049
|
"7": {
|
|
@@ -12053,7 +12053,7 @@ function cov_psbeb0r8e() {
|
|
|
12053
12053
|
},
|
|
12054
12054
|
end: {
|
|
12055
12055
|
line: 8,
|
|
12056
|
-
column:
|
|
12056
|
+
column: 386
|
|
12057
12057
|
}
|
|
12058
12058
|
},
|
|
12059
12059
|
"8": {
|
|
@@ -12116,7 +12116,7 @@ function cov_psbeb0r8e() {
|
|
|
12116
12116
|
f: {},
|
|
12117
12117
|
b: {},
|
|
12118
12118
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
12119
|
-
hash: "
|
|
12119
|
+
hash: "ece1b3ec7181f8f3fb4f19ed33ac82a86f4d47dd"
|
|
12120
12120
|
};
|
|
12121
12121
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
12122
12122
|
|
|
@@ -12138,24 +12138,24 @@ cov_psbeb0r8e();
|
|
|
12138
12138
|
var inputPlaceholderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[0]++, 'placeholder-on-base-2');
|
|
12139
12139
|
var inputContainerDisabledClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[1]++, '!bg-base-3 !pointer-events-none !text-on-base-2');
|
|
12140
12140
|
var inputContainerReadonlyClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[2]++, '!bg-base-2');
|
|
12141
|
-
var errorBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[3]++, 'border-danger focus:border-danger');
|
|
12142
|
-
var defaultBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[4]++, 'border-card-stroke');
|
|
12141
|
+
var errorBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[3]++, 'border-danger focus:border-danger komea:focus:ring-danger/20');
|
|
12142
|
+
var defaultBorderClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[4]++, 'border-card-stroke komea:border-input-stroke');
|
|
12143
12143
|
var focusClass = ( /*#__PURE__*/cov_psbeb0r8e().s[5]++, 'focus:border-inverted-1');
|
|
12144
|
-
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);
|
|
12145
|
-
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);
|
|
12144
|
+
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);
|
|
12145
|
+
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);
|
|
12146
12146
|
var adornmentClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[8]++, "adornment flex justify-center items-center relative w-16 text-f6 text-inverted-2 -mt-px");
|
|
12147
12147
|
var prefixClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[9]++, adornmentClasses + " rounded-l left-0");
|
|
12148
12148
|
var sufixClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[10]++, adornmentClasses + " rounded-r right-0");
|
|
12149
12149
|
var variantClasses = ( /*#__PURE__*/cov_psbeb0r8e().s[11]++, {
|
|
12150
|
-
"default": 'h-12',
|
|
12151
|
-
small: 'h-10',
|
|
12152
|
-
large: 'h-14',
|
|
12150
|
+
"default": 'komea:h-9 h-12',
|
|
12151
|
+
small: 'komea:h-8 h-10',
|
|
12152
|
+
large: 'komea:h-10 h-14',
|
|
12153
12153
|
xlarge: 'h-24'
|
|
12154
12154
|
});
|
|
12155
12155
|
|
|
12156
12156
|
function cov_19tsj3a3jt() {
|
|
12157
12157
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Forms/Input/Input.tsx";
|
|
12158
|
-
var hash = "
|
|
12158
|
+
var hash = "46ff9d242ff04641ad9d91c5aa5c0852c3ddd626";
|
|
12159
12159
|
var global = new Function("return this")();
|
|
12160
12160
|
var gcv = "__coverage__";
|
|
12161
12161
|
var coverageData = {
|
|
@@ -12298,7 +12298,7 @@ function cov_19tsj3a3jt() {
|
|
|
12298
12298
|
},
|
|
12299
12299
|
end: {
|
|
12300
12300
|
line: 23,
|
|
12301
|
-
column:
|
|
12301
|
+
column: 356
|
|
12302
12302
|
}
|
|
12303
12303
|
},
|
|
12304
12304
|
"14": {
|
|
@@ -12782,31 +12782,31 @@ function cov_19tsj3a3jt() {
|
|
|
12782
12782
|
loc: {
|
|
12783
12783
|
start: {
|
|
12784
12784
|
line: 23,
|
|
12785
|
-
column:
|
|
12785
|
+
column: 130
|
|
12786
12786
|
},
|
|
12787
12787
|
end: {
|
|
12788
12788
|
line: 23,
|
|
12789
|
-
column:
|
|
12789
|
+
column: 187
|
|
12790
12790
|
}
|
|
12791
12791
|
},
|
|
12792
12792
|
type: "cond-expr",
|
|
12793
12793
|
locations: [{
|
|
12794
12794
|
start: {
|
|
12795
12795
|
line: 23,
|
|
12796
|
-
column:
|
|
12796
|
+
column: 146
|
|
12797
12797
|
},
|
|
12798
12798
|
end: {
|
|
12799
12799
|
line: 23,
|
|
12800
|
-
column:
|
|
12800
|
+
column: 164
|
|
12801
12801
|
}
|
|
12802
12802
|
}, {
|
|
12803
12803
|
start: {
|
|
12804
12804
|
line: 23,
|
|
12805
|
-
column:
|
|
12805
|
+
column: 167
|
|
12806
12806
|
},
|
|
12807
12807
|
end: {
|
|
12808
12808
|
line: 23,
|
|
12809
|
-
column:
|
|
12809
|
+
column: 187
|
|
12810
12810
|
}
|
|
12811
12811
|
}],
|
|
12812
12812
|
line: 23
|
|
@@ -12815,31 +12815,31 @@ function cov_19tsj3a3jt() {
|
|
|
12815
12815
|
loc: {
|
|
12816
12816
|
start: {
|
|
12817
12817
|
line: 23,
|
|
12818
|
-
column:
|
|
12818
|
+
column: 191
|
|
12819
12819
|
},
|
|
12820
12820
|
end: {
|
|
12821
12821
|
line: 23,
|
|
12822
|
-
column:
|
|
12822
|
+
column: 231
|
|
12823
12823
|
}
|
|
12824
12824
|
},
|
|
12825
12825
|
type: "cond-expr",
|
|
12826
12826
|
locations: [{
|
|
12827
12827
|
start: {
|
|
12828
12828
|
line: 23,
|
|
12829
|
-
column:
|
|
12829
|
+
column: 216
|
|
12830
12830
|
},
|
|
12831
12831
|
end: {
|
|
12832
12832
|
line: 23,
|
|
12833
|
-
column:
|
|
12833
|
+
column: 226
|
|
12834
12834
|
}
|
|
12835
12835
|
}, {
|
|
12836
12836
|
start: {
|
|
12837
12837
|
line: 23,
|
|
12838
|
-
column:
|
|
12838
|
+
column: 229
|
|
12839
12839
|
},
|
|
12840
12840
|
end: {
|
|
12841
12841
|
line: 23,
|
|
12842
|
-
column:
|
|
12842
|
+
column: 231
|
|
12843
12843
|
}
|
|
12844
12844
|
}],
|
|
12845
12845
|
line: 23
|
|
@@ -12848,31 +12848,31 @@ function cov_19tsj3a3jt() {
|
|
|
12848
12848
|
loc: {
|
|
12849
12849
|
start: {
|
|
12850
12850
|
line: 23,
|
|
12851
|
-
column:
|
|
12851
|
+
column: 191
|
|
12852
12852
|
},
|
|
12853
12853
|
end: {
|
|
12854
12854
|
line: 23,
|
|
12855
|
-
column:
|
|
12855
|
+
column: 213
|
|
12856
12856
|
}
|
|
12857
12857
|
},
|
|
12858
12858
|
type: "binary-expr",
|
|
12859
12859
|
locations: [{
|
|
12860
12860
|
start: {
|
|
12861
12861
|
line: 23,
|
|
12862
|
-
column:
|
|
12862
|
+
column: 191
|
|
12863
12863
|
},
|
|
12864
12864
|
end: {
|
|
12865
12865
|
line: 23,
|
|
12866
|
-
column:
|
|
12866
|
+
column: 197
|
|
12867
12867
|
}
|
|
12868
12868
|
}, {
|
|
12869
12869
|
start: {
|
|
12870
12870
|
line: 23,
|
|
12871
|
-
column:
|
|
12871
|
+
column: 201
|
|
12872
12872
|
},
|
|
12873
12873
|
end: {
|
|
12874
12874
|
line: 23,
|
|
12875
|
-
column:
|
|
12875
|
+
column: 213
|
|
12876
12876
|
}
|
|
12877
12877
|
}],
|
|
12878
12878
|
line: 23
|
|
@@ -12881,31 +12881,31 @@ function cov_19tsj3a3jt() {
|
|
|
12881
12881
|
loc: {
|
|
12882
12882
|
start: {
|
|
12883
12883
|
line: 23,
|
|
12884
|
-
column:
|
|
12884
|
+
column: 236
|
|
12885
12885
|
},
|
|
12886
12886
|
end: {
|
|
12887
12887
|
line: 23,
|
|
12888
|
-
column:
|
|
12888
|
+
column: 274
|
|
12889
12889
|
}
|
|
12890
12890
|
},
|
|
12891
12891
|
type: "cond-expr",
|
|
12892
12892
|
locations: [{
|
|
12893
12893
|
start: {
|
|
12894
12894
|
line: 23,
|
|
12895
|
-
column:
|
|
12895
|
+
column: 259
|
|
12896
12896
|
},
|
|
12897
12897
|
end: {
|
|
12898
12898
|
line: 23,
|
|
12899
|
-
column:
|
|
12899
|
+
column: 269
|
|
12900
12900
|
}
|
|
12901
12901
|
}, {
|
|
12902
12902
|
start: {
|
|
12903
12903
|
line: 23,
|
|
12904
|
-
column:
|
|
12904
|
+
column: 272
|
|
12905
12905
|
},
|
|
12906
12906
|
end: {
|
|
12907
12907
|
line: 23,
|
|
12908
|
-
column:
|
|
12908
|
+
column: 274
|
|
12909
12909
|
}
|
|
12910
12910
|
}],
|
|
12911
12911
|
line: 23
|
|
@@ -12914,31 +12914,31 @@ function cov_19tsj3a3jt() {
|
|
|
12914
12914
|
loc: {
|
|
12915
12915
|
start: {
|
|
12916
12916
|
line: 23,
|
|
12917
|
-
column:
|
|
12917
|
+
column: 236
|
|
12918
12918
|
},
|
|
12919
12919
|
end: {
|
|
12920
12920
|
line: 23,
|
|
12921
|
-
column:
|
|
12921
|
+
column: 256
|
|
12922
12922
|
}
|
|
12923
12923
|
},
|
|
12924
12924
|
type: "binary-expr",
|
|
12925
12925
|
locations: [{
|
|
12926
12926
|
start: {
|
|
12927
12927
|
line: 23,
|
|
12928
|
-
column:
|
|
12928
|
+
column: 236
|
|
12929
12929
|
},
|
|
12930
12930
|
end: {
|
|
12931
12931
|
line: 23,
|
|
12932
|
-
column:
|
|
12932
|
+
column: 241
|
|
12933
12933
|
}
|
|
12934
12934
|
}, {
|
|
12935
12935
|
start: {
|
|
12936
12936
|
line: 23,
|
|
12937
|
-
column:
|
|
12937
|
+
column: 245
|
|
12938
12938
|
},
|
|
12939
12939
|
end: {
|
|
12940
12940
|
line: 23,
|
|
12941
|
-
column:
|
|
12941
|
+
column: 256
|
|
12942
12942
|
}
|
|
12943
12943
|
}],
|
|
12944
12944
|
line: 23
|
|
@@ -12947,31 +12947,31 @@ function cov_19tsj3a3jt() {
|
|
|
12947
12947
|
loc: {
|
|
12948
12948
|
start: {
|
|
12949
12949
|
line: 23,
|
|
12950
|
-
column:
|
|
12950
|
+
column: 278
|
|
12951
12951
|
},
|
|
12952
12952
|
end: {
|
|
12953
12953
|
line: 23,
|
|
12954
|
-
column:
|
|
12954
|
+
column: 315
|
|
12955
12955
|
}
|
|
12956
12956
|
},
|
|
12957
12957
|
type: "cond-expr",
|
|
12958
12958
|
locations: [{
|
|
12959
12959
|
start: {
|
|
12960
12960
|
line: 23,
|
|
12961
|
-
column:
|
|
12961
|
+
column: 304
|
|
12962
12962
|
},
|
|
12963
12963
|
end: {
|
|
12964
12964
|
line: 23,
|
|
12965
|
-
column:
|
|
12965
|
+
column: 310
|
|
12966
12966
|
}
|
|
12967
12967
|
}, {
|
|
12968
12968
|
start: {
|
|
12969
12969
|
line: 23,
|
|
12970
|
-
column:
|
|
12970
|
+
column: 313
|
|
12971
12971
|
},
|
|
12972
12972
|
end: {
|
|
12973
12973
|
line: 23,
|
|
12974
|
-
column:
|
|
12974
|
+
column: 315
|
|
12975
12975
|
}
|
|
12976
12976
|
}],
|
|
12977
12977
|
line: 23
|
|
@@ -12980,31 +12980,31 @@ function cov_19tsj3a3jt() {
|
|
|
12980
12980
|
loc: {
|
|
12981
12981
|
start: {
|
|
12982
12982
|
line: 23,
|
|
12983
|
-
column:
|
|
12983
|
+
column: 278
|
|
12984
12984
|
},
|
|
12985
12985
|
end: {
|
|
12986
12986
|
line: 23,
|
|
12987
|
-
column:
|
|
12987
|
+
column: 301
|
|
12988
12988
|
}
|
|
12989
12989
|
},
|
|
12990
12990
|
type: "binary-expr",
|
|
12991
12991
|
locations: [{
|
|
12992
12992
|
start: {
|
|
12993
12993
|
line: 23,
|
|
12994
|
-
column:
|
|
12994
|
+
column: 278
|
|
12995
12995
|
},
|
|
12996
12996
|
end: {
|
|
12997
12997
|
line: 23,
|
|
12998
|
-
column:
|
|
12998
|
+
column: 284
|
|
12999
12999
|
}
|
|
13000
13000
|
}, {
|
|
13001
13001
|
start: {
|
|
13002
13002
|
line: 23,
|
|
13003
|
-
column:
|
|
13003
|
+
column: 288
|
|
13004
13004
|
},
|
|
13005
13005
|
end: {
|
|
13006
13006
|
line: 23,
|
|
13007
|
-
column:
|
|
13007
|
+
column: 301
|
|
13008
13008
|
}
|
|
13009
13009
|
}],
|
|
13010
13010
|
line: 23
|
|
@@ -13013,31 +13013,31 @@ function cov_19tsj3a3jt() {
|
|
|
13013
13013
|
loc: {
|
|
13014
13014
|
start: {
|
|
13015
13015
|
line: 23,
|
|
13016
|
-
column:
|
|
13016
|
+
column: 319
|
|
13017
13017
|
},
|
|
13018
13018
|
end: {
|
|
13019
13019
|
line: 23,
|
|
13020
|
-
column:
|
|
13020
|
+
column: 354
|
|
13021
13021
|
}
|
|
13022
13022
|
},
|
|
13023
13023
|
type: "cond-expr",
|
|
13024
13024
|
locations: [{
|
|
13025
13025
|
start: {
|
|
13026
13026
|
line: 23,
|
|
13027
|
-
column:
|
|
13027
|
+
column: 343
|
|
13028
13028
|
},
|
|
13029
13029
|
end: {
|
|
13030
13030
|
line: 23,
|
|
13031
|
-
column:
|
|
13031
|
+
column: 349
|
|
13032
13032
|
}
|
|
13033
13033
|
}, {
|
|
13034
13034
|
start: {
|
|
13035
13035
|
line: 23,
|
|
13036
|
-
column:
|
|
13036
|
+
column: 352
|
|
13037
13037
|
},
|
|
13038
13038
|
end: {
|
|
13039
13039
|
line: 23,
|
|
13040
|
-
column:
|
|
13040
|
+
column: 354
|
|
13041
13041
|
}
|
|
13042
13042
|
}],
|
|
13043
13043
|
line: 23
|
|
@@ -13046,31 +13046,31 @@ function cov_19tsj3a3jt() {
|
|
|
13046
13046
|
loc: {
|
|
13047
13047
|
start: {
|
|
13048
13048
|
line: 23,
|
|
13049
|
-
column:
|
|
13049
|
+
column: 319
|
|
13050
13050
|
},
|
|
13051
13051
|
end: {
|
|
13052
13052
|
line: 23,
|
|
13053
|
-
column:
|
|
13053
|
+
column: 340
|
|
13054
13054
|
}
|
|
13055
13055
|
},
|
|
13056
13056
|
type: "binary-expr",
|
|
13057
13057
|
locations: [{
|
|
13058
13058
|
start: {
|
|
13059
13059
|
line: 23,
|
|
13060
|
-
column:
|
|
13060
|
+
column: 319
|
|
13061
13061
|
},
|
|
13062
13062
|
end: {
|
|
13063
13063
|
line: 23,
|
|
13064
|
-
column:
|
|
13064
|
+
column: 324
|
|
13065
13065
|
}
|
|
13066
13066
|
}, {
|
|
13067
13067
|
start: {
|
|
13068
13068
|
line: 23,
|
|
13069
|
-
column:
|
|
13069
|
+
column: 328
|
|
13070
13070
|
},
|
|
13071
13071
|
end: {
|
|
13072
13072
|
line: 23,
|
|
13073
|
-
column:
|
|
13073
|
+
column: 340
|
|
13074
13074
|
}
|
|
13075
13075
|
}],
|
|
13076
13076
|
line: 23
|
|
@@ -13228,7 +13228,7 @@ function cov_19tsj3a3jt() {
|
|
|
13228
13228
|
"25": [0, 0]
|
|
13229
13229
|
},
|
|
13230
13230
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
13231
|
-
hash: "
|
|
13231
|
+
hash: "46ff9d242ff04641ad9d91c5aa5c0852c3ddd626"
|
|
13232
13232
|
};
|
|
13233
13233
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
13234
13234
|
|
|
@@ -13312,7 +13312,7 @@ var InputComponent = function InputComponent(_ref, ref) {
|
|
|
13312
13312
|
}
|
|
13313
13313
|
}
|
|
13314
13314
|
|
|
13315
|
-
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]++, '')));
|
|
13315
|
+
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]++, '')));
|
|
13316
13316
|
var LabelComponent = (cov_19tsj3a3jt().s[14]++, /*#__PURE__*/React.createElement(InputLabel, {
|
|
13317
13317
|
label: label,
|
|
13318
13318
|
labelComplement: labelComplement,
|
|
@@ -19758,7 +19758,7 @@ cov_p0nh19g13();
|
|
|
19758
19758
|
|
|
19759
19759
|
function cov_15lsksfpg9() {
|
|
19760
19760
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Forms/Toggle/Toggle.tsx";
|
|
19761
|
-
var hash = "
|
|
19761
|
+
var hash = "9ef802f84712ec6d21b1e99469ac3b737c5bc235";
|
|
19762
19762
|
var global = new Function("return this")();
|
|
19763
19763
|
var gcv = "__coverage__";
|
|
19764
19764
|
var coverageData = {
|
|
@@ -19931,7 +19931,7 @@ function cov_15lsksfpg9() {
|
|
|
19931
19931
|
},
|
|
19932
19932
|
end: {
|
|
19933
19933
|
line: 41,
|
|
19934
|
-
column:
|
|
19934
|
+
column: 85
|
|
19935
19935
|
}
|
|
19936
19936
|
},
|
|
19937
19937
|
"17": {
|
|
@@ -20309,7 +20309,7 @@ function cov_15lsksfpg9() {
|
|
|
20309
20309
|
"6": [0, 0]
|
|
20310
20310
|
},
|
|
20311
20311
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
20312
|
-
hash: "
|
|
20312
|
+
hash: "9ef802f84712ec6d21b1e99469ac3b737c5bc235"
|
|
20313
20313
|
};
|
|
20314
20314
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
20315
20315
|
|
|
@@ -20399,7 +20399,7 @@ var ToggleComponent = function ToggleComponent(_ref, ref) {
|
|
|
20399
20399
|
var toggleContainerDisabledClasses = (cov_15lsksfpg9().s[13]++, (disabled ? (cov_15lsksfpg9().b[6][0]++, 'pointer-events-none') : (cov_15lsksfpg9().b[6][1]++, '')) + " relative");
|
|
20400
20400
|
var toggleBackgroundClasses = (cov_15lsksfpg9().s[14]++, "block border w-[53px] h-8 rounded-full " + toggleClasses.background[toggleCheckText][toggleStatusText] + " transition");
|
|
20401
20401
|
var toggleCircleClasses = (cov_15lsksfpg9().s[15]++, "transform " + toggleClasses.circle[toggleCheckText][toggleStatusText] + " absolute left-[6px] top-[6px] w-5 h-5 rounded-full transition");
|
|
20402
|
-
var toggleLabelClasses = (cov_15lsksfpg9().s[16]++, "ml-2 text-inverted-1 text-f6 label");
|
|
20402
|
+
var toggleLabelClasses = (cov_15lsksfpg9().s[16]++, "ml-2 text-inverted-1 text-f6 komea:font-medium label");
|
|
20403
20403
|
cov_15lsksfpg9().s[17]++;
|
|
20404
20404
|
return /*#__PURE__*/React.createElement("label", {
|
|
20405
20405
|
htmlFor: inputId,
|
|
@@ -23430,9 +23430,9 @@ function cov_l9j4z3osv() {
|
|
|
23430
23430
|
|
|
23431
23431
|
cov_l9j4z3osv();
|
|
23432
23432
|
var sizeClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[0]++, {
|
|
23433
|
-
"default": 'h-12',
|
|
23433
|
+
"default": 'komea:h-9 h-12',
|
|
23434
23434
|
small: 'h-8',
|
|
23435
|
-
large: 'h-14',
|
|
23435
|
+
large: 'komea:h-10 h-14',
|
|
23436
23436
|
xlarge: 'h-24'
|
|
23437
23437
|
});
|
|
23438
23438
|
var valueFontSizesClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[1]++, {
|
|
@@ -23442,7 +23442,7 @@ var valueFontSizesClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[1]++, {
|
|
|
23442
23442
|
xlarge: 'text-f4'
|
|
23443
23443
|
});
|
|
23444
23444
|
var variantControlClasses = ( /*#__PURE__*/cov_l9j4z3osv().s[2]++, {
|
|
23445
|
-
"default": 'border-card-stroke rounded pl-2',
|
|
23445
|
+
"default": 'border-card-stroke rounded pl-2 komea:border-input-stroke komea:shadow-sm',
|
|
23446
23446
|
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',
|
|
23447
23447
|
simple: 'border-0 border-b border-on-base-3'
|
|
23448
23448
|
});
|
|
@@ -25277,7 +25277,7 @@ var CheckboxComponent = function CheckboxComponent(_ref, ref) {
|
|
|
25277
25277
|
};
|
|
25278
25278
|
|
|
25279
25279
|
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')));
|
|
25280
|
-
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 ");
|
|
25280
|
+
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 ");
|
|
25281
25281
|
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]++, ''))));
|
|
25282
25282
|
var alignOptions = (cov_1r6wbwfdtn().s[26]++, {
|
|
25283
25283
|
start: 'items-start',
|
|
@@ -25298,7 +25298,7 @@ var CheckboxComponent = function CheckboxComponent(_ref, ref) {
|
|
|
25298
25298
|
htmlFor: inputId,
|
|
25299
25299
|
className: "inline-flex " + alignOptions[boxAlign] + " cursor-pointer"
|
|
25300
25300
|
}, /*#__PURE__*/React.createElement("span", {
|
|
25301
|
-
className: "relative rounded-xs z-10 flex items-center justify-center focus-within:ring-2 ring-focus"
|
|
25301
|
+
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"
|
|
25302
25302
|
}, /*#__PURE__*/React.createElement("input", Object.assign({
|
|
25303
25303
|
ref: (cov_1r6wbwfdtn().b[22][0]++, ref) || (cov_1r6wbwfdtn().b[22][1]++, inputRef),
|
|
25304
25304
|
type: "checkbox",
|
|
@@ -31609,7 +31609,7 @@ var TableComponent = function TableComponent(_ref2) {
|
|
|
31609
31609
|
className: "max-w-full overflow-x-auto"
|
|
31610
31610
|
}, /*#__PURE__*/React.createElement("table", Object.assign({}, getTableProps(), {
|
|
31611
31611
|
id: id,
|
|
31612
|
-
className: "w-full bg-base-1 rounded border-separate border border-card-stroke",
|
|
31612
|
+
className: "w-full bg-base-1 rounded komea:rounded-xs border-separate border border-card-stroke",
|
|
31613
31613
|
cellSpacing: "0"
|
|
31614
31614
|
}), /*#__PURE__*/React.createElement("thead", {
|
|
31615
31615
|
className: "text-left"
|
|
@@ -31754,7 +31754,7 @@ cov_1rbsv7ie8y();
|
|
|
31754
31754
|
|
|
31755
31755
|
function cov_2o229yjfa3() {
|
|
31756
31756
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Indicators/Alert/Alert.tsx";
|
|
31757
|
-
var hash = "
|
|
31757
|
+
var hash = "fd441124cfce00b8905c75df8900d218d81482eb";
|
|
31758
31758
|
var global = new Function("return this")();
|
|
31759
31759
|
var gcv = "__coverage__";
|
|
31760
31760
|
var coverageData = {
|
|
@@ -31766,117 +31766,117 @@ function cov_2o229yjfa3() {
|
|
|
31766
31766
|
column: 19
|
|
31767
31767
|
},
|
|
31768
31768
|
end: {
|
|
31769
|
-
line:
|
|
31769
|
+
line: 47,
|
|
31770
31770
|
column: 1
|
|
31771
31771
|
}
|
|
31772
31772
|
},
|
|
31773
31773
|
"1": {
|
|
31774
31774
|
start: {
|
|
31775
|
-
line:
|
|
31775
|
+
line: 48,
|
|
31776
31776
|
column: 23
|
|
31777
31777
|
},
|
|
31778
31778
|
end: {
|
|
31779
|
-
line:
|
|
31779
|
+
line: 70,
|
|
31780
31780
|
column: 1
|
|
31781
31781
|
}
|
|
31782
31782
|
},
|
|
31783
31783
|
"2": {
|
|
31784
31784
|
start: {
|
|
31785
|
-
line:
|
|
31785
|
+
line: 49,
|
|
31786
31786
|
column: 42
|
|
31787
31787
|
},
|
|
31788
31788
|
end: {
|
|
31789
|
-
line:
|
|
31789
|
+
line: 49,
|
|
31790
31790
|
column: 58
|
|
31791
31791
|
}
|
|
31792
31792
|
},
|
|
31793
31793
|
"3": {
|
|
31794
31794
|
start: {
|
|
31795
|
-
line:
|
|
31795
|
+
line: 50,
|
|
31796
31796
|
column: 4
|
|
31797
31797
|
},
|
|
31798
31798
|
end: {
|
|
31799
|
-
line:
|
|
31799
|
+
line: 52,
|
|
31800
31800
|
column: 17
|
|
31801
31801
|
}
|
|
31802
31802
|
},
|
|
31803
31803
|
"4": {
|
|
31804
31804
|
start: {
|
|
31805
|
-
line:
|
|
31805
|
+
line: 51,
|
|
31806
31806
|
column: 8
|
|
31807
31807
|
},
|
|
31808
31808
|
end: {
|
|
31809
|
-
line:
|
|
31809
|
+
line: 51,
|
|
31810
31810
|
column: 31
|
|
31811
31811
|
}
|
|
31812
31812
|
},
|
|
31813
31813
|
"5": {
|
|
31814
31814
|
start: {
|
|
31815
|
-
line:
|
|
31815
|
+
line: 53,
|
|
31816
31816
|
column: 26
|
|
31817
31817
|
},
|
|
31818
31818
|
end: {
|
|
31819
|
-
line:
|
|
31819
|
+
line: 56,
|
|
31820
31820
|
column: 5
|
|
31821
31821
|
}
|
|
31822
31822
|
},
|
|
31823
31823
|
"6": {
|
|
31824
31824
|
start: {
|
|
31825
|
-
line:
|
|
31825
|
+
line: 54,
|
|
31826
31826
|
column: 8
|
|
31827
31827
|
},
|
|
31828
31828
|
end: {
|
|
31829
|
-
line:
|
|
31829
|
+
line: 54,
|
|
31830
31830
|
column: 30
|
|
31831
31831
|
}
|
|
31832
31832
|
},
|
|
31833
31833
|
"7": {
|
|
31834
31834
|
start: {
|
|
31835
|
-
line:
|
|
31835
|
+
line: 55,
|
|
31836
31836
|
column: 8
|
|
31837
31837
|
},
|
|
31838
31838
|
end: {
|
|
31839
|
-
line:
|
|
31839
|
+
line: 55,
|
|
31840
31840
|
column: 20
|
|
31841
31841
|
}
|
|
31842
31842
|
},
|
|
31843
31843
|
"8": {
|
|
31844
31844
|
start: {
|
|
31845
|
-
line:
|
|
31845
|
+
line: 57,
|
|
31846
31846
|
column: 4
|
|
31847
31847
|
},
|
|
31848
31848
|
end: {
|
|
31849
|
-
line:
|
|
31849
|
+
line: 58,
|
|
31850
31850
|
column: 20
|
|
31851
31851
|
}
|
|
31852
31852
|
},
|
|
31853
31853
|
"9": {
|
|
31854
31854
|
start: {
|
|
31855
|
-
line:
|
|
31855
|
+
line: 58,
|
|
31856
31856
|
column: 8
|
|
31857
31857
|
},
|
|
31858
31858
|
end: {
|
|
31859
|
-
line:
|
|
31859
|
+
line: 58,
|
|
31860
31860
|
column: 20
|
|
31861
31861
|
}
|
|
31862
31862
|
},
|
|
31863
31863
|
"10": {
|
|
31864
31864
|
start: {
|
|
31865
|
-
line:
|
|
31865
|
+
line: 59,
|
|
31866
31866
|
column: 4
|
|
31867
31867
|
},
|
|
31868
31868
|
end: {
|
|
31869
|
-
line:
|
|
31869
|
+
line: 69,
|
|
31870
31870
|
column: 116
|
|
31871
31871
|
}
|
|
31872
31872
|
},
|
|
31873
31873
|
"11": {
|
|
31874
31874
|
start: {
|
|
31875
|
-
line:
|
|
31875
|
+
line: 71,
|
|
31876
31876
|
column: 21
|
|
31877
31877
|
},
|
|
31878
31878
|
end: {
|
|
31879
|
-
line:
|
|
31879
|
+
line: 71,
|
|
31880
31880
|
column: 47
|
|
31881
31881
|
}
|
|
31882
31882
|
}
|
|
@@ -31886,215 +31886,215 @@ function cov_2o229yjfa3() {
|
|
|
31886
31886
|
name: "(anonymous_0)",
|
|
31887
31887
|
decl: {
|
|
31888
31888
|
start: {
|
|
31889
|
-
line:
|
|
31889
|
+
line: 48,
|
|
31890
31890
|
column: 23
|
|
31891
31891
|
},
|
|
31892
31892
|
end: {
|
|
31893
|
-
line:
|
|
31893
|
+
line: 48,
|
|
31894
31894
|
column: 24
|
|
31895
31895
|
}
|
|
31896
31896
|
},
|
|
31897
31897
|
loc: {
|
|
31898
31898
|
start: {
|
|
31899
|
-
line:
|
|
31899
|
+
line: 48,
|
|
31900
31900
|
column: 166
|
|
31901
31901
|
},
|
|
31902
31902
|
end: {
|
|
31903
|
-
line:
|
|
31903
|
+
line: 70,
|
|
31904
31904
|
column: 1
|
|
31905
31905
|
}
|
|
31906
31906
|
},
|
|
31907
|
-
line:
|
|
31907
|
+
line: 48
|
|
31908
31908
|
},
|
|
31909
31909
|
"1": {
|
|
31910
31910
|
name: "(anonymous_1)",
|
|
31911
31911
|
decl: {
|
|
31912
31912
|
start: {
|
|
31913
|
-
line:
|
|
31913
|
+
line: 50,
|
|
31914
31914
|
column: 14
|
|
31915
31915
|
},
|
|
31916
31916
|
end: {
|
|
31917
|
-
line:
|
|
31917
|
+
line: 50,
|
|
31918
31918
|
column: 15
|
|
31919
31919
|
}
|
|
31920
31920
|
},
|
|
31921
31921
|
loc: {
|
|
31922
31922
|
start: {
|
|
31923
|
-
line:
|
|
31923
|
+
line: 50,
|
|
31924
31924
|
column: 20
|
|
31925
31925
|
},
|
|
31926
31926
|
end: {
|
|
31927
|
-
line:
|
|
31927
|
+
line: 52,
|
|
31928
31928
|
column: 5
|
|
31929
31929
|
}
|
|
31930
31930
|
},
|
|
31931
|
-
line:
|
|
31931
|
+
line: 50
|
|
31932
31932
|
},
|
|
31933
31933
|
"2": {
|
|
31934
31934
|
name: "(anonymous_2)",
|
|
31935
31935
|
decl: {
|
|
31936
31936
|
start: {
|
|
31937
|
-
line:
|
|
31937
|
+
line: 53,
|
|
31938
31938
|
column: 26
|
|
31939
31939
|
},
|
|
31940
31940
|
end: {
|
|
31941
|
-
line:
|
|
31941
|
+
line: 53,
|
|
31942
31942
|
column: 27
|
|
31943
31943
|
}
|
|
31944
31944
|
},
|
|
31945
31945
|
loc: {
|
|
31946
31946
|
start: {
|
|
31947
|
-
line:
|
|
31947
|
+
line: 53,
|
|
31948
31948
|
column: 32
|
|
31949
31949
|
},
|
|
31950
31950
|
end: {
|
|
31951
|
-
line:
|
|
31951
|
+
line: 56,
|
|
31952
31952
|
column: 5
|
|
31953
31953
|
}
|
|
31954
31954
|
},
|
|
31955
|
-
line:
|
|
31955
|
+
line: 53
|
|
31956
31956
|
}
|
|
31957
31957
|
},
|
|
31958
31958
|
branchMap: {
|
|
31959
31959
|
"0": {
|
|
31960
31960
|
loc: {
|
|
31961
31961
|
start: {
|
|
31962
|
-
line:
|
|
31962
|
+
line: 48,
|
|
31963
31963
|
column: 26
|
|
31964
31964
|
},
|
|
31965
31965
|
end: {
|
|
31966
|
-
line:
|
|
31966
|
+
line: 48,
|
|
31967
31967
|
column: 39
|
|
31968
31968
|
}
|
|
31969
31969
|
},
|
|
31970
31970
|
type: "default-arg",
|
|
31971
31971
|
locations: [{
|
|
31972
31972
|
start: {
|
|
31973
|
-
line:
|
|
31973
|
+
line: 48,
|
|
31974
31974
|
column: 33
|
|
31975
31975
|
},
|
|
31976
31976
|
end: {
|
|
31977
|
-
line:
|
|
31977
|
+
line: 48,
|
|
31978
31978
|
column: 39
|
|
31979
31979
|
}
|
|
31980
31980
|
}],
|
|
31981
|
-
line:
|
|
31981
|
+
line: 48
|
|
31982
31982
|
},
|
|
31983
31983
|
"1": {
|
|
31984
31984
|
loc: {
|
|
31985
31985
|
start: {
|
|
31986
|
-
line:
|
|
31986
|
+
line: 48,
|
|
31987
31987
|
column: 41
|
|
31988
31988
|
},
|
|
31989
31989
|
end: {
|
|
31990
|
-
line:
|
|
31990
|
+
line: 48,
|
|
31991
31991
|
column: 54
|
|
31992
31992
|
}
|
|
31993
31993
|
},
|
|
31994
31994
|
type: "default-arg",
|
|
31995
31995
|
locations: [{
|
|
31996
31996
|
start: {
|
|
31997
|
-
line:
|
|
31997
|
+
line: 48,
|
|
31998
31998
|
column: 50
|
|
31999
31999
|
},
|
|
32000
32000
|
end: {
|
|
32001
|
-
line:
|
|
32001
|
+
line: 48,
|
|
32002
32002
|
column: 54
|
|
32003
32003
|
}
|
|
32004
32004
|
}],
|
|
32005
|
-
line:
|
|
32005
|
+
line: 48
|
|
32006
32006
|
},
|
|
32007
32007
|
"2": {
|
|
32008
32008
|
loc: {
|
|
32009
32009
|
start: {
|
|
32010
|
-
line:
|
|
32010
|
+
line: 48,
|
|
32011
32011
|
column: 82
|
|
32012
32012
|
},
|
|
32013
32013
|
end: {
|
|
32014
|
-
line:
|
|
32014
|
+
line: 48,
|
|
32015
32015
|
column: 99
|
|
32016
32016
|
}
|
|
32017
32017
|
},
|
|
32018
32018
|
type: "default-arg",
|
|
32019
32019
|
locations: [{
|
|
32020
32020
|
start: {
|
|
32021
|
-
line:
|
|
32021
|
+
line: 48,
|
|
32022
32022
|
column: 94
|
|
32023
32023
|
},
|
|
32024
32024
|
end: {
|
|
32025
|
-
line:
|
|
32025
|
+
line: 48,
|
|
32026
32026
|
column: 99
|
|
32027
32027
|
}
|
|
32028
32028
|
}],
|
|
32029
|
-
line:
|
|
32029
|
+
line: 48
|
|
32030
32030
|
},
|
|
32031
32031
|
"3": {
|
|
32032
32032
|
loc: {
|
|
32033
32033
|
start: {
|
|
32034
|
-
line:
|
|
32034
|
+
line: 48,
|
|
32035
32035
|
column: 110
|
|
32036
32036
|
},
|
|
32037
32037
|
end: {
|
|
32038
|
-
line:
|
|
32038
|
+
line: 48,
|
|
32039
32039
|
column: 126
|
|
32040
32040
|
}
|
|
32041
32041
|
},
|
|
32042
32042
|
type: "default-arg",
|
|
32043
32043
|
locations: [{
|
|
32044
32044
|
start: {
|
|
32045
|
-
line:
|
|
32045
|
+
line: 48,
|
|
32046
32046
|
column: 121
|
|
32047
32047
|
},
|
|
32048
32048
|
end: {
|
|
32049
|
-
line:
|
|
32049
|
+
line: 48,
|
|
32050
32050
|
column: 126
|
|
32051
32051
|
}
|
|
32052
32052
|
}],
|
|
32053
|
-
line:
|
|
32053
|
+
line: 48
|
|
32054
32054
|
},
|
|
32055
32055
|
"4": {
|
|
32056
32056
|
loc: {
|
|
32057
32057
|
start: {
|
|
32058
|
-
line:
|
|
32058
|
+
line: 48,
|
|
32059
32059
|
column: 128
|
|
32060
32060
|
},
|
|
32061
32061
|
end: {
|
|
32062
|
-
line:
|
|
32062
|
+
line: 48,
|
|
32063
32063
|
column: 146
|
|
32064
32064
|
}
|
|
32065
32065
|
},
|
|
32066
32066
|
type: "default-arg",
|
|
32067
32067
|
locations: [{
|
|
32068
32068
|
start: {
|
|
32069
|
-
line:
|
|
32069
|
+
line: 48,
|
|
32070
32070
|
column: 141
|
|
32071
32071
|
},
|
|
32072
32072
|
end: {
|
|
32073
|
-
line:
|
|
32073
|
+
line: 48,
|
|
32074
32074
|
column: 146
|
|
32075
32075
|
}
|
|
32076
32076
|
}],
|
|
32077
|
-
line:
|
|
32077
|
+
line: 48
|
|
32078
32078
|
},
|
|
32079
32079
|
"5": {
|
|
32080
32080
|
loc: {
|
|
32081
32081
|
start: {
|
|
32082
|
-
line:
|
|
32082
|
+
line: 57,
|
|
32083
32083
|
column: 4
|
|
32084
32084
|
},
|
|
32085
32085
|
end: {
|
|
32086
|
-
line:
|
|
32086
|
+
line: 58,
|
|
32087
32087
|
column: 20
|
|
32088
32088
|
}
|
|
32089
32089
|
},
|
|
32090
32090
|
type: "if",
|
|
32091
32091
|
locations: [{
|
|
32092
32092
|
start: {
|
|
32093
|
-
line:
|
|
32093
|
+
line: 57,
|
|
32094
32094
|
column: 4
|
|
32095
32095
|
},
|
|
32096
32096
|
end: {
|
|
32097
|
-
line:
|
|
32097
|
+
line: 58,
|
|
32098
32098
|
column: 20
|
|
32099
32099
|
}
|
|
32100
32100
|
}, {
|
|
@@ -32107,214 +32107,214 @@ function cov_2o229yjfa3() {
|
|
|
32107
32107
|
column: undefined
|
|
32108
32108
|
}
|
|
32109
32109
|
}],
|
|
32110
|
-
line:
|
|
32110
|
+
line: 57
|
|
32111
32111
|
},
|
|
32112
32112
|
"6": {
|
|
32113
32113
|
loc: {
|
|
32114
32114
|
start: {
|
|
32115
|
-
line:
|
|
32116
|
-
column:
|
|
32115
|
+
line: 59,
|
|
32116
|
+
column: 184
|
|
32117
32117
|
},
|
|
32118
32118
|
end: {
|
|
32119
|
-
line:
|
|
32120
|
-
column:
|
|
32119
|
+
line: 59,
|
|
32120
|
+
column: 211
|
|
32121
32121
|
}
|
|
32122
32122
|
},
|
|
32123
32123
|
type: "cond-expr",
|
|
32124
32124
|
locations: [{
|
|
32125
32125
|
start: {
|
|
32126
|
-
line:
|
|
32127
|
-
column:
|
|
32126
|
+
line: 59,
|
|
32127
|
+
column: 197
|
|
32128
32128
|
},
|
|
32129
32129
|
end: {
|
|
32130
|
-
line:
|
|
32131
|
-
column:
|
|
32130
|
+
line: 59,
|
|
32131
|
+
column: 199
|
|
32132
32132
|
}
|
|
32133
32133
|
}, {
|
|
32134
32134
|
start: {
|
|
32135
|
-
line:
|
|
32136
|
-
column:
|
|
32135
|
+
line: 59,
|
|
32136
|
+
column: 202
|
|
32137
32137
|
},
|
|
32138
32138
|
end: {
|
|
32139
|
-
line:
|
|
32140
|
-
column:
|
|
32139
|
+
line: 59,
|
|
32140
|
+
column: 211
|
|
32141
32141
|
}
|
|
32142
32142
|
}],
|
|
32143
|
-
line:
|
|
32143
|
+
line: 59
|
|
32144
32144
|
},
|
|
32145
32145
|
"7": {
|
|
32146
32146
|
loc: {
|
|
32147
32147
|
start: {
|
|
32148
|
-
line:
|
|
32148
|
+
line: 60,
|
|
32149
32149
|
column: 8
|
|
32150
32150
|
},
|
|
32151
32151
|
end: {
|
|
32152
|
-
line:
|
|
32152
|
+
line: 61,
|
|
32153
32153
|
column: 107
|
|
32154
32154
|
}
|
|
32155
32155
|
},
|
|
32156
32156
|
type: "binary-expr",
|
|
32157
32157
|
locations: [{
|
|
32158
32158
|
start: {
|
|
32159
|
-
line:
|
|
32159
|
+
line: 60,
|
|
32160
32160
|
column: 8
|
|
32161
32161
|
},
|
|
32162
32162
|
end: {
|
|
32163
|
-
line:
|
|
32163
|
+
line: 60,
|
|
32164
32164
|
column: 17
|
|
32165
32165
|
}
|
|
32166
32166
|
}, {
|
|
32167
32167
|
start: {
|
|
32168
|
-
line:
|
|
32168
|
+
line: 60,
|
|
32169
32169
|
column: 22
|
|
32170
32170
|
},
|
|
32171
32171
|
end: {
|
|
32172
|
-
line:
|
|
32172
|
+
line: 61,
|
|
32173
32173
|
column: 106
|
|
32174
32174
|
}
|
|
32175
32175
|
}],
|
|
32176
|
-
line:
|
|
32176
|
+
line: 60
|
|
32177
32177
|
},
|
|
32178
32178
|
"8": {
|
|
32179
32179
|
loc: {
|
|
32180
32180
|
start: {
|
|
32181
|
-
line:
|
|
32181
|
+
line: 61,
|
|
32182
32182
|
column: 46
|
|
32183
32183
|
},
|
|
32184
32184
|
end: {
|
|
32185
|
-
line:
|
|
32185
|
+
line: 61,
|
|
32186
32186
|
column: 93
|
|
32187
32187
|
}
|
|
32188
32188
|
},
|
|
32189
32189
|
type: "cond-expr",
|
|
32190
32190
|
locations: [{
|
|
32191
32191
|
start: {
|
|
32192
|
-
line:
|
|
32192
|
+
line: 61,
|
|
32193
32193
|
column: 59
|
|
32194
32194
|
},
|
|
32195
32195
|
end: {
|
|
32196
|
-
line:
|
|
32196
|
+
line: 61,
|
|
32197
32197
|
column: 69
|
|
32198
32198
|
}
|
|
32199
32199
|
}, {
|
|
32200
32200
|
start: {
|
|
32201
|
-
line:
|
|
32201
|
+
line: 61,
|
|
32202
32202
|
column: 72
|
|
32203
32203
|
},
|
|
32204
32204
|
end: {
|
|
32205
|
-
line:
|
|
32205
|
+
line: 61,
|
|
32206
32206
|
column: 93
|
|
32207
32207
|
}
|
|
32208
32208
|
}],
|
|
32209
|
-
line:
|
|
32209
|
+
line: 61
|
|
32210
32210
|
},
|
|
32211
32211
|
"9": {
|
|
32212
32212
|
loc: {
|
|
32213
32213
|
start: {
|
|
32214
|
-
line:
|
|
32214
|
+
line: 65,
|
|
32215
32215
|
column: 16
|
|
32216
32216
|
},
|
|
32217
32217
|
end: {
|
|
32218
|
-
line:
|
|
32219
|
-
column:
|
|
32218
|
+
line: 65,
|
|
32219
|
+
column: 124
|
|
32220
32220
|
}
|
|
32221
32221
|
},
|
|
32222
32222
|
type: "binary-expr",
|
|
32223
32223
|
locations: [{
|
|
32224
32224
|
start: {
|
|
32225
|
-
line:
|
|
32225
|
+
line: 65,
|
|
32226
32226
|
column: 16
|
|
32227
32227
|
},
|
|
32228
32228
|
end: {
|
|
32229
|
-
line:
|
|
32229
|
+
line: 65,
|
|
32230
32230
|
column: 24
|
|
32231
32231
|
}
|
|
32232
32232
|
}, {
|
|
32233
32233
|
start: {
|
|
32234
|
-
line:
|
|
32235
|
-
column:
|
|
32234
|
+
line: 65,
|
|
32235
|
+
column: 29
|
|
32236
32236
|
},
|
|
32237
32237
|
end: {
|
|
32238
|
-
line:
|
|
32239
|
-
column:
|
|
32238
|
+
line: 65,
|
|
32239
|
+
column: 123
|
|
32240
32240
|
}
|
|
32241
32241
|
}],
|
|
32242
|
-
line:
|
|
32242
|
+
line: 65
|
|
32243
32243
|
},
|
|
32244
32244
|
"10": {
|
|
32245
32245
|
loc: {
|
|
32246
32246
|
start: {
|
|
32247
|
-
line:
|
|
32247
|
+
line: 66,
|
|
32248
32248
|
column: 12
|
|
32249
32249
|
},
|
|
32250
32250
|
end: {
|
|
32251
|
-
line:
|
|
32251
|
+
line: 66,
|
|
32252
32252
|
column: 203
|
|
32253
32253
|
}
|
|
32254
32254
|
},
|
|
32255
32255
|
type: "binary-expr",
|
|
32256
32256
|
locations: [{
|
|
32257
32257
|
start: {
|
|
32258
|
-
line:
|
|
32258
|
+
line: 66,
|
|
32259
32259
|
column: 12
|
|
32260
32260
|
},
|
|
32261
32261
|
end: {
|
|
32262
|
-
line:
|
|
32262
|
+
line: 66,
|
|
32263
32263
|
column: 19
|
|
32264
32264
|
}
|
|
32265
32265
|
}, {
|
|
32266
32266
|
start: {
|
|
32267
|
-
line:
|
|
32267
|
+
line: 66,
|
|
32268
32268
|
column: 24
|
|
32269
32269
|
},
|
|
32270
32270
|
end: {
|
|
32271
|
-
line:
|
|
32271
|
+
line: 66,
|
|
32272
32272
|
column: 202
|
|
32273
32273
|
}
|
|
32274
32274
|
}],
|
|
32275
|
-
line:
|
|
32275
|
+
line: 66
|
|
32276
32276
|
},
|
|
32277
32277
|
"11": {
|
|
32278
32278
|
loc: {
|
|
32279
32279
|
start: {
|
|
32280
|
-
line:
|
|
32280
|
+
line: 67,
|
|
32281
32281
|
column: 8
|
|
32282
32282
|
},
|
|
32283
32283
|
end: {
|
|
32284
|
-
line:
|
|
32284
|
+
line: 69,
|
|
32285
32285
|
column: 113
|
|
32286
32286
|
}
|
|
32287
32287
|
},
|
|
32288
32288
|
type: "binary-expr",
|
|
32289
32289
|
locations: [{
|
|
32290
32290
|
start: {
|
|
32291
|
-
line:
|
|
32291
|
+
line: 67,
|
|
32292
32292
|
column: 9
|
|
32293
32293
|
},
|
|
32294
32294
|
end: {
|
|
32295
|
-
line:
|
|
32295
|
+
line: 67,
|
|
32296
32296
|
column: 18
|
|
32297
32297
|
}
|
|
32298
32298
|
}, {
|
|
32299
32299
|
start: {
|
|
32300
|
-
line:
|
|
32300
|
+
line: 67,
|
|
32301
32301
|
column: 22
|
|
32302
32302
|
},
|
|
32303
32303
|
end: {
|
|
32304
|
-
line:
|
|
32304
|
+
line: 67,
|
|
32305
32305
|
column: 29
|
|
32306
32306
|
}
|
|
32307
32307
|
}, {
|
|
32308
32308
|
start: {
|
|
32309
|
-
line:
|
|
32309
|
+
line: 67,
|
|
32310
32310
|
column: 35
|
|
32311
32311
|
},
|
|
32312
32312
|
end: {
|
|
32313
|
-
line:
|
|
32313
|
+
line: 69,
|
|
32314
32314
|
column: 112
|
|
32315
32315
|
}
|
|
32316
32316
|
}],
|
|
32317
|
-
line:
|
|
32317
|
+
line: 67
|
|
32318
32318
|
}
|
|
32319
32319
|
},
|
|
32320
32320
|
s: {
|
|
@@ -32351,7 +32351,7 @@ function cov_2o229yjfa3() {
|
|
|
32351
32351
|
"11": [0, 0, 0]
|
|
32352
32352
|
},
|
|
32353
32353
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
32354
|
-
hash: "
|
|
32354
|
+
hash: "fd441124cfce00b8905c75df8900d218d81482eb"
|
|
32355
32355
|
};
|
|
32356
32356
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
32357
32357
|
|
|
@@ -32372,39 +32372,47 @@ function cov_2o229yjfa3() {
|
|
|
32372
32372
|
cov_2o229yjfa3();
|
|
32373
32373
|
var alertTypes = ( /*#__PURE__*/cov_2o229yjfa3().s[0]++, {
|
|
32374
32374
|
success: {
|
|
32375
|
-
"class": 'bg-success-light border-success',
|
|
32375
|
+
"class": 'bg-success-light border-success komea:border-success-stroke',
|
|
32376
32376
|
icon: 'checkCircle',
|
|
32377
|
-
iconClass: 'text-success'
|
|
32377
|
+
iconClass: 'text-success komea:text-success-dark',
|
|
32378
|
+
textClass: 'komea:text-success-dark'
|
|
32378
32379
|
},
|
|
32379
32380
|
warning: {
|
|
32380
|
-
"class": 'bg-warning-light border-warning-dark',
|
|
32381
|
+
"class": 'bg-warning-light border-warning-dark komea:border-warning-stroke',
|
|
32381
32382
|
icon: 'exclamationTriangle',
|
|
32382
|
-
iconClass: 'text-warning-dark'
|
|
32383
|
+
iconClass: 'text-warning-dark',
|
|
32384
|
+
textClass: 'komea:text-warning-dark'
|
|
32383
32385
|
},
|
|
32384
32386
|
danger: {
|
|
32385
|
-
"class": 'bg-danger-light border-danger',
|
|
32387
|
+
"class": 'bg-danger-light border-danger komea:border-danger-stroke',
|
|
32386
32388
|
icon: 'ban',
|
|
32387
|
-
iconClass: 'text-danger'
|
|
32389
|
+
iconClass: 'text-danger komea:text-danger-dark',
|
|
32390
|
+
textClass: 'komea:text-danger-dark'
|
|
32388
32391
|
},
|
|
32389
32392
|
info: {
|
|
32390
|
-
"class": 'bg-
|
|
32393
|
+
"class": 'bg-info-light border-info-dark komea:border-info-stroke',
|
|
32391
32394
|
icon: 'infoCircle',
|
|
32392
|
-
iconClass: 'text-
|
|
32395
|
+
iconClass: 'text-info-dark',
|
|
32396
|
+
textClass: 'komea:text-info-dark'
|
|
32393
32397
|
},
|
|
32394
32398
|
infoOutline: {
|
|
32395
|
-
"class": 'bg-base-1 border-
|
|
32399
|
+
"class": 'bg-base-1 border-info-dark komea:border-info-stroke',
|
|
32396
32400
|
icon: 'infoCircle',
|
|
32397
|
-
iconClass: 'text-
|
|
32401
|
+
iconClass: 'text-info-dark',
|
|
32402
|
+
textClass: ''
|
|
32398
32403
|
},
|
|
32399
32404
|
infoDark: {
|
|
32400
|
-
|
|
32405
|
+
// O hex cravado não acompanha o `data-chrome`; na chrome nova cai no neutro do design system.
|
|
32406
|
+
"class": 'bg-base-1 border-[#607081] komea:border-card-stroke',
|
|
32401
32407
|
icon: 'infoCircle',
|
|
32402
|
-
iconClass: 'text-[#607081]'
|
|
32408
|
+
iconClass: 'text-[#607081] komea:text-on-base-2',
|
|
32409
|
+
textClass: ''
|
|
32403
32410
|
},
|
|
32404
32411
|
primary: {
|
|
32405
|
-
"class": 'bg-primary-light border-primary',
|
|
32412
|
+
"class": 'bg-primary-light border-primary komea:border-card-stroke',
|
|
32406
32413
|
icon: 'infoCircle',
|
|
32407
|
-
iconClass: 'text-primary'
|
|
32414
|
+
iconClass: 'text-primary',
|
|
32415
|
+
textClass: ''
|
|
32408
32416
|
}
|
|
32409
32417
|
});
|
|
32410
32418
|
cov_2o229yjfa3().s[1]++;
|
|
@@ -32459,7 +32467,7 @@ var AlertComponent = function AlertComponent(_ref) {
|
|
|
32459
32467
|
|
|
32460
32468
|
cov_2o229yjfa3().s[10]++;
|
|
32461
32469
|
return /*#__PURE__*/React.createElement("div", {
|
|
32462
|
-
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'))
|
|
32470
|
+
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'))
|
|
32463
32471
|
}, (cov_2o229yjfa3().b[7][0]++, !hideIcon) && (cov_2o229yjfa3().b[7][1]++, /*#__PURE__*/React.createElement("div", {
|
|
32464
32472
|
className: "alert-icon hidden sm:block flex-shrink-0 mr-3 " + alertTypes[type].iconClass
|
|
32465
32473
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
@@ -32468,11 +32476,11 @@ var AlertComponent = function AlertComponent(_ref) {
|
|
|
32468
32476
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
32469
32477
|
className: "flex-grow flex flex-col sm:flex-row items-start sm:items-center justify-between min-w-0"
|
|
32470
32478
|
}, /*#__PURE__*/React.createElement("div", {
|
|
32471
|
-
className: "flex flex-col justify-center min-w-0 break-words text-f6 text-on-base"
|
|
32479
|
+
className: "flex flex-col justify-center min-w-0 break-words text-f6 text-on-base " + alertTypes[type].textClass
|
|
32472
32480
|
}, /*#__PURE__*/React.createElement("span", {
|
|
32473
|
-
className: "alert-title font-semibold"
|
|
32481
|
+
className: "alert-title font-semibold komea:font-medium"
|
|
32474
32482
|
}, title), (cov_2o229yjfa3().b[9][0]++, subtitle) && (cov_2o229yjfa3().b[9][1]++, /*#__PURE__*/React.createElement("span", {
|
|
32475
|
-
className: "alert-subtitle mt-1"
|
|
32483
|
+
className: "alert-subtitle komea:text-caption mt-1"
|
|
32476
32484
|
}, subtitle))), (cov_2o229yjfa3().b[10][0]++, actions) && (cov_2o229yjfa3().b[10][1]++, /*#__PURE__*/React.createElement("div", {
|
|
32477
32485
|
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"
|
|
32478
32486
|
}, actions))), ((cov_2o229yjfa3().b[11][0]++, showClose) || (cov_2o229yjfa3().b[11][1]++, onClose)) && (cov_2o229yjfa3().b[11][2]++, /*#__PURE__*/React.createElement("div", {
|
|
@@ -34217,7 +34225,7 @@ var badgeTypes = ( /*#__PURE__*/cov_25rl40y45l().s[0]++, {
|
|
|
34217
34225
|
danger: 'bg-danger-dark text-base-1',
|
|
34218
34226
|
success: 'bg-success-dark text-base-1',
|
|
34219
34227
|
warning: 'bg-warning-dark text-base-1',
|
|
34220
|
-
focus: 'bg-
|
|
34228
|
+
focus: 'bg-info text-base-1'
|
|
34221
34229
|
});
|
|
34222
34230
|
var badgeRounded = ( /*#__PURE__*/cov_25rl40y45l().s[1]++, {
|
|
34223
34231
|
full: 'rounded-full',
|
|
@@ -34318,7 +34326,7 @@ function styleInject(css, ref) {
|
|
|
34318
34326
|
}
|
|
34319
34327
|
}
|
|
34320
34328
|
|
|
34321
|
-
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
|
|
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: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}";
|
|
34322
34330
|
styleInject(css_248z,{"insertAt":"top"});
|
|
34323
34331
|
|
|
34324
34332
|
function cov_b2ko1myou() {
|
|
@@ -35640,10 +35648,10 @@ var InformationBoxTypes = ( /*#__PURE__*/cov_hyfq717ac().s[0]++, {
|
|
|
35640
35648
|
},
|
|
35641
35649
|
info: {
|
|
35642
35650
|
title: 'Informação',
|
|
35643
|
-
titleClass: 'text-
|
|
35644
|
-
"class": 'bg-
|
|
35651
|
+
titleClass: 'text-info-dark',
|
|
35652
|
+
"class": 'bg-info-light border-info-dark komea:border-info-stroke',
|
|
35645
35653
|
icon: 'lightbulb',
|
|
35646
|
-
iconClass: 'text-
|
|
35654
|
+
iconClass: 'text-info-dark'
|
|
35647
35655
|
}
|
|
35648
35656
|
});
|
|
35649
35657
|
cov_hyfq717ac().s[1]++;
|
|
@@ -40243,7 +40251,7 @@ cov_ecjrl9ewu();
|
|
|
40243
40251
|
|
|
40244
40252
|
function cov_jn2t2uxfh() {
|
|
40245
40253
|
var path = "/home/runner/_work/admin-components/admin-components/styleguide/src/Components/Modal/Modal.tsx";
|
|
40246
|
-
var hash = "
|
|
40254
|
+
var hash = "5e8444b69bf3713a6c0fd5e1789a7f600329cedb";
|
|
40247
40255
|
var global = new Function("return this")();
|
|
40248
40256
|
var gcv = "__coverage__";
|
|
40249
40257
|
var coverageData = {
|
|
@@ -40794,31 +40802,31 @@ function cov_jn2t2uxfh() {
|
|
|
40794
40802
|
loc: {
|
|
40795
40803
|
start: {
|
|
40796
40804
|
line: 24,
|
|
40797
|
-
column:
|
|
40805
|
+
column: 164
|
|
40798
40806
|
},
|
|
40799
40807
|
end: {
|
|
40800
40808
|
line: 24,
|
|
40801
|
-
column:
|
|
40809
|
+
column: 189
|
|
40802
40810
|
}
|
|
40803
40811
|
},
|
|
40804
40812
|
type: "cond-expr",
|
|
40805
40813
|
locations: [{
|
|
40806
40814
|
start: {
|
|
40807
40815
|
line: 24,
|
|
40808
|
-
column:
|
|
40816
|
+
column: 178
|
|
40809
40817
|
},
|
|
40810
40818
|
end: {
|
|
40811
40819
|
line: 24,
|
|
40812
|
-
column:
|
|
40820
|
+
column: 184
|
|
40813
40821
|
}
|
|
40814
40822
|
}, {
|
|
40815
40823
|
start: {
|
|
40816
40824
|
line: 24,
|
|
40817
|
-
column:
|
|
40825
|
+
column: 187
|
|
40818
40826
|
},
|
|
40819
40827
|
end: {
|
|
40820
40828
|
line: 24,
|
|
40821
|
-
column:
|
|
40829
|
+
column: 189
|
|
40822
40830
|
}
|
|
40823
40831
|
}],
|
|
40824
40832
|
line: 24
|
|
@@ -40964,7 +40972,7 @@ function cov_jn2t2uxfh() {
|
|
|
40964
40972
|
"12": [0, 0]
|
|
40965
40973
|
},
|
|
40966
40974
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
40967
|
-
hash: "
|
|
40975
|
+
hash: "5e8444b69bf3713a6c0fd5e1789a7f600329cedb"
|
|
40968
40976
|
};
|
|
40969
40977
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
40970
40978
|
|
|
@@ -41066,7 +41074,7 @@ var ModalComponent = function ModalComponent(_ref) {
|
|
|
41066
41074
|
return /*#__PURE__*/React.createElement("div", Object.assign({}, props), /*#__PURE__*/React.createElement("div", {
|
|
41067
41075
|
className: "ReactModal__header w-full flex justify-between items-start"
|
|
41068
41076
|
}, /*#__PURE__*/React.createElement("span", {
|
|
41069
|
-
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]++, ''))
|
|
41077
|
+
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]++, ''))
|
|
41070
41078
|
}, headerTitle), /*#__PURE__*/React.createElement("button", {
|
|
41071
41079
|
type: "button",
|
|
41072
41080
|
id: "btnCloseModal",
|