@rocket.chat/fuselage 0.32.0-dev.405 → 0.32.0-dev.407

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.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import './index.scss';
1
2
  export * from './components';
2
3
  export * from './styleTokens';
3
4
  export { Palette, __setThrowErrorOnInvalidToken__ } from './Theme';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,+BAA+B,EAAE,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,OAAO,EAAE,+BAA+B,EAAE,MAAM,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocket.chat/fuselage",
3
- "version": "0.32.0-dev.405",
3
+ "version": "0.32.0-dev.407",
4
4
  "description": "Rocket.Chat's React Components Library",
5
5
  "author": {
6
6
  "name": "Rocket.Chat",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "scripts": {
29
29
  "start": "webpack --watch --mode development",
30
- "storybook": "start-storybook -p 6006",
30
+ "storybook": "start-storybook -p 6006 --no-version-updates",
31
31
  "build": "run-s .:build:clean .:build:dev .:build:prod",
32
32
  ".:build:clean": "rimraf dist",
33
33
  ".:build:prod": "run-s .:build:prod:bundle .:build:prod:check",
@@ -54,11 +54,11 @@
54
54
  "react-virtuoso": "1.2.4"
55
55
  },
56
56
  "dependencies": {
57
- "@rocket.chat/css-in-js": "~0.31.23-dev.179",
58
- "@rocket.chat/css-supports": "~0.31.23-dev.179",
59
- "@rocket.chat/fuselage-tokens": "~0.32.0-dev.355",
60
- "@rocket.chat/memo": "~0.31.23-dev.179",
61
- "@rocket.chat/styled": "~0.31.23-dev.179",
57
+ "@rocket.chat/css-in-js": "~0.31.23-dev.181",
58
+ "@rocket.chat/css-supports": "~0.31.23-dev.181",
59
+ "@rocket.chat/fuselage-tokens": "~0.32.0-dev.357",
60
+ "@rocket.chat/memo": "~0.31.23-dev.181",
61
+ "@rocket.chat/styled": "~0.31.23-dev.181",
62
62
  "invariant": "^2.2.4",
63
63
  "react-aria": "~3.23.1",
64
64
  "react-keyed-flatten-children": "^1.3.0",
@@ -70,15 +70,16 @@
70
70
  "@babel/plugin-transform-runtime": "~7.21.4",
71
71
  "@babel/preset-env": "~7.21.4",
72
72
  "@babel/preset-react": "~7.18.6",
73
- "@rocket.chat/eslint-config-alt": "~0.32.0-dev.157",
74
- "@rocket.chat/fuselage-hooks": "~0.32.0-dev.318",
75
- "@rocket.chat/fuselage-polyfills": "~0.31.23-dev.179",
76
- "@rocket.chat/icons": "~0.32.0-dev.387",
77
- "@rocket.chat/prettier-config": "~0.31.23-dev.179",
73
+ "@rocket.chat/eslint-config-alt": "~0.32.0-dev.159",
74
+ "@rocket.chat/fuselage-hooks": "~0.32.0-dev.320",
75
+ "@rocket.chat/fuselage-polyfills": "~0.31.23-dev.181",
76
+ "@rocket.chat/icons": "~0.32.0-dev.389",
77
+ "@rocket.chat/prettier-config": "~0.31.23-dev.181",
78
78
  "@storybook/addon-a11y": "~6.5.16",
79
79
  "@storybook/addon-essentials": "~6.5.16",
80
80
  "@storybook/addon-interactions": "~6.5.16",
81
81
  "@storybook/addon-links": "~6.5.16",
82
+ "@storybook/addon-styling": "~0.3.2",
82
83
  "@storybook/addons": "~6.5.16",
83
84
  "@storybook/builder-webpack5": "~6.5.16",
84
85
  "@storybook/client-api": "~6.5.16",
@@ -107,6 +108,7 @@
107
108
  "jest": "~29.5.0",
108
109
  "lint-all": "~0.31.22",
109
110
  "lint-staged": "~13.2.1",
111
+ "mini-css-extract-plugin": "~2.7.6",
110
112
  "normalize.css": "^8.0.1",
111
113
  "npm-run-all": "^4.1.5",
112
114
  "path-browserify": "^1.0.1",
@@ -119,12 +121,13 @@
119
121
  "postcss-svg": "~3.0.0",
120
122
  "prettier": "~2.8.7",
121
123
  "react": "^17.0.2",
122
- "react-docgen-typescript-plugin": "~1.0.5",
123
124
  "react-dom": "^17.0.2",
124
125
  "react-virtuoso": "~3.1.5",
126
+ "resolve-url-loader": "~5.0.0",
125
127
  "rimraf": "^3.0.2",
126
128
  "sass": "~1.62.0",
127
129
  "sass-loader": "~13.2.2",
130
+ "storybook-dark-mode": "~3.0.1",
128
131
  "style-loader": "~3.3.2",
129
132
  "stylelint": "~15.4.0",
130
133
  "stylelint-order": "~6.0.3",
@@ -1,5 +0,0 @@
1
- export declare const useStyleSheet: (styleSheet?: {
2
- use(): void;
3
- unuse(): void;
4
- }) => void;
5
- //# sourceMappingURL=useStyleSheet.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useStyleSheet.d.ts","sourceRoot":"","sources":["../../src/hooks/useStyleSheet.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;;UAQzB,CAAC"}