New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@amboss/design-system

Package Overview
Dependencies
Maintainers
2
Versions
441
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amboss/design-system - npm Package Compare versions

Comparing version 0.1.21 to 0.1.22-canary-bump

build/build-tokens/assets/icons.json

7

build/src/components/Column/Column.d.ts
import React from "react";
import { MQ, ColumnSizes } from "../../types";
import { MQ, ColumnSizes, Order } from "../../types";
export declare class ColumnProps {

@@ -9,6 +9,9 @@ children: React.ReactNode[] | React.ReactNode;

size?: ColumnSizes | MQ<ColumnSizes>;
/** specify the visual positioning of the column. [small screen column order, medium screen column order, large screen column order] to apply different order for different screen sizes
*/
order?: Order | MQ<Order>;
}
export declare function Column({ children, size }: ColumnProps): React.ReactElement;
export declare function Column({ children, size, order, }: ColumnProps): React.ReactElement;
export declare namespace Column {
var defaultProps: Partial<ColumnProps>;
}

@@ -5,3 +5,3 @@ import React from "react";

children: React.ReactNode[] | React.ReactNode;
/** represents the size of the gap between columns, can be a single string or an array of 3 strings
/** represents the size of both horizontal and vertical gap between columns, can be a single string or an array of 3 strings
* specify [small screen gap size, medium screen gap size, large screen gap size] to apply different gap sizes for different screen sizes

@@ -8,0 +8,0 @@ */

@@ -7,1 +7,2 @@ export declare type TextAlignment = "left" | "right" | "center";

export declare type ColumnSizes = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
export declare type Order = "first" | "last" | "unset";

@@ -1,11 +0,255 @@

