@gingkoo/pandora-metabase 1.0.0-alpha.23 → 1.0.0-alpha.24

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/lib/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @gingkoo/pandora-metabase v1.0.0-alpha.23
2
+ * @gingkoo/pandora-metabase v1.0.0-alpha.24
3
3
  */
4
4
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
5
5
  import * as React from 'react';
@@ -2216,13 +2216,13 @@ const LeftJoinIcon = ({
2216
2216
  })
2217
2217
  });
2218
2218
  const InnerJoinIcon = ({
2219
- width: _width0 = 32,
2220
- height: _height0 = 32,
2219
+ width: _width10 = 32,
2220
+ height: _height10 = 32,
2221
2221
  style
2222
2222
  }) => jsx("svg", {
2223
2223
  viewBox: '0 0 32 32',
2224
- width: _width0,
2225
- height: _height0,
2224
+ width: _width10,
2225
+ height: _height10,
2226
2226
  fill: 'currentcolor',
2227
2227
  role: 'img',
2228
2228
  "aria-label": 'join_inner icon',
@@ -2232,13 +2232,13 @@ const InnerJoinIcon = ({
2232
2232
  })
2233
2233
  });
2234
2234
  const UpArrowIcon = ({
2235
- width: _width1 = 16,
2236
- height: _height1 = 17
2235
+ width: _width11 = 16,
2236
+ height: _height11 = 17
2237
2237
  }) => jsx("svg", {
2238
2238
  className: 'sort-arrow',
2239
2239
  viewBox: '0 0 32 34',
2240
- width: _width1,
2241
- height: _height1,
2240
+ width: _width11,
2241
+ height: _height11,
2242
2242
  fill: 'currentcolor',
2243
2243
  role: 'img',
2244
2244
  "aria-label": 'arrow_up icon',
@@ -2247,13 +2247,13 @@ const UpArrowIcon = ({
2247
2247
  })
2248
2248
  });
2249
2249
  const DownArrowIcon = ({
2250
- width: _width10 = 16,
2251
- height: _height10 = 17
2250
+ width: _width12 = 16,
2251
+ height: _height12 = 17
2252
2252
  }) => jsx("svg", {
2253
2253
  className: 'sort-arrow',
2254
2254
  viewBox: '0 0 32 34',
2255
- width: _width10,
2256
- height: _height10,
2255
+ width: _width12,
2256
+ height: _height12,
2257
2257
  fill: 'currentcolor',
2258
2258
  role: 'img',
2259
2259
  "aria-label": 'arrow_down icon',
@@ -2262,13 +2262,13 @@ const DownArrowIcon = ({
2262
2262
  })
2263
2263
  });
2264
2264
  const CloseIcon = ({
2265
- width: _width11 = 16,
2266
- height: _height11 = 16
2265
+ width: _width13 = 16,
2266
+ height: _height13 = 16
2267
2267
  }) => jsx("svg", {
2268
2268
  className: 'closeIcon',
2269
2269
  viewBox: '0 0 32 32',
2270
- width: _width11,
2271
- height: _height11,
2270
+ width: _width13,
2271
+ height: _height13,
2272
2272
  fill: 'currentcolor',
2273
2273
  role: 'img',
2274
2274
  "aria-label": 'close icon',
@@ -2277,12 +2277,12 @@ const CloseIcon = ({
2277
2277
  })
2278
2278
  });
2279
2279
  const AddIcon = ({
2280
- width: _width12 = 16,
2281
- height: _height12 = 16
2280
+ width: _width14 = 16,
2281
+ height: _height14 = 16
2282
2282
  }) => jsx("svg", {
2283
2283
  viewBox: '0 0 32 32',
2284
- width: _width12,
2285
- height: _height12,
2284
+ width: _width14,
2285
+ height: _height14,
2286
2286
  fill: 'currentcolor',
2287
2287
  role: 'img',
2288
2288
  "aria-label": 'add icon',
@@ -2291,12 +2291,12 @@ const AddIcon = ({
2291
2291
  })
2292
2292
  });
2293
2293
  const TableIcon = ({
2294
- width: _width13 = 18,
2295
- height: _height13 = 18
2294
+ width: _width15 = 18,
2295
+ height: _height15 = 18
2296
2296
  }) => jsx("svg", {
2297
2297
  viewBox: '0 0 32 32',
2298
- width: _width13,
2299
- height: _height13,
2298
+ width: _width15,
2299
+ height: _height15,
2300
2300
  fill: 'currentcolor',
2301
2301
  role: 'img',
2302
2302
  "aria-label": 'table2 icon',
@@ -2305,12 +2305,12 @@ const TableIcon = ({
2305
2305
  })
2306
2306
  });
2307
2307
  const SearchIcon = ({
2308
- width: _width14 = 16,
2309
- height: _height14 = 16
2308
+ width: _width16 = 16,
2309
+ height: _height16 = 16
2310
2310
  }) => jsx("svg", {
2311
2311
  viewBox: '0 0 32 32',
2312
- width: _width14,
2313
- height: _height14,
2312
+ width: _width16,
2313
+ height: _height16,
2314
2314
  fill: 'currentcolor',
2315
2315
  role: 'img',
2316
2316
  "aria-label": 'search icon',