archcss 2.0.0 → 3.0.0-beta.2
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/{css/architect.css → dist/attribution.css} +1 -4
- package/{css/arch.dev.css → dist/css/main.css} +229752 -155771
- package/dist/index.css +317741 -0
- package/dist/js/plugin.js +874 -0
- package/dist/ui/style.css +317741 -0
- package/{css/@fontawesome/css/fontawesome.css → dist/webfonts/fontawesome/css/fontawessome.css} +4 -37
- package/{css/@fontawesome/css/fontawesome.min.css → dist/webfonts/fontawesome/css/fontawessome.min.css} +3 -3
- package/{css/@fontawesome → dist/webfonts/fontawesome}/js/all.js +231 -275
- package/dist/webfonts/fontawesome/js/all.min.js +6 -0
- package/dist/webfonts/fontawesome/webfonts/fa-brands-400.ttf +0 -0
- package/dist/webfonts/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/dist/webfonts/fontawesome/webfonts/fa-regular-400.ttf +0 -0
- package/dist/webfonts/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/dist/webfonts/fontawesome/webfonts/fa-solid-900.ttf +0 -0
- package/dist/webfonts/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/dist/webfonts/fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
- package/dist/webfonts/fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
- package/dist/webfonts/googleapis/fonts.min.css +1 -0
- package/dist/webfonts/lucide/css/lucide.css +72 -0
- package/dist/webfonts/lucide/css/lucide.min.css +1 -0
- package/dist/webfonts/lucide/js/lucide.min.js +12 -0
- package/license.md +32 -0
- package/package.json +54 -19
- package/readme.md +88 -32
- package/changelog +0 -76
- package/css/@fontawesome/js/all.min.js +0 -6
- package/css/@fontawesome/webfonts/fa-brands-400.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/css/@fontawesome/webfonts/fa-regular-400.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/css/@fontawesome/webfonts/fa-solid-900.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/css/@fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
- package/css/@fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
- package/css/@googleapis/fonts.min.css +0 -1
- package/css/arch.min.css +0 -6
- package/index.js +0 -16
- package/js/dom.js +0 -1106
- package/licence +0 -21
- /package/{css/@fontawesome → dist/webfonts/fontawesome}/LICENSE.txt +0 -0
- /package/{css/@googleapis → dist/webfonts/googleapis}/fonts.css +0 -0
package/{css/@fontawesome/css/fontawesome.css → dist/webfonts/fontawesome/css/fontawessome.css}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.
|
|
2
|
+
* Font Awesome Free 6.4.2 by fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2023 Fonticons, Inc.
|
|
5
5
|
*/
|
|
@@ -5969,6 +5969,9 @@ readers do not read off random characters that represent icons */
|
|
|
5969
5969
|
.fa-share::before {
|
|
5970
5970
|
content: "\f064"; }
|
|
5971
5971
|
|
|
5972
|
+
.fa-arrow-turn-right::before {
|
|
5973
|
+
content: "\f064"; }
|
|
5974
|
+
|
|
5972
5975
|
.fa-mail-forward::before {
|
|
5973
5976
|
content: "\f064"; }
|
|
5974
5977
|
|
|
@@ -6418,9 +6421,6 @@ readers do not read off random characters that represent icons */
|
|
|
6418
6421
|
.fa-ups:before {
|
|
6419
6422
|
content: "\f7e0"; }
|
|
6420
6423
|
|
|
6421
|
-
.fa-pixiv:before {
|
|
6422
|
-
content: "\e640"; }
|
|
6423
|
-
|
|
6424
6424
|
.fa-wpexplorer:before {
|
|
6425
6425
|
content: "\f2de"; }
|
|
6426
6426
|
|
|
@@ -6526,9 +6526,6 @@ readers do not read off random characters that represent icons */
|
|
|
6526
6526
|
.fa-deskpro:before {
|
|
6527
6527
|
content: "\f38f"; }
|
|
6528
6528
|
|
|
6529
|
-
.fa-brave:before {
|
|
6530
|
-
content: "\e63c"; }
|
|
6531
|
-
|
|
6532
6529
|
.fa-sistrix:before {
|
|
6533
6530
|
content: "\f3ee"; }
|
|
6534
6531
|
|
|
@@ -6697,9 +6694,6 @@ readers do not read off random characters that represent icons */
|
|
|
6697
6694
|
.fa-cloudsmith:before {
|
|
6698
6695
|
content: "\f384"; }
|
|
6699
6696
|
|
|
6700
|
-
.fa-opensuse:before {
|
|
6701
|
-
content: "\e62b"; }
|
|
6702
|
-
|
|
6703
6697
|
.fa-pied-piper-alt:before {
|
|
6704
6698
|
content: "\f1a8"; }
|
|
6705
6699
|
|
|
@@ -6844,9 +6838,6 @@ readers do not read off random characters that represent icons */
|
|
|
6844
6838
|
.fa-bluetooth-b:before {
|
|
6845
6839
|
content: "\f294"; }
|
|
6846
6840
|
|
|
6847
|
-
.fa-square-letterboxd:before {
|
|
6848
|
-
content: "\e62e"; }
|
|
6849
|
-
|
|
6850
6841
|
.fa-sticker-mule:before {
|
|
6851
6842
|
content: "\f3f7"; }
|
|
6852
6843
|
|
|
@@ -6880,9 +6871,6 @@ readers do not read off random characters that represent icons */
|
|
|
6880
6871
|
.fa-confluence:before {
|
|
6881
6872
|
content: "\f78d"; }
|
|
6882
6873
|
|
|
6883
|
-
.fa-shoelace:before {
|
|
6884
|
-
content: "\e60c"; }
|
|
6885
|
-
|
|
6886
6874
|
.fa-mdb:before {
|
|
6887
6875
|
content: "\f8ca"; }
|
|
6888
6876
|
|
|
@@ -7006,9 +6994,6 @@ readers do not read off random characters that represent icons */
|
|
|
7006
6994
|
.fa-envira:before {
|
|
7007
6995
|
content: "\f299"; }
|
|
7008
6996
|
|
|
7009
|
-
.fa-google-scholar:before {
|
|
7010
|
-
content: "\e63b"; }
|
|
7011
|
-
|
|
7012
6997
|
.fa-square-gitlab:before {
|
|
7013
6998
|
content: "\e5ae"; }
|
|
7014
6999
|
|
|
@@ -7141,9 +7126,6 @@ readers do not read off random characters that represent icons */
|
|
|
7141
7126
|
.fa-vine:before {
|
|
7142
7127
|
content: "\f1ca"; }
|
|
7143
7128
|
|
|
7144
|
-
.fa-signal-messenger:before {
|
|
7145
|
-
content: "\e663"; }
|
|
7146
|
-
|
|
7147
7129
|
.fa-paypal:before {
|
|
7148
7130
|
content: "\f1ed"; }
|
|
7149
7131
|
|
|
@@ -7177,9 +7159,6 @@ readers do not read off random characters that represent icons */
|
|
|
7177
7159
|
.fa-nfc-symbol:before {
|
|
7178
7160
|
content: "\e531"; }
|
|
7179
7161
|
|
|
7180
|
-
.fa-mintbit:before {
|
|
7181
|
-
content: "\e62f"; }
|
|
7182
|
-
|
|
7183
7162
|
.fa-ethereum:before {
|
|
7184
7163
|
content: "\f42e"; }
|
|
7185
7164
|
|
|
@@ -7204,9 +7183,6 @@ readers do not read off random characters that represent icons */
|
|
|
7204
7183
|
.fa-bimobject:before {
|
|
7205
7184
|
content: "\f378"; }
|
|
7206
7185
|
|
|
7207
|
-
.fa-brave-reverse:before {
|
|
7208
|
-
content: "\e63d"; }
|
|
7209
|
-
|
|
7210
7186
|
.fa-facebook-f:before {
|
|
7211
7187
|
content: "\f39e"; }
|
|
7212
7188
|
|
|
@@ -7309,9 +7285,6 @@ readers do not read off random characters that represent icons */
|
|
|
7309
7285
|
.fa-tencent-weibo:before {
|
|
7310
7286
|
content: "\f1d5"; }
|
|
7311
7287
|
|
|
7312
|
-
.fa-letterboxd:before {
|
|
7313
|
-
content: "\e62d"; }
|
|
7314
|
-
|
|
7315
7288
|
.fa-symfony:before {
|
|
7316
7289
|
content: "\f83d"; }
|
|
7317
7290
|
|
|
@@ -7450,9 +7423,6 @@ readers do not read off random characters that represent icons */
|
|
|
7450
7423
|
.fa-cmplid:before {
|
|
7451
7424
|
content: "\e360"; }
|
|
7452
7425
|
|
|
7453
|
-
.fa-upwork:before {
|
|
7454
|
-
content: "\e641"; }
|
|
7455
|
-
|
|
7456
7426
|
.fa-facebook:before {
|
|
7457
7427
|
content: "\f09a"; }
|
|
7458
7428
|
|
|
@@ -7627,9 +7597,6 @@ readers do not read off random characters that represent icons */
|
|
|
7627
7597
|
.fa-supple:before {
|
|
7628
7598
|
content: "\f3f9"; }
|
|
7629
7599
|
|
|
7630
|
-
.fa-webflow:before {
|
|
7631
|
-
content: "\e65c"; }
|
|
7632
|
-
|
|
7633
7600
|
.fa-rebel:before {
|
|
7634
7601
|
content: "\f1d0"; }
|
|
7635
7602
|
|