@symbo.ls/uikit 2.11.181 → 2.11.182

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
@@ -9404,9 +9404,9 @@ __export(domql_exports, {
9404
9404
  Tab: () => Tab,
9405
9405
  Table: () => Table,
9406
9406
  Text: () => Text,
9407
- TextArea: () => TextArea,
9408
- TextAreaWithButton: () => TextAreaWithButton,
9409
- TextAreaWithTitle: () => TextAreaWithTitle,
9407
+ Textarea: () => Textarea,
9408
+ TextareaWithButton: () => TextareaWithButton,
9409
+ TextareaWithTitle: () => TextareaWithTitle,
9410
9410
  Theme: () => Theme,
9411
9411
  TimePicker: () => TimePicker,
9412
9412
  TimePickerItem: () => TimePickerItem,
@@ -11325,7 +11325,7 @@ var createCache = function createCache2(options) {
11325
11325
  return cache;
11326
11326
  };
11327
11327
 
11328
- // ../../packages/emotion/node_modules/@emotion/hash/dist/emotion-hash.esm.js
11328
+ // ../../node_modules/@emotion/hash/dist/emotion-hash.esm.js
11329
11329
  function murmur2(str) {
11330
11330
  var h = 0;
11331
11331
  var k, i = 0, len = str.length;
@@ -11355,7 +11355,7 @@ function murmur2(str) {
11355
11355
  return ((h ^ h >>> 15) >>> 0).toString(36);
11356
11356
  }
11357
11357
 
11358
- // ../../packages/emotion/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
11358
+ // ../../node_modules/@emotion/unitless/dist/emotion-unitless.esm.js
11359
11359
  var unitlessKeys = {
11360
11360
  animationIterationCount: 1,
11361
11361
  aspectRatio: 1,
@@ -11406,7 +11406,7 @@ var unitlessKeys = {
11406
11406
  strokeWidth: 1
11407
11407
  };
11408
11408
 
11409
- // ../../packages/emotion/node_modules/@emotion/serialize/dist/emotion-serialize.browser.esm.js
11409
+ // ../../node_modules/@emotion/serialize/dist/emotion-serialize.browser.esm.js
11410
11410
  var ILLEGAL_ESCAPE_SEQUENCE_ERROR = `You have illegal escape sequence in your template literal, most likely inside content's property value.
11411
11411
  Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
11412
11412
  You can read more about this here:
@@ -11659,7 +11659,7 @@ var serializeStyles = function serializeStyles2(args, registered, mergedProps) {
11659
11659
  };
11660
11660
  };
11661
11661
 
11662
- // ../../packages/emotion/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js
11662
+ // ../../node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js
11663
11663
  var isBrowser = true;
11664
11664
  function getRegisteredStyles(registered, registeredStyles, classNames) {
11665
11665
  var rawClassName = "";
@@ -11701,7 +11701,7 @@ var insertStyles = function insertStyles2(cache, serialized, isStringTag) {
11701
11701
  }
11702
11702
  };
11703
11703
 
11704
- // ../../packages/emotion/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js
11704
+ // ../../node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.js
11705
11705
  function insertWithoutScoping(cache, serialized) {
11706
11706
  if (cache.inserted[serialized.name] === void 0) {
11707
11707
  return cache.insert("", serialized, cache.sheet, true);
@@ -12573,7 +12573,7 @@ var NumberInput = {
12573
12573
  }
12574
12574
  };
12575
12575
 
12576
- // Input/CheckBox.js
12576
+ // Input/Checkbox.js
12577
12577
  var Checkbox = {
12578
12578
  tag: "label",
12579
12579
  props: {
@@ -12687,8 +12687,8 @@ var ToggleTitleParagraph = {
12687
12687
  Toggle: {}
12688
12688
  };
12689
12689
 
12690
- // Input/TextArea.js
12691
- var TextArea = {
12690
+ // Input/Textarea.js
12691
+ var Textarea = {
12692
12692
  tag: "textarea",
12693
12693
  extend: [Input, Flex],
12694
12694
  props: {
@@ -12705,7 +12705,7 @@ var TextArea = {
12705
12705
  style: { resize: "none" }
12706
12706
  }
12707
12707
  };
12708
- var TextAreaWithTitle = {
12708
+ var TextareaWithTitle = {
12709
12709
  extend: Flex,
12710
12710
  props: {
12711
12711
  flow: "column",
@@ -12721,12 +12721,12 @@ var TextAreaWithTitle = {
12721
12721
  color: "gray4"
12722
12722
  }
12723
12723
  },
12724
- TextArea: {}
12724
+ Textarea: {}
12725
12725
  };
12726
- var TextAreaWithButton = {
12726
+ var TextareaWithButton = {
12727
12727
  extend: Flex,
12728
12728
  props: { gap: "Y2" },
12729
- TextArea: {
12729
+ Textarea: {
12730
12730
  height: "52px",
12731
12731
  padding: "A",
12732
12732
  fontSize: "Z1",
@@ -15207,7 +15207,7 @@ var CommonForm = {
15207
15207
  extend: CommonField,
15208
15208
  props: {
15209
15209
  minWidth: "100%",
15210
- TextArea: { width: "100%" },
15210
+ Textarea: { width: "100%" },
15211
15211
  Hint: { color: "gray .92 +68" }
15212
15212
  },
15213
15213
  Title: { props: { fontSize: "Y2" } },
@@ -15370,7 +15370,7 @@ var ContactForm = {
15370
15370
  props: { gridColumn: "1 / span 2" },
15371
15371
  Title: { text: "Message" },
15372
15372
  Field: null,
15373
- TextArea,
15373
+ Textarea,
15374
15374
  Hint: null
15375
15375
  }
15376
15376
  ]