@skedulo/breeze-ui 1.22.2 → 1.22.3
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/custom-elements.json +49 -0
- package/dist/lib/cjs/breeze-ui.js +167 -169
- package/dist/lib/es/breeze-ui.js +8166 -8170
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/form-elements/input-code.d.ts.map +1 -1
- package/dist/types/styles/code-mirror/code-mirror.d.ts +3 -0
- package/dist/types/styles/code-mirror/code-mirror.d.ts.map +1 -0
- package/dist/types/styles/code-mirror/index.d.ts +2 -0
- package/dist/types/styles/code-mirror/index.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -34685,6 +34685,55 @@
|
|
|
34685
34685
|
}
|
|
34686
34686
|
]
|
|
34687
34687
|
},
|
|
34688
|
+
{
|
|
34689
|
+
"kind": "javascript-module",
|
|
34690
|
+
"path": "src/styles/code-mirror/code-mirror.ts",
|
|
34691
|
+
"declarations": [
|
|
34692
|
+
{
|
|
34693
|
+
"kind": "variable",
|
|
34694
|
+
"name": "codeMirrorStyles",
|
|
34695
|
+
"default": "css`\n ${unsafeCSS(CodeMirrorStyles)}\n`"
|
|
34696
|
+
},
|
|
34697
|
+
{
|
|
34698
|
+
"kind": "variable",
|
|
34699
|
+
"name": "codeMirrorHintStyles",
|
|
34700
|
+
"default": "css`\n ${unsafeCSS(CodeMirrorHintStyles)}\n`"
|
|
34701
|
+
}
|
|
34702
|
+
],
|
|
34703
|
+
"exports": [
|
|
34704
|
+
{
|
|
34705
|
+
"kind": "js",
|
|
34706
|
+
"name": "codeMirrorStyles",
|
|
34707
|
+
"declaration": {
|
|
34708
|
+
"name": "codeMirrorStyles",
|
|
34709
|
+
"module": "src/styles/code-mirror/code-mirror.ts"
|
|
34710
|
+
}
|
|
34711
|
+
},
|
|
34712
|
+
{
|
|
34713
|
+
"kind": "js",
|
|
34714
|
+
"name": "codeMirrorHintStyles",
|
|
34715
|
+
"declaration": {
|
|
34716
|
+
"name": "codeMirrorHintStyles",
|
|
34717
|
+
"module": "src/styles/code-mirror/code-mirror.ts"
|
|
34718
|
+
}
|
|
34719
|
+
}
|
|
34720
|
+
]
|
|
34721
|
+
},
|
|
34722
|
+
{
|
|
34723
|
+
"kind": "javascript-module",
|
|
34724
|
+
"path": "src/styles/code-mirror/index.ts",
|
|
34725
|
+
"declarations": [],
|
|
34726
|
+
"exports": [
|
|
34727
|
+
{
|
|
34728
|
+
"kind": "js",
|
|
34729
|
+
"name": "*",
|
|
34730
|
+
"declaration": {
|
|
34731
|
+
"name": "*",
|
|
34732
|
+
"package": "./code-mirror"
|
|
34733
|
+
}
|
|
34734
|
+
}
|
|
34735
|
+
]
|
|
34736
|
+
},
|
|
34688
34737
|
{
|
|
34689
34738
|
"kind": "javascript-module",
|
|
34690
34739
|
"path": "src/surfaces/card/card-footer.ts",
|