Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into JMV-3626-map-generic-compo…
Browse files Browse the repository at this point in the history
…nent
  • Loading branch information
Francisco committed Dec 30, 2024
2 parents 81561da + 15ca147 commit 64459c9
Show file tree
Hide file tree
Showing 74 changed files with 1,320 additions and 282 deletions.
46 changes: 46 additions & 0 deletions .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Build and Deploy Storybooks (Manual)

on:
workflow_dispatch:

jobs:
build-and-deploy-storybooks:
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

concurrency:
group: 'pages'

permissions:
contents: read
pages: write
id-token: write

steps:
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Build docs Storybooks
run: |
npm install
npm run storybook-web-docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: './docs/'
name: docs

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: 'docs'
github-token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14
13 changes: 13 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- .storybook/preview-head.html -->

<!-- Pull in static files served from your Static directory or the internet -->
<!-- Example: `main.js|ts` is configured with staticDirs: ['../public'] and your font is located in the `fonts` directory inside your `public` directory -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">

<!-- Or you can load custom head-tag JavaScript: -->

<style>
* {font-family: 'Roboto'}
</style>
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,85 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- nvm file
- script to check installation command to avoid npm install

## [0.27.1] - 2024-12-04

### Fixed

- Path export for icons.json

## [0.27.0] - 2024-12-04

### Added

- New icon
- Export all icons

## [0.26.0] - 2024-11-12

### Added

- New icon for filters

## [0.25.0] - 2024-10-14

### Changed

- rollup config to avoid errors with new version of react

## [0.24.0] - 2024-10-10

### Fixed

- export skeleton component

### Changed

- revert new docs to avoid publish error
- switch styles in components utils

## [0.23.0] - 2024-10-04

### Changed

- peer dependencies version of packages

## [0.22.0] - 2024-09-25

### Changed

- minor version of react and react dom in peer dependencies

## [0.21.0] - 2024-09-24

### Added

- export palette colors

### Changed

- viewPalette to palette name

## [0.20.0] - 2024-08-27

### Added

- Color darkblue and magenta

### Changed

- Styles of documentation

## [0.19.0] - 2024-07-10

### Added

- color lightTurquoise to palette

## [0.18.0] - 2024-05-31

### Added
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ A package for use generic components from Janis

`npm install @janiscommerce/ui-web`

> **Important:** When developing or contributing to this library, please make sure to use `yarn` to install dependencies. Do **not** use `npm` as it might cause issues.
To install dependencies while developing the library:

```bash
yarn install
```

### Usage

```js
Expand Down
3 changes: 3 additions & 0 deletions docs/0.22cf9773.iframe.bundle.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/0.22cf9773.iframe.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
1 change: 1 addition & 0 deletions docs/0.22cf9773.iframe.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/0.4969dbaed24fd7a71d33.manager.bundle.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/0.4969dbaed24fd7a71d33.manager.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
1 change: 1 addition & 0 deletions docs/1.39e27ad7a11c7d3aca6c.manager.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/1.ba0a96ab.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/2.dde6de4c.iframe.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/5.f92c7ed5e3e43e1bea25.manager.bundle.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions docs/5.f92c7ed5e3e43e1bea25.manager.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
1 change: 1 addition & 0 deletions docs/6.05468f541500e249f303.manager.bundle.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/6.a09a0bd1.iframe.bundle.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions docs/6.a09a0bd1.iframe.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
1 change: 1 addition & 0 deletions docs/6.a09a0bd1.iframe.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/7.06a5992f.iframe.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 64459c9

Please sign in to comment.