# v0.1.22 (Wed Mar 10 2021)
# v0.2.1 (Mon Mar 01 2021)
---
# v0.2.1 (Mon Mar 01 2021)
---
# v0.1.16 (Fri Feb 12 2021)
#### ⚠️ Pushed to `main`
- fix ARG NPM_TOKENin dockerfile ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add NPM_TOKEN to dockerfile ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add npmrc file ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add question session icons (jenkins@miamed.de)
#### Authors: 1
- Jenkins (jenkins@miamed.de)
---
# v0.1.15 (Fri Feb 12 2021)
#### 🐛 Bug Fix
- Add Column component [#63](https://github.com/amboss-mededu/amboss-design-system/pull/63) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add git checkout [#61](https://github.com/amboss-mededu/amboss-design-system/pull/61) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- update release pipeline [#59](https://github.com/amboss-mededu/amboss-design-system/pull/59) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- add show all icon ([@OlfaKaroui](https://github.com/OlfaKaroui))
- fix format issue (jenkins@miamed.de)
#### Authors: 2
- Jenkins (jenkins@miamed.de)
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
---
# v0.1.15 (Fri Feb 05 2021)
#### 🐛 Bug Fix
- Add Column component [#63](https://github.com/amboss-mededu/amboss-design-system/pull/63) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add git checkout [#61](https://github.com/amboss-mededu/amboss-design-system/pull/61) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- update release pipeline [#59](https://github.com/amboss-mededu/amboss-design-system/pull/59) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- fix format issue (jenkins@miamed.de)
#### Authors: 2
- Jenkins (jenkins@miamed.de)
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
---
# v0.1.14 (Fri Feb 05 2021)
#### 🐛 Bug Fix
- Add Column component [#63](https://github.com/amboss-mededu/amboss-design-system/pull/63) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add git checkout [#61](https://github.com/amboss-mededu/amboss-design-system/pull/61) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- update release pipeline [#59](https://github.com/amboss-mededu/amboss-design-system/pull/59) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- shipit [#56](https://github.com/amboss-mededu/amboss-design-system/pull/56) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 publish npm [#55](https://github.com/amboss-mededu/amboss-design-system/pull/55) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 update readme [#54](https://github.com/amboss-mededu/amboss-design-system/pull/54) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- test release [#53](https://github.com/amboss-mededu/amboss-design-system/pull/53) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 Publish package [#51](https://github.com/amboss-mededu/amboss-design-system/pull/51) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- Use existing Jenkins slaves ([@sophomeric](https://github.com/sophomeric))
- disable auto ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add GH_TOKEN ([@OlfaKaroui](https://github.com/OlfaKaroui))
- Merge branch 'main' of https://github.com/amboss-mededu/amboss-design-system into main ([@OlfaKaroui](https://github.com/OlfaKaroui))
- fix release command ([@OlfaKaroui](https://github.com/OlfaKaroui))
- use release command ([@OlfaKaroui](https://github.com/OlfaKaroui))
- remove log from style-dictionary build ([@clbagrat](https://github.com/clbagrat))
- adjust component templates ([@clbagrat](https://github.com/clbagrat))
- fix Box docs ([@clbagrat](https://github.com/clbagrat))
- fix component template ([@clbagrat](https://github.com/clbagrat))
- update component script ([@clbagrat](https://github.com/clbagrat))
- update README.md ([@clbagrat](https://github.com/clbagrat))
#### Authors: 3
- Eric Webster ([@sophomeric](https://github.com/sophomeric))
- Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
---
# v0.1.14 (Fri Feb 05 2021)
#### 🐛 Bug Fix
- Add Column component [#63](https://github.com/amboss-mededu/amboss-design-system/pull/63) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add git checkout [#61](https://github.com/amboss-mededu/amboss-design-system/pull/61) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- update release pipeline [#59](https://github.com/amboss-mededu/amboss-design-system/pull/59) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- shipit [#56](https://github.com/amboss-mededu/amboss-design-system/pull/56) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 publish npm [#55](https://github.com/amboss-mededu/amboss-design-system/pull/55) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 update readme [#54](https://github.com/amboss-mededu/amboss-design-system/pull/54) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- test release [#53](https://github.com/amboss-mededu/amboss-design-system/pull/53) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 Publish package [#51](https://github.com/amboss-mededu/amboss-design-system/pull/51) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- Use existing Jenkins slaves ([@sophomeric](https://github.com/sophomeric))
- disable auto ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add GH_TOKEN ([@OlfaKaroui](https://github.com/OlfaKaroui))
- Merge branch 'main' of https://github.com/amboss-mededu/amboss-design-system into main ([@OlfaKaroui](https://github.com/OlfaKaroui))
- fix release command ([@OlfaKaroui](https://github.com/OlfaKaroui))
- use release command ([@OlfaKaroui](https://github.com/OlfaKaroui))
- remove log from style-dictionary build ([@clbagrat](https://github.com/clbagrat))
- adjust component templates ([@clbagrat](https://github.com/clbagrat))
- fix Box docs ([@clbagrat](https://github.com/clbagrat))
- fix component template ([@clbagrat](https://github.com/clbagrat))
- update component script ([@clbagrat](https://github.com/clbagrat))
- update README.md ([@clbagrat](https://github.com/clbagrat))
#### Authors: 3
- Eric Webster ([@sophomeric](https://github.com/sophomeric))
- Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
---
# v0.1.15 (Mon Feb 01 2021)
---
# v0.1.14 (Mon Feb 01 2021)
#### 🐛 Bug Fix
- NPM_TOKEN ([@OlfaKaroui](https://github.com/OlfaKaroui))
- update GH_TOKEN ([@OlfaKaroui](https://github.com/OlfaKaroui))
- test git push tags ([@OlfaKaroui](https://github.com/OlfaKaroui))
- update node and add git ssh connection ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add GH_TOKEN to release script ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add Github token env vars to docker ([@OlfaKaroui](https://github.com/OlfaKaroui))
- fetch tags in checkout ([@OlfaKaroui](https://github.com/OlfaKaroui))
- update release pipeline ([@OlfaKaroui](https://github.com/OlfaKaroui))
- shipit [#56](https://github.com/amboss-mededu/amboss-design-system/pull/56) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 publish npm [#55](https://github.com/amboss-mededu/amboss-design-system/pull/55) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 update readme [#54](https://github.com/amboss-mededu/amboss-design-system/pull/54) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- test release [#53](https://github.com/amboss-mededu/amboss-design-system/pull/53) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 Publish package [#51](https://github.com/amboss-mededu/amboss-design-system/pull/51) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- Use existing Jenkins slaves ([@sophomeric](https://github.com/sophomeric))
- disable auto ([@OlfaKaroui](https://github.com/OlfaKaroui))
- add GH_TOKEN ([@OlfaKaroui](https://github.com/OlfaKaroui))
- Merge branch 'main' of https://github.com/amboss-mededu/amboss-design-system into main ([@OlfaKaroui](https://github.com/OlfaKaroui))
- fix release command ([@OlfaKaroui](https://github.com/OlfaKaroui))
- use release command ([@OlfaKaroui](https://github.com/OlfaKaroui))
- remove log from style-dictionary build ([@clbagrat](https://github.com/clbagrat))
- adjust component templates ([@clbagrat](https://github.com/clbagrat))
- fix Box docs ([@clbagrat](https://github.com/clbagrat))
- fix component template ([@clbagrat](https://github.com/clbagrat))
- update component script ([@clbagrat](https://github.com/clbagrat))
- update README.md ([@clbagrat](https://github.com/clbagrat))
#### Authors: 3
- Eric Webster ([@sophomeric](https://github.com/sophomeric))
- Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
---
# v0.1.14 (Fri Jan 29 2021)
#### 🐛 Bug Fix
- COR-965 publish npm [#55](https://github.com/amboss-mededu/amboss-design-system/pull/55) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 update readme [#54](https://github.com/amboss-mededu/amboss-design-system/pull/54) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- test release [#53](https://github.com/amboss-mededu/amboss-design-system/pull/53) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 Publish package [#51](https://github.com/amboss-mededu/amboss-design-system/pull/51) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- remove log from style-dictionary build ([@clbagrat](https://github.com/clbagrat))
- adjust component templates ([@clbagrat](https://github.com/clbagrat))
- fix Box docs ([@clbagrat](https://github.com/clbagrat))
- fix component template ([@clbagrat](https://github.com/clbagrat))
- update component script ([@clbagrat](https://github.com/clbagrat))
- update README.md ([@clbagrat](https://github.com/clbagrat))
#### Authors: 2
- Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
---
# v0.1.14 (Fri Jan 29 2021)
#### 🐛 Bug Fix
- COR-965 publish npm [#55](https://github.com/amboss-mededu/amboss-design-system/pull/55) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 update readme [#54](https://github.com/amboss-mededu/amboss-design-system/pull/54) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- test release [#53](https://github.com/amboss-mededu/amboss-design-system/pull/53) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 Publish package [#51](https://github.com/amboss-mededu/amboss-design-system/pull/51) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- remove log from style-dictionary build ([@clbagrat](https://github.com/clbagrat))
- adjust component templates ([@clbagrat](https://github.com/clbagrat))
- fix Box docs ([@clbagrat](https://github.com/clbagrat))
- fix component template ([@clbagrat](https://github.com/clbagrat))
- update component script ([@clbagrat](https://github.com/clbagrat))
- update README.md ([@clbagrat](https://github.com/clbagrat))
#### Authors: 2
- Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
---
# v0.1.14 (Fri Jan 29 2021)
#### 🐛 Bug Fix
- COR-965 update readme [#54](https://github.com/amboss-mededu/amboss-design-system/pull/54) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- test release [#53](https://github.com/amboss-mededu/amboss-design-system/pull/53) ([@OlfaKaroui](https://github.com/OlfaKaroui))
- COR-965 Publish package [#51](https://github.com/amboss-mededu/amboss-design-system/pull/51) ([@OlfaKaroui](https://github.com/OlfaKaroui))
#### ⚠️ Pushed to `main`
- delete extra release script ([@OlfaKaroui](https://github.com/OlfaKaroui))
- move release script ([@OlfaKaroui](https://github.com/OlfaKaroui))
- remove log from style-dictionary build ([@clbagrat](https://github.com/clbagrat))
- adjust component templates ([@clbagrat](https://github.com/clbagrat))
- fix Box docs ([@clbagrat](https://github.com/clbagrat))
- fix component template ([@clbagrat](https://github.com/clbagrat))
- update component script ([@clbagrat](https://github.com/clbagrat))
- update README.md ([@clbagrat](https://github.com/clbagrat))
#### Authors: 2
- Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
- Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
{
"name": "@amboss/design-system",
"version": "0.1.21",
"version": "0.1.22-canary-bump",
"description": "the design system for AMBOSS products",

@@ -60,5 +60,3 @@ "author": "Bagrat Gobedashvili",

"lint:eslint": "eslint -c .eslintrc --fix src .storybook",
"lint:prettier": "npm run lint:prettier:src && npm run lint:prettier:webpack",
"lint:prettier:src": "prettier --write \"{src,.storybook}/**/*.ts*\"",
"lint:prettier:webpack": "prettier --single-quote --no-semi --write --trailing-comma es5 \"webpack*.js\"",
"lint:prettier": "prettier --write \"{src,.storybook}/**/*.ts*\" \"webpack*.js\"",
"component": "DS_ROOT=/src/components node scripts/createComponent/createComponent.js"

@@ -100,3 +98,3 @@ },

"@types/jest": "^26.0.19",
"@types/react": "^16.9.34",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.0",

@@ -132,9 +130,9 @@ "@typescript-eslint/eslint-plugin": "^4.9.0",

"ts-jest": "^26.4.3",
"ts-loader": "^7.0.2",
"ts-loader": "^8.0.18",
"typed-scss-modules": "^3.2.2",
"typescript": "^4.1.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack-cli": "^4.5.0"
},
"homepage": "https://github.com/amboss-mededu/amboss-design-system#readme"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc