@skedulo/breeze-ui 1.22.2 → 1.22.4

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",
@@ -20510,7 +20520,12 @@
20510
20520
  "kind": "class",
20511
20521
  "description": "",
20512
20522
  "name": "GlobalStyles",
20513
- "members": [],
20523
+ "members": [
20524
+ {
20525
+ "kind": "method",
20526
+ "name": "injectGlobalStyles"
20527
+ }
20528
+ ],
20514
20529
  "superclass": {
20515
20530
  "name": "LitElement",
20516
20531
  "package": "lit"
@@ -34685,6 +34700,55 @@
34685
34700
  }
34686
34701
  ]
34687
34702
  },
34703
+ {
34704
+ "kind": "javascript-module",
34705
+ "path": "src/styles/code-mirror/code-mirror.ts",
34706
+ "declarations": [
34707
+ {
34708
+ "kind": "variable",
34709
+ "name": "codeMirrorStyles",
34710
+ "default": "css`\n ${unsafeCSS(CodeMirrorStyles)}\n`"
34711
+ },
34712
+ {
34713
+ "kind": "variable",
34714
+ "name": "codeMirrorHintStyles",
34715
+ "default": "css`\n ${unsafeCSS(CodeMirrorHintStyles)}\n`"
34716
+ }
34717
+ ],
34718
+ "exports": [
34719
+ {
34720
+ "kind": "js",
34721
+ "name": "codeMirrorStyles",
34722
+ "declaration": {
34723
+ "name": "codeMirrorStyles",
34724
+ "module": "src/styles/code-mirror/code-mirror.ts"
34725
+ }
34726
+ },
34727
+ {
34728
+ "kind": "js",
34729
+ "name": "codeMirrorHintStyles",
34730
+ "declaration": {
34731
+ "name": "codeMirrorHintStyles",
34732
+ "module": "src/styles/code-mirror/code-mirror.ts"
34733
+ }
34734
+ }
34735
+ ]
34736
+ },
34737
+ {
34738
+ "kind": "javascript-module",
34739
+ "path": "src/styles/code-mirror/index.ts",
34740
+ "declarations": [],
34741
+ "exports": [
34742
+ {
34743
+ "kind": "js",
34744
+ "name": "*",
34745
+ "declaration": {
34746
+ "name": "*",
34747
+ "package": "./code-mirror"
34748
+ }
34749
+ }
34750
+ ]
34751
+ },
34688
34752
  {
34689
34753
  "kind": "javascript-module",
34690
34754
  "path": "src/surfaces/card/card-footer.ts",