@symbo.ls/atoms 2.11.164 → 2.11.168

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.
Files changed (2) hide show
  1. package/Shape/style.js +1 -2
  2. package/package.json +2 -2
package/Shape/style.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict'
2
2
 
3
- import { getActiveConfig, getColor, getTheme } from '@symbo.ls/scratch' // eslint-disable-line no-unused-vars
3
+ import { getActiveConfig, getColor } from '@symbo.ls/scratch' // eslint-disable-line no-unused-vars
4
4
  import { Timing } from '../Timing'
5
5
 
6
6
  const CONFIG = getActiveConfig()
@@ -158,7 +158,6 @@ export const SHAPES = {
158
158
 
159
159
  chevron: ({ props, deps }) => ({
160
160
  position: 'relative',
161
- // overflow: 'hidden',
162
161
  '&:before, &:after': {
163
162
  content: '""',
164
163
  display: 'block',
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.164",
3
+ "version": "2.11.168",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "943a48800e5959b8c1f15d5d8d49224565038c23",
6
+ "gitHead": "e0bccabd2ea4ec76e23715506c535df0b25b0eaf",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",