hrsass-components 2.3.0 → 2.3.2

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": "hrsass-components",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "All components of hrsass",
5
5
  "main": "index.js",
6
6
  "directories": {
package/rollup.build.css CHANGED
@@ -1989375,6 +1989375,9 @@
1989375
1989375
  .hr-button-list {
1989376
1989376
  white-space: nowrap;
1989377
1989377
  }
1989378
+ .hr-button-list > div {
1989379
+ display: inline-block;
1989380
+ }
1989378
1989381
  .hr-button-list .hr-button {
1989379
1989382
  display: inline-block;
1989380
1989383
  margin-left: 16px;
@@ -1991995,6 +1991998,9 @@
1991995
1991998
  .hr-button-list {
1991996
1991999
  white-space: nowrap;
1991997
1992000
  }
1992001
+ .hr-button-list > div {
1992002
+ display: inline-block;
1992003
+ }
1991998
1992004
  .hr-button-list .hr-button {
1991999
1992005
  display: inline-block;
1992000
1992006
  margin-left: 16px;