@florid-kit/components 0.8.1 → 0.8.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.
Files changed (3) hide show
  1. package/index.js +2 -0
  2. package/index.mjs +2 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -1045,6 +1045,8 @@
1045
1045
  .scroll-container {
1046
1046
  display: flex;
1047
1047
  gap: 8px;
1048
+ margin: 0;
1049
+ padding: 0;
1048
1050
  overflow-x: auto;
1049
1051
  padding-bottom: 4px;
1050
1052
  scrollbar-width: thin;
package/index.mjs CHANGED
@@ -2155,6 +2155,8 @@ A.styles = m`
2155
2155
  .scroll-container {
2156
2156
  display: flex;
2157
2157
  gap: 8px;
2158
+ margin: 0;
2159
+ padding: 0;
2158
2160
  overflow-x: auto;
2159
2161
  padding-bottom: 4px;
2160
2162
  scrollbar-width: thin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",