@symbo.ls/uikit 2.11.217 → 2.11.220

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.cjs.js CHANGED
@@ -5710,7 +5710,6 @@ var Img = {
5710
5710
  // Atoms/Form.js
5711
5711
  var Form = {
5712
5712
  tag: "form",
5713
- props: {},
5714
5713
  attr: {
5715
5714
  action: ({ props: props4 }) => props4.action,
5716
5715
  method: ({ props: props4 }) => props4.method,
@@ -6489,7 +6488,6 @@ var Collection = {
6489
6488
  var import_scratch6 = __toESM(require_cjs());
6490
6489
  var Position = {
6491
6490
  deps: { getSpacingByKey: import_scratch6.getSpacingByKey },
6492
- props: {},
6493
6491
  class: {
6494
6492
  position: ({ props: props4 }) => props4.position && { position: props4.position },
6495
6493
  inset: ({ props: props4, deps }) => {
@@ -9391,7 +9389,6 @@ var returnPropertyValue = (el, property, def) => {
9391
9389
  return r + "";
9392
9390
  };
9393
9391
  var RangeWithButtons = {
9394
- props: {},
9395
9392
  minus: {
9396
9393
  extend: SquareButton,
9397
9394
  props: { theme: "tertiary", icon: "minus" },