@faststore/ui 2.1.105 → 2.1.107

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": "@faststore/ui",
3
- "version": "2.1.105",
3
+ "version": "2.1.107",
4
4
  "description": "A lightweight, framework agnostic component library for React",
5
5
  "author": "emersonlaurentino",
6
6
  "license": "MIT",
@@ -48,7 +48,7 @@
48
48
  }
49
49
  ],
50
50
  "dependencies": {
51
- "@faststore/components": "^2.1.105",
51
+ "@faststore/components": "^2.1.107",
52
52
  "include-media": "^1.4.10",
53
53
  "modern-normalize": "^1.1.0",
54
54
  "react-swipeable": "^7.0.0",
@@ -59,8 +59,8 @@
59
59
  "react-dom": "^18.2.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@faststore/eslint-config": "^2.1.105",
63
- "@faststore/shared": "^2.1.105",
62
+ "@faststore/eslint-config": "^2.1.107",
63
+ "@faststore/shared": "^2.1.107",
64
64
  "@size-limit/preset-small-lib": "^7.0.8",
65
65
  "@types/tabbable": "^3.1.1",
66
66
  "babel-loader": "^8.2.5",
@@ -72,5 +72,5 @@
72
72
  "node": "16.18.0",
73
73
  "yarn": "1.19.1"
74
74
  },
75
- "gitHead": "98c7938ceacdba2f04dbb89b41cb1a4e06404b9b"
75
+ "gitHead": "3d666904a5e9d9908318e618b3ca93301b3ae82a"
76
76
  }
@@ -178,6 +178,18 @@
178
178
  }
179
179
  }
180
180
 
181
+ [data-fs-product-details-description-content] {
182
+ font-size: var(--fs-text-size-body);
183
+ line-height: 1.5;
184
+ /**
185
+ * display: contents allows you to remove an element from the box tree but still keep its contents
186
+ * It doesn't have padding or margin, for example.
187
+ *
188
+ * https://blogs.igalia.com/mrego/2018/01/11/display-contents-is-coming/
189
+ */
190
+ display: contents;
191
+ }
192
+
181
193
  [data-fs-image-gallery="with-selector"] ~ [data-fs-product-description] {
182
194
  @include media(">=notebook") {
183
195
  grid-column: 2 / 9;