@ilo-org/react 0.17.0 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,4 +34,8 @@ export interface SocialMediaProps {
34
34
  * Specify the icons to display.
35
35
  */
36
36
  icons: SocialMediaIcons[];
37
+ /**
38
+ * The size of the social media icons
39
+ */
40
+ iconSize: "normal" | "large";
37
41
  }
@@ -23,7 +23,7 @@ export type NotificationTypes = "error" | "info" | "success" | "warning";
23
23
  export type PositionTypes = "top" | "bottom" | "left" | "right";
24
24
  export type SizeTypes = "small" | "medium" | "large";
25
25
  export type TagTypes = "anchor" | "display" | "button";
26
- export type SocialTypes = "facebook" | "twitter" | "instagram" | "linkedin" | "youtube" | "tiktok" | "flickr";
26
+ export type SocialTypes = "facebook" | "x" | "instagram" | "linkedin" | "youtube" | "tiktok" | "flickr";
27
27
  export type CardColor = "turquoise" | "green" | "yellow" | "blue";
28
28
  export type CardSize = "wide" | "standard" | "narrow" | "fluid";
29
29
  export type CardCornerType = boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/react",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "React components for the ILO's Design System",
5
5
  "keywords": [
6
6
  "ui_patterns",
@@ -99,12 +99,12 @@
99
99
  "react-transition-group": "^4.4.1",
100
100
  "video.js": "^7.21.2",
101
101
  "videojs-youtube": "^3.0.1",
102
- "@ilo-org/brand-assets": "0.5.1",
102
+ "@ilo-org/brand-assets": "0.5.2",
103
103
  "@ilo-org/fonts": "0.2.2",
104
+ "@ilo-org/icons-react": "0.1.2",
105
+ "@ilo-org/styles": "1.0.6",
104
106
  "@ilo-org/themes": "0.9.0",
105
- "@ilo-org/styles": "1.0.5",
106
- "@ilo-org/utils": "0.1.1",
107
- "@ilo-org/icons-react": "0.1.1"
107
+ "@ilo-org/utils": "0.1.1"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@rollup/plugin-commonjs": "^23.0.2",
@@ -158,9 +158,9 @@
158
158
  "ts-jest": "^29.1.1",
159
159
  "tslib": "^2.3.1",
160
160
  "vite": "^4.5.3",
161
+ "@ilo-org/eslint-config": "1.0.0",
161
162
  "@ilo-org/prettier-config": "1.0.0",
162
- "@ilo-org/typescript-config": "1.0.0",
163
- "@ilo-org/eslint-config": "1.0.0"
163
+ "@ilo-org/typescript-config": "1.0.0"
164
164
  },
165
165
  "peerDependencies": {
166
166
  "react": ">16",