@elliemae/ds-chip 3.57.0-next.2 → 3.57.0-next.21

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 (59) hide show
  1. package/dist/cjs/DSChip.js +2 -2
  2. package/dist/cjs/DSChip.js.map +2 -2
  3. package/dist/cjs/config/useConfig.js +5 -4
  4. package/dist/cjs/config/useConfig.js.map +2 -2
  5. package/dist/cjs/{constants.js → constants/index.js} +18 -1
  6. package/dist/cjs/constants/index.js.map +7 -0
  7. package/dist/cjs/index.js +29 -4
  8. package/dist/cjs/index.js.map +2 -2
  9. package/dist/cjs/react-desc-prop-types.js +6 -5
  10. package/dist/cjs/react-desc-prop-types.js.map +2 -2
  11. package/dist/cjs/sharedTypes.js.map +1 -1
  12. package/dist/cjs/styles.js +9 -10
  13. package/dist/cjs/styles.js.map +2 -2
  14. package/dist/cjs/typescript-testing/typescript-chip-valid.js +91 -0
  15. package/dist/cjs/typescript-testing/typescript-chip-valid.js.map +7 -0
  16. package/dist/esm/DSChip.js +3 -3
  17. package/dist/esm/DSChip.js.map +2 -2
  18. package/dist/esm/config/useConfig.js +5 -4
  19. package/dist/esm/config/useConfig.js.map +2 -2
  20. package/dist/esm/{constants.js → constants/index.js} +18 -1
  21. package/dist/esm/constants/index.js.map +7 -0
  22. package/dist/esm/index.js +43 -3
  23. package/dist/esm/index.js.map +2 -2
  24. package/dist/esm/react-desc-prop-types.js +9 -6
  25. package/dist/esm/react-desc-prop-types.js.map +2 -2
  26. package/dist/esm/styles.js +15 -7
  27. package/dist/esm/styles.js.map +2 -2
  28. package/dist/esm/typescript-testing/typescript-chip-valid.js +68 -0
  29. package/dist/esm/typescript-testing/typescript-chip-valid.js.map +7 -0
  30. package/dist/types/config/useConfig.d.ts +451 -11
  31. package/dist/types/{constants.d.ts → constants/index.d.ts} +29 -0
  32. package/dist/types/index.d.ts +4 -3
  33. package/dist/types/react-desc-prop-types.d.ts +9 -8
  34. package/dist/types/sharedTypes.d.ts +1 -1
  35. package/dist/types/tests/DSChip.data-testid.test.d.ts +1 -0
  36. package/dist/types/tests/DSChip.events.test.d.ts +1 -0
  37. package/dist/types/tests/DSChip.exports.test.d.ts +1 -0
  38. package/dist/types/tests/DSChip.keyboard.test.d.ts +1 -0
  39. package/dist/types/tests/DSChips.get-owner-props.test.d.ts +1 -0
  40. package/dist/types/typescript-testing/typescript-chip-valid.d.ts +1 -0
  41. package/package.json +7 -7
  42. package/dist/cjs/constants.js.map +0 -7
  43. package/dist/cjs/exported_related/data-test-ids.js +0 -38
  44. package/dist/cjs/exported_related/data-test-ids.js.map +0 -7
  45. package/dist/cjs/exported_related/index.js +0 -31
  46. package/dist/cjs/exported_related/index.js.map +0 -7
  47. package/dist/cjs/exported_related/theming.js +0 -44
  48. package/dist/cjs/exported_related/theming.js.map +0 -7
  49. package/dist/esm/constants.js.map +0 -7
  50. package/dist/esm/exported_related/data-test-ids.js +0 -8
  51. package/dist/esm/exported_related/data-test-ids.js.map +0 -7
  52. package/dist/esm/exported_related/index.js +0 -4
  53. package/dist/esm/exported_related/index.js.map +0 -7
  54. package/dist/esm/exported_related/theming.js +0 -14
  55. package/dist/esm/exported_related/theming.js.map +0 -7
  56. package/dist/types/exported_related/data-test-ids.d.ts +0 -7
  57. package/dist/types/exported_related/index.d.ts +0 -2
  58. package/dist/types/exported_related/theming.d.ts +0 -8
  59. /package/dist/types/tests/{DSChip.test.d.ts → DSChip.api.test.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-chip",
3
- "version": "3.57.0-next.2",
3
+ "version": "3.57.0-next.21",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Chip",
6
6
  "files": [
@@ -36,17 +36,17 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.57.0-next.2",
40
- "@elliemae/ds-typescript-helpers": "3.57.0-next.2",
41
- "@elliemae/ds-system": "3.57.0-next.2"
39
+ "@elliemae/ds-props-helpers": "3.57.0-next.21",
40
+ "@elliemae/ds-system": "3.57.0-next.21",
41
+ "@elliemae/ds-typescript-helpers": "3.57.0-next.21"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@elliemae/pui-cli": "9.0.0-next.65",
45
45
  "jest": "~29.7.0",
46
46
  "styled-components": "~5.3.9",
47
- "@elliemae/ds-monorepo-devops": "3.57.0-next.2",
48
- "@elliemae/ds-test-utils": "3.57.0-next.2",
49
- "@elliemae/ds-icons": "3.57.0-next.2"
47
+ "@elliemae/ds-icons": "3.57.0-next.21",
48
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.21",
49
+ "@elliemae/ds-test-utils": "3.57.0-next.21"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "lodash-es": "^4.17.21",
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/constants.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const CHIP_SHAPES = {\n DEFAULT: 'default' as const,\n ROUND: 'round' as const,\n};\n\nexport const CHIP_SIZES = {\n S: 's' as const,\n L: 'l' as const,\n};\n\nexport const roundShapeLarge = '4.308rem';\nexport const roundShapeSmall = '3.077rem';\n\nexport const basicSizes = {\n s: {\n width: '5.538rem',\n height: '5.154rem',\n } as const,\n l: {\n width: '7.077rem',\n height: '5.154rem',\n } as const,\n};\n\nexport const shapeSizes = {\n s: {\n width: '5.538rem',\n height: '5.923rem',\n } as const,\n l: {\n width: '7.077rem',\n height: '6.538rem',\n } as const,\n};\n\nexport const ChipSizesValuesArray = Object.values(CHIP_SIZES);\nexport const ChipShapesValuesArray = Object.values(CHIP_SHAPES);\nexport const ChipInteractionStates = ['hover', 'focus', 'active'];\n\nexport const ChipSizesValuesString = JSON.stringify(ChipSizesValuesArray);\nexport const ChipShapesValuesString = JSON.stringify(ChipShapesValuesArray);\nexport const ChipInteractionStatesValuesString = JSON.stringify(ChipInteractionStates);\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,cAAc;AAAA,EACzB,SAAS;AAAA,EACT,OAAO;AACT;AAEO,MAAM,aAAa;AAAA,EACxB,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,kBAAkB;AACxB,MAAM,kBAAkB;AAExB,MAAM,aAAa;AAAA,EACxB,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AAAA,EACA,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AACF;AAEO,MAAM,aAAa;AAAA,EACxB,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AAAA,EACA,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AACF;AAEO,MAAM,uBAAuB,OAAO,OAAO,UAAU;AACrD,MAAM,wBAAwB,OAAO,OAAO,WAAW;AACvD,MAAM,wBAAwB,CAAC,SAAS,SAAS,QAAQ;AAEzD,MAAM,wBAAwB,KAAK,UAAU,oBAAoB;AACjE,MAAM,yBAAyB,KAAK,UAAU,qBAAqB;AACnE,MAAM,oCAAoC,KAAK,UAAU,qBAAqB;",
6
- "names": []
7
- }
@@ -1,38 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var data_test_ids_exports = {};
30
- __export(data_test_ids_exports, {
31
- DSChipDataTestIds: () => DSChipDataTestIds
32
- });
33
- module.exports = __toCommonJS(data_test_ids_exports);
34
- var React = __toESM(require("react"));
35
- var import_ds_system = require("@elliemae/ds-system");
36
- var import_theming = require("./theming.js");
37
- const DSChipDataTestIds = (0, import_ds_system.slotObjectToDataTestIds)(import_theming.DSChipName, import_theming.DSChipSlots);
38
- //# sourceMappingURL=data-test-ids.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/exported_related/data-test-ids.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\nimport { DSChipName, DSChipSlots } from './theming.js';\n\nexport const DSChipDataTestIds = slotObjectToDataTestIds(DSChipName, DSChipSlots);\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AACxC,qBAAwC;AAEjC,MAAM,wBAAoB,0CAAwB,2BAAY,0BAAW;",
6
- "names": []
7
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") {
10
- for (let key of __getOwnPropNames(from))
11
- if (!__hasOwnProp.call(to, key) && key !== except)
12
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- }
14
- return to;
15
- };
16
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
17
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
18
- // If the importer is in node compatibility mode or this is not an ESM
19
- // file that has been converted to a CommonJS file using a Babel-
20
- // compatible transform (i.e. "__esModule" has not been set), then set
21
- // "default" to the CommonJS "module.exports" for node compatibility.
22
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
23
- mod
24
- ));
25
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
26
- var exported_related_exports = {};
27
- module.exports = __toCommonJS(exported_related_exports);
28
- var React = __toESM(require("react"));
29
- __reExport(exported_related_exports, require("./data-test-ids.js"), module.exports);
30
- __reExport(exported_related_exports, require("./theming.js"), module.exports);
31
- //# sourceMappingURL=index.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/exported_related/index.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export * from './data-test-ids.js';\nexport * from './theming.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,qCAAc,+BAAd;AACA,qCAAc,yBADd;",
6
- "names": []
7
- }
@@ -1,44 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var theming_exports = {};
30
- __export(theming_exports, {
31
- DSChipName: () => DSChipName,
32
- DSChipSlots: () => DSChipSlots
33
- });
34
- module.exports = __toCommonJS(theming_exports);
35
- var React = __toESM(require("react"));
36
- const DSChipName = "DSChip";
37
- const DSChipSlots = {
38
- ROOT: "root",
39
- BUTTON: "button",
40
- LABEL: "label",
41
- ROUND_SHAPE: "round-shape",
42
- ELLIPSIS: "ellipsis"
43
- };
44
- //# sourceMappingURL=theming.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/exported_related/theming.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export const DSChipName = 'DSChip';\n\nexport const DSChipSlots = {\n ROOT: 'root',\n BUTTON: 'button',\n LABEL: 'label',\n ROUND_SHAPE: 'round-shape',\n ELLIPSIS: 'ellipsis',\n} as const;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,aAAa;AAEnB,MAAM,cAAc;AAAA,EACzB,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,aAAa;AAAA,EACb,UAAU;AACZ;",
6
- "names": []
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/constants.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const CHIP_SHAPES = {\n DEFAULT: 'default' as const,\n ROUND: 'round' as const,\n};\n\nexport const CHIP_SIZES = {\n S: 's' as const,\n L: 'l' as const,\n};\n\nexport const roundShapeLarge = '4.308rem';\nexport const roundShapeSmall = '3.077rem';\n\nexport const basicSizes = {\n s: {\n width: '5.538rem',\n height: '5.154rem',\n } as const,\n l: {\n width: '7.077rem',\n height: '5.154rem',\n } as const,\n};\n\nexport const shapeSizes = {\n s: {\n width: '5.538rem',\n height: '5.923rem',\n } as const,\n l: {\n width: '7.077rem',\n height: '6.538rem',\n } as const,\n};\n\nexport const ChipSizesValuesArray = Object.values(CHIP_SIZES);\nexport const ChipShapesValuesArray = Object.values(CHIP_SHAPES);\nexport const ChipInteractionStates = ['hover', 'focus', 'active'];\n\nexport const ChipSizesValuesString = JSON.stringify(ChipSizesValuesArray);\nexport const ChipShapesValuesString = JSON.stringify(ChipShapesValuesArray);\nexport const ChipInteractionStatesValuesString = JSON.stringify(ChipInteractionStates);\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,cAAc;AAAA,EACzB,SAAS;AAAA,EACT,OAAO;AACT;AAEO,MAAM,aAAa;AAAA,EACxB,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,kBAAkB;AACxB,MAAM,kBAAkB;AAExB,MAAM,aAAa;AAAA,EACxB,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AAAA,EACA,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AACF;AAEO,MAAM,aAAa;AAAA,EACxB,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AAAA,EACA,GAAG;AAAA,IACD,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AACF;AAEO,MAAM,uBAAuB,OAAO,OAAO,UAAU;AACrD,MAAM,wBAAwB,OAAO,OAAO,WAAW;AACvD,MAAM,wBAAwB,CAAC,SAAS,SAAS,QAAQ;AAEzD,MAAM,wBAAwB,KAAK,UAAU,oBAAoB;AACjE,MAAM,yBAAyB,KAAK,UAAU,qBAAqB;AACnE,MAAM,oCAAoC,KAAK,UAAU,qBAAqB;",
6
- "names": []
7
- }
@@ -1,8 +0,0 @@
1
- import * as React from "react";
2
- import { slotObjectToDataTestIds } from "@elliemae/ds-system";
3
- import { DSChipName, DSChipSlots } from "./theming.js";
4
- const DSChipDataTestIds = slotObjectToDataTestIds(DSChipName, DSChipSlots);
5
- export {
6
- DSChipDataTestIds
7
- };
8
- //# sourceMappingURL=data-test-ids.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/exported_related/data-test-ids.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\nimport { DSChipName, DSChipSlots } from './theming.js';\n\nexport const DSChipDataTestIds = slotObjectToDataTestIds(DSChipName, DSChipSlots);\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AACxC,SAAS,YAAY,mBAAmB;AAEjC,MAAM,oBAAoB,wBAAwB,YAAY,WAAW;",
6
- "names": []
7
- }
@@ -1,4 +0,0 @@
1
- import * as React from "react";
2
- export * from "./data-test-ids.js";
3
- export * from "./theming.js";
4
- //# sourceMappingURL=index.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/exported_related/index.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './data-test-ids.js';\nexport * from './theming.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,cAAc;",
6
- "names": []
7
- }
@@ -1,14 +0,0 @@
1
- import * as React from "react";
2
- const DSChipName = "DSChip";
3
- const DSChipSlots = {
4
- ROOT: "root",
5
- BUTTON: "button",
6
- LABEL: "label",
7
- ROUND_SHAPE: "round-shape",
8
- ELLIPSIS: "ellipsis"
9
- };
10
- export {
11
- DSChipName,
12
- DSChipSlots
13
- };
14
- //# sourceMappingURL=theming.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/exported_related/theming.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSChipName = 'DSChip';\n\nexport const DSChipSlots = {\n ROOT: 'root',\n BUTTON: 'button',\n LABEL: 'label',\n ROUND_SHAPE: 'round-shape',\n ELLIPSIS: 'ellipsis',\n} as const;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,aAAa;AAEnB,MAAM,cAAc;AAAA,EACzB,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,aAAa;AAAA,EACb,UAAU;AACZ;",
6
- "names": []
7
- }
@@ -1,7 +0,0 @@
1
- export declare const DSChipDataTestIds: {
2
- readonly ROOT: "ds-chip-root";
3
- readonly BUTTON: "ds-chip-button";
4
- readonly LABEL: "ds-chip-label";
5
- readonly ROUND_SHAPE: "ds-chip-round-shape";
6
- readonly ELLIPSIS: "ds-chip-ellipsis";
7
- };
@@ -1,2 +0,0 @@
1
- export * from './data-test-ids.js';
2
- export * from './theming.js';
@@ -1,8 +0,0 @@
1
- export declare const DSChipName = "DSChip";
2
- export declare const DSChipSlots: {
3
- readonly ROOT: "root";
4
- readonly BUTTON: "button";
5
- readonly LABEL: "label";
6
- readonly ROUND_SHAPE: "round-shape";
7
- readonly ELLIPSIS: "ellipsis";
8
- };