@infineon/infineon-design-system-stencil 31.2.0--canary.1678.3c6d70776acd5119eb08f8c6435aa0155c244232.0 → 31.2.0--canary.1678.2a0606b91fcbd13953b11dc89b5a8b4b24950591.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.
@@ -83,6 +83,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
83
83
  }
84
84
  switch(bundleId) {
85
85
 
86
+ case 'ifx-status.cjs':
87
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
88
+ /* webpackMode: "lazy" */
89
+ './ifx-status.cjs.entry.js')); }).then(processMod, consoleError);
86
90
  case 'ifx-badge.cjs':
87
91
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
88
92
  /* webpackMode: "lazy" */
@@ -259,10 +263,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
259
263
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
260
264
  /* webpackMode: "lazy" */
261
265
  './ifx-slider.cjs.entry.js')); }).then(processMod, consoleError);
262
- case 'ifx-status.cjs':
263
- return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
264
- /* webpackMode: "lazy" */
265
- './ifx-status.cjs.entry.js')); }).then(processMod, consoleError);
266
266
  case 'ifx-step.cjs':
267
267
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
268
268
  /* webpackMode: "lazy" */
@@ -29,15 +29,8 @@ export default {
29
29
  }
30
30
  },
31
31
  color: {
32
- description: 'Sets the color of the status.',
33
- control: 'radio',
34
- options: ['orange', 'ocean', 'grey', 'light-grey', 'red', 'green', 'berry'],
35
- table: {
36
- category: 'ifx-status props',
37
- defaultValue: {
38
- summary: 'orange'
39
- }
40
- }
32
+ options: ['engineering-100', 'engineering-200', 'engineering-300', 'engineering-400', 'engineering-500', 'engineering-600', 'ocean-100', 'ocean-200', 'ocean-300', 'ocean-400', 'ocean-500', 'ocean-600', 'ocean-700', 'red-500', 'red-600', 'red-700', 'orange-500', 'green-500', 'lawn-400', 'lawn-500', 'lawn-700', 'berry-400', 'berry-500', 'sun-400', 'sun-500', 'sand-400', 'sand-500'],
33
+ control: { type: 'select' },
41
34
  },
42
35
  },
43
36
  };
