@axos-web-dev/shared-components 0.0.73 → 0.0.74

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.
@@ -80,33 +80,7 @@
80
80
  ._1bsyngok {
81
81
  color: var(--_1073cm83);
82
82
  }
83
- options => {
84
- var className = config.defaultClassName;
85
- var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
86
- for (var variantName in selections) {
87
- var _selections$variantNa;
88
- var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
89
- if (variantSelection != null) {
90
- var selection = variantSelection;
91
- if (typeof selection === 'boolean') {
92
- // @ts-expect-error
93
- selection = selection === true ? 'true' : 'false';
94
- }
95
- var selectionClassName =
96
- // @ts-expect-error
97
- config.variantClassNames[variantName][selection];
98
- if (selectionClassName) {
99
- className += ' ' + selectionClassName;
100
- }
101
- }
102
- }
103
- for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
104
- if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
105
- className += ' ' + compoundClassName;
106
- }
107
- }
108
- return className;
109
- } p {
83
+ ._1bsyngo6 p {
110
84
  font: 400 18px / 1.44 var(--main-font-family);
111
85
  letter-spacing: .2px;
112
86
  }
@@ -122,33 +96,7 @@ options => {
122
96
  object-fit: cover;
123
97
  }
124
98
  @media (max-width:1023px) {
125
- options => {
126
- var className = config.defaultClassName;
127
- var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
128
- for (var variantName in selections) {
129
- var _selections$variantNa;
130
- var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
131
- if (variantSelection != null) {
132
- var selection = variantSelection;
133
- if (typeof selection === 'boolean') {
134
- // @ts-expect-error
135
- selection = selection === true ? 'true' : 'false';
136
- }
137
- var selectionClassName =
138
- // @ts-expect-error
139
- config.variantClassNames[variantName][selection];
140
- if (selectionClassName) {
141
- className += ' ' + selectionClassName;
142
- }
143
- }
144
- }
145
- for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
146
- if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
147
- className += ' ' + compoundClassName;
148
- }
149
- }
150
- return className;
151
- } > .containment {
99
+ ._1bsyngo0 > .containment {
152
100
  width: 100%;
153
101
  max-width: 100%;
154
102
  border-radius: 0 !important;
@@ -210,33 +158,7 @@ options => {
210
158
  font-size: 28px;
211
159
  line-height: 1.29;
212
160
  }
213
- options => {
214
- var className = config.defaultClassName;
215
- var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
216
- for (var variantName in selections) {
217
- var _selections$variantNa;
218
- var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
219
- if (variantSelection != null) {
220
- var selection = variantSelection;
221
- if (typeof selection === 'boolean') {
222
- // @ts-expect-error
223
- selection = selection === true ? 'true' : 'false';
224
- }
225
- var selectionClassName =
226
- // @ts-expect-error
227
- config.variantClassNames[variantName][selection];
228
- if (selectionClassName) {
229
- className += ' ' + selectionClassName;
230
- }
231
- }
232
- }
233
- for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
234
- if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
235
- className += ' ' + compoundClassName;
236
- }
237
- }
238
- return className;
239
- } p {
161
+ ._1bsyngo6 p {
240
162
  font-size: 1rem;
241
163
  line-height: 1.5;
242
164
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.73",
4
+ "version": "0.0.74",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",