@imposium-hub/components 2.5.4 → 2.5.5

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/dist/styles.css CHANGED
@@ -2102,6 +2102,7 @@ body a {
2102
2102
  .no-access .no-access-copy {
2103
2103
  display: flex;
2104
2104
  flex-direction: column;
2105
+ text-align: center;
2105
2106
  }
2106
2107
  .no-access .no-access-copy .no-access-heading {
2107
2108
  margin-bottom: 8px;
package/dist/styles.less CHANGED
@@ -2069,6 +2069,7 @@ body{
2069
2069
  .no-access-copy {
2070
2070
  display: flex;
2071
2071
  flex-direction: column;
2072
+ text-align: center;
2072
2073
 
2073
2074
  .no-access-heading {
2074
2075
  margin-bottom: 8px;
@@ -21,6 +21,7 @@
21
21
  .no-access-copy {
22
22
  display: flex;
23
23
  flex-direction: column;
24
+ text-align: center;
24
25
 
25
26
  .no-access-heading {
26
27
  margin-bottom: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imposium-hub/components",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "React & Typescript component / asset library for Imposium front-ends",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",