@dartech/arsenal-ui 1.4.84 → 1.4.85

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -1954,6 +1954,13 @@ const tableThemeOptions = {
1954
1954
  '&:focus': {
1955
1955
  outline: 'none'
1956
1956
  }
1957
+ },
1958
+ actionsCell: {
1959
+ flexWrap: 'wrap',
1960
+ width: '100%',
1961
+ '& > button[aria-label="more"]': {
1962
+ marginLeft: 'auto'
1963
+ }
1957
1964
  }
1958
1965
  }
1959
1966
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.84",
3
+ "version": "1.4.85",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -145,6 +145,13 @@ declare const tableThemeOptions: {
145
145
  outline: string;
146
146
  };
147
147
  };
148
+ actionsCell: {
149
+ flexWrap: string;
150
+ width: string;
151
+ '& > button[aria-label="more"]': {
152
+ marginLeft: string;
153
+ };
154
+ };
148
155
  };
149
156
  };
150
157
  };