@shoplflow/base 0.32.43 → 0.32.44

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/index.cjs CHANGED
@@ -4257,7 +4257,7 @@ var getHoverTabStyleByStyleVar = (styleVar) => {
4257
4257
  position: absolute;
4258
4258
  left: 0px;
4259
4259
  right: 0px;
4260
- bottom: -2px;
4260
+ bottom: -1px;
4261
4261
  height: 2px;
4262
4262
  background: ${exports.colorTokens.neutral500};
4263
4263
  }
@@ -4289,7 +4289,7 @@ var getActiveTriggerStyleByStyleVar = (styleVar) => {
4289
4289
  position: absolute;
4290
4290
  left: 0px;
4291
4291
  right: 0px;
4292
- bottom: -2px;
4292
+ bottom: -1px;
4293
4293
  height: 2px;
4294
4294
  background: #000;
4295
4295
  }
package/dist/index.js CHANGED
@@ -4230,7 +4230,7 @@ var getHoverTabStyleByStyleVar = (styleVar) => {
4230
4230
  position: absolute;
4231
4231
  left: 0px;
4232
4232
  right: 0px;
4233
- bottom: -2px;
4233
+ bottom: -1px;
4234
4234
  height: 2px;
4235
4235
  background: ${colorTokens.neutral500};
4236
4236
  }
@@ -4262,7 +4262,7 @@ var getActiveTriggerStyleByStyleVar = (styleVar) => {
4262
4262
  position: absolute;
4263
4263
  left: 0px;
4264
4264
  right: 0px;
4265
- bottom: -2px;
4265
+ bottom: -1px;
4266
4266
  height: 2px;
4267
4267
  background: #000;
4268
4268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoplflow/base",
3
- "version": "0.32.43",
3
+ "version": "0.32.44",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",