@flodesk/grain 11.29.0 → 11.29.1
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.
|
@@ -163,7 +163,7 @@ export const Autocomplete = _ref4 => {
|
|
|
163
163
|
const hasPreContent = selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.preContent;
|
|
164
164
|
return ___EmotionJSX(React.Fragment, null, label && ___EmotionJSX(Combobox.Label, {
|
|
165
165
|
as: FieldLabel
|
|
166
|
-
}, label), hint && ___EmotionJSX(FieldHint, null, hint), ___EmotionJSX(Box, {
|
|
166
|
+
}, label, "s"), hint && ___EmotionJSX(FieldHint, null, hint), ___EmotionJSX(Box, {
|
|
167
167
|
position: "relative",
|
|
168
168
|
marginTop: fieldMarginTop,
|
|
169
169
|
ref: reference
|
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flodesk/grain",
|
|
3
|
-
"version": "11.29.
|
|
3
|
+
"version": "11.29.1",
|
|
4
4
|
"description": "Flodesk design system",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"author": "Flodesk",
|
|
7
7
|
"license": "UNLICENSED",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
10
|
+
"vrt:generate-pages": "babel-node .vrt/scripts/generate-vrt-pages.js",
|
|
11
|
+
"vrt:baseline": "chmod +x .vrt/scripts/baseline.sh && .vrt/scripts/baseline.sh",
|
|
12
|
+
"vrt:regression": "chmod +x .vrt/scripts/regression.sh && .vrt/scripts/regression.sh",
|
|
13
|
+
"vrt:crosscheck": "chmod +x .vrt/scripts/crosscheck.sh && .vrt/scripts/crosscheck.sh",
|
|
10
14
|
"dev": "next dev -p 4000",
|
|
11
15
|
"build": "next build",
|
|
12
16
|
"start": "next start",
|
|
@@ -36,7 +40,8 @@
|
|
|
36
40
|
"react-dom": ">=16.8"
|
|
37
41
|
},
|
|
38
42
|
"devDependencies": {
|
|
39
|
-
"@babel/cli": "^7.
|
|
43
|
+
"@babel/cli": "^7.24.8",
|
|
44
|
+
"@babel/node": "^7.25.0",
|
|
40
45
|
"@babel/plugin-transform-runtime": "^7.18.2",
|
|
41
46
|
"@babel/preset-env": "^7.18.2",
|
|
42
47
|
"@babel/preset-react": "^7.17.12",
|
|
@@ -44,6 +49,7 @@
|
|
|
44
49
|
"@mdx-js/loader": "^2.1.1",
|
|
45
50
|
"@mdx-js/react": "^2.2.1",
|
|
46
51
|
"@next/mdx": "^12.3.4",
|
|
52
|
+
"@playwright/test": "^1.40.0",
|
|
47
53
|
"@semantic-release/git": "^10.0.1",
|
|
48
54
|
"@semantic-release/gitlab": "^9.3.1",
|
|
49
55
|
"@semantic-release/npm": "^9.0.1",
|
|
@@ -56,6 +62,7 @@
|
|
|
56
62
|
"eslint-plugin-import": "^2.26.0",
|
|
57
63
|
"eslint-plugin-mdx": "^2.0.2",
|
|
58
64
|
"eslint-plugin-prettier": "^4.2.1",
|
|
65
|
+
"lost-pixel": "^3.18.2",
|
|
59
66
|
"next": "^13.5.6",
|
|
60
67
|
"prettier": "^2.8.8",
|
|
61
68
|
"react-docgen": "^6.0.0-alpha.3",
|