@xetwa/design-system 1.0.2 → 1.0.3

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,9 +1,9 @@
1
- name: Publicar no NPM Privado
1
+ name: Publicar no NPM
2
2
 
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - main # A pipeline só corre quando houver um push na main
6
+ - main
7
7
 
8
8
  jobs:
9
9
  publish:
@@ -15,7 +15,7 @@ jobs:
15
15
  - name: Configurar Node.js
16
16
  uses: actions/setup-node@v4
17
17
  with:
18
- node-node: '20'
18
+ node-version: '20'
19
19
  registry-url: 'https://registry.npmjs.org'
20
20
 
21
21
  - name: Instalar Dependências
@@ -27,4 +27,4 @@ jobs:
27
27
  - name: Publicar no NPM
28
28
  run: npm publish --access public
29
29
  env:
30
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@xetwa/design-system",
3
- "private": false,
4
- "version": "1.0.2",
3
+ "version": "1.0.3",
5
4
  "type": "module",
6
5
  "publishConfig": {
7
6
  "access": "public"
@@ -7,10 +7,11 @@ import { theme } from '../../../styles/theme';
7
7
  import { useState } from 'react';
8
8
  import { Typography } from '../../Typography/Typography';
9
9
 
10
+ // Trigger
10
11
  const meta = {
11
12
  title: 'Components/Cards/AnswerOptionCard',
12
13
  component: AnswerOptionCard,
13
- parameters: {
14
+ parameters: {
14
15
  layout: 'padded',
15
16
  docs: {
16
17
  description: {
@@ -146,7 +147,7 @@ export const InteractiveDemo: Story = {
146
147
  >
147
148
  <Typography style={{ color: 'white', fontWeight: 'bold' }}>Verificar Resposta</Typography>
148
149
  </Pressable>
149
-
150
+
150
151
  <Pressable
151
152
  style={{
152
153
  flex: 1,