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

add utility classes for flex layout #189

Closed
hjalmers opened this issue Sep 2, 2021 · 0 comments · Fixed by #191
Closed

add utility classes for flex layout #189

hjalmers opened this issue Sep 2, 2021 · 0 comments · Fixed by #191
Assignees

Comments

@hjalmers
Copy link
Contributor

hjalmers commented Sep 2, 2021

No description provided.

@hjalmers hjalmers added this to the First alpha version milestone Sep 2, 2021
@hjalmers hjalmers self-assigned this Sep 2, 2021
hjalmers added a commit that referenced this issue Sep 3, 2021
@hjalmers hjalmers linked a pull request Sep 3, 2021 that will close this issue
JohanObrink pushed a commit that referenced this issue Sep 6, 2021
* build: add autoprefixer to storybook config

* feat: add utilities from bootstrap

ref #189

* refactor: rename token for border color

* refactor(spacing): use bootstrap utility

* refactor(shadow): use bootstrap utility

* refactor(border): use bootstrap utility

* feat: add bootstrap utilities as token

* refactor: move config tokens to separate file

* fix(typography): font map for utility generator

* feat: add css grid

* docs: update stories
sebopensource pushed a commit that referenced this issue Sep 7, 2021
# 1.0.0-alpha.1 (2021-09-07)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

"
github-actions bot pushed a commit that referenced this issue Sep 7, 2021
# 1.0.0-alpha.1 (2021-09-07)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
github-actions bot pushed a commit that referenced this issue Oct 19, 2021
# 1.0.0-alpha.1 (2021-10-19)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* add readme and change log to package  ([52f4af1](52f4af1)), closes [#193](#193)
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests
hjalmers added a commit that referenced this issue Oct 26, 2021
* build: add autoprefixer to storybook config

* feat: add utilities from bootstrap

ref #189

* refactor: rename token for border color

* style: fix lint errors

* refactor(spacing): use bootstrap utility

* refactor(shadow): use bootstrap utility

* refactor(border): use bootstrap utility

* feat: add bootstrap utilities as token

* refactor: move config tokens to separate file

* fix(typography): font map for utility generator

* chore: clean up

* feat: add css grid

* docs: update stories

* build(chlorophyll): autoprefix and minify output

* chore: bump postcss and switch to webpack5

* docs(storybook): minify css

* fix(close): calc value

* feat(nx): add custom executor for scss lib

* feat(nx): add release target for chlorophyll

closes #6

* ci(github-actions): add release action

#6

* ci(github-actions): add env and run with verbose

* chore(chlorophyll): add publish config to package.json

* ci(github-actions): disable husky (git hooks) for release commit

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.1 [skip ci]

# 1.0.0-alpha.1 (2021-09-07)

### Bug Fixes

