Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.4 #179

Merged
merged 55 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
c8bd3c8
Add radio buttons to storybook
Apr 16, 2021
4e0144f
Update storybook to 6.2.8 and remove console log
Apr 16, 2021
2f02a1f
Fix CI by updating stylelint config and running it
Apr 16, 2021
f6f567f
Merge pull request #152 from NeOMakinG/add-radio-buttons
Progi1984 Apr 19, 2021
9a780b8
Add dependabot to the CI
Apr 19, 2021
04f6df2
Change dependabot workflow target to master
Apr 19, 2021
04e6b39
Merge pull request #154 from NeOMakinG/add-dependabot
PierreRambaud Apr 19, 2021
e544fec
Merge pull request #153 from NeOMakinG/update-storybook
Progi1984 Apr 20, 2021
fae4259
Add hover state on helpbox and add helpbox to storybook
May 11, 2021
f2003f4
Run lint
May 11, 2021
522b6c4
Merge pull request #156 from NeOMakinG/issue24317
Progi1984 May 12, 2021
75ff857
Add variables story
Feb 26, 2021
ccf84f6
Add theme variables, fonts and other colors
Mar 1, 2021
e4a2ed5
Add doc
Mar 1, 2021
b36d66d
Fix lint
Mar 1, 2021
e1efa0e
Fix english typos
Mar 1, 2021
f8557fe
Merge pull request #139 from NeOMakinG/add-variales-storybook
May 17, 2021
9f34cee
Fix anchor tag with .btn class in alert
amaury-hanser Jun 9, 2021
5be705b
Update node-sass and sass-loader
Jun 11, 2021
86fa6b2
Merge pull request #159 from NeOMakinG/update-nodesass
Progi1984 Jun 16, 2021
8e3ef53
Merge pull request #158 from amaury-hanser/Fix/anchor-btn-in-alert
Progi1984 Jun 16, 2021
a663436
Change helpbox icon
Jun 22, 2021
cdc1a5f
Update switches design
Hlavtox Jun 22, 2021
98888b5
Merge pull request #161 from NeOMakinG/issue160
Progi1984 Jun 29, 2021
123874a
Update _spinners.scss
Hlavtox Jun 29, 2021
47755aa
Merge pull request #162 from Hlavtox/patch-1
Progi1984 Jun 29, 2021
fcdf078
Merge pull request #164 from Hlavtox/patch-2
Jul 1, 2021
a5f536f
Add black color to warning and light buttons
Jul 5, 2021
9d8631a
Merge pull request #166 from NeOMakinG/issue165
Progi1984 Jul 9, 2021
be7eba4
Update _buttons.scss
Hlavtox Jul 26, 2021
01120aa
Bump tar from 6.1.0 to 6.1.3
dependabot[bot] Aug 3, 2021
edd7ee8
Merge pull request #168 from PrestaShop/dependabot/npm_and_yarn/tar-6…
Aug 9, 2021
6dbe423
Bump tar from 6.1.3 to 6.1.11
dependabot[bot] Aug 31, 2021
bef92f7
Merge pull request #170 from PrestaShop/dependabot/npm_and_yarn/tar-6…
PierreRambaud Sep 1, 2021
5f7821f
Add every variants of buttons to storybook
Sep 10, 2021
7b20b7b
Merge pull request #171 from NeOMakinG/issue169
PierreRambaud Sep 10, 2021
015e6a5
Brand storybook to PrestaShop colors
Mar 5, 2021
939125d
Merge pull request #141 from NeOMakinG/brand-storybook
PierreRambaud Sep 10, 2021
adba529
Updates focus state for buttons
amaury-hanser Jun 24, 2021
17d40b0
Change outline on :focus-visible
Sep 10, 2021
4a02315
Run lint
Sep 13, 2021
54de322
Merge pull request #163 from amaury-hanser/a11y/btn-focus
Progi1984 Sep 21, 2021
b8542c1
Merge pull request #167 from Hlavtox/patch-1
Progi1984 Sep 22, 2021
0cceb58
Add nowrap to button as a dropdown-item
Dec 7, 2021
8bc8ee9
Merge pull request #174 from NeOMakinG/issue26714
PierreRambaud Dec 10, 2021
7ca0aa8
Update package version and change GA to npm
Jan 18, 2022
d8cc581
Merge pull request #175 from NeOMakinG/update-gh-version
Progi1984 Jan 18, 2022
2b7fbd6
Bump tmpl from 1.0.4 to 1.0.5
dependabot[bot] Jan 18, 2022
8204cad
Bump follow-redirects from 1.13.3 to 1.14.7
dependabot[bot] Jan 18, 2022
668d192
Bump tar from 6.1.0 to 6.1.11
dependabot[bot] Jan 18, 2022
c1b2adb
Merge pull request #176 from PrestaShop/dependabot/npm_and_yarn/tmpl-…
Jan 18, 2022
04cffd3
Merge pull request #177 from PrestaShop/dependabot/npm_and_yarn/follo…
Jan 18, 2022
f69a69e
Merge pull request #178 from PrestaShop/dependabot/npm_and_yarn/tar-6…
Jan 18, 2022
db0e811
Bump path-parse from 1.0.6 to 1.0.7
dependabot[bot] Jan 18, 2022
abdcda3
Merge pull request #180 from PrestaShop/dependabot/npm_and_yarn/path-…
Jan 18, 2022
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
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install dependencies
run: yarn
run: npm i

- name: Generate
run: yarn run build-storybook
run: npm run build-storybook

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
target-branch: develop
1 change: 1 addition & 0 deletions .storybook/logo-prestashop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ module.exports = {
},
],
webpackFinal: (config) => {
config.resolve.alias['core-js/modules'] = '@storybook/core/node_modules/core-js/modules';
config.module.rules[3].use = 'html-loader?minimize=false';
config.module.rules.push({
test: /\.scss$/,
use: ['style-loader', 'css-loader', 'sass-loader'],
include: path.resolve(__dirname, '../'),
});

return config;
},
addonActionsTheme: {
BASE_COLOR: 'red',
},
};
5 changes: 5 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<style>
#panel-tab-content {
color: #272a2d;
}
</style>
7 changes: 7 additions & 0 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import {addons} from '@storybook/addons';
import {themes} from '@storybook/theming';
import psTheme from './ps-theme';

addons.setConfig({
theme: psTheme,
});
33 changes: 33 additions & 0 deletions .storybook/ps-theme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import {create} from '@storybook/theming';
import logoUrl from './logo-prestashop.svg';

export default create({
base: 'dark',
brandTitle: 'PrestaShop',
brandUrl: 'https://www.prestashop.com',
brandImage: logoUrl,

colorPrimary: '#6c868e',
colorSecondary: '#25b9d7',

// UI
appBg: '#363a41',
appContentBg: 'white',
appBorderRadius: 4,

barTextColor: 'white',
barSelectedColor: '#25b9d7',
barBg: '#272a2d',

// Typography
fontBase: '"Open Sans", sans-serif',
fontCode: 'monospace',

// Text colors
textColor: 'white',
textInverseColor: 'rgba(255,255,255,0.9)',

// Form
inputTextColor: 'black',
inputBorderRadius: 4,
});
4 changes: 4 additions & 0 deletions .storybook/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
body {
background-color: transparent;
}

.os-host {
color: red;
}
10 changes: 5 additions & 5 deletions dist/css/bootstrap-prestashop-ui-kit.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-prestashop-ui-kit.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/prestashop-ui-kit.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/prestashop-ui-kit.js.map

Large diffs are not rendered by default.

Loading