[Bug] Quote Widget ignores styling and lacks clear component references
Problem:
The Quote Widget does not fully respond to styles defined in designOption.json
.
Details:
- The containers container-quotes-text
, slide-item-quotes-icon-container-1
, and slide-item-quotes-icon-container-2
ignore custom style definitions and seem to have structural inconsistencies.
- In container-quotes-card
, there are no documented or discoverable component names (e.g., quoteText
, quoteIcon1
, quoteIcon2
), making it impossible to target, enable, or disable these elements within designOption.json
.
- Several layout properties in the global stylesheet cannot be overridden locally within designOption.json
.
Suggestion:
Document all component names and ensure that each element of the Quote Widget can be fully styled and controlled directly from designOption.json
.
The internal structure could follow the example of the SVG widget, which allows flexible layout control using either flex
or grid
, depending on the design intent.
