@citolab/qti-components 6.9.1-0 → 6.9.1-1
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 +20 -0
- package/dist/index.js +52 -52
- package/dist/item.css +1 -366
- package/dist/qti-components/index.d.ts +1 -0
- package/dist/qti-components/index.js +85 -85
- package/package.json +1 -1
|
@@ -693,6 +693,18 @@
|
|
|
693
693
|
}
|
|
694
694
|
}
|
|
695
695
|
]
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"kind": "function",
|
|
699
|
+
"name": "removeDoubleSlashes",
|
|
700
|
+
"parameters": [
|
|
701
|
+
{
|
|
702
|
+
"name": "str",
|
|
703
|
+
"type": {
|
|
704
|
+
"text": "string"
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
]
|
|
696
708
|
}
|
|
697
709
|
],
|
|
698
710
|
"exports": [
|
|
@@ -719,6 +731,14 @@
|
|
|
719
731
|
"name": "IsNullOrUndefined",
|
|
720
732
|
"module": "src/lib/qti-components/internal/utils.ts"
|
|
721
733
|
}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "js",
|
|
737
|
+
"name": "removeDoubleSlashes",
|
|
738
|
+
"declaration": {
|
|
739
|
+
"name": "removeDoubleSlashes",
|
|
740
|
+
"module": "src/lib/qti-components/internal/utils.ts"
|
|
741
|
+
}
|
|
722
742
|
}
|
|
723
743
|
]
|
|
724
744
|
},
|