@abqm-ds/icons 2.0.5 → 2.0.7

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @abqm-ds/icons@2.0.5 build
2
+ > @abqm-ds/icons@2.0.7 build
3
3
  > tsup --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,10 +11,10 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  ESM dist/index.js 1.06 MB
14
- ESM ⚡️ Build success in 112ms
14
+ ESM ⚡️ Build success in 130ms
15
15
  CJS dist/index.cjs 1.06 MB
16
- CJS ⚡️ Build success in 111ms
16
+ CJS ⚡️ Build success in 134ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 2963ms
19
- DTS dist/index.d.ts 8.06 KB
20
- DTS dist/index.d.cts 8.06 KB
18
+ DTS ⚡️ Build success in 2921ms
19
+ DTS dist/index.d.ts 8.17 KB
20
+ DTS dist/index.d.cts 8.17 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @abqm-ds/icons
2
2
 
3
+ ## 2.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: 🎸 Atualização de pacotes
8
+
9
+ ## 2.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - release: 🦋 Nova versão do react e icons
14
+
3
15
  ## 2.0.5
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -22,11 +22,11 @@ npm install @abqm-ds/icons
22
22
 
23
23
  1. Adicione os arquivos **SVG** que deseja converter nas pastas `src/icons/`, `src/iconsSEQM/` **ou** `src/logos/`:
24
24
 
25
- > **Atenção:** A nomenclatura dos ícones deve ser capitalizada, ex:
25
+ > **Atenção:** A nomenclatura dos ícones deve ser em minúsculo separado por hífen, ex:
26
26
  >
27
27
  > ❌ caretright.svg
28
28
  >
29
- > ✅ CaretRight.svg
29
+ > ✅ caret-right.svg
30
30
 
31
31
  - Para ícones normais, use `src/icons/`
32
32
  - Para ícones SEQM, use `src/iconsSEQM/`