@skedulo/breeze-ui 1.22.3 → 1.22.5

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.
@@ -2696,7 +2696,17 @@
2696
2696
  "module": "/src/styles"
2697
2697
  },
2698
2698
  "tagName": "sp-global-styles",
2699
- "customElement": true
2699
+ "customElement": true,
2700
+ "members": [
2701
+ {
2702
+ "kind": "method",
2703
+ "name": "injectGlobalStyles",
2704
+ "inheritedFrom": {
2705
+ "name": "GlobalStyles",
2706
+ "module": "src/styles/global-styles.ts"
2707
+ }
2708
+ }
2709
+ ]
2700
2710
  },
2701
2711
  {
2702
2712
  "kind": "class",
@@ -8692,6 +8702,18 @@
8692
8702
  "module": "src/components/form-elements/input-code.ts"
8693
8703
  }
8694
8704
  },
8705
+ {
8706
+ "name": "single-line",
8707
+ "type": {
8708
+ "text": "boolean"
8709
+ },
8710
+ "default": "false",
8711
+ "fieldName": "singleLine",
8712
+ "inheritedFrom": {
8713
+ "name": "InputCode",
8714
+ "module": "src/components/form-elements/input-code.ts"
8715
+ }
8716
+ },
8695
8717
  {
8696
8718
  "name": "readonly",
8697
8719
  "type": {
@@ -8913,6 +8935,19 @@
8913
8935
  "module": "src/components/form-elements/input-code.ts"
8914
8936
  }
8915
8937
  },
8938
+ {
8939
+ "kind": "field",
8940
+ "name": "singleLine",
8941
+ "type": {
8942
+ "text": "boolean"
8943
+ },
8944
+ "default": "false",
8945
+ "attribute": "single-line",
8946
+ "inheritedFrom": {
8947
+ "name": "InputCode",
8948
+ "module": "src/components/form-elements/input-code.ts"
8949
+ }
8950
+ },
8916
8951
  {
8917
8952
  "kind": "field",
8918
8953
  "name": "editor",
@@ -20510,7 +20545,12 @@
20510
20545
  "kind": "class",
20511
20546
  "description": "",
20512
20547
  "name": "GlobalStyles",
20513
- "members": [],
20548
+ "members": [
20549
+ {
20550
+ "kind": "method",
20551
+ "name": "injectGlobalStyles"
20552
+ }
20553
+ ],
20514
20554
  "superclass": {
20515
20555
  "name": "LitElement",
20516
20556
  "package": "lit"
@@ -22445,6 +22485,15 @@
22445
22485
  "default": "[]",
22446
22486
  "attribute": "autocomplete-list"
22447
22487
  },
22488
+ {
22489
+ "kind": "field",
22490
+ "name": "singleLine",
22491
+ "type": {
22492
+ "text": "boolean"
22493
+ },
22494
+ "default": "false",
22495
+ "attribute": "single-line"
22496
+ },
22448
22497
  {
22449
22498
  "kind": "field",
22450
22499
  "name": "editor",
@@ -22791,6 +22840,14 @@
22791
22840
  "default": "[]",
22792
22841
  "fieldName": "autocompleteList"
22793
22842
  },
22843
+ {
22844
+ "name": "single-line",
22845
+ "type": {
22846
+ "text": "boolean"
22847
+ },
22848
+ "default": "false",
22849
+ "fieldName": "singleLine"
22850
+ },
22794
22851
  {
22795
22852
  "name": "readonly",
22796
22853
  "type": {