@telia-ace/widget-core-flamingo 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. package/LICENSE.txt +6 -0
  2. package/README.md +3 -0
  3. package/dist/action-resolver.d.ts +9 -0
  4. package/dist/action-resolver.d.ts.map +1 -0
  5. package/dist/bootstrap.d.ts +16 -0
  6. package/dist/bootstrap.d.ts.map +1 -0
  7. package/dist/component-platform/actions-controller.d.ts +41 -0
  8. package/dist/component-platform/actions-controller.d.ts.map +1 -0
  9. package/dist/component-platform/changeset-provider.d.ts +9 -0
  10. package/dist/component-platform/changeset-provider.d.ts.map +1 -0
  11. package/dist/component-platform/component-configuration-api.d.ts +3 -0
  12. package/dist/component-platform/component-configuration-api.d.ts.map +1 -0
  13. package/dist/component-platform/component-controller.d.ts +39 -0
  14. package/dist/component-platform/component-controller.d.ts.map +1 -0
  15. package/dist/component-platform/component-node-collection.d.ts +19 -0
  16. package/dist/component-platform/component-node-collection.d.ts.map +1 -0
  17. package/dist/component-platform/component-node.d.ts +64 -0
  18. package/dist/component-platform/component-node.d.ts.map +1 -0
  19. package/dist/component-platform/component-platform.d.ts +55 -0
  20. package/dist/component-platform/component-platform.d.ts.map +1 -0
  21. package/dist/component-platform/component-query.d.ts +17 -0
  22. package/dist/component-platform/component-query.d.ts.map +1 -0
  23. package/dist/component-platform/create-component-model.d.ts +37 -0
  24. package/dist/component-platform/create-component-model.d.ts.map +1 -0
  25. package/dist/component-platform/custom-component-handler.d.ts +22 -0
  26. package/dist/component-platform/custom-component-handler.d.ts.map +1 -0
  27. package/dist/component-platform/descriptor.d.ts +9 -0
  28. package/dist/component-platform/descriptor.d.ts.map +1 -0
  29. package/dist/component-platform/extend-component.d.ts +9 -0
  30. package/dist/component-platform/extend-component.d.ts.map +1 -0
  31. package/dist/component-platform/index.d.ts +19 -0
  32. package/dist/component-platform/index.d.ts.map +1 -0
  33. package/dist/component-platform/queries.d.ts +7 -0
  34. package/dist/component-platform/queries.d.ts.map +1 -0
  35. package/dist/component-platform/state-processor.d.ts +13 -0
  36. package/dist/component-platform/state-processor.d.ts.map +1 -0
  37. package/dist/component-resolver.d.ts +15 -0
  38. package/dist/component-resolver.d.ts.map +1 -0
  39. package/dist/environment.d.ts +49 -0
  40. package/dist/environment.d.ts.map +1 -0
  41. package/dist/event-subscriber.d.ts +8 -0
  42. package/dist/event-subscriber.d.ts.map +1 -0
  43. package/dist/implementation.d.ts +8 -0
  44. package/dist/implementation.d.ts.map +1 -0
  45. package/dist/index.d.ts +15 -0
  46. package/dist/index.d.ts.map +1 -0
  47. package/dist/index.js +2076 -0
  48. package/dist/index.js.map +1 -0
  49. package/dist/plugin.d.ts +8 -0
  50. package/dist/plugin.d.ts.map +1 -0
  51. package/dist/types/configuration.d.ts +87 -0
  52. package/dist/types/configuration.d.ts.map +1 -0
  53. package/dist/types/index.d.ts +3 -0
  54. package/dist/types/index.d.ts.map +1 -0
  55. package/dist/types/ui.d.ts +49 -0
  56. package/dist/types/ui.d.ts.map +1 -0
  57. package/dist/version.d.ts +3 -0
  58. package/dist/version.d.ts.map +1 -0
  59. package/dist/widget-type.d.ts +8 -0
  60. package/dist/widget-type.d.ts.map +1 -0
  61. package/package.json +48 -0
