@teambit/ui 0.0.784 → 0.0.787

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/ui",
3
- "version": "0.0.784",
3
+ "version": "0.0.787",
4
4
  "homepage": "https://bit.dev/teambit/ui-foundation/ui",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "ui",
9
- "version": "0.0.784"
9
+ "version": "0.0.787"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -51,29 +51,29 @@
51
51
  "@teambit/base-ui.loaders.loader-ribbon": "1.0.0",
52
52
  "@teambit/base-ui.theme.fonts.roboto": "1.0.0",
53
53
  "@teambit/base-ui.theme.theme-provider": "1.0.1",
54
- "@teambit/aspect-loader": "0.0.784",
54
+ "@teambit/aspect-loader": "0.0.787",
55
55
  "@teambit/toolbox.path.to-windows-compatible-path": "0.0.483",
56
56
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.488",
57
57
  "@teambit/bit-error": "0.0.394",
58
- "@teambit/cli": "0.0.518",
59
- "@teambit/logger": "0.0.611",
58
+ "@teambit/cli": "0.0.520",
59
+ "@teambit/logger": "0.0.613",
60
60
  "@teambit/ui-foundation.cli.ui-server-console": "0.0.491",
61
- "@teambit/bundler": "0.0.784",
62
- "@teambit/component": "0.0.784",
63
- "@teambit/express": "0.0.616",
64
- "@teambit/graphql": "0.0.784",
61
+ "@teambit/bundler": "0.0.787",
62
+ "@teambit/component": "0.0.787",
63
+ "@teambit/express": "0.0.618",
64
+ "@teambit/graphql": "0.0.787",
65
65
  "@teambit/toolbox.network.get-port": "0.0.113",
66
- "@teambit/aspect": "0.0.784",
67
- "@teambit/cache": "0.0.611",
68
- "@teambit/pubsub": "0.0.784",
69
- "@teambit/react-router": "0.0.784",
66
+ "@teambit/aspect": "0.0.787",
67
+ "@teambit/cache": "0.0.613",
68
+ "@teambit/pubsub": "0.0.787",
69
+ "@teambit/react-router": "0.0.787",
70
70
  "@teambit/ui-foundation.ui.rendering.html": "0.0.69",
71
71
  "@teambit/design.theme.icons-font": "2.0.8",
72
72
  "@teambit/design.ui.tooltip": "0.0.352",
73
73
  "@teambit/ui-foundation.ui.global-loader": "0.0.487",
74
74
  "@teambit/webpack.modules.generate-style-loaders": "0.0.103",
75
75
  "@teambit/webpack.modules.style-regexps": "0.0.132",
76
- "@teambit/webpack": "0.0.784"
76
+ "@teambit/webpack": "0.0.787"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@types/lodash": "4.14.165",
@@ -95,57 +95,11 @@
95
95
  "peerDependencies": {
96
96
  "@apollo/client": "^3.0.0",
97
97
  "react-router-dom": "^6.0.0",
98
- "@teambit/legacy": "1.0.299",
98
+ "@teambit/legacy": "1.0.301",
99
99
  "react-dom": "^16.8.0 || ^17.0.0",
100
100
  "react": "^16.8.0 || ^17.0.0"
101
101
  },
102
102
  "license": "Apache-2.0",
103
- "bit": {
104
- "bindingPrefix": "@teambit",
105
- "env": {},
106
- "overrides": {
107
- "dependencies": {
108
- "@teambit/legacy": "-",
109
- "path-browserify": "1.0.1",
110
- "less-loader": "8.0.0",
111
- "less": "^4.1.1",
112
- "sass-loader": "12.1.0",
113
- "sanitize.css": "12.0.1",
114
- "postcss-flexbugs-fixes": "5.0.2",
115
- "postcss-normalize": "10.0.0",
116
- "postcss-loader": "6.1.1",
117
- "postcss": "8.2.9",
118
- "css-loader": "5.2.0",
119
- "style-loader": "^2.0.0",
120
- "babel-plugin-named-asset-import": "0.3.7",
121
- "resolve-url-loader": "3.1.2",
122
- "babel-preset-react-app": "10.0.0",
123
- "babel-loader": "8.2.2",
124
- "source-map-loader": "3.0.0",
125
- "@babel/runtime": "7.12.18",
126
- "core-js": "^3.0.0",
127
- "react-dom": "-",
128
- "react": "-"
129
- },
130
- "devDependencies": {
131
- "@teambit/legacy": "-",
132
- "@types/postcss-normalize": "9.0.1",
133
- "@types/node": "12.20.4",
134
- "@types/mocha": "9.1.0",
135
- "@types/testing-library__jest-dom": "5.9.5",
136
- "@types/jest": "^26.0.0",
137
- "@types/react-dom": "^17.0.5",
138
- "@types/react": "^17.0.8",
139
- "react-dom": "-",
140
- "react": "-"
141
- },
142
- "peerDependencies": {
143
- "@teambit/legacy": "1.0.299",
144
- "react-dom": "^16.8.0 || ^17.0.0",
145
- "react": "^16.8.0 || ^17.0.0"
146
- }
147
- }
148
- },
149
103
  "private": false,
150
104
  "engines": {
151
105
  "node": ">=12.22.0"
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@0.0.784/dist/ui.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@0.0.784/dist/ui.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@0.0.787/dist/ui.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@0.0.787/dist/ui.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
Binary file