@infineon/infineon-design-system-stencil 34.0.0--canary.1868.4efc3539ee45a2c869d4a2ecaf2f351e0a66627c.0 → 34.0.0--canary.1868.8d5754596b140783f045d7e10618bb61664307bd.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.
@@ -20,7 +20,7 @@ export default {
20
20
  }
21
21
  },
22
22
  number: {
23
- name: 'Numberal value of the Indicator',
23
+ name: 'The numerical value of the Indicator',
24
24
  description: 'Sets the number displayed on the Indicator.',
25
25
  table: {
26
26
  category: 'story controls'
@@ -1 +1 @@
1
- {"version":3,"file":"indicator.stories.js","sourceRoot":"","sources":["../../../src/components/indicator/indicator.stories.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,KAAK,EAAE,sBAAsB;IAC7B,IAAI,EAAE,CAAC,UAAU,CAAC;IAElB,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC;QACT,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,QAAQ;KAClB;IACD,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,uDAAuD;YACpE,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC;YAC1B,KAAK,EAAE;gBACL,QAAQ,EAAE,gBAAgB;gBAC1B,YAAY,EAAE;oBACZ,OAAO,EAAE,QAAQ;iBAClB;aACF;SACF;QACD,MAAM,EAAE;YACN,IAAI,EAAE,iCAAiC;YACvC,WAAW,EAAE,6CAA6C;YAC1D,KAAK,EAAE;gBACL,QAAQ,EAAE,gBAAgB;aAC3B;SACF;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,mEAAmE;YAChF,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE;gBACL,QAAQ,EAAE,qBAAqB;gBAC/B,YAAY,EAAE;oBACZ,OAAO,EAAE,KAAK;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,eAAe,GAAG,IAAI,CAAC,EAAE,CAAC,2BAA2B,IAAI,CAAC,OAAO,aAAa,IAAI,CAAC,MAAM,eAAe,IAAI,CAAC,QAAQ,MAAM,CAAC;AAElI,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/Indicator',\n tags: ['autodocs'],\n\n args: {\n number: 1,\n inverted: false,\n variant: 'number'\n },\n argTypes: {\n variant: {\n name: 'Variant',\n description: 'Sets the variant of the Indicator. Number by default.',\n control: 'radio',\n options: ['number', 'dot'],\n table: {\n category: 'story controls',\n defaultValue: {\n summary: 'number'\n },\n }\n },\n number: {\n name: 'Numberal value of the Indicator',\n description: 'Sets the number displayed on the Indicator.',\n table: {\n category: 'story controls'\n }\n },\n inverted: {\n description: 'Toggles the color scheme of the indicator with a numerical value.',\n control: 'boolean',\n table: {\n category: 'ifx-indicator props',\n defaultValue: {\n summary: false\n }\n }\n }\n }\n};\n\nconst DefaultTemplate = args => `<ifx-indicator variant=\"${args.variant}\" number=\"${args.number}\" inverted=\"${args.inverted}\" />`;\n\nexport const Default = DefaultTemplate.bind({});\nDefault.argTypes = {};\n"]}
1
+ {"version":3,"file":"indicator.stories.js","sourceRoot":"","sources":["../../../src/components/indicator/indicator.stories.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,KAAK,EAAE,sBAAsB;IAC7B,IAAI,EAAE,CAAC,UAAU,CAAC;IAElB,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC;QACT,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,QAAQ;KAClB;IACD,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,WAAW,EAAE,uDAAuD;YACpE,OAAO,EAAE,OAAO;YAChB,OAAO,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC;YAC1B,KAAK,EAAE;gBACL,QAAQ,EAAE,gBAAgB;gBAC1B,YAAY,EAAE;oBACZ,OAAO,EAAE,QAAQ;iBAClB;aACF;SACF;QACD,MAAM,EAAE;YACN,IAAI,EAAE,sCAAsC;YAC5C,WAAW,EAAE,6CAA6C;YAC1D,KAAK,EAAE;gBACL,QAAQ,EAAE,gBAAgB;aAC3B;SACF;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,mEAAmE;YAChF,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE;gBACL,QAAQ,EAAE,qBAAqB;gBAC/B,YAAY,EAAE;oBACZ,OAAO,EAAE,KAAK;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,eAAe,GAAG,IAAI,CAAC,EAAE,CAAC,2BAA2B,IAAI,CAAC,OAAO,aAAa,IAAI,CAAC,MAAM,eAAe,IAAI,CAAC,QAAQ,MAAM,CAAC;AAElI,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/Indicator',\n tags: ['autodocs'],\n\n args: {\n number: 1,\n inverted: false,\n variant: 'number'\n },\n argTypes: {\n variant: {\n name: 'Variant',\n description: 'Sets the variant of the Indicator. Number by default.',\n control: 'radio',\n options: ['number', 'dot'],\n table: {\n category: 'story controls',\n defaultValue: {\n summary: 'number'\n },\n }\n },\n number: {\n name: 'The numerical value of the Indicator',\n description: 'Sets the number displayed on the Indicator.',\n table: {\n category: 'story controls'\n }\n },\n inverted: {\n description: 'Toggles the color scheme of the indicator with a numerical value.',\n control: 'boolean',\n table: {\n category: 'ifx-indicator props',\n defaultValue: {\n summary: false\n }\n }\n }\n }\n};\n\nconst DefaultTemplate = args => `<ifx-indicator variant=\"${args.variant}\" number=\"${args.number}\" inverted=\"${args.inverted}\" />`;\n\nexport const Default = DefaultTemplate.bind({});\nDefault.argTypes = {};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infineon/infineon-design-system-stencil",
3
- "version": "34.0.0--canary.1868.4efc3539ee45a2c869d4a2ecaf2f351e0a66627c.0",
3
+ "version": "34.0.0--canary.1868.8d5754596b140783f045d7e10618bb61664307bd.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",