Skip to content

Commit 347e1eb

Browse files
committed
.
1 parent 966944d commit 347e1eb

6,542 files changed

Lines changed: 213713 additions & 76198 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/sh
2+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3+
4+
case `uname` in
5+
*CYGWIN*|*MINGW*|*MSYS*)
6+
if command -v cygpath > /dev/null 2>&1; then
7+
basedir=`cygpath -w "$basedir"`
8+
fi
9+
;;
10+
esac
11+
12+
if [ -x "$basedir/node" ]; then
13+
exec "$basedir/node" "$basedir/../requirejs/bin/r.js" "$@"
14+
else
15+
exec node "$basedir/../requirejs/bin/r.js" "$@"
16+
fi
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@ECHO off
2+
GOTO start
3+
:find_dp0
4+
SET dp0=%~dp0
5+
EXIT /b
6+
:start
7+
SETLOCAL
8+
CALL :find_dp0
9+
10+
IF EXIST "%dp0%\node.exe" (
11+
SET "_prog=%dp0%\node.exe"
12+
) ELSE (
13+
SET "_prog=node"
14+
SET PATHEXT=%PATHEXT:;.JS;=;%
15+
)
16+
17+
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\requirejs\bin\r.js" %*
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#!/usr/bin/env pwsh
2+
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
3+
4+
$exe=""
5+
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
6+
# Fix case when both the Windows and Linux builds of Node
7+
# are installed in the same directory
8+
$exe=".exe"
9+
}
10+
$ret=0
11+
if (Test-Path "$basedir/node$exe") {
12+
# Support pipeline input
13+
if ($MyInvocation.ExpectingInput) {
14+
$input | & "$basedir/node$exe" "$basedir/../requirejs/bin/r.js" $args
15+
} else {
16+
& "$basedir/node$exe" "$basedir/../requirejs/bin/r.js" $args
17+
}
18+
$ret=$LASTEXITCODE
19+
} else {
20+
# Support pipeline input
21+
if ($MyInvocation.ExpectingInput) {
22+
$input | & "node$exe" "$basedir/../requirejs/bin/r.js" $args
23+
} else {
24+
& "node$exe" "$basedir/../requirejs/bin/r.js" $args
25+
}
26+
$ret=$LASTEXITCODE
27+
}
28+
exit $ret
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/sh
2+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3+
4+
case `uname` in
5+
*CYGWIN*|*MINGW*|*MSYS*)
6+
if command -v cygpath > /dev/null 2>&1; then
7+
basedir=`cygpath -w "$basedir"`
8+
fi
9+
;;
10+
esac
11+
12+
if [ -x "$basedir/node" ]; then
13+
exec "$basedir/node" "$basedir/../requirejs/bin/r.js" "$@"
14+
else
15+
exec node "$basedir/../requirejs/bin/r.js" "$@"
16+
fi
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@ECHO off
2+
GOTO start
3+
:find_dp0
4+
SET dp0=%~dp0
5+
EXIT /b
6+
:start
7+
SETLOCAL
8+
CALL :find_dp0
9+
10+
IF EXIST "%dp0%\node.exe" (
11+
SET "_prog=%dp0%\node.exe"
12+
) ELSE (
13+
SET "_prog=node"
14+
SET PATHEXT=%PATHEXT:;.JS;=;%
15+
)
16+
17+
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\requirejs\bin\r.js" %*
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#!/usr/bin/env pwsh
2+
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
3+
4+
$exe=""
5+
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
6+
# Fix case when both the Windows and Linux builds of Node
7+
# are installed in the same directory
8+
$exe=".exe"
9+
}
10+
$ret=0
11+
if (Test-Path "$basedir/node$exe") {
12+
# Support pipeline input
13+
if ($MyInvocation.ExpectingInput) {
14+
$input | & "$basedir/node$exe" "$basedir/../requirejs/bin/r.js" $args
15+
} else {
16+
& "$basedir/node$exe" "$basedir/../requirejs/bin/r.js" $args
17+
}
18+
$ret=$LASTEXITCODE
19+
} else {
20+
# Support pipeline input
21+
if ($MyInvocation.ExpectingInput) {
22+
$input | & "node$exe" "$basedir/../requirejs/bin/r.js" $args
23+
} else {
24+
& "node$exe" "$basedir/../requirejs/bin/r.js" $args
25+
}
26+
$ret=$LASTEXITCODE
27+
}
28+
exit $ret

hub-login/static/components/.package-lock.json

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hub-login/static/components/@fortawesome/fontawesome-free/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ as SVG and JS file types.
2323
In the Font Awesome Free download, the SIL OFL license applies to all icons
2424
packaged as web and desktop font files.
2525

26-
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
26+
Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
2727
with Reserved Font Name: "Font Awesome".
2828

2929
This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
123123
In the Font Awesome Free download, the MIT license applies to all non-font and
124124
non-icon files.
125125

126-
Copyright 2024 Fonticons, Inc.
126+
Copyright 2026 Fonticons, Inc.
127127

128128
Permission is hereby granted, free of charge, to any person obtaining a copy of
129129
this software and associated documentation files (the "Software"), to deal in the
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# @fortawesome/fontawesome-free - The Official Font Awesome 7 NPM package
2+
3+
> "I came here to chew bubblegum and install Font Awesome 7 - and I'm all out of bubblegum"
4+
5+
[![npm](https://img.shields.io/npm/v/@fortawesome/fontawesome-free.svg?style=flat-square)](https://www.npmjs.com/package/@fortawesome/fontawesome-free)
6+
7+
## Installation
8+
9+
```
10+
$ npm i --save @fortawesome/fontawesome-free
11+
```
12+
13+
Or
14+
15+
```
16+
$ yarn add @fortawesome/fontawesome-free
17+
```
18+
19+
## What's included?
20+
21+
**This package includes all the same files available through our Free and Pro CDN.**
22+
23+
* /js - All JavaScript files associated with Font Awesome 7 SVG with JS
24+
* /css - All CSS using the classic Web Fonts with CSS implementation
25+
* /sprites - SVG icons packaged in a convenient sprite
26+
* /scss - CSS Pre-processor files for Web Fonts with CSS
27+
* /webfonts - Accompanying files for Web Fonts with CSS
28+
* /svg - Individual icon files in SVG format
29+
30+
## Documentation
31+
32+
Get started [here](https://docs.fontawesome.com/web/setup/get-started). Continue your journey [here](https://docs.fontawesome.com/web/setup/packages).
33+
34+
Or go straight to the [API documentation](https://docs.fontawesome.com/apis/javascript/get-started).
35+
36+
## Issues and support
37+
38+
Start with [GitHub issues](https://github.com/FortAwesome/Font-Awesome/issues) and ping us on [Twitter](https://twitter.com/fontawesome) if you need to.

hub-login/static/components/@fortawesome/fontawesome-free/attribution.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)