@shopflowateam/ui 1.0.7 → 1.0.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pkg/style.css +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopflowateam/ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Blank project with routing included",
5
5
  "engines": {
6
6
  "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
package/pkg/style.css CHANGED
@@ -725,6 +725,10 @@
725
725
  display: none;
726
726
  }
727
727
 
728
+ .inline {
729
+ display: inline;
730
+ }
731
+
728
732
  .inline-block {
729
733
  display: inline-block;
730
734
  }