Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ephox/acid

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/acid - npm Package Compare versions

Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3

5

lib/main/ts/ephox/acid/gui/components/RgbForm.js

@@ -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({

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc