@bigbinary/neeto-custom-domains-frontend 1.1.0 → 1.2.0-beta2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-custom-domains-frontend",
3
- "version": "1.1.0",
4
- "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
3
+ "version": "1.2.0-beta2",
4
+ "description": "A repo acts as the source of truth for the new nanos structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-custom-domains-nano",
7
7
  "bugs": {
@@ -39,16 +39,14 @@
39
39
  "./**/*.rb": [
40
40
  "bundle exec rubocop -a --force-exclusion"
41
41
  ],
42
- "./**/app/javascript/**/*.{js,jsx,json}": [
43
- "prettier --write",
44
- "eslint --fix"
42
+ "{Gemfile,Rakefile}": [
43
+ "bundle exec rubocop -a --force-exclusion"
45
44
  ],
46
- "./test/dummy/**/app/javascript/**/*.{js,jsx,json}": [
47
- "prettier --write",
48
- "eslint --fix"
45
+ "./**/app/views/**/*.html.erb": [
46
+ "bundle exec erblint --lint-all --format compact -a"
49
47
  ],
50
- "{Gemfile,Rakefile,config.ru}": [
51
- "bundle exec rubocop -a --force-exclusion"
48
+ "{package.json,.prettierrc.js}": [
49
+ "prettier --write"
52
50
  ]
53
51
  },
54
52
  "devDependencies": {
@@ -63,11 +61,11 @@
63
61
  "@bigbinary/eslint-plugin-neeto": "1.5.4",
64
62
  "@bigbinary/neeto-audit-frontend": "2.0.15",
65
63
  "@bigbinary/neeto-cist": "1.0.12",
66
- "@bigbinary/neeto-commons-frontend": "4.5.0",
64
+ "@bigbinary/neeto-commons-frontend": "4.6.3",
67
65
  "@bigbinary/neeto-filters-frontend": "4.3.4",
68
- "@bigbinary/neeto-icons": "1.20.7",
69
- "@bigbinary/neeto-molecules": "3.7.3",
70
- "@bigbinary/neetoui": "8.2.16",
66
+ "@bigbinary/neeto-icons": "1.20.8",
67
+ "@bigbinary/neeto-molecules": "3.7.11",
68
+ "@bigbinary/neetoui": "8.2.18",
71
69
  "@emotion/is-prop-valid": "1.2.0",
72
70
  "@faker-js/faker": "8.2.0",
73
71
  "@honeybadger-io/js": "^6.4.1",
@@ -169,11 +167,11 @@
169
167
  "peerDependencies": {
170
168
  "@babel/runtime": "7.19.0",
171
169
  "@bigbinary/neeto-cist": "1.0.12",
172
- "@bigbinary/neeto-commons-frontend": "4.5.0",
170
+ "@bigbinary/neeto-commons-frontend": "4.6.3",
173
171
  "@bigbinary/neeto-filters-frontend": "4.3.4",
174
- "@bigbinary/neeto-icons": "1.20.7",
175
- "@bigbinary/neeto-molecules": "3.7.3",
176
- "@bigbinary/neetoui": "8.2.16",
172
+ "@bigbinary/neeto-icons": "1.20.8",
173
+ "@bigbinary/neeto-molecules": "3.7.11",
174
+ "@bigbinary/neetoui": "8.2.18",
177
175
  "@honeybadger-io/js": "^6.4.1",
178
176
  "@honeybadger-io/react": "^6.1.3",
179
177
  "@tanstack/react-query": "5.40.0",
package/types.d.ts CHANGED
@@ -2,4 +2,6 @@ import React from "react";
2
2
 
3
3
  export const WelcomeScreen = React.FC<{}>;
4
4
 
5
- export const CustomDomainDashboard = React.FC<{}>;
5
+ export const CustomDomainDashboard = React.FC<{}>;
6
+
7
+ export const CustomDomain = React.FC<{}>;