@quasar/extras 1.13.6 → 1.14.0

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 (48) hide show
  1. package/README.md +10 -4
  2. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  3. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  4. package/bootstrap-icons/index.d.ts +1 -1
  5. package/bootstrap-icons/index.js +9 -9
  6. package/bootstrap-icons/index.mjs +9 -9
  7. package/material-icons/icons.json +112 -112
  8. package/material-icons/index.js +2 -2
  9. package/material-icons/index.mjs +2 -2
  10. package/material-icons-outlined/icons.json +110 -110
  11. package/material-icons-outlined/index.js +2 -2
  12. package/material-icons-outlined/index.mjs +2 -2
  13. package/material-icons-round/icons.json +111 -111
  14. package/material-icons-round/index.js +2 -2
  15. package/material-icons-round/index.mjs +2 -2
  16. package/material-icons-sharp/icons.json +111 -111
  17. package/material-icons-sharp/index.js +2 -2
  18. package/material-icons-sharp/index.mjs +2 -2
  19. package/material-symbols-outlined/LICENSE +202 -0
  20. package/material-symbols-outlined/icons.json +2187 -0
  21. package/material-symbols-outlined/index.d.ts +2187 -0
  22. package/material-symbols-outlined/index.js +2187 -0
  23. package/material-symbols-outlined/index.mjs +2187 -0
  24. package/material-symbols-outlined/material-symbols-outlined.css +31 -0
  25. package/material-symbols-outlined/update.sh +31 -0
  26. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  27. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  28. package/material-symbols-rounded/LICENSE +202 -0
  29. package/material-symbols-rounded/icons.json +2187 -0
  30. package/material-symbols-rounded/index.d.ts +2187 -0
  31. package/material-symbols-rounded/index.js +2187 -0
  32. package/material-symbols-rounded/index.mjs +2187 -0
  33. package/material-symbols-rounded/material-symbols-rounded.css +31 -0
  34. package/material-symbols-rounded/update.sh +31 -0
  35. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  36. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  37. package/material-symbols-sharp/LICENSE +202 -0
  38. package/material-symbols-sharp/icons.json +2187 -0
  39. package/material-symbols-sharp/index.d.ts +2187 -0
  40. package/material-symbols-sharp/index.js +2187 -0
  41. package/material-symbols-sharp/index.mjs +2187 -0
  42. package/material-symbols-sharp/material-symbols-sharp.css +31 -0
  43. package/material-symbols-sharp/update.sh +31 -0
  44. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  45. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  46. package/mdi-v5/LICENSE +20 -20
  47. package/mdi-v5/license.md +20 -20
  48. package/package.json +1 -1
