@symbo.ls/create 2.11.177 → 2.11.178

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.
@@ -14087,12 +14087,12 @@ __export(domql_exports, {
14087
14087
  Caption: () => Caption,
14088
14088
  CardLabel: () => CardLabel,
14089
14089
  ChatUser: () => ChatUser,
14090
- CheckBox: () => CheckBox,
14091
- CheckBoxTitleParagraph: () => CheckBoxTitleParagraph,
14092
14090
  CheckIndicator: () => CheckIndicator,
14093
14091
  CheckIndicatorWithLabel: () => CheckIndicatorWithLabel,
14094
14092
  CheckStep: () => CheckStep,
14095
14093
  CheckSteps: () => CheckSteps,
14094
+ Checkbox: () => Checkbox,
14095
+ CheckboxTitleParagraph: () => CheckboxTitleParagraph,
14096
14096
  Circle: () => Circle,
14097
14097
  CircleButton: () => CircleButton,
14098
14098
  Clickable: () => Clickable,
@@ -14177,7 +14177,7 @@ __export(domql_exports, {
14177
14177
  Overflow: () => Overflow,
14178
14178
  P: () => P,
14179
14179
  ParagraphButton: () => ParagraphButton,
14180
- ParagraphButtonWithCheckBox: () => ParagraphButtonWithCheckBox,
14180
+ ParagraphButtonWithCheckbox: () => ParagraphButtonWithCheckbox,
14181
14181
  Picture: () => Picture,
14182
14182
  Pills: () => Pills,
14183
14183
  PlusMinusButtons: () => PlusMinusButtons,
@@ -15982,8 +15982,8 @@ var NumberInput = {
15982
15982
  }
15983
15983
  };
15984
15984
 
15985
- // ../../uikit/domql/Input/CheckBox.js
15986
- var CheckBox = {
15985
+ // ../../uikit/domql/Input/Checkbox.js
15986
+ var Checkbox = {
15987
15987
  tag: "label",
15988
15988
  props: {
15989
15989
  boxSize: "fit-content fit-content",
@@ -16017,14 +16017,14 @@ var CheckBox = {
16017
16017
  }
16018
16018
  }
16019
16019
  };
16020
- var CheckBoxTitleParagraph = {
16020
+ var CheckboxTitleParagraph = {
16021
16021
  extend: Flex,
16022
16022
  props: {
16023
16023
  boxSize: "fit-content",
16024
16024
  align: "flex-start flex-start",
16025
16025
  gap: "A"
16026
16026
  },
16027
- CheckBox: {},
16027
+ Checkbox: {},
16028
16028
  TitleParagraph: {
16029
16029
  gap: "Z1",
16030
16030
  margin: "Y - - -"
@@ -16033,7 +16033,7 @@ var CheckBoxTitleParagraph = {
16033
16033
 
16034
16034
  // ../../uikit/domql/Input/Radio.js
16035
16035
  var Radio = {
16036
- extend: CheckBox,
16036
+ extend: Checkbox,
16037
16037
  Input: {
16038
16038
  type: "radio",
16039
16039
  ":checked ~ div:after": { opacity: "1" }
@@ -16056,14 +16056,14 @@ var Radio = {
16056
16056
  }
16057
16057
  };
16058
16058
  var RadioTitleParagraph = {
16059
- extend: CheckBoxTitleParagraph,
16060
- CheckBox: null,
16059
+ extend: CheckboxTitleParagraph,
16060
+ Checkbox: null,
16061
16061
  Radio: {}
16062
16062
  };
16063
16063
 
16064
16064
  // ../../uikit/domql/Input/Toggle.js
16065
16065
  var Toggle = {
16066
- extend: CheckBox,
16066
+ extend: Checkbox,
16067
16067
  Input: {
16068
16068
  ":checked ~ div": {
16069
16069
  background: "green2 +8",
@@ -16091,8 +16091,8 @@ var Toggle = {
16091
16091
  }
16092
16092
  };
16093
16093
  var ToggleTitleParagraph = {
16094
- extend: CheckBoxTitleParagraph,
16095
- CheckBox: null,
16094
+ extend: CheckboxTitleParagraph,
16095
+ Checkbox: null,
16096
16096
  Toggle: {}
16097
16097
  };
16098
16098
 
@@ -17328,13 +17328,13 @@ var ParagraphButton = {
17328
17328
  textDecoration: "underline"
17329
17329
  }
17330
17330
  };
17331
- var ParagraphButtonWithCheckBox = {
17331
+ var ParagraphButtonWithCheckbox = {
17332
17332
  extend: Flex,
17333
17333
  props: {
17334
17334
  gap: "Z",
17335
17335
  alignItems: "center"
17336
17336
  },
17337
- CheckBox: {
17337
+ Checkbox: {
17338
17338
  Input: {},
17339
17339
  Flex: {
17340
17340
  fontSize: "A1"
@@ -18787,9 +18787,9 @@ var ContactForm = {
18787
18787
  }
18788
18788
  ]
18789
18789
  },
18790
- ParagraphButtonWithCheckBox: {
18790
+ ParagraphButtonWithCheckbox: {
18791
18791
  padding: "A1 Z A1 Y",
18792
- CheckBox: {},
18792
+ Checkbox: {},
18793
18793
  ParagraphButton: {
18794
18794
  P: { text: "You agree to" },
18795
18795
  Button: { text: "privacy policy" }
@@ -18876,9 +18876,9 @@ var SignUp = {
18876
18876
  }
18877
18877
  ]
18878
18878
  },
18879
- ParagraphButtonWithCheckBox: {
18879
+ ParagraphButtonWithCheckbox: {
18880
18880
  padding: "A1 Z A1 Y",
18881
- CheckBox: {},
18881
+ Checkbox: {},
18882
18882
  ParagraphButton: {
18883
18883
  P: { text: "You agree to" },
18884
18884
  Button: { text: "privacy policy" }
@@ -18951,9 +18951,9 @@ var LogIn = {
18951
18951
  }
18952
18952
  ]
18953
18953
  },
18954
- ParagraphButtonWithCheckBox: {
18954
+ ParagraphButtonWithCheckbox: {
18955
18955
  padding: "A Z A Y",
18956
- CheckBox: {},
18956
+ Checkbox: {},
18957
18957
  ParagraphButton: {
18958
18958
  flex: "1",
18959
18959
  justifyContent: "space-between",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@symbo.ls/create",
3
- "version": "2.11.177",
3
+ "version": "2.11.178",
4
4
  "license": "MIT",
5
- "gitHead": "7029b43f38e0f2af6edcfbc47164ac6ff0db8758",
5
+ "gitHead": "32da4c933b075401d1ed8a8c56b6e6b190bb9424",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"