Socket
Socket
Sign inDemoInstall

@spectrum-web-components/field-group

Package Overview
Dependencies
4
Maintainers
5
Versions
166
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3-alpha.33

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/field-group@0.2.2...@spectrum-web-components/field-group@0.2.3) (2021-02-11)
### Bug Fixes
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/field-group@0.2.1...@spectrum-web-components/field-group@0.2.2) (2021-02-02)

@@ -8,0 +14,0 @@

14

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.2.2",
"version": "0.2.3-alpha.33+e6dea799",
"description": "",

@@ -30,3 +30,3 @@ "main": "./src/index.js",

".": "./src/index.js",
"./src/": "./src/",
"./src/*": "./src/*",
"./custom-elements.json": "./custom-elements.json",

@@ -54,11 +54,11 @@ "./package.json": "./package.json",

"devDependencies": {
"@spectrum-css/fieldgroup": "^3.0.0-beta.6",
"@spectrum-web-components/checkbox": "^0.7.2",
"@spectrum-web-components/radio": "^0.6.2"
"@spectrum-css/fieldgroup": "^3.0.0",
"@spectrum-web-components/checkbox": "^0.7.3-alpha.33+e6dea799",
"@spectrum-web-components/radio": "^0.6.3-alpha.33+e6dea799"
},
"dependencies": {
"@spectrum-web-components/base": "^0.3.2",
"@spectrum-web-components/base": "^0.3.3-alpha.33+e6dea799",
"tslib": "^2.0.0"
},
"gitHead": "7783ce454deb5a97b3d274ee1b54a24c09065ce4"
"gitHead": "e6dea7995d9fee4918cceb2cea83fcdccd7202ec"
}

@@ -14,5 +14,5 @@ /*

const styles = css `
:host{display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-global-dimension-size-200)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-global-dimension-size-200)}:host([vertical]){display:inline-flex;flex-direction:column}:host([dir=rtl]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=rtl]) ::slotted(:not(:last-child)){margin:0 0 0 var(--spectrum-global-dimension-size-200)}:host([dir=ltr]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=ltr]) ::slotted(:not(:last-child)){margin:0 var(--spectrum-global-dimension-size-200) 0 0}
:host{--spectrum-fieldgroup-margin:var(--spectrum-global-dimension-size-200);display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-fieldgroup-margin)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-fieldgroup-margin)}:host([vertical]){display:inline-flex;flex-direction:column}:host([dir=rtl]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=rtl]) ::slotted(:not(:last-child)){margin:0 0 0 var(--spectrum-global-dimension-size-200)}:host([dir=ltr]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=ltr]) ::slotted(:not(:last-child)){margin:0 var(--spectrum-global-dimension-size-200) 0 0}
`;
export default styles;
//# sourceMappingURL=field-group.css.js.map

@@ -14,4 +14,4 @@ /*

const styles = css`
:host{display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-global-dimension-size-200)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-global-dimension-size-200)}:host([vertical]){display:inline-flex;flex-direction:column}:host([dir=rtl]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=rtl]) ::slotted(:not(:last-child)){margin:0 0 0 var(--spectrum-global-dimension-size-200)}:host([dir=ltr]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=ltr]) ::slotted(:not(:last-child)){margin:0 var(--spectrum-global-dimension-size-200) 0 0}
:host{--spectrum-fieldgroup-margin:var(--spectrum-global-dimension-size-200);display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-fieldgroup-margin)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-fieldgroup-margin)}:host([vertical]){display:inline-flex;flex-direction:column}:host([dir=rtl]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=rtl]) ::slotted(:not(:last-child)){margin:0 0 0 var(--spectrum-global-dimension-size-200)}:host([dir=ltr]:not([vertical])) ::slotted(:not(:last-child)),:host([horizontal][dir=ltr]) ::slotted(:not(:last-child)){margin:0 var(--spectrum-global-dimension-size-200) 0 0}
`;
export default styles;

@@ -14,5 +14,5 @@ /*

const styles = css `
:host{display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-global-dimension-size-200)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-global-dimension-size-200)}:host([vertical]){display:inline-flex;flex-direction:column}
:host{--spectrum-fieldgroup-margin:var(--spectrum-global-dimension-size-200);display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-fieldgroup-margin)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-fieldgroup-margin)}:host([vertical]){display:inline-flex;flex-direction:column}
`;
export default styles;
//# sourceMappingURL=spectrum-field-group.css.js.map

@@ -14,4 +14,4 @@ /*

const styles = css`
:host{display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-global-dimension-size-200)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-global-dimension-size-200)}:host([vertical]){display:inline-flex;flex-direction:column}
:host{--spectrum-fieldgroup-margin:var(--spectrum-global-dimension-size-200);display:flex;vertical-align:top;flex-wrap:wrap}:host([dir=ltr][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-right:var(--spectrum-fieldgroup-margin)}:host([dir=rtl][horizontal]) .spectrum-FieldGroup-item:not(:last-child){margin-left:var(--spectrum-fieldgroup-margin)}:host([vertical]){display:inline-flex;flex-direction:column}
`;
export default styles;

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc