@embeddable.com/remarkable-ui 0.1.47 → 0.1.49

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.
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "components": [
3
- "MultiSelectFieldPro",
4
3
  "DateRangeSelectFieldPro",
5
- "BarChartStackedPro",
6
4
  "ComparisonPeriodSelectFieldPro",
7
- "PieChartPro",
8
- "LineChartGroupedPro",
9
- "DonutChartPro",
10
- "LineChartDefaultPro",
11
- "SingleSelectFieldPro",
12
5
  "BarChartDefaultHorizontalPro",
13
- "BarChartGroupedHorizontalPro",
6
+ "MultiSelectFieldPro",
7
+ "SingleSelectFieldPro",
14
8
  "BarChartGroupedPro",
15
- "KpiChartNumberComparisonPro",
16
- "BarChartDefaultPro",
17
9
  "KpiChartNumberPro",
18
- "LineChartComparisonDefaultPro",
10
+ "BarChartStackedPro",
19
11
  "BarChartStackedHorizontalPro",
20
- "DonutLabelChartPro",
12
+ "BarChartDefaultPro",
13
+ "BarChartGroupedHorizontalPro",
14
+ "DonutChartPro",
15
+ "KpiChartNumberComparisonPro",
16
+ "LineChartComparisonDefaultPro",
17
+ "LineChartGroupedPro",
21
18
  "PivotTablePro",
19
+ "LineChartDefaultPro",
20
+ "DonutLabelChartPro",
21
+ "PieChartPro",
22
22
  "TableChartPaginated"
23
23
  ],
24
24
  "editors": [],
@@ -1,4 +1,4 @@
1
- :root, :host {
1
+ :root {
2
2
  --em-gray-0: rgb(255 255 255);
3
3
  --em-gray-050: rgb(247 247 248);
4
4
  --em-gray-100: rgb(237 237 241);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@embeddable.com/remarkable-ui",
3
3
  "author": "embeddable (https://embeddable.com)",
4
- "version": "0.1.47",
4
+ "version": "0.1.49",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",