Socket
Socket
Sign inDemoInstall

@asemirsk/organisms

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asemirsk/organisms - npm Package Compare versions

Comparing version 1.0.0-canary-24-22.0 to 1.0.0-canary-24-23.0

lib/components/Embed.d.ts

4

doc/Embed.md

@@ -12,4 +12,4 @@ # Embed Component

```js
import { Embed, asResponsive16By9Embed } from '@bodiless/organisms';
import { withDesign, replaceWith, addProps, Video } from '@bodiless/fclasses';
import { Embed, asResponsive16By9Embed } from '@asemirsk/organisms';
import { withDesign, replaceWith, addProps, Video } from '@asemirsk/fclasses';

@@ -16,0 +16,0 @@ const Responsive16By9Embed = flowRight(

@@ -210,3 +210,3 @@ # Filter By Group Component

```jsx
import { FilterByGroupClean as FilterByGroup } from '@bodiless/filtering';
import { FilterByGroupClean as FilterByGroup } from '@asemirsk/filtering';

@@ -230,4 +230,4 @@ const suggestions = [

import flow from 'lodash/flow';
import { FilterByGroupClean } from '@bodiless/filtering';
import { withDesign, addClasses, addProps } from '@bodiless/fclasses';
import { FilterByGroupClean } from '@asemirsk/filtering';
import { withDesign, addClasses, addProps } from '@asemirsk/fclasses';
import { asTextColorPrimary } from '../Elements.token';

@@ -280,3 +280,3 @@

```js
import { useFilterByGroupContext } from '@bodiless/filtering';
import { useFilterByGroupContext } from '@asemirsk/filtering';

@@ -283,0 +283,0 @@ const InsideFilterByGroup = (props) => {

@@ -41,3 +41,3 @@ # Single Accordion

```js
import { withDesign, addClasses } from '@bodiless/fclasses';
import { withDesign, addClasses } from '@asemirsk/fclasses';

@@ -61,4 +61,4 @@ const asAccordionExampleStyle = withDesign({

```js
import { withDesign, addClasses, addClassesIf } from '@bodiless/fclasses';
import { isAccordionExpanded, isAccordionContracted } from '@bodiless/organisms';
import { withDesign, addClasses, addClassesIf } from '@asemirsk/fclasses';
import { isAccordionExpanded, isAccordionContracted } from '@asemirsk/organisms';

@@ -86,3 +86,3 @@ const asAccordionExampleStyle = withDesign({

## Accordion Context
You can use accordion context to retrieve and manipulate the accordion state: `useAccordionContext` hook is provided by `@bodiless/organisms`:
You can use accordion context to retrieve and manipulate the accordion state: `useAccordionContext` hook is provided by `@asemirsk/organisms`:
```js

@@ -89,0 +89,0 @@ import { useAccordionContext } from './AccordionContext';

# Social Share
## Overview
Bodiless Social Share component provides sharing feature for social networks during site build. The SocialShare base component and SocialShareProvider type are defined in @bodiless/organisms package. In order to add the social share feature to the site, site builder needs to create social share provider components and pass to styled SocialShare base component.
Bodiless Social Share component provides sharing feature for social networks during site build. The SocialShare base component and SocialShareProvider type are defined in @asemirsk/organisms package. In order to add the social share feature to the site, site builder needs to create social share provider components and pass to styled SocialShare base component.

@@ -14,4 +14,4 @@

```
import { SocialShare } from '@bodiless/organisms';
import type { SocialShareProvider } from '@bodiless/organisms';
import { SocialShare } from '@asemirsk/organisms';
import type { SocialShareProvider } from '@asemirsk/organisms';
```

@@ -18,0 +18,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable import/no-dynamic-require, global-require */

*/
import { getPackageDocs } from '@bodiless/cli';
import { getPackageDocs } from '@asemirsk/cli';

@@ -18,0 +18,0 @@ export const getDocs = (nameSpace) => getPackageDocs({

{
"name": "@asemirsk/organisms",
"version": "1.0.0-canary-24-22.0+a48e91c",
"version": "1.0.0-canary-24-23.0+2cab1ea",
"description": "Basic components to build out sites.",

@@ -33,10 +33,10 @@ "author": "Ivan Rudiuk <IRudiuk@its.jnj.com>",

"dependencies": {
"@asemirsk/accordion": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/bv": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/components": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/components-ui": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/core": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/fclasses": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/richtext": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/richtext-ui": "1.0.0-canary-24-22.0+a48e91c",
"@asemirsk/accordion": "1.0.0-canary-24-23.0+2cab1ea",
"@asemirsk/bv": "1.0.0-canary-24-23.0+2cab1ea",
"@asemirsk/components": "1.0.0-canary-24-23.0+2cab1ea",
"@asemirsk/components-ui": "1.0.0-canary-24-23.0+2cab1ea",
"@asemirsk/core": "1.0.0-canary-24-23.0+2cab1ea",
"@asemirsk/fclasses": "1.0.0-canary-24-23.0+2cab1ea",
"@asemirsk/richtext": "1.0.0-canary-24-23.0+2cab1ea",
"@asemirsk/richtext-ui": "1.0.0-canary-24-23.0+2cab1ea",
"@types/react-burger-menu": "^2.6.0",

@@ -57,3 +57,3 @@ "@types/react-tag-autocomplete": "^6.0.0",

},
"gitHead": "a48e91c77704024ccd08e24d4f85d1cd6971ccb1"
"gitHead": "2cab1eaf4ac4d1a8ef3ef53ba3228ff16f7504eb"
}

@@ -1,2 +0,2 @@

# `@bodiless/organisms`
# `@asemirsk/organisms`

@@ -3,0 +3,0 @@ Basic components for building websites.

@@ -15,3 +15,3 @@ /* eslint-disable import/no-dynamic-require, global-require */

*/
import { getPackageTailwindConfig } from '@bodiless/fclasses';
import { getPackageTailwindConfig } from '@asemirsk/fclasses';

@@ -18,0 +18,0 @@ /**

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