File tree Expand file tree Collapse file tree 5 files changed +23
-17
lines changed Expand file tree Collapse file tree 5 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 2
2
"files" : [
3
3
{
4
4
"path" : " ./dist/css/coreui-grid.css" ,
5
- "maxSize" : " 7.5 kB"
5
+ "maxSize" : " 7.50 kB"
6
6
},
7
7
{
8
8
"path" : " ./dist/css/coreui-grid.min.css" ,
9
9
"maxSize" : " 6.55 kB"
10
10
},
11
11
{
12
12
"path" : " ./dist/css/coreui-reboot.css" ,
13
- "maxSize" : " 3.55 kB"
13
+ "maxSize" : " 3.75 kB"
14
14
},
15
15
{
16
16
"path" : " ./dist/css/coreui-reboot.min.css" ,
17
- "maxSize" : " 3.4 kB"
17
+ "maxSize" : " 3.60 kB"
18
18
},
19
19
{
20
20
"path" : " ./dist/css/coreui-utilities.css" ,
21
- "maxSize" : " 12.90 kB"
21
+ "maxSize" : " 13.85 kB"
22
22
},
23
23
{
24
24
"path" : " ./dist/css/coreui-utilities.min.css" ,
25
- "maxSize" : " 11.90 kB"
25
+ "maxSize" : " 13.25 kB"
26
26
},
27
27
{
28
28
"path" : " ./dist/css/coreui.css" ,
29
- "maxSize" : " 39.70 kB"
29
+ "maxSize" : " 50.00 kB"
30
30
},
31
31
{
32
32
"path" : " ./dist/css/coreui.min.css" ,
33
- "maxSize" : " 37.05 kB"
33
+ "maxSize" : " 47.20 kB"
34
34
},
35
35
{
36
36
"path" : " ./dist/js/coreui.bundle.js" ,
37
- "maxSize" : " 45.85 kB"
37
+ "maxSize" : " 76.05 kB"
38
38
},
39
39
{
40
40
"path" : " ./dist/js/coreui.bundle.min.js" ,
41
- "maxSize" : " 24.75 kB"
41
+ "maxSize" : " 44.00 kB"
42
42
},
43
43
{
44
44
"path" : " ./dist/js/coreui.esm.js" ,
45
- "maxSize" : " 30 .80 kB"
45
+ "maxSize" : " 60 .80 kB"
46
46
},
47
47
{
48
48
"path" : " ./dist/js/coreui.esm.min.js" ,
49
- "maxSize" : " 19.75 kB"
49
+ "maxSize" : " 41.10 kB"
50
50
},
51
51
{
52
52
"path" : " ./dist/js/coreui.js" ,
53
- "maxSize" : " 31.55 kB"
53
+ "maxSize" : " 62.00 kB"
54
54
},
55
55
{
56
56
"path" : " ./dist/js/coreui.min.js" ,
57
- "maxSize" : " 17.65 kB"
57
+ "maxSize" : " 37.00 kB"
58
58
}
59
59
],
60
60
"ci" : {
Original file line number Diff line number Diff line change
1
+ name : " CodeQL config"
2
+ paths-ignore :
3
+ - dist
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Docs
3
3
on :
4
4
push :
5
5
branches :
6
- - v5
6
+ - main
7
7
pull_request :
8
8
workflow_dispatch :
9
9
44
44
- name : Run linkinator
45
45
uses : JustinBeckwith/linkinator-action@v1
46
46
with :
47
- paths : _gh-pages
47
+ paths : _gh_pages
48
48
recurse : true
49
49
verbosity : error
50
50
skip : " ^(?!http://localhost)"
Original file line number Diff line number Diff line change 29
29
with :
30
30
node-version : " ${{ env.NODE }}"
31
31
32
+ - name : Install npm dependencies
33
+ run : npm ci
34
+
32
35
- name : Build CSS with node-sass
33
36
run : |
34
37
npx --package node-sass@latest node-sass --version
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ describe('Popover', () => {
109
109
}
110
110
} )
111
111
112
- popoverEl . addEventListener ( 'shown.bs .popover' , ( ) => {
112
+ popoverEl . addEventListener ( 'shown.coreui .popover' , ( ) => {
113
113
const popoverDisplayed = document . querySelector ( '.popover' )
114
114
115
115
expect ( popoverDisplayed ) . not . toBeNull ( )
@@ -136,7 +136,7 @@ describe('Popover', () => {
136
136
}
137
137
} )
138
138
139
- popoverEl . addEventListener ( 'shown.bs .popover' , ( ) => {
139
+ popoverEl . addEventListener ( 'shown.coreui .popover' , ( ) => {
140
140
const popoverDisplayed = document . querySelector ( '.popover' )
141
141
142
142
expect ( popoverDisplayed ) . not . toBeNull ( )
You can’t perform that action at this time.
0 commit comments