@servicetitan/web-components 39.0.0 → 39.1.0

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,6 +1,5 @@
1
1
  export * from './common';
2
2
  export * from './contexts';
3
- export * from './css-injector';
4
3
  export * from './event-bus';
5
4
  export * from './get-value-for-environment';
6
5
  export * from './headless-loader';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAE/B,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAE/B,YAAY,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
package/dist/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  export * from './common';
2
2
  export * from './contexts';
3
- export * from './css-injector';
4
3
  export * from './event-bus';
5
4
  export * from './get-value-for-environment';
6
5
  export * from './headless-loader';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './common';\nexport * from './contexts';\nexport * from './css-injector';\nexport * from './event-bus';\nexport * from './get-value-for-environment';\nexport * from './headless-loader';\nexport * from './history-manager';\nexport * from './loader';\nexport * from './register';\nexport * from './register-headless';\nexport * from './use-prefetch';\n\nexport type { JSON, JSONPrimitive, Serializable } from './types';\n"],"names":[],"mappings":"AAAA,cAAc,WAAW;AACzB,cAAc,aAAa;AAC3B,cAAc,iBAAiB;AAC/B,cAAc,cAAc;AAC5B,cAAc,8BAA8B;AAC5C,cAAc,oBAAoB;AAClC,cAAc,oBAAoB;AAClC,cAAc,WAAW;AACzB,cAAc,aAAa;AAC3B,cAAc,sBAAsB;AACpC,cAAc,iBAAiB"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './common';\nexport * from './contexts';\nexport * from './event-bus';\nexport * from './get-value-for-environment';\nexport * from './headless-loader';\nexport * from './history-manager';\nexport * from './loader';\nexport * from './register';\nexport * from './register-headless';\nexport * from './use-prefetch';\n\nexport type { JSON, JSONPrimitive, Serializable } from './types';\n"],"names":[],"mappings":"AAAA,cAAc,WAAW;AACzB,cAAc,aAAa;AAC3B,cAAc,cAAc;AAC5B,cAAc,8BAA8B;AAC5C,cAAc,oBAAoB;AAClC,cAAc,oBAAoB;AAClC,cAAc,WAAW;AACzB,cAAc,aAAa;AAC3B,cAAc,sBAAsB;AACpC,cAAc,iBAAiB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/web-components",
3
- "version": "39.0.0",
3
+ "version": "39.1.0",
4
4
  "description": "Framework to build, register, and load Microfrontends into host applications",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/uikit/web-components",
6
6
  "repository": {
@@ -19,6 +19,10 @@
19
19
  "types": "./dist/register-headless.d.ts",
20
20
  "default": "./dist/register-headless.js"
21
21
  },
22
+ "./css-injector/mfe-style-registry": {
23
+ "types": "./dist/css-injector/mfe-style-registry.d.ts",
24
+ "default": "./dist/css-injector/mfe-style-registry.js"
25
+ },
22
26
  "./*": "./dist/*.js"
23
27
  },
24
28
  "sideEffects": false,
@@ -27,20 +31,20 @@
27
31
  "src"
28
32
  ],
29
33
  "dependencies": {
30
- "@servicetitan/error-boundary": "39.0.0",
31
- "@servicetitan/startup-utils": "39.0.0",
34
+ "@servicetitan/error-boundary": "39.1.0",
35
+ "@servicetitan/startup-utils": "39.1.0",
32
36
  "lodash.get": "~4.4.2",
33
37
  "mitt": "~3.0.1",
34
38
  "semver": "~7.8.5"
35
39
  },
36
40
  "devDependencies": {
37
- "@servicetitan/anvil2": "^3.8.0",
41
+ "@servicetitan/anvil2": "^3.12.0",
38
42
  "@servicetitan/design-system": "~14.5.3",
39
- "@servicetitan/launchdarkly-service": "39.0.0",
40
- "@servicetitan/log-service": "39.0.0",
41
- "@servicetitan/react-ioc": "39.0.0",
43
+ "@servicetitan/launchdarkly-service": "39.1.0",
44
+ "@servicetitan/log-service": "39.1.0",
45
+ "@servicetitan/react-ioc": "39.1.0",
42
46
  "@testing-library/dom": "^10.4.1",
43
- "@testing-library/jest-dom": "^7.0.0",
47
+ "@testing-library/jest-dom": "^7.0.1",
44
48
  "@testing-library/react": "^16.3.2",
45
49
  "@types/history": "~4.7.10",
46
50
  "@types/lodash.get": "~4.4.6",
@@ -56,9 +60,9 @@
56
60
  "peerDependencies": {
57
61
  "@servicetitan/anvil2": ">=1.5.0",
58
62
  "@servicetitan/design-system": ">=14.5.3",
59
- "@servicetitan/launchdarkly-service": "39.0.0",
60
- "@servicetitan/log-service": "39.0.0",
61
- "@servicetitan/react-ioc": "39.0.0",
63
+ "@servicetitan/launchdarkly-service": "39.1.0",
64
+ "@servicetitan/log-service": "39.1.0",
65
+ "@servicetitan/react-ioc": "39.1.0",
62
66
  "history": "~4.10.1",
63
67
  "react": ">=17.0.2",
64
68
  "react-dom": ">=17.0.2"
@@ -91,5 +95,5 @@
91
95
  }
92
96
  }
93
97
  },
94
- "gitHead": "9138e3fcda061941b89620b9004426f5c13a89ae"
98
+ "gitHead": "a2471578a506e8c40e90956a5c70cc1638bbe9c1"
95
99
  }
package/src/index.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  export * from './common';
2
2
  export * from './contexts';
3
- export * from './css-injector';
4
3
  export * from './event-bus';
5
4
  export * from './get-value-for-environment';
6
5
  export * from './headless-loader';