@@ -0,0 +1,31 @@
1
+ @font-face {
2
+ font-family: 'Material Symbols Sharp';
3
+ font-style: normal;
4
+ font-weight: 100 700;
5
+ font-display: block;
6
+ src: url('./web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2') format('woff2'), url('./web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff') format('woff');
7
+ }
8
+
9
+ .material-symbols-sharp {
10
+ font-family: 'Material Symbols Sharp';
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ display: inline-block;
14
+ line-height: 1;
15
+ text-transform: none;
16
+ letter-spacing: normal;
17
+ word-wrap: normal;
18
+ white-space: nowrap;
19
+ direction: ltr;
20
+
21
+ /* Support for all WebKit browsers. */
22
+ -webkit-font-smoothing: antialiased;
23
+ /* Support for Safari and Chrome. */
24
+ text-rendering: optimizeLegibility;
25
+
26
+ /* Support for Firefox. */
27
+ -moz-osx-font-smoothing: grayscale;
28
+
29
+ /* Support for IE. */
30
+ font-feature-settings: 'liga';
31
+ }
@@ -0,0 +1,31 @@
1
+ #!/bin/bash
2
+
3
+ FILE="material-symbols-sharp.css"
4
+ FONT_FOLDER="web-font"
5
+ AGENT_WOFF="Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"
6
+ AGENT_WOFF2="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36"
7
+
8
+ SRC_LINE=""
9
+ # src: url('./web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2') format('woff2'), url('./web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff') format('woff');
10
+
11
+ rm -rf $FONT_FOLDER
12
+ mkdir $FONT_FOLDER
13
+
14
+ for AGENT in "$AGENT_WOFF2" "$AGENT_WOFF"; do
15
+ # download css
16
+ URL=$(wget https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 -O - --header="User-Agent: ${AGENT}" | \
17
+ sed "s/local('.*'), //" | tr '()' \\n | grep https\*:// | head -n 1)
18
+
19
+ SRC_LINE+="url\(\'\.\/web-font\/"$(basename $URL)"\'\) format\(\'woff"
20
+ if [ "$AGENT" == "$AGENT_WOFF" ]; then
21
+ SRC_LINE+="\'\)\;"
22
+ else
23
+ SRC_LINE+="2\'\), "
24
+ fi
25
+
26
+ # download http link
27
+ wget $URL -P $FONT_FOLDER
28
+ done
29
+
30
+ SED="s!src: .*;!src: "$SRC_LINE"!g"
31
+ sed -e "$SED" $FILE > $FILE".tmp" && mv $FILE".tmp" $FILE
package/mdi-v5/LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- Pictogrammers Free License
2
- --------------------------
3
-
4
- This icon collection is released as free, open source, and GPL friendly by
5
- the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
- for commercial projects, open source projects, or anything really.
7
-
8
- # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
- Some of the icons are redistributed under the Apache 2.0 license. All other
10
- icons are either redistributed under their respective licenses or are
11
- distributed under the Apache 2.0 license.
12
-
13
- # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
- All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
- and desktop fonts contain some icons that are redistributed under the Apache
16
- 2.0 license. All other icons are either redistributed under their respective
17
- licenses or are distributed under the Apache 2.0 license.
18
-
19
- # Code: MIT (https://opensource.org/licenses/MIT)
20
- The MIT license applies to all non-font and non-icon files.
1
+ Pictogrammers Free License
2
+ --------------------------
3
+
4
+ This icon collection is released as free, open source, and GPL friendly by
5
+ the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
+ for commercial projects, open source projects, or anything really.
7
+
8
+ # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
+ Some of the icons are redistributed under the Apache 2.0 license. All other
10
+ icons are either redistributed under their respective licenses or are
11
+ distributed under the Apache 2.0 license.
12
+
13
+ # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
+ All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
+ and desktop fonts contain some icons that are redistributed under the Apache
16
+ 2.0 license. All other icons are either redistributed under their respective
17
+ licenses or are distributed under the Apache 2.0 license.
18
+
19
+ # Code: MIT (https://opensource.org/licenses/MIT)
20
+ The MIT license applies to all non-font and non-icon files.
package/mdi-v5/license.md CHANGED
@@ -1,20 +1,20 @@
1
- Pictogrammers Free License
2
- --------------------------
3
-
4
- This icon collection is released as free, open source, and GPL friendly by
5
- the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
- for commercial projects, open source projects, or anything really.
7
-
8
- # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
- Some of the icons are redistributed under the Apache 2.0 license. All other
10
- icons are either redistributed under their respective licenses or are
11
- distributed under the Apache 2.0 license.
12
-
13
- # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
- All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
- and desktop fonts contain some icons that are redistributed under the Apache
16
- 2.0 license. All other icons are either redistributed under their respective
17
- licenses or are distributed under the Apache 2.0 license.
18
-
19
- # Code: MIT (https://opensource.org/licenses/MIT)
20
- The MIT license applies to all non-font and non-icon files.
1
+ Pictogrammers Free License
2
+ --------------------------
3
+
4
+ This icon collection is released as free, open source, and GPL friendly by
5
+ the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
+ for commercial projects, open source projects, or anything really.
7
+
8
+ # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
+ Some of the icons are redistributed under the Apache 2.0 license. All other
10
+ icons are either redistributed under their respective licenses or are
11
+ distributed under the Apache 2.0 license.
12
+
13
+ # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
+ All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
+ and desktop fonts contain some icons that are redistributed under the Apache
16
+ 2.0 license. All other icons are either redistributed under their respective
17
+ licenses or are distributed under the Apache 2.0 license.
18
+
19
+ # Code: MIT (https://opensource.org/licenses/MIT)
20
+ The MIT license applies to all non-font and non-icon files.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quasar/extras",
3
- "version": "1.13.6",
3
+ "version": "1.14.0",
4
4
  "description": "Quasar Framework fonts, icons and animations",
5
5
  "scripts": {
6
6
  "build": "node build/index.js"