@haniffalab/cherita-react 1.1.0-dev.2025-04-01.1c91bb8b → 1.1.1-dev.2025-04-01.9943663

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.
@@ -4,12 +4,14 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.ObsmKeysListBtn = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
7
8
  var _reactBootstrap = require("react-bootstrap");
9
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
8
10
  const ObsmKeysListBtn = () => {
9
- return /*#__PURE__*/React.createElement(_reactBootstrap.Placeholder, {
11
+ return /*#__PURE__*/_react.default.createElement(_reactBootstrap.Placeholder, {
10
12
  as: _reactBootstrap.Button,
11
13
  animation: "glow"
12
- }, /*#__PURE__*/React.createElement(_reactBootstrap.Placeholder, {
14
+ }, /*#__PURE__*/_react.default.createElement(_reactBootstrap.Placeholder, {
13
15
  xs: 6,
14
16
  style: {
15
17
  width: "40px"
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import { Button, Placeholder } from "react-bootstrap";
2
3
  export const ObsmKeysListBtn = () => {
3
4
  return /*#__PURE__*/React.createElement(Placeholder, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haniffalab/cherita-react",
3
- "version": "1.1.0-dev.2025-04-01.1c91bb8b",
3
+ "version": "1.1.1-dev.2025-04-01.09943663",
4
4
  "author": "Haniffa Lab",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -124,5 +124,5 @@
124
124
  "url": "https://github.com/haniffalab/cherita-react/issues"
125
125
  },
126
126
  "homepage": "https://github.com/haniffalab/cherita-react#readme",
127
- "prereleaseSha": "1c91bb8b0c502cfeb08cb10790193163e3814751"
127
+ "prereleaseSha": "09943663530855f21853d7f8cea8cd47178e7803"
128
128
  }