@ephox/acid
Advanced tools
Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
@@ -1,2 +0,2 @@ | ||
import { AddEventsBehaviour, AlloyEvents, AlloyTriggers, Behaviour, Focusing, Form, FormField, Input, Invalidating, Memento, Representing, Sketcher, Tabstopping } from '@ephox/alloy'; | ||
import { AddEventsBehaviour, AlloyEvents, AlloyTriggers, Behaviour, Focusing, Form, FormField, GuiFactory, Input, Invalidating, Memento, Representing, Sketcher, Tabstopping } from '@ephox/alloy'; | ||
import { Cell, Fun, Future, Id, Merger, Optional, Result } from '@ephox/katamari'; | ||
@@ -45,3 +45,4 @@ import { Css } from '@ephox/sugar'; | ||
const pLabel = FormField.parts.label({ | ||
dom: { tag: 'label', innerHtml: label, attributes: { 'aria-label': description } } | ||
dom: { tag: 'label', attributes: { 'aria-label': description } }, | ||
components: [GuiFactory.text(label)] | ||
}); | ||
@@ -48,0 +49,0 @@ const pField = FormField.parts.field({ |
{ | ||
"name": "@ephox/acid", | ||
"description": "Color library including Alloy UI component for a color picker", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"repository": { | ||
@@ -11,6 +11,6 @@ "type": "git", | ||
"dependencies": { | ||
"@ephox/alloy": "^10.0.0-alpha.2", | ||
"@ephox/alloy": "^10.0.0-alpha.3", | ||
"@ephox/boulder": "^7.0.0-alpha.2", | ||
"@ephox/katamari": "^9.0.0-alpha.2", | ||
"@ephox/sugar": "^9.0.0-alpha.2", | ||
"@ephox/sugar": "^9.0.0-alpha.3", | ||
"tslib": "^2.0.0" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "f730fa4dbc082ed6574c08d2f05bac0b2137ef16" | ||
"gitHead": "56b2bf1b9fbc28e0192f91b7899d24df02deb2bd" | ||
} |
import { | ||
AddEventsBehaviour, AlloyComponent, AlloyEvents, AlloyTriggers, Behaviour, EventFormat, Focusing, Form, FormField, FormTypes, Input, Invalidating, | ||
AddEventsBehaviour, AlloyComponent, AlloyEvents, AlloyTriggers, Behaviour, EventFormat, Focusing, Form, FormField, FormTypes, GuiFactory, Input, Invalidating, | ||
Memento, Representing, SimulatedEvent, Sketcher, SketchSpec, Tabstopping, UiSketcher | ||
@@ -93,3 +93,4 @@ } from '@ephox/alloy'; | ||
const pLabel = FormField.parts.label({ | ||
dom: { tag: 'label', innerHtml: label, attributes: { 'aria-label': description }} | ||
dom: { tag: 'label', attributes: { 'aria-label': description }}, | ||
components: [ GuiFactory.text(label) ] | ||
}); | ||
@@ -96,0 +97,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
174658
2365
Updated@ephox/alloy@^10.0.0-alpha.3
Updated@ephox/sugar@^9.0.0-alpha.3