* 🐛 Added resolution for postcss@^7.0.36 ([#81](#81)) ([7236562](7236562))
* 🐛 Fixed color value for regular red (from yellow) ([#35](#35)) ([c91cbc0](c91cbc0))
* 🐛 Fixed the location of colors ([#32](#32)) ([4eb7555](4eb7555))
* 🐛 improved generator ([#34](#34)) ([2492a10](2492a10))
* 🐛 Moved ' in wrong spot ([#36](#36)) ([5e6e094](5e6e094))
* 🐛 No extra .btn classes och prefixes needed ([#65](#65)) ([bf6b5e8](bf6b5e8))
* 🐛 Pinned fixed dependencies ([#108](#108)) ([6723084](6723084))
* 🐛 Upgraded vulnerable dependency ([91325ed](91325ed))
* reset css ([#138](#138)) ([8c30997](8c30997)), closes [#137](#137)

### chore

* 🤖 Switched from lerna to nx ([#168](#168)) ([2089720](2089720)), closes [#157](#157) [#163](#163) [#170](#170) [#169](#169)

### Documentation

* ✏️ Added dev time dependencies ro root readme ([df06be7](df06be7))
* ✏️ Added hr ([dd0cf3e](dd0cf3e))
* ✏️ Added link to root ([60666e9](60666e9))
* ✏️ Added link to Storybook in README ([#183](#183)) ([cec4c98](cec4c98))
* ✏️ Change chlorophyll icon ([695ac21](695ac21)), closes [#9](#9)
* ✏️ Changed size of icon ([4f59685](4f59685)), closes [#9](#9)
* ✏️ Changed size of icon ([b31a81b](b31a81b)), closes [#9](#9)
* ✏️ Contributing guide lines ([a536951](a536951))
* ✏️ Product philosophy ([#26](#26)) ([f17aacd](f17aacd))
* ✏️ Started working on the format for chlorophyll's readme ([26f5f6f](26f5f6f))
* chlorophyll readme ([#15](#15)) ([f87a923](f87a923))
* update stories ([64e9689](64e9689))

### Features

* 🎸 add card ([b6c3a92](b6c3a92)), closes [#54](#54) [#54](#54)
* 🎸 Added mixins for link and button link ([#72](#72)) ([a8458d2](a8458d2))
* 🎸 Added option for type-less button ([e3d62c3](e3d62c3))
* 🎸 Added story for default value ([424e4da](424e4da))
* 🎸 Added tokens and extended scss generator ([#33](#33)) ([278766d](278766d))
* 🎸 Adds secondary button ([83ed409](83ed409))
* 🎸 Design tokens, mixins and classes for typography ([3ae855f](3ae855f)), closes [#45](#45)
* 🎸 Design tokens, mixins and classes for typography ([f65fb1e](f65fb1e)), closes [#45](#45)
* 🎸 Filled in colors and added typography ([#31](#31)) ([b3bb699](b3bb699))
* 🎸 Ghost button closes [#73](#73) ([d6cc0d9](d6cc0d9))
* 🎸 Theming for Storybooks ([#174](#174)) ([4b25b61](4b25b61))
* add bootstrap utilities as token ([626ec5c](626ec5c))
* add css grid ([811da96](811da96))
* add utilities from bootstrap ([9e0c166](9e0c166)), closes [#189](#189)

### BREAKING CHANGES

* 🧨 Everything

* chore: 🤖 Changed ci build/test

* fix: 🐛 Added css to chlorophyll storybook

Also deleted old stories

* chore: 🤖 Chlorophyll build is run before Storybook

* fix: 🐛 Updated vulnerable dependencies

* refactor: 💡 Changed function signature

* feat: 🎸 Added info to inputs

* chore: 🤖 Added resolution for vulnerable dependency `tar`

* chore: 🤖 Made storybook build faster by removing html addon

* ci(github-actions): fix paths and scripts for storybook using nx

* ci(github-actions): fix missing nx command

* docs(chlorophyll): use scss in storybook

* docs(react): use scss in storybook

* docs(angular): use scss in storybook

* style: fix lint errors

* chore(stylelint): update rules

* chore(stylelint): fix lint errors before commit

* ci(github-actions): fix test and lint action

* chore: 🤖 Switched to aliases for lint/test

* fix: 🐛 Changed filename casing in tests

* chore(deps): update lock file

* fix: add readme and change log to package 

ref #193

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.2 [skip ci]

# [1.0.0-alpha.2](https://github.com/sebgroup/green/compare/@sebgroup/chlorophyll@1.0.0-alpha.1...@sebgroup/chlorophyll@1.0.0-alpha.2) (2021-09-14)

### Bug Fixes

* add readme and change log to package  ([52f4af1](52f4af1)), closes [#193](#193)

* chore(deps-dev): audit fix

* build: only copy fonts if they're missing

* fix(sass): don't use tilde to resolve node modules

* chore(deps-dev): update

* chore(release): 📦 @sebgroup/chlorophyll@1.0.0-alpha.3 [skip ci]

# [1.0.0-alpha.3](https://github.com/sebgroup/green/compare/@sebgroup/chlorophyll@1.0.0-alpha.2...@sebgroup/chlorophyll@1.0.0-alpha.3) (2021-09-29)

### Bug Fixes

* 🐛 Updated immer ([#205](#205)) ([b50334d](b50334d))

* docs(angular): fix circular dependency

* chore(angular): add affected dependency to chlorophyll

* chore(angular): add release config

* chore: update package info

* ci(github-actions): release affected libs

closes #224

* chore: update lock file

* style: fix lint error

* ci(github-actions): add fetch depth

* chore(local-dev): add host config

* fix(close): exclude from base button and add version for mobile

closes #229

* feat(dropdown): add slide up style for small screens (mobile)

ref #226

* fix(angular-dropdown): toggle popper on screen size, optimise for mobile

ref #226

* refactor(dropdown): add interface for popover config

* feat(dropdown): prevent scroll in background when dropdown is active

closes #226

* fix(dropdown): use transition on mobile layout only

* ci(github-actions): release only from alpha branch

* chore(deps): add body scroll lock

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant