shinkansen-sprockets 1.1.205 → 1.1.207

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/babel.config.cjs CHANGED
@@ -40,14 +40,6 @@ const presets = [
40
40
 
41
41
  const plugins = [
42
42
  '@babel/syntax-jsx',
43
- '@babel/proposal-export-default-from',
44
- '@babel/proposal-export-namespace-from',
45
- [
46
- '@babel/proposal-class-properties',
47
- {
48
- loose: false
49
- }
50
- ],
51
43
  [
52
44
  'module-resolver', {
53
45
  alias: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "1.1.205",
3
+ "version": "1.1.207",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -53,9 +53,6 @@
53
53
  "devDependencies": {
54
54
  "@babel/core": "^7.23.7",
55
55
  "@babel/eslint-parser": "^7.23.3",
56
- "@babel/plugin-proposal-class-properties": "^7.18.6",
57
- "@babel/plugin-proposal-export-default-from": "^7.23.3",
58
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
59
56
  "@babel/preset-env": "^7.23.8",
60
57
  "@babel/preset-react": "^7.23.3",
61
58
  "@babel/register": "^7.23.7",
@@ -68,15 +65,15 @@
68
65
  "@sequencemedia/gulp-postcss": "^1.0.78",
69
66
  "@sequencemedia/gulp-sass": "^1.0.69",
70
67
  "@sequencemedia/gulp-sourcemaps": "^1.0.72",
71
- "@storybook/addon-actions": "^7.6.8",
72
- "@storybook/addon-essentials": "^7.6.8",
73
- "@storybook/addon-links": "^7.6.8",
74
- "@storybook/react": "^7.6.8",
75
- "@storybook/react-webpack5": "^7.6.8",
68
+ "@storybook/addon-actions": "^7.6.9",
69
+ "@storybook/addon-essentials": "^7.6.9",
70
+ "@storybook/addon-links": "^7.6.9",
71
+ "@storybook/react": "^7.6.9",
72
+ "@storybook/react-webpack5": "^7.6.9",
76
73
  "@types/react": "^18.2.48",
77
74
  "@typescript-eslint/eslint-plugin": "^6.19.0",
78
75
  "@typescript-eslint/parser": "^6.19.0",
79
- "autoprefixer": "^10.4.16",
76
+ "autoprefixer": "^10.4.17",
80
77
  "babel-plugin-module-resolver": "^5.0.0",
81
78
  "core-js": "^3.35.0",
82
79
  "cross-env": "^7.0.3",
@@ -102,8 +99,8 @@
102
99
  "react-router-dom": "^6.21.2",
103
100
  "react-test-renderer": "^18.2.0",
104
101
  "regenerator-runtime": "^0.14.1",
105
- "sass": "^1.69.7",
106
- "storybook": "^7.6.8",
102
+ "sass": "^1.70.0",
103
+ "storybook": "^7.6.9",
107
104
  "vinyl-paths": "^5.0.0"
108
105
  },
109
106
  "imports": {
@@ -1,12 +1,7 @@
1
1
  import React from 'react'
2
2
  import PropTypes from 'prop-types'
3
- import debug from 'debug'
4
-
5
- const log = debug('shinkansen-sprockets/components/common/visually-hidden-text')
6
3
 
7
4
  export default function VisuallyHiddenText ({ visuallyHiddenText }) {
8
- log('VisuallyHiddenText')
9
-
10
5
  if (visuallyHiddenText) {
11
6
  return (
12
7
  <span className='visually-hidden-text'>