archcss 2.0.0 → 3.0.0-beta.1

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.
Files changed (40) hide show
  1. package/changelog +93 -3
  2. package/css/{arch.dev.css → arch.css} +229748 -155773
  3. package/css/{architect.css → attribution.css} +1 -4
  4. package/index.js +3 -3
  5. package/js/plugin.js +874 -0
  6. package/package.json +8 -6
  7. package/readme.md +146 -21
  8. package/ui/attribution.css +6 -0
  9. package/ui/style.css +317735 -0
  10. package/{css/@fontawesome/css/fontawesome.css → webfonts/fontawesome/css/fontawessome.css} +5221 -2686
  11. package/webfonts/fontawesome/css/fontawessome.min.css +8104 -0
  12. package/webfonts/fontawesome/webfonts/fa-brands-400.ttf +0 -0
  13. package/webfonts/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
  14. package/webfonts/fontawesome/webfonts/fa-regular-400.ttf +0 -0
  15. package/webfonts/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
  16. package/webfonts/fontawesome/webfonts/fa-solid-900.ttf +0 -0
  17. package/webfonts/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
  18. package/webfonts/fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
  19. package/webfonts/fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
  20. package/{css/@googleapis → webfonts/googleapis}/fonts.css +1 -1
  21. package/webfonts/googleapis/fonts.min.css +71 -0
  22. package/webfonts/lucide/css/lucide.css +72 -0
  23. package/webfonts/lucide/css/lucide.min.css +1 -0
  24. package/webfonts/lucide/js/lucide.min.js +12 -0
  25. package/css/@fontawesome/LICENSE.txt +0 -165
  26. package/css/@fontawesome/css/fontawesome.min.css +0 -9
  27. package/css/@fontawesome/js/all.js +0 -6026
  28. package/css/@fontawesome/js/all.min.js +0 -6
  29. package/css/@fontawesome/webfonts/fa-brands-400.ttf +0 -0
  30. package/css/@fontawesome/webfonts/fa-brands-400.woff2 +0 -0
  31. package/css/@fontawesome/webfonts/fa-regular-400.ttf +0 -0
  32. package/css/@fontawesome/webfonts/fa-regular-400.woff2 +0 -0
  33. package/css/@fontawesome/webfonts/fa-solid-900.ttf +0 -0
  34. package/css/@fontawesome/webfonts/fa-solid-900.woff2 +0 -0
  35. package/css/@fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
  36. package/css/@fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
  37. package/css/@googleapis/fonts.min.css +0 -1
  38. package/css/arch.min.css +0 -6
  39. package/js/dom.js +0 -1106
  40. /package/{licence → license} +0 -0
@@ -68,4 +68,4 @@
68
68
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
69
69
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap");
70
70
  @import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap");
