@cambly/syntax-core 2.6.0 → 2.8.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.
- package/dist/index.css +20 -20
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -153,7 +153,7 @@ function Box(props) {
|
|
|
153
153
|
smAlignItems,
|
|
154
154
|
lgAlignItems,
|
|
155
155
|
alignSelf,
|
|
156
|
-
|
|
156
|
+
backgroundColor: backgroundColor2,
|
|
157
157
|
direction,
|
|
158
158
|
smDirection,
|
|
159
159
|
lgDirection,
|
|
@@ -204,7 +204,7 @@ function Box(props) {
|
|
|
204
204
|
"smAlignItems",
|
|
205
205
|
"lgAlignItems",
|
|
206
206
|
"alignSelf",
|
|
207
|
-
"
|
|
207
|
+
"backgroundColor",
|
|
208
208
|
"direction",
|
|
209
209
|
"smDirection",
|
|
210
210
|
"lgDirection",
|
|
@@ -260,7 +260,7 @@ function Box(props) {
|
|
|
260
260
|
smAlignItems && Box_module_default[`alignItems${smAlignItems}Small`],
|
|
261
261
|
lgAlignItems && Box_module_default[`alignItems${lgAlignItems}Large`],
|
|
262
262
|
alignSelf && Box_module_default[`alignSelf${alignSelf}`],
|
|
263
|
-
|
|
263
|
+
backgroundColor2 && colors_module_default[`${backgroundColor2}BackgroundColor`],
|
|
264
264
|
direction && Box_module_default[direction],
|
|
265
265
|
smDirection && Box_module_default[`${smDirection}Small`],
|
|
266
266
|
lgDirection && Box_module_default[`${lgDirection}Large`],
|
|
@@ -730,7 +730,7 @@ var import_classnames8 = __toESM(require_classnames());
|
|
|
730
730
|
import { useState as useState2 } from "react";
|
|
731
731
|
|
|
732
732
|
// css-module:./RadioButton.module.css#css-module
|
|
733
|
-
var RadioButton_module_default = { "radioButton": "
|
|
733
|
+
var RadioButton_module_default = { "radioButton": "_radioButton_1kj8n_1", "focusedRadioButton": "_focusedRadioButton_1kj8n_8", "smBase": "_smBase_1kj8n_13", "mdBase": "_mdBase_1kj8n_18", "radioStyleOverride": "_radioStyleOverride_1kj8n_23", "smOverride": "_smOverride_1kj8n_28", "mdOverride": "_mdOverride_1kj8n_33", "outer": "_outer_1kj8n_38", "sm": "_sm_1kj8n_13", "md": "_md_1kj8n_18", "errorOuterBackgroundColor": "_errorOuterBackgroundColor_1kj8n_57", "outerBackgroundColor": "_outerBackgroundColor_1kj8n_61", "background": "_background_1kj8n_65", "errorBorderColor": "_errorBorderColor_1kj8n_71", "borderColor": "_borderColor_1kj8n_75", "circle": "_circle_1kj8n_79", "smInner": "_smInner_1kj8n_83", "mdInner": "_mdInner_1kj8n_89" };
|
|
734
734
|
|
|
735
735
|
// src/RadioButton/RadioButton.tsx
|
|
736
736
|
import { jsx as jsx12, jsxs as jsxs3 } from "react/jsx-runtime";
|