satis 2.2.0 → 2.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecc65074c17fb5e3eb8e657786425bfd19dedd26e4edacb253bdba58f9003f31
4
- data.tar.gz: 89b520f4375822024b5cc0c6e47b5a4b180342337b9adfbdc4f4d7c6c7fdef55
3
+ metadata.gz: 0a216f52695555dd93f0a81cd4bccbfd12a2a35e4c66d27ecb9b9d47a13230ab
4
+ data.tar.gz: 2c91093bfbdf423497d7be8cd3f369a7532576b2df54fcacd1819db96c1b24f0
5
5
  SHA512:
6
- metadata.gz: 1f26acfeab11d449b2daabe96304e64fd5ac1a310ca40414abf1eb37e07b7a9f3fe145c634c07acea80f5074364e537043cae76498dadfe270c4342d101c1375
7
- data.tar.gz: 4bd0242a8a9a6e1edb1339fa46e7295dd464eb787cd48541e9d6cd6084d1c6d11c95707ceabc9940e6d69f9496b2abc332413adbd56efb9b6531b3a367abbad5
6
+ metadata.gz: 5e5993a3ddbad93c31e40f16020d5fa449414124c8eb2cdd8340d171798a36591d348bd58e431667771e085b7e7163e362840eeb566fa6e40b0fa2a7bd8562ad
7
+ data.tar.gz: faf38d6365356096841ac530334082d83bd1088190da0c1560800c174af553fc5ffe8591dfee14d2c3f81c35cd5cd96e10150c538fc44286bcb6030d2f2ebeb9
data/README.md CHANGED
@@ -5,11 +5,15 @@ We use:
5
5
 
6
6
  - [TailwindCSS](https://tailwindcss.com)
7
7
  - [TailwindUI](https://tailwindui.com)
8
- - [FontAwesome 6](https://fontawesome.com/v6.0/)
8
+ - [FontAwesome 7](https://fontawesome.com/v7.0/)
9
9
  - [ViewComponent](https://viewcomponent.org)
10
10
  - [HotWired](https://hotwired.dev)
11
11
  - [BEM](https://cssguidelin.es/#bem-like-naming)
12
12
 
13
+ ## Upgrade
14
+
15
+ * From 2.3.0 onwards, we will no longer ship Fontawesome free. It conflicts with Fontawesome Pro. You can easily add the javascript files, you can download them from here: https://fontawesome.com/download. Use the files from the `js` folder. Put these in a folder which is in your manifest and it should just work.
16
+
13
17
  ## Installation
14
18
 
15
19
  Your main app needs to have at least the following config/postcss.config.js:
@@ -1,5 +1,4 @@
1
1
  //= link_tree ../images
2
- //= link_directory ../fontawesome
3
2
  //= link_directory ../../javascript/satis .js
4
3
  //= link_directory ../../javascript/satis/controllers .js
5
4
  //= link_directory ../../javascript/satis/elements .js