@performant-software/semantic-components 0.5.18 → 0.5.19-beta.0

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/build/main.css CHANGED
@@ -117,12 +117,12 @@
117
117
  width: 100%;
118
118
  }
119
119
  .association-dropdown .buttons {
120
- width: 40%;
121
120
  display: flex;
122
121
  flex-wrap: wrap;
122
+ flex-grow: 0.1;
123
123
  }
124
124
  .association-dropdown .dropdown-container {
125
- width: 60%;
125
+ flex-grow: 1;
126
126
  }
127
127
  .association-dropdown .inline-dropdown {
128
128
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@performant-software/semantic-components",
3
- "version": "0.5.18",
3
+ "version": "0.5.19-beta.0",
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": "^0.5.18",
15
+ "@performant-software/shared-components": "^0.5.19-beta.0",
16
16
  "@react-google-maps/api": "^2.8.1",
17
17
  "axios": "^0.26.1",
18
18
  "i18next": "^19.4.4",
@@ -6,13 +6,13 @@
6
6
  }
7
7
 
8
8
  .association-dropdown .buttons {
9
- width: 40%;
10
9
  display: flex;
11
10
  flex-wrap: wrap;
11
+ flex-grow: 0.1;
12
12
  }
13
13
 
14
14
  .association-dropdown .dropdown-container {
15
- width: 60%;
15
+ flex-grow: 1;
16
16
  }
17
17
 
18
18
  .association-dropdown .inline-dropdown {
@@ -41,4 +41,4 @@
41
41
 
42
42
  .ui.dropdown:not(.button) > .default.text {
43
43
  color: rgba(95, 95, 95, 0.86);
44
- }
44
+ }