Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"client-core",
"validators",
"lab",
"entities",
"blueberry-theme",
"material-theme",
"json-schema",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueberry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iq-firebolt/blueberry-theme",
"version": "0.9.0",
"description": "> TODO: description",
"description": "Blueberry theme for firebolt",
"author": "iq team",
"homepage": "https://github.com/IQ-tech/firebolt#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/br-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iq-firebolt/br-addons",
"version": "0.9.0",
"description": "> TODO: description",
"description": "Firebolt br-addons package",
"author": "iq team",
"homepage": "https://github.com/IQ-tech/firebolt#readme",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client-core/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `client-core`

> TODO: description
This Firebolt package gather helpers, formatters and entities used to improve Firebolt forms experience.

## Usage

```
const clientCore = require('client-core');

// TODO: DEMONSTRATE API

```
1 change: 0 additions & 1 deletion packages/client-core/lib/FireboltFormEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class FireboltFormEngine {
const urlParams = getUrlParams()

if (autofillData) {
//TODO to avaliate
this.clearSession()
}
const sessionId = urlParams?.session_id
Expand Down
2 changes: 1 addition & 1 deletion packages/client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iq-firebolt/client-core",
"version": "0.9.0",
"description": "> TODO: description",
"description": "Firebolt Client Core",
"author": "iq team",
"homepage": "https://github.com/IQ-tech/firebolt#readme",
"license": "Apache-2.0",
Expand Down
5 changes: 1 addition & 4 deletions packages/client/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# `@iq-firebolt/client`

> TODO: descriptions

change later
Client package for Firebolt. This package gathers the chore structure for FreboltForm, FireboltProvider, StepForm and Wizard components.

## Usage

```
const client = require('@iq-firebolt/client');

// TODO: DEMONSTRATE API
```
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iq-firebolt/client",
"version": "0.9.0",
"description": "> TODO: description",
"description": "Firebolt client",
"author": "iq team",
"homepage": "https://github.com/IQ-tech/firebolt#readme",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/src/components/FireboltForm/hook/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export default function useFireboltForm(
const actionsChildData: IActionsChildData = {
isFormValid,
handleSubmit,
payload: formPayload, // #TODO
currentStep: 1, //#TODO
payload: formPayload,
currentStep: 1,
}

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("FireboltProvider component", () => {
})

await waitForNextUpdate()
expect(result.current.stagedStep.data.fields).toEqual(secondStepData)
expect(result?.current?.stagedStep?.data.fields).toEqual(secondStepData)

act(() => {
result.current.commitStepChange()
Expand Down Expand Up @@ -121,5 +121,4 @@ describe("FireboltProvider component - testes relacionados ao modo de debug", ()
})

it.todo("to test addons")
// TODO: TEST
})

This file was deleted.

64 changes: 0 additions & 64 deletions packages/entities/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions packages/entities/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions packages/entities/__tests__/entities.test.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/entities/lib/entities.js

This file was deleted.

28 changes: 0 additions & 28 deletions packages/entities/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/material-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iq-firebolt/material-theme",
"version": "0.9.0",
"description": "> TODO: description",
"description": "Firebolt material-theme package",
"author": "iq team",
"homepage": "https://github.com/IQ-tech/firebolt#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iq-firebolt/validators",
"version": "0.9.0",
"description": "> TODO: description",
"description": "Firebolt validators package",
"author": "iq team",
"homepage": "https://github.com/IQ-tech/firebolt#readme",
"license": "Apache-2.0",
Expand Down