@@ -1 +1 @@
1
- {"version":3,"file":"status.stories.js","sourceRoot":"","sources":["../../../src/components/status/status.stories.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,KAAK,EAAE,mBAAmB;IAC1B,IAAI,EAAE,CAAC,UAAU,CAAC;IAElB,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,YAAY;QACnB,MAAM,EAAE,IAAI;KACb;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,iBAAiB;YACvB,WAAW,EAAE,kCAAkC;YAC/C,KAAK,EAAE;gBACL,QAAQ,EAAE,kBAAkB;gBAC5B,IAAI,EAAE;oBACJ,OAAO,EAAE,QAAQ;iBAClB;aACF;SACF;QACD,MAAM,EAAE;YACN,WAAW,EAAE,+CAA+C;YAC5D,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE;gBACL,QAAQ,EAAE,kBAAkB;gBAC5B,YAAY,EAAE;oBACZ,OAAO,EAAE,IAAI;iBACd;aACF;SACF;QACD,KAAK,EAAE;YACL,WAAW,EAAE,+BAA+B;YAC5C,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC;YAC3E,KAAK,EAAE;gBACL,QAAQ,EAAE,kBAAkB;gBAC5B,YAAY,EAAE;oBACZ,OAAO,EAAE,QAAQ;iBAClB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,eAAe,GAAG,IAAI,CAAC,EAAE,CAAC,sBAAsB,IAAI,CAAC,KAAK,YAAY,IAAI,CAAC,KAAK,aAAa,IAAI,CAAC,MAAM,KAAK,CAAC;AAEpH,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAChD,OAAO,CAAC,QAAQ,GAAG,EAAE,CAAC","sourcesContent":["export default {\n title: 'Components/Status',\n tags: ['autodocs'],\n\n args: {\n label: 'text',\n color: 'orange-500',\n border: true,\n },\n argTypes: {\n label: {\n name: 'Label of Status',\n description: 'Set the label of *<ifx-status>*.',\n table: {\n category: 'ifx-status props',\n type: {\n summary: 'string'\n }\n }\n },\n border: {\n description: 'When set to **true** the status has a border.',\n control: 'boolean',\n attr: 'border',\n table: {\n category: 'ifx-status props',\n defaultValue: {\n summary: true\n }\n }\n },\n color: {\n description: 'Sets the color of the status.',\n control: 'radio',\n options: ['orange', 'ocean', 'grey', 'light-grey', 'red', 'green', 'berry'],\n table: {\n category: 'ifx-status props',\n defaultValue: {\n summary: 'orange'\n }\n }\n },\n },\n};\n\nconst DefaultTemplate = args => `<ifx-status label=\"${args.label}\" color=\"${args.color}\" border=\"${args.border}\"/>`;\n\nexport const Default = DefaultTemplate.bind({});\nDefault.argTypes = {};\n"]}
1
+ {"version":3,"file":"status.stories.js","sourceRoot":"","sources":["../../../src/components/status/status.stories.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,KAAK,EAAE,mBAAmB;IAC1B,IAAI,EAAE,CAAC,UAAU,CAAC;IAElB,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,YAAY;QACnB,MAAM,EAAE,IAAI;KACb;IACD,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,IAAI,EAAE,iBAAiB;YACvB,WAAW,EAAE,kCAAkC;YAC/C,KAAK,EAAE;gBACL,QAAQ,EAAE,kBAAkB;gBAC5B,IAAI,EAAE;oBACJ,OAAO,EAAE,QAAQ;iBAClB;aACF;SACF;QACD,MAAM,EAAE;YACN,WAAW,EAAE,+CAA+C;YAC5D,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE;gBACL,QAAQ,EAAE,kBAAkB;gBAC5B,YAAY,EAAE;oBACZ,OAAO,EAAE,IAAI;iBACd;aACF;SACF;QACD,KAAK,EAAE;YACL,OAAO,EAAE,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,UAAU,CAAC;YAC9X,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;SAC5B;KACF;CACF,CAAC;AAEF,MAAM,eAAe,GAAG,IAAI,CAAC,EAAE,CAAC,sBAAsB,IAAI,CAAC,KAAK,YAAY,IAAI,CAAC,KAAK,aAAa,IAAI,CAAC,MAAM,KAAK,CAAC;AAEpH,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAChD,OAAO,CAAC,QAAQ,GAAG,EAAE,CAAC","sourcesContent":["export default {\n title: 'Components/Status',\n tags: ['autodocs'],\n\n args: {\n label: 'text',\n color: 'orange-500',\n border: true,\n },\n argTypes: {\n label: {\n name: 'Label of Status',\n description: 'Set the label of *<ifx-status>*.',\n table: {\n category: 'ifx-status props',\n type: {\n summary: 'string'\n }\n }\n },\n border: {\n description: 'When set to **true** the status has a border.',\n control: 'boolean',\n attr: 'border',\n table: {\n category: 'ifx-status props',\n defaultValue: {\n summary: true\n }\n }\n },\n color: {\n options: ['engineering-100', 'engineering-200', 'engineering-300', 'engineering-400', 'engineering-500', 'engineering-600', 'ocean-100', 'ocean-200', 'ocean-300', 'ocean-400', 'ocean-500', 'ocean-600', 'ocean-700', 'red-500', 'red-600', 'red-700', 'orange-500', 'green-500', 'lawn-400', 'lawn-500', 'lawn-700', 'berry-400', 'berry-500', 'sun-400', 'sun-500', 'sand-400', 'sand-500'],\n control: { type: 'select' },\n },\n },\n};\n\nconst DefaultTemplate = args => `<ifx-status label=\"${args.label}\" color=\"${args.color}\" border=\"${args.border}\"/>`;\n\nexport const Default = DefaultTemplate.bind({});\nDefault.argTypes = {};\n"]}
@@ -61,6 +61,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
61
61
  }
62
62
  switch(bundleId) {
63
63
 
64
+ case 'ifx-status':
65
+ return import(
66
+ /* webpackMode: "lazy" */
67
+ './ifx-status.entry.js').then(processMod, consoleError);
64
68
  case 'ifx-badge':
65
69
  return import(
66
70
  /* webpackMode: "lazy" */
@@ -237,10 +241,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
237
241
  return import(
238
242
  /* webpackMode: "lazy" */
239
243
  './ifx-slider.entry.js').then(processMod, consoleError);
240
- case 'ifx-status':
241
- return import(
242
- /* webpackMode: "lazy" */
243
- './ifx-status.entry.js').then(processMod, consoleError);
244
244
  case 'ifx-step':
245
245
  return import(
246
246
  /* webpackMode: "lazy" */
@@ -29,14 +29,9 @@ declare const _default: {
29
29
  };
30
30
  };
31
31
  color: {
32
- description: string;
33
- control: string;
34
32
  options: string[];
35
- table: {
36
- category: string;
37
- defaultValue: {
38
- summary: string;
39
- };
33
+ control: {
34
+ type: string;
40
35
  };
41
36
  };
42
37
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineon/infineon-design-system-stencil",
3
- "version": "31.2.0--canary.1678.3c6d70776acd5119eb08f8c6435aa0155c244232.0",
3
+ "version": "31.2.0--canary.1678.2a0606b91fcbd13953b11dc89b5a8b4b24950591.0",
4
4
  "private": false,
5
5
  "description": "Infineon design system Stencil web components",
6
6
  "homepage": "https://infineon.github.io/infineon-design-system-stencil",