File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,10 +73,6 @@ It is intended to replace internal frameworks and the previous [ODS](https://git
7373 <td style="padding:10px;">Divider</td>
7474 <td>1.0.0</td>
7575 </tr>
76- <tr>
77- <td style="padding:10px;">Form Input</td>
78- <td>1.3.0</td>
79- </tr>
8076 <tr>
8177 <td style="padding:10px;">Link</td>
8278 <td>2.2.0</td>
@@ -97,6 +93,10 @@ It is intended to replace internal frameworks and the previous [ODS](https://git
9793 <td style="padding:10px;">Tag</td>
9894 <td>1.4.0</td>
9995 </tr>
96+ <tr>
97+ <td style="padding:10px;">Text Input</td>
98+ <td>1.3.0</td>
99+ </tr>
100100 </tbody >
101101</table >
102102
Original file line number Diff line number Diff line change 126126 font-size : 20px ;
127127 margin-right : 5px ;
128128 }
129+ .section-subtitle {
130+ margin-bottom : 5px ;
131+ }
129132
130133 /* Sidebar links styling */
131134 .sidebar-offcanvas-left a {
165168 display : none !important ;
166169 }
167170
171+
168172 /* Main content padding reset */
169173 .main-content {
170174 padding : 0 !important ;
305309 }
306310 }
307311
312+ .package-name {
313+ color : var (--color-key-orange );
314+ font-size : var(--font-size-heading-medium ;
315+ margin-bottom: 20px ;
316+ }
317+
308318 </ style >
309319 < script >
310320 document . addEventListener ( "DOMContentLoaded" , ( ) => {
478488 element . style . display = 'none' ;
479489 }
480490 } ) ;
491+ //selecte element package name
492+ const element = document . querySelector ( '.package-name' ) ;
493+ element . textContent = 'Core' ;
481494
482495 </ script >
483496 </ footer >
You can’t perform that action at this time.
0 commit comments