@symbo.ls/cli 2.11.70 → 2.11.97

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/bin/convert.js +3 -1
  2. package/package.json +2 -2
package/bin/convert.js CHANGED
@@ -21,7 +21,9 @@ const EXCLUDED_FROM_INTERNAL_UIKIT = [
21
21
  'splitTransition',
22
22
  'transformDuration',
23
23
  'transformShadow',
24
- 'transformTransition'
24
+ 'transformTransition',
25
+ 'DatePickerDay',
26
+ 'DatePickerGrid',
25
27
  ]
26
28
  const TMP_DIR_NAME = '.smbls_convert_tmp'
27
29
  const TMP_DIR_PACKAGE_JSON_STR = JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.70",
3
+ "version": "2.11.97",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "domql-to-mitosis": "latest"
29
29
  },
30
- "gitHead": "329c180a4cf02896ec76566a5b2f5368f62a6b06"
30
+ "gitHead": "d5b73e4c431d30798a999c5077b446472f0a6ac4"
31
31
  }