microboard-temp 0.14.48 → 0.14.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.
@@ -78869,13 +78869,6 @@ registerTool({ name: "AddConnector", tool: AddConnector, overlay: addConnectorTo
78869
78869
  // src/Items/Drawing/DrawingOverlay.ts
78870
78870
  var COLOR_PALETTE4 = [...CONTRAST_PALETTE_LIST.map((pair) => pair.id), "transparent"];
78871
78871
  var strokeControls2 = [
78872
- {
78873
- id: "strokeColor",
78874
- label: "Color",
78875
- valueSource: { kind: "toolProperty", property: "strokeColor" },
78876
- editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78877
- invoke: { kind: "toolProperty", property: "strokeColor" }
78878
- },
78879
78872
  {
78880
78873
  id: "strokeWidth",
78881
78874
  label: "Width",
@@ -78889,6 +78882,13 @@ var strokeControls2 = [
78889
78882
  },
78890
78883
  invoke: { kind: "toolProperty", property: "strokeWidth" }
78891
78884
  },
78885
+ {
78886
+ id: "strokeColor",
78887
+ label: "Color",
78888
+ valueSource: { kind: "toolProperty", property: "strokeColor" },
78889
+ editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78890
+ invoke: { kind: "toolProperty", property: "strokeColor" }
78891
+ },
78892
78892
  {
78893
78893
  id: "strokeStyle",
78894
78894
  label: "Pattern",
package/dist/cjs/index.js CHANGED
@@ -78869,13 +78869,6 @@ registerTool({ name: "AddConnector", tool: AddConnector, overlay: addConnectorTo
78869
78869
  // src/Items/Drawing/DrawingOverlay.ts
78870
78870
  var COLOR_PALETTE4 = [...CONTRAST_PALETTE_LIST.map((pair) => pair.id), "transparent"];
78871
78871
  var strokeControls2 = [
78872
- {
78873
- id: "strokeColor",
78874
- label: "Color",
78875
- valueSource: { kind: "toolProperty", property: "strokeColor" },
78876
- editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78877
- invoke: { kind: "toolProperty", property: "strokeColor" }
78878
- },
78879
78872
  {
78880
78873
  id: "strokeWidth",
78881
78874
  label: "Width",
@@ -78889,6 +78882,13 @@ var strokeControls2 = [
78889
78882
  },
78890
78883
  invoke: { kind: "toolProperty", property: "strokeWidth" }
78891
78884
  },
78885
+ {
78886
+ id: "strokeColor",
78887
+ label: "Color",
78888
+ valueSource: { kind: "toolProperty", property: "strokeColor" },
78889
+ editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78890
+ invoke: { kind: "toolProperty", property: "strokeColor" }
78891
+ },
78892
78892
  {
78893
78893
  id: "strokeStyle",
78894
78894
  label: "Pattern",
package/dist/cjs/node.js CHANGED
@@ -81342,13 +81342,6 @@ registerTool({ name: "AddConnector", tool: AddConnector, overlay: addConnectorTo
81342
81342
  // src/Items/Drawing/DrawingOverlay.ts
81343
81343
  var COLOR_PALETTE4 = [...CONTRAST_PALETTE_LIST.map((pair) => pair.id), "transparent"];
81344
81344
  var strokeControls2 = [
81345
- {
81346
- id: "strokeColor",
81347
- label: "Color",
81348
- valueSource: { kind: "toolProperty", property: "strokeColor" },
81349
- editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
81350
- invoke: { kind: "toolProperty", property: "strokeColor" }
81351
- },
81352
81345
  {
81353
81346
  id: "strokeWidth",
81354
81347
  label: "Width",
@@ -81362,6 +81355,13 @@ var strokeControls2 = [
81362
81355
  },
81363
81356
  invoke: { kind: "toolProperty", property: "strokeWidth" }
81364
81357
  },
81358
+ {
81359
+ id: "strokeColor",
81360
+ label: "Color",
81361
+ valueSource: { kind: "toolProperty", property: "strokeColor" },
81362
+ editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
81363
+ invoke: { kind: "toolProperty", property: "strokeColor" }
81364
+ },
81365
81365
  {
81366
81366
  id: "strokeStyle",
81367
81367
  label: "Pattern",
@@ -78642,13 +78642,6 @@ registerTool({ name: "AddConnector", tool: AddConnector, overlay: addConnectorTo
78642
78642
  // src/Items/Drawing/DrawingOverlay.ts
78643
78643
  var COLOR_PALETTE4 = [...CONTRAST_PALETTE_LIST.map((pair) => pair.id), "transparent"];
78644
78644
  var strokeControls2 = [
78645
- {
78646
- id: "strokeColor",
78647
- label: "Color",
78648
- valueSource: { kind: "toolProperty", property: "strokeColor" },
78649
- editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78650
- invoke: { kind: "toolProperty", property: "strokeColor" }
78651
- },
78652
78645
  {
78653
78646
  id: "strokeWidth",
78654
78647
  label: "Width",
@@ -78662,6 +78655,13 @@ var strokeControls2 = [
78662
78655
  },
78663
78656
  invoke: { kind: "toolProperty", property: "strokeWidth" }
78664
78657
  },
78658
+ {
78659
+ id: "strokeColor",
78660
+ label: "Color",
78661
+ valueSource: { kind: "toolProperty", property: "strokeColor" },
78662
+ editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78663
+ invoke: { kind: "toolProperty", property: "strokeColor" }
78664
+ },
78665
78665
  {
78666
78666
  id: "strokeStyle",
78667
78667
  label: "Pattern",
package/dist/esm/index.js CHANGED
@@ -78635,13 +78635,6 @@ registerTool({ name: "AddConnector", tool: AddConnector, overlay: addConnectorTo
78635
78635
  // src/Items/Drawing/DrawingOverlay.ts
78636
78636
  var COLOR_PALETTE4 = [...CONTRAST_PALETTE_LIST.map((pair) => pair.id), "transparent"];
78637
78637
  var strokeControls2 = [
78638
- {
78639
- id: "strokeColor",
78640
- label: "Color",
78641
- valueSource: { kind: "toolProperty", property: "strokeColor" },
78642
- editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78643
- invoke: { kind: "toolProperty", property: "strokeColor" }
78644
- },
78645
78638
  {
78646
78639
  id: "strokeWidth",
78647
78640
  label: "Width",
@@ -78655,6 +78648,13 @@ var strokeControls2 = [
78655
78648
  },
78656
78649
  invoke: { kind: "toolProperty", property: "strokeWidth" }
78657
78650
  },
78651
+ {
78652
+ id: "strokeColor",
78653
+ label: "Color",
78654
+ valueSource: { kind: "toolProperty", property: "strokeColor" },
78655
+ editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
78656
+ invoke: { kind: "toolProperty", property: "strokeColor" }
78657
+ },
78658
78658
  {
78659
78659
  id: "strokeStyle",
78660
78660
  label: "Pattern",
package/dist/esm/node.js CHANGED
@@ -81103,13 +81103,6 @@ registerTool({ name: "AddConnector", tool: AddConnector, overlay: addConnectorTo
81103
81103
  // src/Items/Drawing/DrawingOverlay.ts
81104
81104
  var COLOR_PALETTE4 = [...CONTRAST_PALETTE_LIST.map((pair) => pair.id), "transparent"];
81105
81105
  var strokeControls2 = [
81106
- {
81107
- id: "strokeColor",
81108
- label: "Color",
81109
- valueSource: { kind: "toolProperty", property: "strokeColor" },
81110
- editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
81111
- invoke: { kind: "toolProperty", property: "strokeColor" }
81112
- },
81113
81106
  {
81114
81107
  id: "strokeWidth",
81115
81108
  label: "Width",
@@ -81123,6 +81116,13 @@ var strokeControls2 = [
81123
81116
  },
81124
81117
  invoke: { kind: "toolProperty", property: "strokeWidth" }
81125
81118
  },
81119
+ {
81120
+ id: "strokeColor",
81121
+ label: "Color",
81122
+ valueSource: { kind: "toolProperty", property: "strokeColor" },
81123
+ editor: { kind: "color", palette: COLOR_PALETTE4, allowTransparent: true },
81124
+ invoke: { kind: "toolProperty", property: "strokeColor" }
81125
+ },
81126
81126
  {
81127
81127
  id: "strokeStyle",
81128
81128
  label: "Pattern",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.14.48",
3
+ "version": "0.14.49",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",