@rocket.chat/fuselage 0.6.3-dev.399 → 0.6.3-dev.401

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/README.md +0 -14
  2. package/package.json +4 -36
package/README.md CHANGED
@@ -110,17 +110,3 @@ yarn storybook
110
110
  ```
111
111
 
112
112
  <!--/yarn(storybook)-->
113
-
114
- ### Visually testing stories
115
-
116
- We perform visual regression testing in our component stories using [Loki](https://loki.js.org/).
117
- Everytime you add, modify, or remove components, you should update the set of reference images used to match
118
- how the components render in a real browser by running the following:
119
-
120
- <!--yarn(update-storybook)-->
121
-
122
- ```sh
123
- yarn update-storybook
124
- ```
125
-
126
- <!--/yarn(update-storybook)-->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/fuselage",
3
- "version": "0.6.3-dev.399+7847e4cc",
3
+ "version": "0.6.3-dev.401+38f5a3a1",
4
4
  "author": {
5
5
  "name": "Rocket.Chat",
6
6
  "url": "https://rocket.chat/"
@@ -45,13 +45,7 @@
45
45
  "build-storybook": "run-s .:build-storybook:jest-results .:build-storybook:build-storybook",
46
46
  ".:build-storybook:jest-results": "jest --runInBand --json --outputFile .storybook/jest-results.json",
47
47
  ".:build-storybook:build-storybook": "cross-env NODE_ENV=production build-storybook",
48
- "update-storybook": "run-s .:update-storybook:build-storybook .:update-storybook:purge-refs .:update-storybook:loki-update resolve",
49
- "resolve": "resolve-loki",
50
- ".:update-storybook:build-storybook": "run-s build-storybook",
51
- ".:update-storybook:purge-refs": "rimraf .loki/reference",
52
- ".:update-storybook:loki-update": "loki update --chromeDockerImage=chinello/alpine-chrome:93 --chromeFlags='--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor' --verboseRenderer --requireReference --reactUri file:./storybook-static",
53
- "prettier-format": "prettier 'src/**/*.{ts,tsx,js,jsx}' --write",
54
- "loki:test-ci": "loki test --chromeFlags='--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor' --requireReference --verboseRenderer --reactUri file:./storybook-static"
48
+ "prettier-format": "prettier 'src/**/*.{ts,tsx,js,jsx}' --write"
55
49
  },
56
50
  "peerDependencies": {
57
51
  "@rocket.chat/fuselage-hooks": "*",
@@ -78,7 +72,7 @@
78
72
  "@rocket.chat/eslint-config-alt": "^0.31.1",
79
73
  "@rocket.chat/fuselage-hooks": "^0.31.1",
80
74
  "@rocket.chat/fuselage-polyfills": "^0.31.1",
81
- "@rocket.chat/icons": "^0.31.1",
75
+ "@rocket.chat/icons": "^0.6.3-dev.401+38f5a3a1",
82
76
  "@rocket.chat/prettier-config": "^0.31.1",
83
77
  "@storybook/addon-essentials": "^6.3.4",
84
78
  "@storybook/addon-jest": "^6.3.4",
@@ -106,7 +100,6 @@
106
100
  "jest": "^27.3.1",
107
101
  "lint-all": "^0.31.1",
108
102
  "lint-staged": "^11.2.6",
109
- "loki": "^0.28.1",
110
103
  "normalize.css": "^8.0.1",
111
104
  "npm-run-all": "^4.1.5",
112
105
  "path-browserify": "^1.0.1",
@@ -122,7 +115,6 @@
122
115
  "react-dom": "^17.0.2",
123
116
  "react-live": "^2.3.0",
124
117
  "react-virtuoso": "1.9.3",
125
- "resolve-loki": "^0.31.1",
126
118
  "rimraf": "^3.0.2",
127
119
  "sass": "^1.35.1",
128
120
  "sass-loader": "^12.1.0",
@@ -139,29 +131,5 @@
139
131
  "webpack-bundle-analyzer": "^4.4.2",
140
132
  "webpack-cli": "^4.7.2"
141
133
  },
142
- "loki": {
143
- "configurations": {
144
- "desktop": {
145
- "target": "chrome.docker",
146
- "width": 1440,
147
- "height": 896,
148
- "deviceScaleFactor": 1,
149
- "mobile": false,
150
- "fitWindow": false
151
- },
152
- "tablet": {
153
- "target": "chrome.docker",
154
- "width": 768,
155
- "height": 970,
156
- "deviceScaleFactor": 1,
157
- "mobile": false,
158
- "fitWindow": false
159
- },
160
- "mobile": {
161
- "target": "chrome.docker",
162
- "preset": "iPhone 7"
163
- }
164
- }
165
- },
166
- "gitHead": "7847e4ccd9c55509020e04c51cb83a5c69cfbdb1"
134
+ "gitHead": "38f5a3a135d55238e0789d5e5f60a0f4232f1b50"
167
135
  }