@@ -0,0 +1,49 @@
1
+ export type Theme = {
2
+ gap: string;
3
+ accessibility: {
4
+ border: string;
5
+ colors: {
6
+ inactiveText: string;
7
+ activeText: string;
8
+ };
9
+ };
10
+ border: string;
11
+ borderRadius: string;
12
+ boxShadow: string;
13
+ inputBorder: string;
14
+ colors: {
15
+ warning: string;
16
+ accent: string;
17
+ link: string;
18
+ primary: string;
19
+ text: string;
20
+ textLight: string;
21
+ };
22
+ fonts: {
23
+ type: string;
24
+ base: string;
25
+ small: string;
26
+ normal: string;
27
+ medium: string;
28
+ large: string;
29
+ huge: string;
30
+ };
31
+ sizes: {
32
+ cardinal: number;
33
+ small: string;
34
+ normal: string;
35
+ medium: string;
36
+ large: string;
37
+ };
38
+ typographyVariantMapping?: {
39
+ h1: 'h1';
40
+ h2: 'h2';
41
+ h3: 'h3';
42
+ h4: 'h4';
43
+ h5: 'h5';
44
+ h6: 'h6';
45
+ p: 'p';
46
+ span: 'span';
47
+ };
48
+ };
49
+ //# sourceMappingURL=ui.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/types/ui.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,KAAK,GAAG;IAChB,GAAG,EAAE,MAAM,CAAC;IAGZ,aAAa,EAAE;QACX,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE;YACJ,YAAY,EAAE,MAAM,CAAC;YACrB,UAAU,EAAE,MAAM,CAAC;SACtB,CAAC;KACL,CAAC;IAGF,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;KACrB,CAAC;IAGF,KAAK,EAAE;QACH,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;KAChB,CAAC;IAGF,KAAK,EAAE;QACH,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC;IAEF,wBAAwB,CAAC,EAAE;QACvB,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,EAAE,EAAE,IAAI,CAAC;QACT,CAAC,EAAE,GAAG,CAAC;QACP,IAAI,EAAE,MAAM,CAAC;KAChB,CAAC;CACL,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: "#____version____#";
2
+ export default _default;
3
+ //# sourceMappingURL=version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";AAAA,wBAAmC"}
@@ -0,0 +1,8 @@
1
+ import { Container, WidgetType as WidgetTypeBase } from '@webprovisions/platform';
2
+ /**
3
+ * Base class for a widget.
4
+ */
5
+ export default class WidgetType extends WidgetTypeBase {
6
+ constructor(container: Container);
7
+ }
8
+ //# sourceMappingURL=widget-type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widget-type.d.ts","sourceRoot":"","sources":["../src/widget-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAElF;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,cAAc;gBACtC,SAAS,EAAE,SAAS;CAGnC"}
package/package.json ADDED
@@ -0,0 +1,48 @@
1
+ {
2
+ "name": "@telia-ace/widget-core-flamingo",
3
+ "version": "1.0.14",
4
+ "description": "ACE Widgets Core",
5
+ "license": "SEE LICENSE IN LICENSE.txt",
6
+ "author": "Telia Company AB",
7
+ "keywords": [
8
+ "telia"
9
+ ],
10
+ "main": "dist/index.js",
11
+ "sourceMain": "src/index.ts",
12
+ "type": "module",
13
+ "types": "dist/index.d.ts",
14
+ "files": [
15
+ "LICENSE.txt",
16
+ "README.md",
17
+ "dist/"
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "sideEffects": true,
23
+ "dependencies": {
24
+ "@lit-labs/context": "^0.4.0",
25
+ "@lit-labs/motion": "^1.0.4",
26
+ "@telia-ace/widget-services": "^1.0.27",
27
+ "@telia-ace/widget-utilities": "^1.0.16",
28
+ "@teliads/components": "^22.1.1",
29
+ "@teliads/icons": "^8.4.0",
30
+ "@webprovisions/bootstrapping": "^1.0.13",
31
+ "@webprovisions/platform": "^1.1.3",
32
+ "lit": "^2.8.0",
33
+ "lit-html": "^2.8.0",
34
+ "sass": "^1.66.1"
35
+ },
36
+ "devDependencies": {
37
+ "@telia-ace/widget-developer-tools": "^1.0.22",
38
+ "@types/node": "^20.5.4",
39
+ "rimraf": "^5.0.1",
40
+ "tslib": "^2.6.0",
41
+ "typescript": "^5.1.6",
42
+ "vite": "^4.4.9"
43
+ },
44
+ "scripts": {
45
+ "clean": "rimraf ./dist",
46
+ "build": "rimraf ./dist && tsc -emitDeclarationOnly && vite build"
47
+ }
48
+ }