@gem-sdk/core 1.58.0-dev.111 → 1.58.0-dev.112

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.
@@ -144,10 +144,21 @@ function composeAdvanceStyle(data, tag, pageType) {
144
144
  'Marquee',
145
145
  'Breadcrumb'
146
146
  ];
147
+ const formElements = [
148
+ 'Newsletter',
149
+ 'ContactForm',
150
+ 'TextField',
151
+ 'FormTextarea',
152
+ 'FormEmail',
153
+ 'FormDropdown',
154
+ 'FormCheckbox',
155
+ 'SubmitButton'
156
+ ];
147
157
  const listElementShadowV2 = [
148
158
  ...baseElements,
149
159
  ...productElements,
150
- ...boostElements
160
+ ...boostElements,
161
+ ...formElements
151
162
  ];
152
163
  let hasBoxShadowV2 = hasBoxShadow;
153
164
  if (listElementShadowV2.includes(tag || '')) {
@@ -142,10 +142,21 @@ function composeAdvanceStyle(data, tag, pageType) {
142
142
  'Marquee',
143
143
  'Breadcrumb'
144
144
  ];
145
+ const formElements = [
146
+ 'Newsletter',
147
+ 'ContactForm',
148
+ 'TextField',
149
+ 'FormTextarea',
150
+ 'FormEmail',
151
+ 'FormDropdown',
152
+ 'FormCheckbox',
153
+ 'SubmitButton'
154
+ ];
145
155
  const listElementShadowV2 = [
146
156
  ...baseElements,
147
157
  ...productElements,
148
- ...boostElements
158
+ ...boostElements,
159
+ ...formElements
149
160
  ];
150
161
  let hasBoxShadowV2 = hasBoxShadow;
151
162
  if (listElementShadowV2.includes(tag || '')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-dev.111",
3
+ "version": "1.58.0-dev.112",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",