@uniformdev/context-devtools 12.2.1-alpha.177 → 13.0.1-alpha.96
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/check-BVHJYFC2.svg +12 -0
- package/dist/chevron-down-U4FYSTLW.svg +12 -0
- package/dist/esm/check-BVHJYFC2.svg +12 -0
- package/dist/esm/chevron-down-U4FYSTLW.svg +12 -0
- package/dist/esm/index.js +1086 -0
- package/dist/index.d.ts +83 -0
- package/dist/index.js +1053 -4
- package/package.json +18 -33
- package/dist/index.mjs +0 -970
- package/dist/modules.d.ts +0 -9
- package/dist/src/components/Accordion/Accordion.d.ts +0 -7
- package/dist/src/components/Buttons/Button.d.ts +0 -5
- package/dist/src/components/Buttons/EmbedToggleButton.d.ts +0 -2
- package/dist/src/components/CallToAction/ConnectApiKey.d.ts +0 -3
- package/dist/src/components/CallToAction/NoActiveDimensions.d.ts +0 -8
- package/dist/src/components/CallToAction/index.d.ts +0 -2
- package/dist/src/components/ContextDevTools.d.ts +0 -22
- package/dist/src/components/EmbeddedContextDevTools.d.ts +0 -18
- package/dist/src/components/Inputs/InputText.d.ts +0 -7
- package/dist/src/components/Inputs/SelectInput.d.ts +0 -11
- package/dist/src/components/Inputs/SwitchInput.d.ts +0 -5
- package/dist/src/components/Navigation/Menu.d.ts +0 -4
- package/dist/src/components/NotFound/NotFound.d.ts +0 -2
- package/dist/src/components/Personalization/Dimensions.d.ts +0 -3
- package/dist/src/components/Personalization/Quirks.d.ts +0 -3
- package/dist/src/components/Personalization/Settings.d.ts +0 -3
- package/dist/src/components/Personalization/index.d.ts +0 -4
- package/dist/src/components/Table/Table.d.ts +0 -17
- package/dist/src/components/Table/index.d.ts +0 -2
- package/dist/src/hooks/useDimensionIndex.d.ts +0 -12
- package/dist/src/index.d.ts +0 -2
- package/dist/style.css +0 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="24"
|
|
3
|
+
height="24"
|
|
4
|
+
viewBox="0 0 24 24"
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
d="M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z"
|
|
10
|
+
fill="#fff"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="24"
|
|
3
|
+
height="24"
|
|
4
|
+
viewBox="0 0 24 24"
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
d="M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="24"
|
|
3
|
+
height="24"
|
|
4
|
+
viewBox="0 0 24 24"
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
d="M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z"
|
|
10
|
+
fill="#fff"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="24"
|
|
3
|
+
height="24"
|
|
4
|
+
viewBox="0 0 24 24"
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
d="M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z"
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|