71
- @import url("https://fonts.googleapis.com/css2?family=Crimson+pro:wght@300;400;500;600;700&display=swap");
71
+ @import url("https://fonts.googleapis.com/css2?family=Crimson+pro:wght@300;400;500;600;700&display=swap");
@@ -0,0 +1,71 @@
1
+ @import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";
2
+ @import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap";
3
+ @import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap";
4
+ @import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";
5
+ @import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap";
6
+ @import "https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap";
7
+ @import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;600;700&display=swap";
8
+ @import "https://fonts.googleapis.com/css2?family=PT+Sans:wght@300;400;500;600;700&display=swap";
9
+ @import "https://fonts.googleapis.com/css2?family=Droid+Sans:wght@300;400;500;600;700&display=swap";
10
+ @import "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
11
+ @import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
12
+ @import "https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap";
13
+ @import "https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;500;600;700&display=swap";
14
+ @import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700&display=swap";
15
+ @import "https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap";
16
+ @import "https://fonts.googleapis.com/css2?family=Cabin:wght@300;400;500;600;700&display=swap";
17
+ @import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";
18
+ @import "https://fonts.googleapis.com/css2?family=Arimo:wght@300;400;500;600;700&display=swap";
19
+ @import "https://fonts.googleapis.com/css2?family=Lobster:wght@300;400;500;600;700&display=swap";
20
+ @import "https://fonts.googleapis.com/css2?family=Pacifico:wght@300;400;500;600;700&display=swap";
21
+ @import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap";
22
+ @import "https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap";
23
+ @import "https://fonts.googleapis.com/css2?family=Crimson+Text:wght@300;400;500;600;700&display=swap";
24
+ @import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap";
25
+ @import "https://fonts.googleapis.com/css2?family=Gugi:wght@300;400;500;600;700&display=swap";
26
+ @import "https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;700&display=swap";
27
+ @import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap";
28
+ @import "https://fonts.googleapis.com/css2?family=Play:wght@300;400;500;600;700&display=swap";
29
+ @import "https://fonts.googleapis.com/css2?family=Alegreya:wght@300;400;500;600;700&display=swap";
30
+ @import "https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;500;600;700&display=swap";
31
+ @import "https://fonts.googleapis.com/css2?family=Pinyon+Script:wght@300;400;500;600;700&display=swap";
32
+ @import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;600;700&display=swap";
33
+ @import "https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap";
34
+ @import "https://fonts.googleapis.com/css2?family=Indie+Flower:wght@300;400;500;600;700&display=swap";
35
+ @import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@300;400;500;600;700&display=swap";
36
+ @import "https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;500;600;700&display=swap";
37
+ @import "https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap";
38
+ @import "https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700&display=swap";
39
+ @import "https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@300;400;500;600;700&display=swap";
40
+ @import "https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700&display=swap";
41
+ @import "https://fonts.googleapis.com/css2?family=Abril+Fatface:wght@300;400;500;600;700&display=swap";
42
+ @import "https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&display=swap";
43
+ @import "https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@300;400;500;600;700&display=swap";
44
+ @import "https://fonts.googleapis.com/css2?family=Oswald+Stencil:wght@300;400;500;600;700&display=swap";
45
+ @import "https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&display=swap";
46
+ @import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap";
47
+ @import "https://fonts.googleapis.com/css2?family=Arvo:wght@300;400;500;600;700&display=swap";
48
+ @import "https://fonts.googleapis.com/css2?family=Monda:wght@300;400;500;600;700&display=swap";
49
+ @import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&display=swap";
50
+ @import "https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap";
51
+ @import "https://fonts.googleapis.com/css2?family=PT+Serif:wght@300;400;500;600;700&display=swap";
52
+ @import "https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;600;700&display=swap";
53
+ @import "https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap";
54
+ @import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;500;600;700&display=swap";
55
+ @import "https://fonts.googleapis.com/css2?family=Archivo+Black:wght@300;400;500;600;700&display=swap";
56
+ @import "https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400;500;600;700&display=swap";
57
+ @import "https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;400;500;600;700&display=swap";
58
+ @import "https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700&display=swap";
59
+ @import "https://fonts.googleapis.com/css2?family=Bree+Serif:wght@300;400;500;600;700&display=swap";
60
+ @import "https://fonts.googleapis.com/css2?family=Rubik+Mono+One:wght@300;400;500;600;700&display=swap";
61
+ @import "https://fonts.googleapis.com/css2?family=Abel:wght@300;400;500;600;700&display=swap";
62
+ @import "https://fonts.googleapis.com/css2?family=Questrial:wght@300;400;500;600;700&display=swap";
63
+ @import "https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&display=swap";
64
+ @import "https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap";
65
+ @import "https://fonts.googleapis.com/css2?family=Rokkitt:wght@300;400;500;600;700&display=swap";
66
+ @import "https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;500;600;700&display=swap";
67
+ @import "https://fonts.googleapis.com/css2?family=Droid+Serif:wght@300;400;500;600;700&display=swap";
68
+ @import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap";
69
+ @import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";
70
+ @import "https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap";
71
+ @import "https://fonts.googleapis.com/css2?family=Crimson+pro:wght@300;400;500;600;700&display=swap";
@@ -0,0 +1,72 @@
1
+ /*!
2
+ * Lucide Icons — CSS base styles
3
+ * Version : 1.17.0
4
+ * License : ISC https://lucide.dev/license
5
+ * Project : https://lucide.dev
6
+ */
7
+
8
+ /* Default icon tokens — override at :root or on any ancestor */
9
+ :root {
10
+ --lucide-size : 1.5rem;
11
+ --lucide-stroke : 2;
12
+ --lucide-color : currentColor;
13
+ --lucide-fill : none;
14
+ --lucide-cap : round;
15
+ --lucide-join : round;
16
+ }
17
+
18
+ /* Base styles applied to every rendered Lucide SVG */
19
+ svg.lucide {
20
+ width : var(--lucide-size);
21
+ height : var(--lucide-size);
22
+ stroke : var(--lucide-color);
23
+ stroke-width : var(--lucide-stroke);
24
+ fill : var(--lucide-fill);
25
+ stroke-linecap : var(--lucide-cap);
26
+ stroke-linejoin: var(--lucide-join);
27
+ display : inline-block;
28
+ vertical-align : middle;
29
+ flex-shrink : 0;
30
+ }
31
+
32
+ /* Size variants */
33
+ .lucide-xs { --lucide-size: 0.75rem; }
34
+ .lucide-sm { --lucide-size: 1rem; }
35
+ .lucide-md { --lucide-size: 1.5rem; }
36
+ .lucide-lg { --lucide-size: 2rem; }
37
+ .lucide-xl { --lucide-size: 2.5rem; }
38
+ .lucide-2xl { --lucide-size: 3rem; }
39
+
40
+ /* Stroke-width variants */
41
+ .lucide-thin { --lucide-stroke: 1; }
42
+ .lucide-light { --lucide-stroke: 1.5; }
43
+ .lucide-normal { --lucide-stroke: 2; }
44
+ .lucide-bold { --lucide-stroke: 2.5; }
45
+ .lucide-heavy { --lucide-stroke: 3; }
46
+
47
+ /* Fill variant — for filled icons */
48
+ .lucide-filled { --lucide-fill: currentColor; --lucide-stroke: 0; }
49
+
50
+ /* Spin animation */
51
+ .lucide-spin {
52
+ animation: lucide-spin 1.5s linear infinite;
53
+ }
54
+
55
+ .lucide-spin-slow {
56
+ animation: lucide-spin 3s linear infinite;
57
+ }
58
+
59
+ @keyframes lucide-spin {
60
+ from { transform: rotate(0deg); }
61
+ to { transform: rotate(360deg); }
62
+ }
63
+
64
+ /* Pulse animation */
65
+ .lucide-pulse {
66
+ animation: lucide-pulse 2s ease-in-out infinite;
67
+ }
68
+
69
+ @keyframes lucide-pulse {
70
+ 0%, 100% { opacity: 1; }
71
+ 50% { opacity: 0.4; }
72
+ }
@@ -0,0 +1 @@
1
+ /*! * Lucide Icons — CSS base styles * Version:1.17.0 * License:ISC https://lucide.dev/license * Project:https://lucide.dev */:root{--lucide-size:1.5rem;--lucide-stroke:2;--lucide-color:currentColor;--lucide-fill:none;--lucide-cap:round;--lucide-join:round}svg.lucide{width:var(--lucide-size);height:var(--lucide-size);stroke:var(--lucide-color);stroke-width:var(--lucide-stroke);fill:var(--lucide-fill);stroke-linecap:var(--lucide-cap);stroke-linejoin:var(--lucide-join);display:inline-block;vertical-align:middle;flex-shrink:0}.lucide-xs{--lucide-size:0.75rem}.lucide-sm{--lucide-size:1rem}.lucide-md{--lucide-size:1.5rem}.lucide-lg{--lucide-size:2rem}.lucide-xl{--lucide-size:2.5rem}.lucide-2xl{--lucide-size:3rem}.lucide-thin{--lucide-stroke:1}.lucide-light{--lucide-stroke:1.5}.lucide-normal{--lucide-stroke:2}.lucide-bold{--lucide-stroke:2.5}.lucide-heavy{--lucide-stroke:3}.lucide-filled{--lucide-fill:currentColor;--lucide-stroke:0}.lucide-spin{animation:lucide-spin 1.5s linear infinite}.lucide-spin-slow{animation:lucide-spin 3s linear infinite}@keyframes lucide-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.lucide-pulse{animation:lucide-pulse 2s ease-in-out infinite}@keyframes lucide-pulse{0%,100%{opacity:1}50%{opacity:0.4}}