@performant-software/semantic-components 1.1.1-beta.2 → 1.1.1-beta.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@performant-software/semantic-components",
3
- "version": "1.1.1-beta.2",
3
+ "version": "1.1.1-beta.3",
4
4
  "description": "A package of shared components based on the Semantic UI Framework.",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",
@@ -12,7 +12,7 @@
12
12
  "build": "webpack --mode production && flow-copy-source -v src types"
13
13
  },
14
14
  "dependencies": {
15
- "@performant-software/shared-components": "^1.1.1-beta.2",
15
+ "@performant-software/shared-components": "^1.1.1-beta.3",
16
16
  "@react-google-maps/api": "^2.8.1",
17
17
  "axios": "^0.26.1",
18
18
  "i18next": "^19.4.4",
@@ -275,6 +275,7 @@ class ItemsClass extends Component<Props, {}> {
275
275
  icon={action.resolveIcon ? action.resolveIcon(item) : action.icon}
276
276
  key={actionIndex}
277
277
  onClick={action.onClick.bind(this, item)}
278
+ size={action.size}
278
279
  />
279
280
  ))}
280
281
  { this.isSelectable() && (
@@ -410,6 +411,7 @@ class ItemsClass extends Component<Props, {}> {
410
411
  key={actionIndex}
411
412
  icon={action.resolveIcon ? action.resolveIcon(item) : action.icon}
412
413
  onClick={action.onClick.bind(this, item)}
414
+ size={action.size}
413
415
  />
414
416
  ))}
415
417
  </Item.Content>
@@ -275,6 +275,7 @@ class ItemsClass extends Component<Props, {}> {
275
275
  icon={action.resolveIcon ? action.resolveIcon(item) : action.icon}
276
276
  key={actionIndex}
277
277
  onClick={action.onClick.bind(this, item)}
278
+ size={action.size}
278
279
  />
279
280
  ))}
280
281
  { this.isSelectable() && (
@@ -410,6 +411,7 @@ class ItemsClass extends Component<Props, {}> {
410
411
  key={actionIndex}
411
412
  icon={action.resolveIcon ? action.resolveIcon(item) : action.icon}
412
413
  onClick={action.onClick.bind(this, item)}
414
+ size={action.size}
413
415
  />
414
416
  ))}
415
417
  </Item.Content>