@totvs/po-theme 17.15.1 → 17.16.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.
Binary file
Binary file
Binary file
@@ -0,0 +1,24 @@
1
+ # Como atualizar a biblioteca Phosphor
2
+
3
+ - Entre no site [https://phosphoricons.com/](https://phosphoricons.com/)
4
+
5
+ - Clique no link [Download all (9,072)](https://phosphoricons.com/assets/phosphor-icons.zip) (disponível em 12/06/2024)
6
+
7
+ - Descompacte o arquivo `phosphor-icons.zip`
8
+
9
+ - Na pasta descompactada, acesse a pasta `Fonts` e logo após a pasta `regular`
10
+
11
+ - Copie os seguintes arquivos:
12
+ * `Phosphor.svg`
13
+ * `Phosphor.ttf`
14
+ * `Phosphor.woff`
15
+ * `Phosphor.woff2`
16
+
17
+ - Salve os arquivos copiados na pasta na pasta `po-style/src/assets/icons/Phosphor`
18
+
19
+ - Na pasta descompactada, renomeio o arquivo `style.css` para `phosphor.css`
20
+
21
+ - Copie o arquivo `phosphor.css` para a pasta `po-style/src/css/commons/po-icon`
22
+
23
+ - Apenas como referência, atualize o arquivo `version.txt` (em `po-style/src/assets/icons/Phosphor` ) com a versão da `Phosphor`
24
+
@@ -0,0 +1 @@
1
+ v2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@totvs/po-theme",
3
- "version": "17.15.1",
3
+ "version": "17.16.0",
4
4
  "author": "Totvs",
5
5
  "description": "PO Theme - Totvs Default Theme",
6
6
  "repository": {
@@ -12,6 +12,6 @@
12
12
  "build": "po-theme build --fonts --name=default"
13
13
  },
14
14
  "devDependencies": {
15
- "@po-ui/style": "17.15.1"
15
+ "@po-ui/style": "17.16.0"
16
16
  }
17
17
  }
File without changes
File without changes
File without changes
File without changes