25
25
< link href ="styles/prism.css " rel ="Stylesheet ">
26
26
< link href ="styles/logo-styles.css " rel ="Stylesheet ">
27
27
< link href ="styles/font-jb-sans-auto.css " rel ="Stylesheet ">
28
+ < link href ="ui-kit/ui-kit.min.css " rel ="Stylesheet ">
28
29
< script type ="text/javascript " src ="scripts/clipboard.js " async ="async "> </ script >
29
30
< script type ="text/javascript " src ="scripts/navigation-loader.js " async ="async "> </ script >
30
31
< script type ="text/javascript " src ="scripts/platform-content-handler.js " async ="async "> </ script >
31
32
< script type ="text/javascript " src ="scripts/main.js " defer ="defer "> </ script >
32
33
< script type ="text/javascript " src ="scripts/prism.js " async ="async "> </ script >
34
+ < script type ="text/javascript " src ="ui-kit/ui-kit.min.js " defer ="defer "> </ script >
33
35
< script type ="text/javascript " src ="scripts/symbol-parameters-wrapper_deferred.js " defer ="defer "> </ script >
34
36
</ head >
35
37
< body >
36
38
< div class ="root ">
37
- < nav class ="navigation " id ="navigation-wrapper ">
38
- < div class ="navigation--inner ">
39
- < div class ="navigation-title ">
40
- < button class ="menu-toggle " id ="menu-toggle " type ="button "> toggle menu</ button >
41
- < div class ="library-name ">
42
- < a class ="library-name--link " href ="index.html ">
43
- error
44
- </ a >
39
+ < nav class ="navigation theme-dark " id ="navigation-wrapper ">
40
+ < a class ="library-name--link " href ="index.html ">
41
+ error
42
+ </ a >
43
+ < button class ="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only " id ="toc-toggle "
44
+ type ="button "> Toggle table of contents
45
+ </ button >
46
+ < div class ="navigation-controls--break ui-kit_mobile-only "> </ div >
47
+ < div class ="library-version " id ="library-version ">
48
+ 0.3.0 </ div >
49
+ < div class ="navigation-controls ">
50
+ < button class ="navigation-controls--btn navigation-controls--btn_theme " id ="theme-toggle-button "
51
+ type ="button "> Switch theme
52
+ </ button >
53
+ < div class ="navigation-controls--btn navigation-controls--btn_search " id ="searchBar " role ="button "> Search in
54
+ API
45
55
</ div >
46
- < div class ="library-version ">
47
- 0.2.0 </ div >
48
56
</ div >
49
- </ div >
50
- < div class ="navigation-controls ">
51
- < button class ="navigation-controls--btn navigation-controls--theme " id ="theme-toggle-button " type ="button "> switch theme</ button >
52
- < div class ="navigation-controls--btn navigation-controls--search " id ="searchBar " role ="button "> search in API</ div >
53
- </ div >
54
- </ nav >
57
+ </ nav >
55
58
< div id ="container ">
56
59
< div class ="sidebar " id ="leftColumn ">
57
- < div class ="sidebar--inner " id ="sideMenu "> </ div >
60
+ < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
61
+ < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list "
62
+ data-role ="dropdown-listbox ">
63
+ < div class ="dropdown--header ">
64
+ < span >
65
+ error
66
+ </ span >
67
+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
68
+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
69
+ </ button >
70
+ </ div >
71
+ < div class ="sidebar--inner " id ="sideMenu "> </ div >
72
+ </ ul >
73
+ < div class ="dropdown--overlay "> </ div >
74
+ </ div >
58
75
</ div >
59
76
< div id ="main ">
60
77
< div class ="main-content " id ="content " pageIds ="error::.ext/allModules///PointingToDeclaration//0 ">
@@ -77,13 +94,18 @@ <h2 class="">All modules:</h2>
77
94
</ div >
78
95
</ div >
79
96
</ div >
80
- < div class ="footer ">
81
- < span class ="go-to-top-icon "> < a href ="#content " id ="go-to-top-link "> </ a > </ span > < span > © 2025 Copyright</ span > < span
82
- class ="pull-right "> < span > Generated by </ span > < a
83
- href ="https://github.com/Kotlin/dokka "> < span > dokka</ span > < span class ="padded-icon "> </ span > </ a > </ span >
84
- </ div >
97
+ < div class ="footer ">
98
+ < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
99
+ < span > © 2025 Copyright</ span >
100
+ < span class ="pull-right ">
101
+ < span > Generated by </ span >
102
+ < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
103
+ < span > dokka</ span >
104
+ </ a >
105
+ </ span >
106
+ </ div >
85
107
</ div >
86
108
</ div >
87
109
</ div >
88
110
</ body >
89
- </ html >
111
+ </ html >
0 commit comments